/******************************

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Projects
    06 - Blog
    07 - Testimonial
    08 - Client
    09 - Header
    10 - Footer
    11 - Title Bar
    12 - Overlap Colomn
    13 - Progress Bar
    14 - Accordion
    15 - Tab
    16 - Circle Progress
    17 - List Gourp
    18 - Revolution
	19 - Category-Style

******************************/
body{
    counter-reset: item csptbox1;
}
/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading{
    margin-bottom: 40px;
}
.pbmit-heading-subheading .pbmit-subtitle {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    color: var(--pbmit-global-color);
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 10px;
}
.pbmit-heading-subheading .pbmit-title{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    color: var(--pbmit-link-color-normal);
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading.text-global .pbmit-subtitle{
    color: var(--pbmit-white-color);
}
.pbmit-heading-subheading.text-global .pbmit-title,
.pbmit-heading-subheading.text-white .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-heading-subheading.text-center {
    margin-bottom: 70px;
}
/* heading style-2 */
.pbmit-heading-subheading-style-2 {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.pbmit-heading-subheading-style-2 .pbmit-subtitle {
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: var(--pbmit-global-color);
    font-style: normal;
    margin-bottom: 10px;
}
.pbmit-heading-subheading-style-2 .pbmit-title {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    color: #1e2227;
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading-style-2.text-global .pbmit-subtitle{
    color: var(--pbmit-white-color);
}
.pbmit-heading-subheading-style-2.text-global .pbmit-title,
.pbmit-heading-subheading-style-2.text-white .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-heading-subheading-style-2.text-center {
    margin-bottom: 70px;
} 
.Appointment-icon-number .pbmit-heading-subheading-style-2{
    margin-bottom: 0px;
} 
/* heading style-3 */ 
.pbmit-heading-subheading-style-3 {
    margin-bottom: 40px;
}
.pbmit-heading-subheading-style-3.pbmit-subtitle {
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: var(--pbmit-global-color);
    font-style: normal;
}
.pbmit-heading-subheading-style-3 .pbmit-title{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: 0;
    color: var(--pbmit-link-color-normal);
    text-transform: none;
    font-style: normal;
    position: relative;
}
.pbmit-heading-subheading-style-3.text-center {
    margin-bottom: 70px;
}
.pbmit-heading-subheading-style-3.text-center .pbmit-title:before {
    position: absolute;
    content: '';
    left: 50%;
    margin-left:-50px;
    bottom: -10px;
    width: 100px;
    height: 3px;
    display: block;
    background-color: var(--pbmit-global-color);
}
.pbmit-heading-subheading-style-3 .pbmit-title:before {
    position: absolute;
    content: '';
    left: 0;
    margin-left:0;
    bottom: -10px;
    width: 100px;
    height: 3px;
    display: block;
    background-color: var(--pbmit-global-color);
}
/* heading style-4 */ 
.pbmit-heading-subheading-style-4 {
    margin-bottom: 30px;
}
.pbmit-heading-subheading-style-4 .pbmit-subtitle {
    font-family: Rubik,sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #646568;
    text-transform: none;
    font-style: normal;
    margin-bottom: 10px;
}
.pbmit-heading-subheading-style-4 .pbmit-title{
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    color: #1e2227;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
}
.pbmit-heading-subheading-style-4.text-center {
    margin-bottom: 70px;
}
.pbmit-heading-subheading-style-4 .pbmit-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 3px;
    display: block;
    background-color: var(--pbmit-global-color);
}
.pbmit-heading-subheading-style-4.text-center .pbmit-title:before{
    left: 50%;
    margin-left: -50px;
}
.pbmit-heading-subheading-style-4.text-white .pbmit-title,
.pbmit-heading-subheading-style-4.text-white .pbmit-subtitle{
    color: var(--pbmit-white-color);
}
.pbmit-heading-subheading-style-4.text-white .pbmit-title:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    width: 100px;
    height: 3px;
    display: block;
    background-color: #ffffff;
}
/* heading style-5 */
.pbmit-heading-subheading-style-5 .pbmit-title {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 0;
    color: #1e2227;
    text-transform: none;
    font-style: normal;
    position: relative;
    margin-bottom: 10px;
}
.pbmit-heading-subheading-style-5 .pbmit-subtitle {
    font-family: Hind,sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #7f8284;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 10px;
}
.pbmit-heading-subheading-style-5 {
    margin-bottom: 40px;
}
.pbmit-heading-subheading-style-5.text-white .pbmit-title {
    color: var(--pbmit-white-color);
}
.pbmit-heading-subheading-style-5.text-center {
    margin-bottom: 70px;
}
.pbmit-ihbox.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper {
    font-size: 50px;
    margin-bottom: 40px;
    margin-top: 20px;
    color: var(--pbmit-global-color);
}
/* heading style-6 */
.pbmit-heading-subheading-style-6 {
    margin-bottom: 40px;
}
.pbmit-heading-subheading-style-6.text-center {
    margin-bottom: 70px;
}
.pbmit-heading-subheading-style-6 .pbmit-subtitle {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #b5b6b7;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 10px;
}
.pbmit-heading-subheading-style-6 .pbmit-title {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    color: #1e2227;
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading-style-6 .pbmit-title span {
    color: var(--pbmit-global-color);
}
.pbmit-heading-subheading-style-6.text-white .pbmit-title {
    color: var(--pbmit-white-color);
}
.pbmit-heading-subheading-style-6.text-white .pbmit-subtitle {
    color: var(--pbmit-white-color);
}
/* heading style-7 */
.pbmit-heading-subheading-style-7 .pbmit-subtitle {
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: var(--pbmit-global-color);
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 10px;
}
.pbmit-heading-subheading-style-7 .pbmit-title {
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0;
    color:var(--pbmit-link-color-normal);
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading-style-7 {
    margin-bottom: 40px;
}
.pbmit-heading-subheading-style-7.text-center {
    margin-bottom: 70px;
}
.pbmit-heading-subheading-style-7.text-white .pbmit-title {
    color: var(--pbmit-white-color);
}
.pbmit-heading-subheading-style-7.text-white .pbmit-subtitle {
    color: var(--pbmit-white-color);
}
/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
.pbminfotech-hide, .pbmit-hide {
    display: none;
}
.pbmit-ihbox-style-1,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/** Style 1 **/
.pbmit-ihbox-style-1{ 
	background-color: #fff; 
	padding: 35px 25px 30px;
	transform: translateY(0);
	border: 1px solid #e8e8e8;
	height: 100%;
	text-align: left;
}
.pbmit-ihbox-style-1:hover{
	border-bottom-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1:before{
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #e8e8e8;
    font-weight: 700;
	font-family: "Barlow Condensed",sans-serif;
    font-style: normal;
}
.pbmit-ihbox-style-1.pbmit-ihbox h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-content{
    margin-top: 10px;
    margin-bottom: 20px;
}
.pbmit-ihbox-style-1 .vc_btn3-container.vc_btn3-inline{
    margin: 0;
}
.pbmit-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3{
    background: none;
	position: relative;
    padding: 0;
    color: var(--pbmit-global-color);
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 700;
	letter-spacing: 1px;
    text-transform: uppercase;
	border: 1px solid transparent;
	font-family: "Barlow Condensed",sans-serif;
}
.pbmit-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after,
.pbmit-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before{
	content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.pbmit-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:after{
	width: 0%;
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:hover:after{
	width: 100%;
    left: 0;
    right: auto;
}
.pbmit-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3:before{
	width: 100%;
}
.pbmit-ihbox-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3 .vc_btn3-icon {
    right: -24px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image{
    width: 60px;
}
/** Style 2 **/
.pbmit-ihbox-style-2 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 35px;
	height: 100%;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-contents,
.pbmit-ihbox-style-2 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.pbmit-ihbox-style-2 .pbmit-ihbox-icon{
    padding-right: 15px;  
    padding-top: 5px; 
}
.pbmit-text-color-white .pbmit-ihbox-style-2 .pbmit-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image{
	line-height: normal;
	font-size: unset;
}
.pbmit-ihbox-style-2 h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px; 
}
.pbmit-ihbox-style-2 h4{
    font-size: 16px;
    line-height: 26px;
}
.pbmit-bg-color-global.pbmit-ihbox-style-2 .pbmit-ihbox-content,
.pbmit-bg-color-global.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper,
.pbmit-bg-color-global.pbmit-ihbox-style-2 .pbmit-ihbox-heading h2{
    color: #1e2227;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-box {
    padding: 0px;
}
/** style 3 **/
.pbmit-ihbox.pbmit-ihbox-style-3 {
    padding: 40px 30px;
    border: 1px solid #393939;
    z-index: 1;
    position: relative;
}
.inbox-3-five {
    padding-top: 100px;
    padding-bottom: 250px;
    background-color: #222;
    position: relative;
}
.inbox-3-five p {
    font-family: Rubik,sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(255,255,255,.9);
    text-transform: none;
    font-style: normal;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-heading h2 {
    color: var(--pbmit-white-color);
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
}
.pbmit-ihbox.pbmit-ihbox-style-3:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    background-color: #ff0000;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}
.pbmit-ihbox.pbmit-ihbox-style-3:before,
.pbmit-ihbox.pbmit-ihbox-style-3 .pbmit-ihbox-content,
.pbmit-ihbox.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.pbmit-ihbox.pbmit-ihbox-style-3:hover:before{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.pbmit-ihbox.pbmit-ihbox-style-3 .vc_custom_heading{
    font-size: 22px;
    line-height: 32px;
}
.pbmit-ihbox.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper{
    font-size: 50px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.pbmit-ihbox.pbmit-ihbox-style-3 .pbmit-ihbox-content{
    color: rgba(255, 255, 255, 0.60);
}
.pbmit-ihbox.pbmit-ihbox-style-3:hover .pbmit-ihbox-icon-wrapper{
    color: #fff;
}
.pbmit-ihbox.pbmit-ihbox-style-3:hover .pbmit-ihbox-content{
    color: rgba(255, 255, 255, 0.95);
}
/** Style 4 **/
.pbmit-ihbox-style-4 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-contents,
.pbmit-ihbox-style-4 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.pbmit-ihbox-style-4 .pbmit-ihbox-icon{
    padding-right: 10px;  
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper{
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 h2{
    font-size:18px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0
}
.pbmit-ihbox-style-4 h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin: 0px;
}
/** Style 5 **/
.pbmit-ihbox-style-5.pbmit-ihbox {
    text-align: center;
    position: relative;
}
.pbmit-ihbox-style-5.pbmit-ihbox h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #071323;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper{
    font-size: 60px;
    margin-bottom: 35px;
    width: 140px;
    height: 140px;
    color: #071323;
    line-height: 140px;
    display: inline-block;
    border:2px dashed #071323;
    border-radius: 50%;
    position: relative;
} 
.pbmit-ihbox-style-5 .pbmit-ihbox-content{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 30px;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper:before {
    content: counter(pbmitbox1,decimal-leading-zero);
    counter-increment:pbmitbox1;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 500;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: var(--pbmit-global-color);
}
.pbmit-steps-counter .pbmit-ihbox-style-5:before {
    content: '';
    top: 30px;
    right: -21%;
    z-index: 1;
    width: 170px;
    height: 50px;
    background: url(../images/homepage-1/arrow.png) no-repeat 0 0;
    display: block;
    position: absolute;
}
.pbmit-steps-counter .pbmit-ihbox-style-5:nth-child(2):before {
    background: url(../images/homepage-1/download.png) no-repeat 0 0;
    top: 60px;
}
.pbmit-steps-counter .pbmit-ihbox-style-5:last-child::before{
    display: none;
}
/** Style 6 **/
.pbmit-ihbox-style-6{
	position: relative;
	margin-bottom: 20px;
	padding: 40px 25px;
	text-align: center;
	box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.03); 
	text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.03); 
	background-color: #fff; 
} 
.pbmit-ihbox-style-6 .pbmit-ihbox-contents,
.pbmit-ihbox-style-6 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper{
   height: 125px;
   width: 125px;
   line-height: 125px;
   text-align: center;
   border: 4px solid var(--pbmit-global-color);
   font-size: 55px;
   display: inline-block;
   border-radius: 50%;
   margin-bottom: 30px;
   background-color: #fff;
}
.pbmit-text-color-white .pbmit-ihbox-style-6 .pbmit-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.pbmit-ihbox-style-6 h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px; 
    color: #000;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.pbmit-ihbox.pbmit-ihbox-style-6:hover .pbmit-title {
    color: white;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-box {
    padding: 0px;
}
.pbmit-ihbox-style-6 h4{
    font-size: 16px;
    line-height: 26px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-box{
    position: relative;
    z-index: 1;
}
.pbmit-ihbox.pbmit-ihbox-style-6:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    background-color: #001e57;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    z-index: 0;
}
.pbmit-ihbox.pbmit-ihbox-style-6:before,
.pbmit-ihbox.pbmit-ihbox-style-6 .vc_custom_heading,
.pbmit-ihbox.pbmit-ihbox-style-6 .pbmit-ihbox-content,
.pbmit-ihbox.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.pbmit-ihbox.pbmit-ihbox-style-6:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.pbmit-ihbox.pbmit-ihbox-style-6:hover .vc_custom_heading,
.pbmit-ihbox.pbmit-ihbox-style-6:hover .pbmit-ihbox-content {
    color: rgba(255, 255, 255, 1);
}
/** Style 7 **/
.pbmit-ihbox-style-7{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
} 
.pbmit-ihbox-style-7 .pbmit-ihbox-contents,
.pbmit-ihbox-style-7 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.pbmit-ihbox-style-7 .pbmit-ihbox-icon{
    padding-right: 15px;  
}
.pbmit-text-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper{
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-7 h2{
    font-size:18px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    color: black;
}
.pbmit-ihbox-style-7 h4{
    font-size: 16px;
    line-height: 26px;
}
/** Style 8 **/
.pbmit-ihbox-style-8 {
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: absolute;
    left: 25px;
    bottom: -10px;
    z-index: 1;
    background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--pbmit-global-color);
    position: absolute;
    top: -15px;
    right: 30px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-contents,
.pbmit-ihbox-style-8 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.pbmit-ihbox-style-8 .pbmit-ihbox-icon{
    padding-right: 20px;  
}
.pbmit-ihbox-style-8 h2{
    font-size:18px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8 h4{
    font-size: 16px;
    line-height: 26px;
}
.pbmit-ihbox-style-8 h2{
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}
.pbmit-ihbox-style-8  .pbmit-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon i,
.pbmit-ihbox-style-8 .pbmit-ihbox-heading .pbmit-title {
    color: var(--pbmit-white-color);
}
/** Style 9 **/
.pbmit-ihbox-style-9{
    position: relative;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
} 
.pbmit-ihbox-style-9 .pbmit-ihbox-content{
	margin-top: 15px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-contents,
.pbmit-ihbox-style-9 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
} 
.pbmit-ihbox-style-9 .pbmit-ihbox-icon{
    padding-right: 25px;  
}
.pbmit-text-color-white .pbmit-ihbox-style-9 .pbmit-ihbox-icon i{
    color: rgba(255, 255, 255, 0.8);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper{
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}
.pbmit-ihbox-style-9 h2{
    font-size:18px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}
.pbmit-ihbox-style-9 h4{
    font-size: 16px;
    line-height: 26px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper {
    color: #0c95ec;
}
/** Style 10**/
.pbmit-ihbox-style-10 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    padding-left: 20px;
    position: absolute;
    top:50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-contents,
.pbmit-ihbox-style-10 *{
    -webkit-transition: none;
    -o-transition: none;
    transition: none; 
}
.pbmit-ihbox-style-10 h2{
    font-size:18px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0
}
.pbmit-ihbox-style-10 h4{
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-10 .pbmit-heading-subheading-style-2 .pbmit-title {
    font-weight: 700;
    font-size: 27px;
    line-height: 24px;
    letter-spacing: 2px;
}
.pbmit-ihbox-style-10 .pbmit-heading-subheading-style-2 .pbmit-subtitle {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
    letter-spacing: .1px;
}    
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper{
    font-size: 36px;
    line-height: 80px;
    color: #000;
    background-color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon{
    padding-right: 20px;  
    position: relative;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper:after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ffffff;
    border-width: 19px 2px 10px 16px;
    margin-left: 2px;
    margin-bottom: 3px;
    top: 69px;
    transform: rotate(-30deg);
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper {
    color: #ffba00;
}
/** Style 11 **/
.pbmit-ihbox.pbmit-ihbox-style-11{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.pbmit-ihbox.pbmit-ihbox-style-11 {
    background: #fff;
    padding: 40px 30px;
}
.pbmit-ihbox.pbmit-ihbox-style-11 .pbmit-ihbox-heading h2{
    font-size: 22px;
    line-height: 24px;
    position: relative;
    margin-bottom: 35px;
}
.pbmit-ihbox.pbmit-ihbox-style-11 .pbmit-ihbox-content{
    font-size: 15px;
    line-height: 26px;
}
.pbmit-ihbox.pbmit-ihbox-style-11 .pbmit-ihbox-icon{
    font-weight: 900;
    font-size: 18px;
    padding-bottom: 10px;
    color: var(--pbmit-global-color);
}
.pbmit-ihbox.pbmit-ihbox-style-11 .pbmit-ihbox-heading h2:after {
    content: "";
    width: 70px;
    height: 1px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: #dddddd;
}
.pbmit-ihbox.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon,
.pbmit-ihbox.pbmit-ihbox-style-11:hover .pbmit-ihbox-heading h2,
.pbmit-ihbox.pbmit-ihbox-style-11:hover .pbmit-ihbox-content{
    color: #fff !important;
}
.pbmit-ihbox.pbmit-ihbox-style-11:hover{
    background-color: #0c95ec;
}
.pbmit-ihbox-heading .pbmit-title {
    color: var(--pbmit-heading-color);
}
.pbmit-ihbox.pbmit-ihbox-style-11:hover .pbmit-ihbox-heading .pbmit-title {
    color: var(--pbmit-white-color);
}
/** Style 12 **/
.pbmit-ihbox.pbmit-ihbox-style-12 .pbmit-ihbox-icon{
    padding-right: 15px;
    font-size: 25px;
    margin-top: 5px;
    color: var(--pbmit-global-color);
}
.pbmit-ihbox.pbmit-ihbox-style-12 .pbmit-ihbox-content{
    font-size: 15px;
    line-height: 20px;
}
.pbmit-ihbox.pbmit-ihbox-style-12 .pbmit-ihbox-heading h2 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: left;
    color: var(--pbmit-heading-color);
    font-weight: 700;
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 2 **/
.pbmit-team-style-2{
	margin-bottom: 30px;
}
.pbmit-team-style-2.pbminfotech-ele-team{
    position: relative; 
}
.pbmit-team-style-2,
.pbmit-team-style-2 .pbminfotech-box-social-links,
.pbmit-team-style-2 .pbminfotech-box-content{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbmit-team-style-2 .pbminfotech-box-content {
   padding: 20px 30px 10px 25px;
   text-align: center;
}
.pbmit-team-style-2 .pbminfotech-box-content .pbmit-team-title{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
}
.pbmit-team-style-2 .pbminfotech-box-team-position{
    font-size: 14px; 
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--pbmit-global-color);
}
.pbmit-team-style-2 .pbmit-social-links li a:hover{
    color: #222;
}
.pbmit-team-style-2 .pbminfotech-team-image-box{
    position: relative;
    overflow: hidden;
}
.pbmit-team-style-2 .pbminfotech-box-social-links{
    position: absolute;
    bottom: 10px;
    opacity: 0;
    left: -30px; 
}
.pbmit-team-style-2:hover .pbminfotech-box-social-links{
    left: 10px; 
    opacity: 1;
}
.pbmit-team-style-2 .pbminfotech-box-social-links li{
    display: block;
    margin-right: 0;
    margin-bottom: 1px;
}
.pbmit-team-style-2 .pbminfotech-box-social-links li a{
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    background: #fff;
    line-height: 50px;
    color: #071323;
}
.pbmit-team-style-2 .pbminfotech-box-social-links li a:hover{
    color: #fff !important;
}
.pbmit-team-style-2 .pbminfotech-box-social-links li:last-child{
    margin-bottom: 0;
}
.pbmit-team-style-2 .pbminfotech-box-social-links li a:hover{
    background-color: var(--pbmit-link-color-hover);
}
/** Style 3 **/
.pbmit-team-style-3.pbminfotech-ele-team{
    position: relative;
}
.pbmit-team-style-3 .pbminfotech-team-vertical:after,
.pbmit-team-style-3 .pbminfotech-box-social-links,
.pbmit-team-style-3 .pbminfotech-box-content{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbmit-team-style-3 .pbminfotech-box-content {
   text-align: center;
   padding-top: 20px;
}
.pbmit-team-style-3 .pbminfotech-box-content .pbmit-team-title{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}
.pbmit-team-style-3 .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-3 .pbminfotech-box-content .pbmit-team-title a{
    color: #071323;
} 
.pbmit-team-style-3 .pbmit-social-links li a:hover{
    color:var(--pbmit-global-color);
}
.pbmit-team-style-3 .pbminfotech-team-image-box{
    position: relative;
    overflow: hidden;
}
.pbmit-team-style-3 {
    margin-bottom: 60px;
}
.pbmit-team-style-3 .pbmit-social-links{
    position: absolute;
    bottom: 10px;
    z-index: 9;
}
.pbmit-team-style-3 .pbminfotech-box-social-links li{
    display: block;
    margin-right: 0;
}
.pbmit-team-style-3 .pbminfotech-box-social-links li a{
    display: block;
    height: 35px;
    width: 55px;
    text-align: center;
    line-height: 40px;
    color: #fff;
} 
.pbmit-team-style-3 .pbminfotech-box-social-links li:last-child{
    margin-bottom: 0;
}
.pbmit-team-style-3 .pbminfotech-team-vertical{
    width: 55px;
    height: 100%;
    position: absolute;
    background: #ff0000;
    left: 0;
    top: 0;
}
.pbmit-team-style-3 .pbminfotech-box-team-position-wrap{
    position: absolute;
    left: 40px;
    top: 25px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: left top 0;
    color: #fff;
    min-width: 230px;
    z-index: 9;
}
.pbmit-team-style-3 .pbminfotech-box-team-position:after {
    background: #fff;
    display: inline-block;
    content: "";
    width: 40px;
    height: 1px;
    vertical-align: middle;
    margin: 0 8px;
}
.pbmit-team-style-3 .pbminfotech-team-vertical:after{
    content: '';
    width: 100%;
    height: 0;
    background: #151726;
    position: absolute;
    top: 0;
    left: 0;
}
.pbmit-team-style-3:hover .pbminfotech-team-vertical:after{
    height: 100%;
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-sbox-icon-wrapper{
    font-size: 60px;
    line-height: 60px;
    color: var(--pbmit-blackish-color);
    padding-right: 20px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub{
    bottom: 0;
    left: -10px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    color: rgba(255,255,255,.85);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-number-rotate{
    display: inline-block;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner{
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
}
.pbmit-text-color-white .pbminfotech-ele-fid-style-1 .pbmit-fid-title{
    color: rgba(255, 255, 255, 0.85);
}
/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper{
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner{
    font-size: 32px;
    margin-bottom: 15px;
    color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-sub{
    margin-left: 0px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
    font-family: 'Rubik',sans-serif;
    color: var(--pbmit-white-color);
}
/** Style 3 **/
.pbminfotech-ele-fid-style-3 .pbmit-sbox-icon-wrapper{
    font-size: 55px;
    line-height: 55px;
    color: var(--pbmit-global-color);
    padding-right: 20px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub{
    bottom: 0;
    left: -10px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    color: var(--pbmit-white-color);
    font-family: 'Rubik',sans-serif;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-number-rotate{
    display: inline-block;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--pbmit-white-color);
}
.counter-content {
    padding: 25px;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1{
    position: relative;   
    background-color: #fff; 
    border: 10px solid #fff;    
	margin-bottom: 30px; 
}
.pbmit-service-style-1 .pbminfotech-box-content,
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.pbmit-service-style-1 .pbminfotech-box-content{
   text-align: center;
   position: relative;
}
.pbmit-service-style-1 .pbminfotech-box-content-inner{
    padding: 45px 30px 20px;
}
.pbmit-service-style-1 .pbmit-service-title {
    position: relative;
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0 20px;
}
.pbmit-service-style-1 .pbmit-service-custom-icon-wrapper {
    position: absolute;
    border-top: 90px solid #fff;
    border-left: 90px solid transparent;
    border-top-color: #ff5e15;
    z-index: 99;
    right: 0;
}
.pbmit-service-style-1 .pbmit-service-custom-icon-wrapper img {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -76px;
    max-width: 30px;
    right: 7px;
}
.pbmit-service-style-1:hover .pbmit-service-custom-icon-wrapper {
    border-top-color: #09162a;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
    height: 90px;
    width: 90px;
    font-size: 30px;
    line-height: 60px; 
    border-top: 90px solid var(--pbmit-global-color);
    border-left: 90px solid transparent;  
    text-align: center;
    color: var(--pbmit-white-color);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper i {
    position: absolute;
    top: -90px;
    color: var(--pbmit-white-color);
    right: 5px;
    font-size: 30px;
}
.pbmit-service-style-1 .vc_btn3-color-globalcolor.vc_general.vc_btn3{
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700; 
}
.pbmit-service-style-1:hover .pbmit-service-icon-wrapper{
    border-top-color: #09162a;
}
.pbmit-service-style-1 .vc_btn3-container.vc_btn3-inline{
	display: inline-block;
    vertical-align: top;
	margin-bottom: 21px;
	position: relative;
}
.pbmit-service-style-1 .pbmit-service-btn a{
	position: relative;
	font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700;
	letter-spacing: 1px;
    text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-1 .pbmit-service-btn a:before,
.pbmit-service-style-1 .pbmit-service-btn a:after{
	content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.pbmit-service-style-1 .pbmit-service-btn a:after{
	width: 0%;
	background-color: var(--pbmit-global-color);
}
.pbmit-service-style-1 .pbmit-service-btn a:hover:after{
	width: 100%;
    left: 0;
    right: auto;
}
.pbmit-service-style-1 .pbmit-service-btn a:before{
	width: 100%;
}
.pbmit-team-style-3 .pbmit-featured-wrapper,
.pbmit-service-style-2 .pbmit-featured-wrapper,
.pbmit-service-style-1 .pbmit-featured-wrapper{
    overflow: hidden;
}
.pbmit-team-style-3 .pbmit-featured-wrapper img,
.pbmit-service-style-2 .pbmit-featured-wrapper img,
.pbmit-service-style-1 .pbmit-featured-wrapper img {
    transform: scale(1, 1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.pbmit-team-style-3:hover .pbmit-featured-wrapper img,
.pbmit-service-style-2:hover .pbmit-featured-wrapper img,
.pbmit-service-style-1:hover .pbmit-featured-wrapper img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
} 
/** Style 2 **/
.pbmit-service-style-2 {
    position: relative;
    margin-bottom: 30px;
}
body .pbmit-service-style-2 .shape-rounded,
.pbmit-service-style-2 .pbminfotech-box-content-inner:before,
.pbmit-service-style-2 .pbminfotech-box-content,
.pbmit-service-style-2 .pbmit-service-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.pbmit-service-style-2 .pbminfotech-box-content{
   text-align: center;
   position: relative;
}
.pbmit-service-style-2 .pbminfotech-box-content-inner{
    padding: 30px 30px 10px;
    background: #fff;
    margin-top: 20px;
}
.pbmit-service-style-2 .pbmit-service-title {
    position: relative;
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0 10px;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper img {
    width: 45px;
    height: 45px;
}
.pbmit-service-style-2 .pbmit-service-icon-wrapper{
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--pbmit-global-color);
}
body .pbmit-service-style-2 .shape-rounded{
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700; 
}
.pbmit-service-style-2:hover .pbmit-service-icon-wrapper{
    border-top-color: #09162a !important;
    position: relative;
}
.pbmit-service-style-2 .pbmit-service-content {
    position: relative;
}
.pbmit-service-style-2 .pbmit_btn3-inline {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 22px;
    max-width: 100%;
}
.pbmit-service-style-2 .pbmit_btn3-inline a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: .5px; 
}
.pbmit-service-style-2 .pbmit-featured-wrapper{
    position: relative;
    overflow: hidden;
}
.pbmit-service-style-2:hover .pbminfotech-box-content-inner:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.pbmit-service-style-2 .pbminfotech-box-content-inner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    background-color: var(--pbmit-global-color);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    z-index: 0;
}
.pbmit-service-style-2:hover .shape-rounded,
.pbmit-service-style-2:hover{
    color: #fff;
}
.pbmit-service-style-2:hover .pbmit_btn3-inline a{
    color: #fff;
}
.pbmit-service-style-2:hover .pbmit-service-title a,
.pbmit-service-style-2:hover .pbmit-service-icon-wrapper i{
    color: #fff;
    transition-delay: .1s;
}
/** Style 3 **/
.pbmit-service-style-3 {
    border: 1px solid #e8e8e8;
    position: relative;
    height: 100%;
    border-right: none;
}
.pbmit-service-style-3,
.pbmit-service-style-3 .pbminfotech-box-content:before,
.pbmit-service-style-3 .pbmit-service-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbmit-service-style-3 .pbminfotech-box-content{
   position: relative;
}
.pbmit-service-style-3 .pbminfotech-box-content-inner{
    padding: 40px 30px 10px;
}
.pbmit-service-style-3 .pbmit-service-title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper img {
    width: 60px;
    height: 60px;
}
.pbmit-service-style-3 .pbmit-service-icon-wrapper{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 35px;
    color: var(--pbmit-global-color);
}
.pbmit-service-style-3 .pbmit-service-btn .vc_general.vc_btn3{
    background-color: transparent !important;
    background-image: none !important;
    padding: 0;   
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0;
    font-weight: 700; 
    color: #000
}
.pbmit-service-style-3-main .pbmit-element-posts-wrapper > .pbmit-service-ele:last-child .pbmit-service-style-3 {
    border-right: 1px solid #e8e8e8; 
} 
.pbmit-service-style-3-main .pbminfotech-element-inner .pbmit-service-ele{
    padding: 0;
}
.pbmit-service-style-3:hover .pbminfotech-box-content:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.pbmit-service-style-3 .pbminfotech-box-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    background-color: var(--pbmit-global-color);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}
.pbmit-service-style-3:hover{
    color: #fff;
}
.pbmit-service-style-3:hover .pbmit-service-title a,
.pbmit-service-style-3:hover .pbmit-service-icon-wrapper i{
    color: #fff;
    transition-delay: .1s;
}
.pbmit-service-style-2:hover .pbmit-service-btn a {
    color: var(--pbmit-white-color);
}
.pbmit-service-style-3 .pbmit-service-btn {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-family: Oswald,sans-serif;
    letter-spacing: 1px;
    margin-left: 1px;
}
.pbmit-service-style-3 .pbmit-service-btn a{
	color: var(--pbmit-blackish-color);
}
/** Style 4 **/
.pbmit-service-style-4 {
    position: relative;
}
.pbmit-service-style-4 {
    position: relative;
}
.pbmit-service-style-4 .pbmit-service-icon-wrapper img {
    width: 21px;
    height: 21px;
}
.pbmit-service-style-4 .pbminfotech-box-content{
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
}
.pbmit-service-style-4 .pbminfotech-box-content .pbmit-service-icon {
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 21px;
    background-color: var(--pbmit-global-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.pbmit-service-style-4 .pbminfotech-box-content .pbminfotech-box-content-inner{
    padding-left: 70px;
}
.pbmit-service-style-4 .pbminfotech-box-content .pbmit-service-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.pbmit-service-style-4 .pbminfotech-box-content .pbmit-service-title a{
    color: #fff;
}
/** style 5**/
.pbmit-service-style-5,
.pbmit-service-style-5:after,
.pbmit-service-style-5 .pbmit-service-icon{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbmit-service-style-5 {
    padding: 40px 35px 20px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.pbmit-service-style-5 .pbmit-service-icon-wrapper img {
    width: 50px;
    height: 50px;
}

.pbmit-service-style-5 .pbmit-service-icon{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 60px;
    color: #0c95ec;
}
.pbmit-service-style-5 .pbmit-service-title{
    font-size: 22px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.pbmit-service-style-5 .pbmit-service-cat a{
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
}
.pbmit-service-style-5:after{
    content: '';
    position: absolute;
    right: 0;
    top:0;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid #0c95ec;
}
.pbmit-service-style-5:hover:after{
    border-right: 15px solid #071323 !important;
}
.pbmit-service-style-5:hover .pbmit-service-cat a,
.pbmit-service-style-5:hover .pbmit-service-title a,
.pbmit-service-style-5:hover .pbmit-service-icon{
    color: #fff !important;
}
.pbmit-service-style-5:hover {
    background-color: #0c95ec;
}

/*----------------------------------------*/
/*  05 - Projects
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 .pbmit-base-icon-plus:before {
    position: absolute;
    right: -20px;
    top: 85%;
    color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-1 .pbminfotech-post-item{
    position: relative;
    overflow: hidden;
}
.pbmit-portfolio-style-1 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.pbmit-portfolio-style-1:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content{ 
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content:after{	
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    background: rgba(0, 0, 0, 0.6);
}
.pbmit-portfolio-style-1:hover .pbminfotech-box-content:after{
    visibility: visible;
    opacity: 1;
}
.pbmit-portfolio-style-1 .pbminfotech-icon-box {
    width: 37px;
    height: 37px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    line-height: .8;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    padding: 11px 17px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 600ms;
    -moz-transition: all ease 600ms;
    -webkit-transition: all ease 600ms;
}
.pbmit-portfolio-style-1:hover .pbminfotech-icon-box {
    visibility: visible;
    opacity: 1;
    right: 40px;
}
.pbmit-portfolio-style-1 .pbminfotech-icon-box a{
    background-color: var(--pbmit-link-color-hover);
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
}
.pbmit-portfolio-style-1 .pbminfotech-titlebox{
    position: absolute;
    left: 30px;
    bottom: 15px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
}
.pbmit-portfolio-style-1 .pbmit-port-cat a {
    color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-1:hover .pbminfotech-titlebox {
    visibility: visible;
    opacity: 1;
    bottom: 32px;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-portfolio-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-portfolio-title  a{
    color: #fff;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content .pbminfotech-box-content-inner{
    position: relative;
    z-index: 1;
    height: 100%;
}
.pbmit-element-portfolio-style-1 .pbmit-ihbox.pbmit-ihbox-style-hsbox{
    margin-bottom: 90px;
}
.Portfolio-one .pbmit-heading-subheading {
    margin-bottom: 90px;
}
/* style 2 */
.pbmit-portfolio-style-2 .pbmit-portfolio-icon-wrapper i,
.pbmit-portfolio-style-2 .pbmit-portfolio-icon-wrapper,
.pbmit-portfolio-style-2 img {
   -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
} 
.pbmit-portfolio-style-2,
.pbmit-portfolio-style-2 .pbmit-image-wrapper{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
} 
.pbmit-category-style2 .pbmit-portfolio-style-2 .pbmit-image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.pbmit-portfolio-style-2 .pbmit-content-wrapper{
    padding:15px 0 10px;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title a{
    color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title a:hover {
    color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-2 .pbmit-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 4px;
    display: inline-block;
    color: var(--pbmit-global-color);      
}
.pbmit-portfolio-style-2 .pbmit-port-cat a:first-child{
    padding-left: 8px;     
}
.pbmit-portfolio-style-2 .pbmit-port-cat{
    position: relative;
    line-height: 13px;
    margin-bottom: 10px;
}
.pbmit-portfolio-style-2 .pbmit-port-cat:before{
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: var(--pbmit-global-color);
    top: 0;
    left: 0;
}
.pbmit-text-color-white .pbmit-portfolio-style-2 .pbmit-portfolio-title a{
    color: #fff;
}
.pbmit-portfolio-style-2 .vc_general.vc_btn3{
    padding: 12px 60px;
}
body .pbmit-portfolio-style-2  .shape-rounded{
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
}
.pbmit-portfolio-style-2 .vc_btn3-container{
    margin-bottom: 0;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-icon-wrapper {
    height: 80px;
    width: 80px;
    font-size: 30px;
    line-height: 60px;
    border-top: 80px solid var(--pbmit-global-color);
    border-left: 80px solid transparent;
    text-align: center;
    color: var(--pbmit-white-color);
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    opacity: 0;
}
.pbmit-portfolio-style-2:hover .pbmit-portfolio-icon-wrapper {
    opacity: 1;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-icon-wrapper i {
    position: absolute;
    top: -87px;
    right: 5px;
    font-size: 20px;
}
.pbmit-portfolio-style-2:hover .pbmit-portfolio-icon-wrapper i{
    color: #fff !important;
}
.pbmit-portfolio-style-2:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.pbmit-portfolio-style-2 img {
    transform: scale(1, 1);
}
/* style 3 */
.pbmit-portfolio-style-3 {
    margin-bottom: 45px;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper:before,
.pbmit-portfolio-style-3 .pbmit-portfolio-icon-wrapper i,
.pbmit-portfolio-style-3 .pbmit-portfolio-icon-wrapper,
.pbmit-portfolio-style-3 img {
   -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
} 
.pbmit-portfolio-style-3 .pbmit-portfolio-icon-wrapper {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: var(--pbmit-secondary-color);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-icon-wrapper a{
    color: #fff;
    display: block;
}
.pbmit-portfolio-style-3 .pbmit-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    display: inline-block; 
    color: #a4a6a9;
}
.pbmit-portfolio-style-3 .pbmit-content-wrapper{
    padding:20px 30px;
    border: 1px solid #f8f8f8;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper{
    position: relative;
    overflow: hidden;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 22, 42, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1; 
}
.pbmit-portfolio-style-3:hover .pbmit-featured-wrapper:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: .5s ease;
}
.pbmit-portfolio-style-3 .pbmit-image-wrapper{
    position: relative;
}
.pbmit-portfolio-style-3 .pbminfotech-icon-box{
    position: absolute;
    left: 50%;
    top: 50%;  
    z-index: 1;
    margin-left: -15px;  
    margin-top: -15px; 
    transition: .5s ease;
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition-delay: .5s;
}
.pbmit-portfolio-style-3 .pbminfotech-icon-box a{
    color: #fff;
    font-size: 30px;
}
.pbmit-portfolio-style-3:hover .pbminfotech-icon-box{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pbmit-portfolio-style-3:hover .pbmit-portfolio-icon-wrapper{
    background-color: var(--pbmit-global-color);
}
/** Style 4 **/
.pbmit-portfolio-style-4 .pbminfotech-post-item{
    position: relative;
    overflow: hidden;
}
.pbmit-ele.pbmit-portfolio-ele {
    margin-bottom: 30px;
}
.pbmit-portfolio-style-4 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.pbmit-portfolio-style-4:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pbmit-portfolio-style-4 .pbminfotech-box-content{ 
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 45px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.pbmit-portfolio-style-4 .pbminfotech-box-content:after{ 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.pbmit-portfolio-style-4:hover .pbminfotech-box-content:after{
    visibility: visible;
    opacity: 1;
} 
.pbmit-portfolio-style-4 .pbminfotech-titlebox{
    text-align: center;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
}
.pbmit-portfolio-style-4:hover .pbminfotech-titlebox {
    visibility: visible;
    opacity: 1;
    bottom: 32px;
}
.pbmit-portfolio-style-4 .pbminfotech-box-content .pbmit-portfolio-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px; 
}
.pbmit-portfolio-style-4 .pbminfotech-box-content .pbmit-portfolio-title a{
    color: #fff;
}
.pbmit-portfolio-style-4 .pbmit-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-4 .pbmit-portfolio-corners:before,
.pbmit-portfolio-style-4 .pbmit-portfolio-corners:after{
    content: '';
    position: absolute;
    z-index: inherit;
    width: 12px;
    height: 12px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.pbmit-portfolio-style-4 .pbmit-portfolio-corners_bottom:before {
    bottom: 50px;
    left: 50px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.pbmit-portfolio-style-4 .pbmit-portfolio-corners_bottom:after {
    bottom: 50px;
    right: 50px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.pbmit-portfolio-style-4 .pbmit-portfolio-corners_top:before {
    top: 50px;
    left: 50px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.pbmit-portfolio-style-4 .pbmit-portfolio-corners_top:after {
    top: 50px;
    right: 50px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.pbmit-portfolio-style-4:hover .pbmit-portfolio-corners:before,
.pbmit-portfolio-style-4:hover .pbmit-portfolio-corners:after{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/** style 5**/
.pbmit-portfolio-style-5 .pbmit-portfolio-icon-wrapper i,
.pbmit-portfolio-style-5 .pbmit-portfolio-icon-wrapper,
.pbmit-portfolio-style-5 img {
   -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
} 
.pbmit-portfolio-style-5,
.pbmit-portfolio-style-5 .pbmit-image-wrapper{
    position: relative;
    overflow: hidden;
} 
.pbmit-portfolio-style-5 .pbmit-content-wrapper{
    padding:15px 0 10px;
}
.pbmit-portfolio-style-5 .pbmit-portfolio-title{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
}
.pbmit-portfolio-style-5 .pbmit-portfolio-title a{
    color: #2c2c2c;
}
.pbmit-portfolio-style-5 .pbmit-port-cat a{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;      
    color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-5 .pbmit-port-cat{
    position: relative;
    line-height: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
}
body .pbmit-portfolio-style-5  .shape-rounded{
    background: none;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0px;
    font-weight: 600;
}
.pbmit-portfolio-style-5 .vc_btn3-container{
    margin-bottom: 0;
}
.pbmit-portfolio-style-5 .pbmit-portfolio-icon-wrapper {
    height: 80px;
    width: 80px;
    font-size: 30px;
    line-height: 60px;
    border-top: 80px solid #0c95ec;
    border-left: 80px solid transparent;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    opacity: 0;
}
.pbmit-portfolio-style-5:hover .pbmit-portfolio-icon-wrapper {
    opacity: 1;
}
.pbmit-portfolio-style-5 .pbmit-portfolio-icon-wrapper i {
    position: absolute;
    top: -87px;
    right: 5px;
    font-size: 20px;
}
.pbmit-portfolio-style-5:hover .pbmit-portfolio-icon-wrapper i{
    color: #fff !important;
}
.pbmit-portfolio-style-5:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.pbmit-portfolio-style-5 img {
    transform: scale(1, 1);
}
.Portfolio-five {
    padding-top: 100px;
    background-color: var(--pbmit-blackish-color);
}
.Portfolio-five .pbmit-heading-subheading-style-5 {
    margin-bottom: 0;
}
.Portfolio-five .swiper-slider {
    margin-top: 80px;
}

/*----------------------------------------*/
/*  06 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blogbox-style-1 {
    margin-bottom: 50px;
    border-bottom: 3px solid var(--pbmit-global-color);
} 
.pbmit-blog-ele {
    margin-bottom: 30px;
}
.pbmit-blogbox-style-1 .pbmit-featured-container{
    position: relative;
}
.pbmit-blogbox-style-1 .pbmit-meta-category{
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background-color: var(--pbmit-global-color);
    z-index: 1;
}
.pbmit-blogbox-style-1 .pbmit-meta-category a{
    color: #fff;
}
.pbmit-blogbox-style-1 .pbminfotech-box-content {
    padding: 20px 25px 20px;
    background: #fff;
}
.pbmit-blogbox-style-1 .pbminfotech-box-content .pbmit-post-title{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px
}
.pbmit-blogbox-style-1 .pbminfotech-box-content .pbmit-post-title a{
    color: #222
}
.pbmit-blogbox-style-1 .pbminfotech-box-content .pbmit-post-title a:hover{
    color: var(--pbmit-global-color);
}
.pbmit-blogbox-style-1 .post-item .pbmit-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.pbmit-blogbox-style-1 .pbmit-meta-container{
    margin-bottom: 10px;
    font-size: 16px;
}
.pbmit-blogbox-style-1  .pbminfotech-box-desc{
    margin-top: 15px;
}
.pbmit-blogbox-style-1 .pbmit-meta-container .pbmit-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #a4a6a9;
} 
.pbmit-blogbox-style-1 .pbmit-meta-container .pbmit-meta-line:last-child:after{
    display: none;
}
.pbmit-blogbox-style-1 .pbmit-meta-container .pbmit-meta-line:first-child{
    margin-left: 0;
}
.pbmit-blogbox-style-1 .pbmit-featured-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,22,42,.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1;
}
.pbmit-blogbox-style-1 .pbmit-featured-wrapper:before {
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
/** Style 2 **/
.pbmit-element-blog-style-2 .pbmit-element-posts-wrapper.row .pbmit-ele{
    margin-bottom:  0;
}
.pbmit-blogbox-style-2 .post-item{  
    margin-bottom: 25px;
    background: #fff;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: normal; 
}
.pbmit-blogbox-style-2 .post-item .pbmit-featured-container{
    width: 150px;
    flex-shrink: 0;
    margin-right: 30px;
}
.pbmit-blogbox-style-2 .post-item .pbminfotech-box-desc {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
.pbmit-blogbox-style-2 .pbminfotech-box-content{
    padding-top: 20px;
    padding-right: 25px;
}
.pbmit-blogbox-style-2 .post-item .pbmit-post-title{
    font-size: 24px;
    line-height: 28px;  
    font-weight: 600;
}
.pbmit-blogbox-style-2 .pbmit-meta-container{
    margin-bottom: 5px;
    font-size: 16px;
    color: var(--pbmit-global-color);
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line:first-child{
    margin-left: 0;
}
/** Style 3 **/
.pbmit-blogbox-style-3 .pbmit-featured-container{
    position: relative;
}
article.pbmit-blogbox-style-3 {
    margin-bottom: 30px;
}
.pbmit-blogbox-style-3 .pbmit-meta-category {
    display: inline-block;
    padding: 3px 15px;
    color: var(--pbmit-white-colors);
    position: absolute;
    bottom: 15px;
    left: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background-color: var(--pbmit-global-color);
    z-index: 1;
}
.pbmit-blogbox-style-3 .pbmit-meta-category a{
    color: var(--pbmit-white-color);
}
.pbmit-blogbox-style-3 .pbminfotech-box-content{
    padding: 35px 25px;
    background: var(--pbmit-white-color);
}
.pbmit-blogbox-style-3 .pbminfotech-box-content .pbmit-post-title{
    font-size: 30px;
    line-height: 36px;
}
.pbmit-blogbox-style-3 .pbminfotech-box-content .pbmit-post-title a {
    color: #222;
}
.pbmit-blogbox-style-3 .pbmit-meta-container{
    margin-bottom: 10px;
    font-size: 16px;
}
.pbmit-blogbox-style-3  .pbminfotech-box-desc{
    margin-top: 20px;
}
.pbmit-blogbox-style-3 .pbmit-meta-container .pbmit-meta-line:first-child {
    margin-left: 0;
}
.pbmit-blogbox-style-3 .pbmit-meta-container .pbmit-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #a4a6a9;
} 
.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link{
    margin-top: 15px;
}
.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link a:before{
    content: "\e81c";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    right: -24px;
}
.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #eeeeee;    
}
.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link a:hover:after{
    width: 0;
}
.pbmit-blogbox-style-1 .pbminfotech-icon-box,
.pbmit-blogbox-style-1 .pbmit-featured-wrapper:before,
.pbmit-blogbox-style-1 .pbmit-featured-wrapper,
.pbmit-blogbox-style-3 .pbminfotech-icon-box,
.pbmit-blogbox-style-3 .pbmit-featured-wrapper:before,
.pbmit-blogbox-style-3 .post-item .pbmit-read-more-link a:after,
.pbmit-blogbox-style-3 .pbmit-featured-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbmit-blogbox-style-1 .pbmit-featured-wrapper,
.pbmit-blogbox-style-3 .pbmit-featured-wrapper{
    position: relative;
    overflow: hidden;
}
.pbmit-blogbox-style-1 .pbmit-featured-wrapper:before,
.pbmit-blogbox-style-3 .pbmit-featured-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 22, 42, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1; 
}
.pbmit-blogbox-style-1:hover .pbmit-featured-wrapper:before,
.pbmit-blogbox-style-3:hover .pbmit-featured-wrapper:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); 
}
.pbmit-blogbox-style-1 .pbmit-meta-link,
.pbmit-blogbox-style-3 .pbmit-meta-link{
    position: absolute;
    left: 50%;
    top: 50%;  
    z-index: 1;
    margin-left: -25px;  
    margin-top: -25px; 
    transition: .5s ease;
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    transition-delay: .5s;
}
.pbmit-blogbox-style-1 .pbmit-meta-link a,
.pbmit-blogbox-style-3 .pbmit-meta-link a{
    height: 50px;
    text-align: center;
    width: 50px;
    background: #fff;
    line-height: 50px;
    font-size: 16px;
    display: block;
    color: var(--pbmit-global-color);
}
.pbmit-blogbox-style-1:hover .pbmit-meta-link,
.pbmit-blogbox-style-3:hover .pbmit-meta-link{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pbmit-blogbox-style-3 .pbmit-btn-style {
    font-family: var(--pbmit-body-typography-font-family);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    color: var(--pbmit-global-color);
}
.pbmit-blogbox-style-3 .pbmit-ihbox-btn .pbmit-btn-style:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.pbmit-blogbox-style-3 .pbmit-ihbox-btn .pbmit-btn-style:hover:after{
    width: 100%;
    background-color: var(--pbmit-global-color);
}
/** Style 4**/
.pbmit-blogbox-style-4 {
    margin-bottom: 30px;
}
.pbmit-blogbox-style-4 .post-item{  
    background: #fff;
}
.pbmit-blogbox-style-4 .pbminfotech-box-content{
    padding: 20px 30px;
}
.pbmit-blogbox-style-4 .post-item .pbmit-post-title{
    font-size: 24px;
    line-height: 34px;  
}
.pbmit-blogbox-style-4 .pbmit-meta-container{
    margin-bottom: 5px;
}
.pbmit-blogbox-style-4 .pbmit-meta-container .pbmit-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #a4a6a9;
}
.pbmit-blogbox-style-4 .pbmit-meta-container .pbmit-meta-line:first-child{
    margin-left: 0;
}
.pbmit-blogbox-style-4 .post-item .pbmit-read-more-link{
    margin-top: 15px;
}
.pbmit-blogbox-style-4 .post-item .pbmit-read-more-link a{
    color: #232323;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.pbmit-blogbox-style-4 .pbmit-ihbox-btn{
	margin-top: 15px;
}
.pbmit-blogbox-style-3 .pbmit-ihbox-btn a:before,
.pbmit-blogbox-style-4 .pbmit-ihbox-btn a:before{
	content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #eee;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
	color: var(--pbmit-global-color);
}
.pbmit-blogbox-style-4 .pbmit-btn-style {
    font-family: var(--pbmit-body-typography-font-family);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: var(--pbmit-global-color);
}
.pbmit-blogbox-style-4 .pbmit-ihbox-btn a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 0%;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	background-color: var(--pbmit-global-color);
}
.pbmit-blogbox-style-4 .pbmit-ihbox-btn a:hover:after{
	width: 100%;
    left: 0;
    right: auto;
}

/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1{
    position: relative;
}
.owl-carousel .owl-item .pbmit-testimonial-style-1 img,
.pbmit-testimonial-style-1 .pbminfotech-box-img img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc{
    padding-bottom: 30px;
    padding-top: 20px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-author {
    position: relative;
    text-align: left;
    display: inline-block; 
}
.pbmit-testimonial-style-1 .pbminfotech-box-title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-1 span.pbmit-designation {
    font-size: 13px;
    color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-1 blockquote{
    font-size: 23px;
    line-height: 33px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc{
    position: relative;
}
.pbmit-testimonial-style-1:after {
    position: absolute;
    content: "\e805";
    font-family: "pbminfotech-base-icons";
    font-size: 150px;
    line-height: 150px;
    top: 10px;
    right: 0;
    color: #fff;
    text-align: center;
    transform: rotate(-180deg);
    opacity: 0.1;
}
.pbmit-element-testimonial-style-1 .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 0;
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.pbmit-element-testimonial-style-1.pbminfotech-element-viewtype-carousel .owl-carousel button.owl-dot{
    border: none;
    border-radius: 0;
    height: 3px;
    width: 30px;
    background: #ccc;
}
.pbmit-element-testimonial-style-1.pbmit-testimonial-small .pbmit-testimonial-style-1 {
    margin: 0;
}
.pbmit-element-testimonial-style-1.pbmit-testimonial-small blockquote{
    font-size: 23px;
    line-height: 33px;
    color: #fff;
    font-weight: normal;
}
.pbmit-element-testimonial-style-1.pbmit-testimonial-small .pbminfotech-box-star-ratings i,
.pbmit-element-testimonial-style-1.pbmit-testimonial-small .pbmit-testimonial-style-1:after{
    color: #fff !important;
}
.pbmit-element-testimonial-style-1.pbmit-testimonial-small .pbminfotech-box-star-ratings i.pbmit-active{
    color: #09162a !important;
}
.pbmit-element-testimonial-style-1.pbmit-testimonial-small .owl-carousel .owl-dots{
    right: 0;
}
.pbmit-element-testimonial-style-1.pbmit-testimonial-small.pbminfotech-element-viewtype-carousel .owl-carousel button.owl-dot{
    background: #fff;
}
.pbmit-element-testimonial-style-1.pbmit-testimonial-small.pbminfotech-element-viewtype-carousel .owl-carousel button.owl-dot.active{
    background: #09162a;
    background-image:none !important;
}
.pbmit-element-testimonial-style-1 .pbminfotech-box-star-ratings i.pbmit-base-icon-star.pbmit-active {
    color: var(--pbmit-link-color-normal);
}
.pbmit-element-testimonial-style-1 .pbminfotech-box-star-ratings i.pbmit-base-icon-star {
    color: var(--pbmit-white-color);
}
/** Style 3 **/
.pbmit-element-testimonial-style-3.pbminfotech-element-viewtype-carousel .owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-top: 0;
}
.pbmit-element-testimonial-style-3.pbminfotech-element-viewtype-carousel .owl-carousel button.owl-dot{  
    display: block;
    margin: 10px 0;
    border-color: #fff;
}
.pbmit-element-testimonial-style-3.pbmit-vertical-heading .pbmit-ihbox-style-hsbox {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    margin-bottom: 0;
    top: 54%;
    margin-top: 43px;
    left: 0px;
    z-index: 99;
}
.pbmit-element-testimonial-style-3.pbmit-vertical-heading 
.pbmit-ihbox.pbmit-ihbox-style-hsbox .pbmit-ihbox-heading .vc_custom_heading{
    letter-spacing: 4px;
}
.pbmit-testimonial-style-3 {
    padding: 40px 130px;
    text-align: center;
    overflow: hidden;
    margin: 0 40px;
}
.pbmit-testimonial-style-3 .pbminfotech-box-img{
    position: relative;
    display: inline-block;
}
.owl-carousel .owl-item .pbmit-testimonial-style-3 .pbminfotech-box-img img,
.pbmit-testimonial-style-3 .pbminfotech-box-img img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
    max-width: none;
    margin-bottom: 7px;
}
.pbmit-testimonial-style-3 .pbminfotech-box-img:after {
    position: absolute;
    content: "\e805" !important;
    font-family: "pbminfotech-base-icons";
    font-size: 10px;
    line-height: 30px;
    top: 10px;
    left: 65px;
    background-color: #222;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.pbmit-testimonial-style-3 .pbminfotech-box-author {
    position: relative;
    padding-left: 0;
    padding-top: 20px;
    text-align: left;
    display: inline-block;
}
.pbmit-testimonial-style-3 .pbminfotech-box-title{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-3 span.pbmit-designation {
    font-size: 13px;
    color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-3 blockquote{
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.pbmit-testimonial-style-3 blockquote p {
    color: var(--pbmit-white-color);
    margin-bottom: 0;
}
.pbmit-testimonial-style-3 .pbminfotech-box-content{
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}
.pbmit-testimonial-style-3 .pbminfotech-box-author * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.pbmit-text-color-white .pbmit-testimonial-style-3 blockquote{
    color: #fff;
}
.pbmit-element-testimonial-style-3.pbmit-vertical-heading .pbmit-ihbox-style-hsbox {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    margin-bottom: 0;
    top: 54%;
    margin-top: 43px;
    left: 0px;
    z-index: 99;
}
.pbmit-element-testimonial-style-3.pbmit-vertical-heading .pbmit-ihbox.pbmit-ihbox-style-hsbox .pbmit-ihbox-heading .vc_custom_heading{
    letter-spacing: 4px;
    font-size: 14px;
    text-transform: uppercase;
}
/** Style 4 **/
.pbmit-testimonial-style-4{
    position: relative;
    margin-top: 30px;
}
.owl-carousel .owl-item .pbmit-testimonial-style-4 img,
.pbmit-testimonial-style-4 .pbminfotech-box-img img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.pbmit-testimonial-style-4 .pbminfotech-box-desc{
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
    padding-left: 80px;
}
.pbmit-testimonial-style-4 .pbminfotech-box-desc:after {
    position: absolute;
    content: "\e805";
    font-family: "pbminfotech-base-icons";
    font-size: 50px;
    line-height: 50px;
    top: 4px;
    left: 0;
    text-align: center;
}
.pbmit-testimonial-style-4 .pbminfotech-box-author {
    position: relative;
    text-align: left;
    display: inline-block; 
    margin-left: 15px;
}
.pbmit-testimonial-style-4 .pbminfotech-box-title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.pbmit-testimonial-style-4 span.pbmit-designation {
    font-size: 13px;
    opacity: 0.8;
}
.pbmit-testimonial-style-4 blockquote{
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-weight: 400;  
}
.pbmit-testimonial-style-4 .pbminfotech-box-star-ratings{
    margin-top: 15px;
}
.testimonial_slide-four .pbminfotech-box-star-ratings i.pbmit-base-icon-star.pbmit-active {
    color: var(--pbmit-global-color);
}
/** Style 5 **/
.pbmit-element-testimonial-style-5.pbmit-vertical-heading .pbmit-ihbox-style-hsbox {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    margin-bottom: 0;
    top: 54%;
    margin-top: 43px;
    left: 0px;
    z-index: 99;
}
.pbmit-testimonial-top .pbmit-element-testimonial-style-5.pbmit-vertical-heading .pbmit-ihbox-style-hsbox {
    top: 35%;
}
.pbmit-testimonial-style-5 {
    padding: 40px 130px;
    text-align: center;
    overflow: hidden;
    margin: 0 40px;
}
.pbmit-testimonial-style-5 .pbminfotech-box-img{
    position: relative;
    display: inline-block;
}
.owl-carousel .owl-item .pbmit-testimonial-style-5 .pbminfotech-box-img img,
.pbmit-testimonial-style-5 .pbminfotech-box-img img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
    max-width: none;
}
.pbmit-testimonial-style-5 .pbminfotech-box-img:after {
    position: absolute;
    content: "\e805" !important;
    font-family: "pbminfotech-base-icons";
    font-size: 10px;
    line-height: 30px;
    top: 10px;
    left: 65px;
    background-color: #222;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.pbmit-testimonial-style-5 .pbminfotech-box-author {
    position: relative;
    padding-left: 0;
    padding-top: 20px;
    text-align: left;
    display: inline-block;
}
.pbmit-testimonial-style-5 .pbminfotech-box-title{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}
.pbmit-testimonial-style-5 span.pbmit-designation {
    font-size: 13px;
}
.pbmit-testimonial-style-5 blockquote {
    font-family: Rubik,sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.pbmit-testimonial-style-5 .pbminfotech-box-desc{
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.pbmit-testimonial-style-5 .pbminfotech-box-author * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.pbmit-element-testimonial-style-5.pbminfotech-element-viewtype-carousel .owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    margin-top: 0;
}
.pbmit-text-color-white .pbmit-testimonial-style-5 blockquote{
    color: #fff;
}
.pbmit-element-testimonial-style-5.pbminfotech-element-viewtype-carousel .owl-carousel button.owl-dot{  
    display: block;
    margin: 10px 0;
}
.pbmit-element-testimonial-style-5.pbmit-vertical-heading .pbmit-ihbox-style-hsbox {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    margin-bottom: 0;
    top: 54%;
    margin-top: 43px;
    left: 0px;
    z-index: 99;
}
.testimonial-five .swiper-pagination-bullet {
    border: 1px solid;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: transparent;
}
.testimonial-five .swiper-pagination-bullet-active {
    background-color: var(--pbmit-secondary-color);
}
.testimonial-five .swiper-horizontal>.swiper-pagination-bullets, 
.testimonial-five .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
    bottom: 0;
    right: 0;
}
.testimonial-five {
    padding-top: 60px;
}
.testimonial-five .swiper-slider[data-dots="true"] {
    padding-bottom: 35px;
}
.testimonial-five .pbmit-testimonial-style-4 .pbminfotech-box-desc:after {
    position: absolute;
    content: "\e805";
    font-family: "pbminfotech-base-icons";
    font-size: 50px;
    line-height: 50px;
    top: 4px;
    left: 0;
    text-align: center;
    color: var(--pbmit-global-color);
}
.testimonial-five .pbmit-testimonial-style-4 blockquote {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-weight: 400;
    color: var(--pbmit-blackish-color);
}
blockquote.pbminfotech-testimonial-text p {
    margin-bottom: 0px;
}
.testimonial-five .pbminfotech-box-star-ratings i.pbmit-base-icon-star.pbmit-active {
    color: #ffaa01;
}
.testimonial-five .pbminfotech-box-star-ratings i.pbmit-base-icon-star {
    color: #ccc;
    margin: -2px;
}

/** pricing-table**/
.pbmit-pricing-table-style-1 .pbminfotech-ptable-icon,
.pbmit-pricing-table-style-1 .pbminfotech-ptable-heading{
    text-align: center;
}
.pbmit-pricing-table-style-1 .pbminfotech-ptable-heading {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0;
    color: var(--pbmit-blackish-color);
}
.pbminfotech-sep {
    border-bottom: 1px solid #f6f6f7;
}
.pbmit-pricing-table-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading{
    color: #fff;
}
.pbmit-pricing-table-style-1 .pbmit-sbox-icon-wrapper{
    height: 52px;
    width: 52px;
    line-height: 52px;   
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 30px;
}
.pbmit-pricing-table-style-1 .pbminfotech-ptable-price-w{
    margin-top: 30px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
.pbmit-pricing-table-style-1 .pbminfotech-ptable-price-w *{
    display: inline-block;
    vertical-align: bottom;
}
.pbmit-pricing-table-style-1 .pbminfotech-ptable-price-w .pbminfotech-ptable-cur-symbol-after{
    color: #000;
}
.pbmit-pricing-table-style-1 .pbminfotech-ptable-price{
    font-size: 50px;
    line-height: 50px;    
    color: #000;
}
.pbmit-pricing-table-style-1 .pbmit-ptable-lines-w{
    padding: 30px 40px;
}
.pbmit-pricing-table-style-1 .pbmit-ptable-line{
    margin: 15px 0;
    border-bottom: 1px solid #f6f6f7;
    padding-bottom: 15px;
}
.pbmit-pricing-table-style-1 .vc_btn3-container.vc_btn3-inline{
    text-align: center;
    display: block;
}
.pbmit-pricing-table-style-1 .vc_btn3.vc_btn3-size-md {
    font-size: 13px;
    padding: 10px 23px;
    border-radius: 0;
}
.pbmit-pricing-table-style-1 .pbmit-ptablebox-main-icon{
    display: block;
    text-align: center;
    margin-top: 25px;
}
.pbmit-pricing-table-style-1 .pbmit-ptablebox-main-icon i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
    background-color: #1e2227;
    display: inline-block;
    border-radius: 50%;
}
.pbmit-pricing-table-style-1 .pbmit-ptable-line i{
    margin-right: 5px;
    color: var(--pbmit-global-color);
}
.pbmit-pricing-table-style-1 .pbmit-pricing-table-box .pbminfotech-ptable-price-w .pbminfotech-ptable-frequency:before{
    content: "/";
    margin: 0 2px;
}
.pbmit-pricing-table-style-1 .pbmit-pricing-table-box{
    padding-bottom: 30px;
    border: 1px solid #f6f6f7;
    text-align: center;
    background: #fff;
}
.table-btn a.pbmit-btn {
    font-size: 13px;
    padding:11px 24px;
    border-radius: 0;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.table-btn a.pbmit-btn:hover{
    background-color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/*  08 - Client
/*----------------------------------------*/
/** Style 1 **/
.pbmit-client-style-1{
    padding: 30px 0px;
}
.pbmit-client-style-1 .pbmit-client-wrapper.pbmit-client-with-hover-img .pbmit-client-hover-img {
    position: absolute;
    opacity: 0;
    left: 7px;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pbmit-client-style-1 .pbmit-client-wrapper.pbmit-client-with-hover-img {
    position: relative;
}
.pbmit-client-style-1 .pbmit-client-wrapper.pbmit-client-with-hover-img:hover .pbmit-client-hover-img {
	opacity: 1;
}
.pbmit-client-style-1 .pbmit-client-wrapper.pbmit-client-with-hover-img:hover .pbmit-featured-wrapper {
	opacity: 0;
}
.client-five {
    border-top-width: 1px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-top-color: #eeeeee;
    border-top-style: solid;
}
.client-five .col-md-2 {
    width: 20%;
    margin-bottom: 30px;
}

/*----------------------------------------*/
/*  09 - Header
/*----------------------------------------*/
.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 120px;
}
.site-title a {
    display: table-cell;
    vertical-align: middle;
}
.list-inline-item:not(:last-child) {
    margin-right: 4px;
}
.pbmit-header-overlay {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.site-header .pbmit-pre-header-right .pbmit-social-li {
    margin-right: 8px;
    display: inline-block;
}
.pbmit-right-side {
    display: flex;
    align-items: center;
}
/** Header Style 1 **/
 .pbmit-header-info-inner .pbmit-header-box-1, 
 .pbmit-header-info-inner .pbmit-header-box-2, 
 .pbmit-header-info-inner .pbmit-header-box-3 {
    display: inline-block;
    vertical-align: middle;
}
 .pbmit-header-info-inner>.pbmit-header-box-1, 
 .pbmit-header-info-inner>.pbmit-header-box-2, 
 .pbmit-header-info-inner>.pbmit-header-box-3 {
    margin-right: 52px;
    padding-right: 0;
    position: relative;
    padding-left: 82px;
}
.header-style-1 .pbmit-header-info-inner:last-child .pbmit-header-box-3{
    margin-right: 0;
    padding-right: 0;
}
.header-style-1 .pbmit-header-info-inner .pbmit-header-box-icon {
    position: absolute;
    top: 4px;
    left: 30px;
    font-size: 30px;
    line-height: 30px;
    color: var(--pbmit-global-color);
}
.header-style-1 .pbmit-header-box-title {
    font-family: var( --pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-style: normal;
}
.header-style-1 .pbmit-header-box-content {
    font-family: Rubik,sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    color: #777777;
    text-transform: none;
    font-style: normal;
}
.header-style-1 .site-header-menu {
    z-index: 9;
    position: relative;
}
.header-style-1 .site-header-menu .site-branding{
    display: none;
} 
.header-style-1 .site-header-menu .pbmit-header-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-left: 15px;
}
.header-style-1 .pbmit-right-side {
	padding-right: 15px;
}
.header-style-1 .site-navigations ul.navigation > li > a {
	margin: 0 20px;
	letter-spacing: 1px;
}
.header-style-1 .site-header-menu .pbmit-header-menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 13px 25px -12px rgba(0,0,0,.25);
	background-color: var(--pbmit-global-color);
}
.header-style-1 .site-navigations ul.navigation > li > a:hover {
	color: var(--pbmit-blackish-color);
}
.header-style-1 .pbmit-header-button a {
    padding: 15px 26px;
    background-color: #09162a;
    display: inline-block;
    color: #fff;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Barlow Condensed",sans-serif;
}
.header-style-1 .pbmit-header-button a:hover {
    background-color: #fff;
    color: #09162a;
}
.header-style-1 .pbmit-slider-area {
    margin-top: -30px;
}
.header-style-1 .sticky-header{
    background-color: transparent;
    box-shadow: none;
}
/** Header style 2 **/
.header-style-2 .site-branding {
    background-color: #ffba00;
    padding-left: 30px;
    padding-right: 30px;
}
.header-style-2 .site-branding .site-title{
    height: 170px;
}
.header-style-2.site-header .site-branding img{
    max-height: 50px;
	max-width: inherit;
}
.header-style-2 .site-header-menu .site-branding{
    display: none;
}
.header-style-2 .pbmit-header-info-inner {
    height: 102px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-style-2 .pbmit-header-wrapper  {
    margin-left: 10px;
    padding: 0;
    position: relative;
    background-color: var(--pbmit-white-color);
    border-right: 1px solid #f1f1f1;
}
.header-style-2 .pbmit-header-info:before {
    height: 100%;
    content: "";
    position: absolute;
    background-color: #f1f1f1;
    width: 1px;
    right: 0;
}
.header-style-2 .pbmit-expand-header {
    height: 100%;
    content: "";
    position: absolute;
    background-color: #fff;
    width: 5000px;
    right: -5000px;
    top: 0;
}
.header-style-2 .pbmit-header-box-title{
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #222;
    text-transform: none;
    font-style: normal;
}
.header-style-2 .pbmit-header-box-content {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    color: #777777;
    text-transform: none;
    font-style: normal;
}
.header-style-2 .pbmit-header-info-inner>.pbmit-header-box-1, 
.header-style-2 .pbmit-header-info-inner>.pbmit-header-box-2, 
.header-style-2 .pbmit-header-info-inner>.pbmit-header-box-3 {
    margin-right: 30px;
    padding-right: 0;
    position: relative;
    padding-left: 60px;
    display: inline-block;
    vertical-align: middle;
}
.header-style-2 .pbmit-header-info-inner>div:last-child {
    margin-right: 0;
    padding-right: 0;
}
.header-style-2 .pbmit-header-box-icon i{
    position: absolute;
    top: 4px;
    left: 20px;
    font-size: 30px;
    line-height: 30px;
    color: var(--pbmit-global-color);
}
.header-style-2 .site-header-menu{
    position: relative;
	padding-left: 10px;
}
.header-style-2 .site-header-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #f1f1f1;
    width: 100%;
    height: 1px;
    z-index: 1;
}
.header-style-2 .site-navigations ul.navigation > li > a {
    color: var(--pbmit-blackish-color);
    font-size: 13px;
    margin: 0 13px;
}
.header-style-2 .site-navigations ul li.active > a{
    color: var(--pbmit-global-color);
}
.header-style-2 .pbmit-header-button a {
    font-size: 13px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 500;
    display: inline-block;
    padding: 0 20px;
    height: 68px;
    line-height: 68px;
    text-transform: uppercase;
    background-color: #1e2227;
    font-family: Montserrat,sans-serif;
}
.header-style-2 .pbmit-header-button a:hover {
    background-color: #ffba00;
}
.header-style-2.site-header .pbmit-header-search-btn {
    border-left: 1px solid #f1f1f1;
    height: 68px;
    line-height: 68px;
    padding: 0 12px;
}
.header-style-2.site-header .pbmit-header-search-btn a i{
    color: var(--pbmit-blackish-color);
    font-size: 20px;
	margin: 0;
}
.header-style-2 .site-header-menu.sticky-header .site-branding{
    display: block;
    background-color: inherit;
}
.header-style-2 .site-header-menu.sticky-header{
    left: 0;
}
.header-style-2 .sticky-header .site-branding .site-title ,
.header-style-2 .sticky-header .site-navigations ul.navigation > li > a,
.header-style-2.site-header .sticky-header .pbmit-header-search-btn {
    height: 68px;
    line-height: 68px;
}
.header-style-2.site-header .sticky-header .site-branding img {
    max-height: 45px;
}
.header-style-2 .sticky-header .site-branding{
	padding: 0;
}
.header-style-2 .sticky-header.site-header-menu:before{
	display: none;
}
/** Header style 3 **/
.header-style-3 .site-header-menu {
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: rgba(9, 0, 0, 0.219);
    border-bottom: 1px solid rgba(9, 0, 0, 0.219);
}
.header-style-3 .site-header-menu .sticky-logo{
    display: none;
}
.header-style-3.site-header .site-navigation ul.navigation > li > a{
    font-size: 13px;
    line-height: 120px;
    height: 120px;
    letter-spacing: .5px;
    font-family: Roboto,sans-serif;
    color: var(--pbmit-white-color);
}
.header-style-3 .pbmit-header-button a {
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    background-color: #cd0046;
    padding: 14px 15px;
    font-family: Roboto,sans-serif;
    line-height: normal;
}
.header-style-3 .site-header-menu.sticky-header{
    background-color: var(--pbmit-white-color);
}
.header-style-3 .site-header-menu.sticky-header .sticky-logo{
    display: block;
}
.header-style-3 .site-header-menu.sticky-header .logo-img{
    display: none;
}
.header-style-3.site-header .sticky-header .pbmit-header-search-btn a i {
    color: var(--pbmit-blackish-color);
}
.header-style-3.site-header .sticky-header .site-navigation ul.navigation > li > a{
    height: 100px;
    line-height: 100px;
    color: var(--pbmit-blackish-color);
}
.header-style-3.site-header .site-navigation ul.navigation > li.active > a {
    margin: 0px 17px;
    color: var(--pbmit-global-color);
}
.header-style-3.site-header .sticky-header .site-title{
    height: 100px;
}
.header-style-3 .sticky-header .pbmit-right-side{
	margin-left: 0;
}
/** Header style 4 **/
.header-style-4 .pre-header {
    height: 65px;
    line-height: 65px;
}
.header-style-4 .pbmit-header-wrapper {
    display: flex;
    align-items: center;
}
.header-style-4 .pbmit-header-button a {
    color: #fff;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    font-family: Oswald,sans-serif;
}
.header-style-4 .site-header-menu .pbmit-logo-menuarea .pbmit-header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-style-4 .pbmit-header-info-inner>.pbmit-header-box-1, 
.header-style-4 .pbmit-header-info-inner>.pbmit-header-box-2, 
.header-style-4 .pbmit-header-info-inner>.pbmit-header-box-3 {
    margin-right: 0;
    padding-right: 0;
    position: relative;
    padding-left: 20px;
}
.header-style-4 .pbmit-logo-menuarea {
    position: relative;
    margin-right: 20px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    background-color: var(--pbmit-white-color);
}
.header-style-4 .list-inline-item {
    display: inline-block;
    color: #071323;
}
.header-style-4 .pbmit-pre-header-right .pbmit-social-li{
    margin-right: 6px;
}
.header-style-4 .pbmit-pre-header-right .pbmit-social-li a{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.header-style-4 .pbmit-pre-header-right ul li:first-child{
    position: relative;
    padding-right: 22px;
}
.header-style-4 .pbmit-pre-header-right ul li {
    color: #071323;
}
.header-style-4 .pbmit-pre-header-right ul li:first-child:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background-color: #000;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.header-style-4 .site-navigation {
    margin-left: auto;
    margin-right: 20px;
}
.header-style-4 .site-branding {
    margin-left: 30px;
}
.header-style-4 .site-title{
    height: 90px;
}
.header-style-4.site-header .site-branding img{
    max-height: 50px;
}
.header-style-4.site-header .site-navigation ul.navigation > li > a{
    height: 90px;
    line-height: 90px;
    font-size: 14px;
    color: #222;
}
.header-style-4 .pbmit-header-search-btn {
    padding-left: 60px;
}
.header-style-4.site-header .pbmit-header-search-btn a {
    color: var(--pbmit-blackish-color);
}
.header-style-4 .pbmit-logo-menuarea::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -22px;
    width: 0;
    height: 0;
    border-top: 90px solid white;
    border-right: 22px solid transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-4 .pbmit-header-button {
    position: relative;
    margin-left: 10px;
    height: 90px;
    line-height: 90px;
    background-color: var(--pbmit-global-color);
    padding: 0 45px 0 35px;
}
.header-style-4 .pbmit-header-button:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -22px;
    width: 0;
    top: 0;
    border-bottom: 90px solid #fdb400;
    border-left: 22px solid transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-4 .sticky-header .pbmit-header-button:before {
    content: "";
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 100%;
    background-color: #fdb400;
    width: 1000px;
    z-index: -1;
}
.header-style-4 .sticky-header .site-branding {
    margin-left: 0px;
}
/** Header style 5 **/
.header-style-5 .site-branding .responsive-img{
    display: none;
}
.header-style-5 .pre-header .site-title {
    height: 120px;
}
.header-style-5 .site-header-menu  .site-title {
    height: inherit;
}
.header-style-5 .pbmit-header-box-icon {
    position: absolute;
    top: 4px;
    left: 30px;
    font-size: 30px;
    line-height: 30px;
    color: var(--pbmit-global-color);
}
.header-style-5 .pbmit-header-box-title {
    font-family: Hind,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
    color: var(--pbmit-white-color);
}
.header-style-5 .pbmit-header-box-content {
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
    color: rgba(255,255,255,.80);
}
.header-style-5 .pbmit-header-info-inner>div:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0px;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,.30);
}
.header-style-5 .pbmit-responsive-icons{
	display: none;
}
.header-style-5 .pbmit-logo-menuarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    background-color: rgba(0,0,0,.40);
}
.header-style-5 .pbmit-header-info {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.header-style-5 .pbmit-header-box-3 {
    margin-right: 0px;
}
.header-style-5.site-header .site-navigation ul.navigation > li > a {
    font-size: 14px;
    margin: 0 20px;
    letter-spacing: 1px;
}
.header-style-5 .pbmit-header-button a {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-global-color);
    padding: 15px 26px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Hind,sans-serif;
    letter-spacing: 1px;
}
.header-style-5 .sticky-header {
    background-color: transparent;
    box-shadow: none;
}
.header-style-5 .sticky-header .pbmit-logo-menuarea {
    background-color: var(--pbmit-global-color);
    height: 68px;
    line-height: 68px;
} 
.header-style-5 .sticky-header .site-navigation ul.navigation > li.active > a {
    color:#222;
}
.header-style-5.site-header .sticky-header .site-navigation ul.navigation > li > a:hover {
    color: #222;
}
.header-style-5.site-header .pbmit-header-search-btn a i:hover {
    color: var(--pbmit-global-color);
}
.header-style-5.site-header .sticky-header .pbmit-header-search-btn a i:hover {
    color: #222;
}
.header-style-5 .site-header-menu .pbmit-header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/** Header style 6 **/
.header-style-6 .site-header-menu .pbmit-logo-menuarea .site-branding {
    display: none;
}
.header-style-6 .site-header-menu .pbmit-header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-style-6 .site-branding {
    position: relative;
    padding-right: 50px;
}
.header-style-6 .site-branding:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #0fb0ee;
    right: 0;
    width: 1200px;
}
.header-style-6 .site-title {
    height: 120px;
}
.header-style-6 .site-branding:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -60px;
    width: 0;
    top: 0;
    border-bottom: 120px solid #0fb0ee;
    border-right: 60px solid transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-style-6 .pbmit-header-info-inner>div:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 0px;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,.30);
}
.header-style-6 .pbmit-header-info-inner .pbmit-header-box-icon {
    position: absolute;
    top: 4px;
    left: 30px;
    font-size: 30px;
    color: #0fb0ee;
}
.header-style-6 .pbmit-header-box-title {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #071323;
}
.header-style-6 .pbmit-header-box-content {
    font-size: 13px;
    line-height: 26px;
    color: #777777;
    font-weight: normal;
}
.header-style-6 .pbmit-header-info-inner>div:last-child {
    margin-right: 0;
    padding-right: 0;
}
.header-style-6 .pre-header {
    background-color: #f7f7f7;
}
.header-style-6 .site-header-menu {
    background-color: var(--pbmit-white-color);
}
.header-style-6 .pbmit-logo-menuarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-style-6.site-header .site-navigation ul.navigation > li > a {
    font-size: 13px;
    height: 68px;
    line-height: 68px;
    color: #002e5b;
    padding: 0px;
	letter-spacing: 1px;
    margin: 0px 20px;
}
.header-style-6.site-header .site-navigation ul.navigation > li > a:hover {
    color: var(--pbmit-global-color);
}
.header-style-6 .pbmit-header-info {
    display: flex;
    align-items: center;
}
.header-style-6.site-header .pbmit-header-search-btn a i {
    color: #002e5b;
    font-size: 16px;
}
.header-style-6.site-header .pbmit-header-search-btn a i:hover {
    color: var(--pbmit-global-color);
}
.header-style-6 .pbmit-header-button a {
    font-family: Roboto,sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 26px;
    letter-spacing: 1px;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
    background-color: #09162a;
}
.header-style-6 .pbmit-header-button a:hover {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}
/** Header style 7 **/
.header-style-7 .pbmit-pre-header-left ul li i {
    color: var(--pbmit-global-color);
    margin-right: 8px;
}
.header-style-7 .pbmit-pre-header-left ul li {
    font-size: 14px;
    margin-right: 11px;
}
.header-style-7 .pre-header {
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #eee;
}
.header-style-7 .site-branding {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.header-style-7 .site-title {
    height: 90px;
}
.header-style-7.site-header .pbmit-pre-header-right .pbmit-social-li {
    margin-right: 18px;
    display: inline-block;
}
.header-style-7.site-header .pbmit-pre-header-right .pbmit-social-li a{
	color: #525558;
}
.header-style-7.site-header .pbmit-pre-header-right .pbmit-social-li a:hover{
	color: var(--pbmit-global-color);
}
.header-style-7 .site-navigations ul.navigation > li > a {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    color: var(--pbmit-link-color-normal);
    margin: 0px 17px;
}
.header-style-7 .site-navigations ul.navigation > li > a:hover {
    color: var(--pbmit-global-color);
}
.header-style-7 .site-navigations ul li.active > a {
    color: var(--pbmit-global-color);
}
.header-style-7 .pbmit-header-button {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    background-color: var(--pbmit-global-color);
    padding: 0 45px 0 35px;
    line-height: 90px;
    height: 90px;
    letter-spacing: 0.5px;
}
.header-style-7 .pbmit-header-button a {
    color: var(--pbmit-white-color);
}
.header-style-7.site-header .pbmit-header-search-btn a i {
    color: var(--pbmit-link-color-normal);
    font-size: 16px;
}
.header-style-7.site-header .pbmit-header-search-btn a i:hover {
    color: var(--pbmit-global-color);
}
.header-style-7 .pbmit-right-side {
    margin-left: auto;
    padding-left: 20px;
    border-left: 1px solid #eee;
}
.header-style-7 .site-header-menu.sticky-header .logo-img {
    max-height: 45px;
}
.header-style-7 .sticky-header .pbmit-header-button {
    line-height: 68px;
    height: 68px;
}
.header-style-7 .sticky-header .site-title {
    height: 68px;
}
.header-style-7 .pbmit-header-menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pbmit-pre-header-right .pbmit-social-li a {
    font-size: 15px;
}

/*------------- ---------------------------*/
/*  10 - Footer
/*----------------------------------------*/
.footer.site-footer {
    color: rgba(255,255,255,.9);
}
.footer-text-area {
    display: flex;
    position: relative;
    padding: 50px 0px;
}
.pbmit-footer-big-left {
    margin-right: auto!important;
    margin-top: 10px;
    padding-left: 66px;
    color: var(--pbmit-white-color);
}
.pbmit-footer-big-title {
    color: rgba(255,255,255,1);
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0;
}
.pbmit-footer-big-title i {
    font-size: 55px;
    line-height: 55px;
    vertical-align: middle;
    padding-right: 10px;
    position: absolute;
    left: -10px;
}
.pbmit-footer-big-right form{
	position: relative;
}
.pbmit-footer-big-right input{
	height: 65px;
    border: 1px solid rgba(255,255,255,.2);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    width: 400px;
	border-bottom: none !important;
    background-color: rgba(255,255,255,1);
}
.pbmit-footer-big-right input:focus{
	border-color: transparent;
}
.pbmit-footer-big-right button{
	height: 65px;
	border: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 35px;
    font-weight: 500;
	background-color: var(--pbmit-blackish-color);
}
.footer-text-area input:focus, .form-control:focus {	
    background-color: var(--pbmit-white-color);
}
.footer-text-area .form-control::placeholder{
    color: #848484;
}
.pbmit-footer-widget-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-widget-col-1,
.footer-widget-col-4{
	flex: 0 0 30%;
    max-width: 30%;
}
.footer-widget-col-2,
.footer-widget-col-3{
	flex: 0 0 20%;
    max-width: 20%;
}
.site-footer .widget {
    margin: 35px 0 20px;
}
.site-footer .widget-title {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
	margin-bottom: 40px;
    position: relative;
	color: var(--pbmit-white-color)!important;
}
.site-footer .widget-title:after {
    content: "";
    width: 50px;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    z-index: 1;
	background-color: var(--pbmit-global-color);
}
.site-footer .widget .textwidget a::before{
    position: absolute;
    content: '\e814';
    left: 0;
    font-size: 16px;
    top: 0px;
    color: inherit;
    font-family: 'pbminfotech-base-icons';
}
.pbmit-footerlogo {
    margin-bottom: -5px;
    max-height: 60px;
}
.site-footer .widget .textwidget p {
    font-size: 15px;
}
.site-footer .pbmit-contact-widget-lines{
	margin: 35px 0 20px;
}
.site-footer .pbmit-contact-widget-lines .pbmit-contact-widget-line{
	position: relative;
    padding: 0 0 0 35px;
    margin-bottom: 15px;
    font-size: 16px;
}
.site-footer .pbmit-contact-widget-phone:before,
.site-footer .pbmit-contact-widget-address:before{
	font-family: 'pbminfotech-base-icons';
    font-size: 18px;
    position: absolute;
    left: 5px;
    color: var(--pbmit-global-color);
}
.site-footer .pbmit-contact-widget-address:before {
    content: '\e821';
}
.site-footer .pbmit-contact-widget-phone:before {
    content: '\e82a';
}
.site-footer .widget ul>li {
    padding: 0 0 15px 0;
}
.site-footer .widget .textwidget a {
    position: relative;
    padding-left: 20px;
	font-weight: 400;
	font-size: 15px;
	color: rgba(255,255,255,1);
}
.site-footer .widget a{
	font-family: var(--pbmit-body-typography-font-family);
}
.site-footer .pbmit-rpw-list>li{
	display: flex;
    align-items: normal;
}
.site-footer .pbmit-rpw-list>li:not(:first-child){
	margin-top: 10px;
}
.site-footer .pbmit-rpw-list>li>a {
    width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
}
.site-footer .pbmit-rpw-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
}
.site-footer .pbmit-rpw-list .pbmit-rpw-title a{
    font-size: 14px;
    margin-bottom: 0;
	font-weight: 400;
	color: rgba(255,255,255,1);
}
.site-footer .pbmit-rpw-list .pbmit-rpw-title a:hover{
	color: var(--pbmit-global-color);
}
.site-footer .pbmit-rpw-date{
	line-height: 17px;
    display: block;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.site-footer .pbmit-rpw-date a{
	font-size: 13px;
	color: var(--pbmit-global-color);
}
.site-footer .pbmit-footer-bottom {
	padding-top: 5px;
	padding-bottom: 30px;
}
.site-footer .pbmit-footer-text-inner{
	font-size: 15px;
    padding-top: 25px;
    padding-bottom: 5px;
    border-top: 1px solid rgba(255,255,255,.07);
}
.pbmit-footer-copyright-text-area {
    padding-top: 15px;
}
.site-footer .pbmit-social-links{
	text-align: right;
}
.site-footer .pbmit-social-links li{
	margin-right: 6px;
    display: inline-block;
}
.site-footer .pbmit-social-links li a{
	height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--pbmit-white-color);
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #222;
    font-size: 18px;
}
.site-footer .pbmit-social-links li a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.site-footer .pbmit-social {
    text-align: right;
    margin-top: 15px;
}
.site-footer .pbmit-social li{
    display: inline-block;
    margin: 0 10px;
}
.site-footer .pbmit-social li a{
    color: #ffffff;
    font-size: 15px;
}

/*----------------------------------------*/
/*  11 - Title Bar
/*----------------------------------------*/
.pbmit-tbar .pbmit-tbar-title-1 {
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
    font-style: normal;
    margin-bottom: 5px;
}
.pbmit-title-bar-wrapper:before {
   position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
.pbmit-title-bar-wrapper {
    background-color: transparent;
    background-image: url(../images/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    min-height: 360px;
    margin-top: -30px;
}
.pbmit-title-bar-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 64px 0;
    min-height: 360px;
}
.pbmit-title-bar-content .pbmit-tbar-inner {
    max-width: none;
    padding: 0;
}
.pbmit-title-bar-content-inner {
    width: 100%;
    text-align: left;
}
.pbmit-title-bar-content .pbmit-tbar-title {
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
    color: #fff;
    text-transform: none;
    font-style: normal;
    margin-bottom: 5px;
}
.pbmit-title-bar-wrapper .pbmit-title-bar-content .pbmit-breadcrumb-inner {
    display: inline-block;
    border-radius: 0;
    padding: 0;
    opacity: 0.9;
}
.pbmit-breadcrumb, 
.pbmit-breadcrumb a {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--pbmit-white-color);
    text-transform: uppercase;
    font-style: normal;
}
.pbmit-breadcrumb-inner .sep {
    margin: 0 2px;
}
.pbmit-title-bar-wrapper .post-post.current-item{
	opacity: .9;
}
.pbmit-title-bar-wrapper .list-inline-item {
    color: var(--pbmit-white-color);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.pbmit-title-bar-wrapper .list-inline-item a {
    color:  var(--pbmit-white-color);
}
.pbmit-title-bar-wrapper .list-inline-item i {
   color: var(--pbmit-global-color);
}
.pbmit-title-bar-content .pbmit-tbar-title-one{
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: var(--pbmit-white-color);
}
.pbmit-tbar-subtitle {
    font-family: Quicksand,sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    font-style: normal;
}

/*----------------------------------------*/
/*  12 - 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; 
}

/*----------------------------------------*/
/*  13 - Progress Bar
/*----------------------------------------*/
/** Style 1 **/
.progressbar {
	overflow: hidden;
    padding-bottom: 22px;
    position: relative;
}
.progressbar .progress .progress-bar:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    right: -10px;
    top: -4px;
    border: 3px solid var(--pbmit-global-color);
}
.progressbar .progress-label{
    font-family: var(--pbmit-body-typography-font-family);
    color: var(--pbmit-white-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: -2px;
}
.progress {
    overflow: visible;
    position: relative!important;
    height: 7px!important;
    padding: 0px;
    margin-top: 0px;
    border-radius: 0px;
    background-color: var(--pbmit-white-color);
}
.progress .progress-bar {
    position: relative;
    overflow: visible;
    border-radius: 0px;
    background-color: var(--pbmit-global-color);
}
.progress.progress-percent-bg .progress-percent {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 14px;
    color: var(--pbmit-white-color);
    font-weight: 500;
}
.progressbarone .progress-bar{
    background-color: var(--pbmit-blackish-color);
}
.pbmit-progressbar-style-1 .progress-label,
.pbmit-progressbar-style-1 .progress-percent{
	color: var(--pbmit-blackish-color) !important;
}
.pbmit-progressbar-style-1 .progress {
	background-color: var(--pbmit-light-color);
}

/*----------------------------------------*/
/*  14 - Accordion
/*----------------------------------------*/
.accordion {
    margin-top: 40px;
    background: none;
    border-radius: 0;
    margin-bottom: 22px;
}
.accordion-header{
	margin-bottom: 0!important	;
}
.accordion-item{
    border: none;
    background-color:transparent;
    color: var(--pbmit-blackish-color);
    font-size: 18px;
    border-radius: 0px!important;
    margin-bottom: 10px;
}
.accordion-button {
    position: relative;
    border: none;
    border-radius: 0!important;
    box-shadow: none;
    padding: 8px 42px 17px 0px;
    background: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    transition: none;
    color: var(--pbmit-heading-color);
}
.accordion-button::after{
    background-image: none;
}
.accordion-button:not(.collapsed)::after{
    display: none;
}
.pbmit-base-icon-plus:before{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--pbmit-global-color);
}
.accordion-item.active .accordion-button .pbmit-base-icon-plus::before {
    content: '';
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    right: 20px;
    top: 50%;
    border-style: solid;
    border-width: 2px 0 0 0;
    transition: none;
}
.accordion-button:focus{
    box-shadow:none;
    border-color: #d4d4d4;
}
.accordion-button:not(.collapsed) {
    color: #1e2227;
    background-color: transparent;
    box-shadow: none;
    line-height: 20px;  
}
.accordion-body {
    color: #888888;
    font-weight: 400;
    font-size: 15px;
    padding: 14px 25px 14px 20px;
} 
.accordion-button.collapsed {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    border-bottom: 2px solid #efefef;
}
.accordion-item.collapsed {
    background-color: var(--pbmit-white-color);
}
.accordion-collapse {
    padding: 0;
    background-color: #fff;
}
.accordion .accordion-item.active h2 {
    color: #1e2227;
    box-shadow: none;
    border-bottom: 2px solid #efefef;
}

/*----------------------------------------*/
/*  15 - Tab
/*----------------------------------------*/
.pbmit-tab-style-1 {
	margin-top: 20px;
    display: grid;
	align-items: center;
    grid-template-columns: 320px 3fr;
}
.pbmit-tab-style-1 .nav.nav-tabs {
    display: block;
    border: none;
}
.pbmit-tab-style-1 .nav-item a.active {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
    border-radius: 0;
}
.pbmit-tab-style-1 .nav-item a{
    position: relative;
    padding: 22px 23px;
    font-size: 16px;
	font-weight: 600;
    line-height: normal;
    border-bottom:1px solid rgba(35,35,35,.10);
    margin: 0px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-tab-style-1 .nav-item:last-child a{
	border-bottom:none;
}
.pbmit-tab-style-1 .nav-item a.active span {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}
.pbmit-tab-style-1 .nav-item a span {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    border-radius: 0;
	height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin-right: 17px;
	font-size: 15px;
}
.content-wrapper{
	padding-left: 18px;
}
.content-wrapper h3 {
    margin-bottom: 5px;
    font-size: 22px;
	font-weight: 600;
}
.content-wrapper ul{
	margin: 30px 0 0 0;
}
.content-wrapper ul li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    text-align: left;
    color: var(--pbmit-secondary-color)
}
.content-wrapper ul li::after {
    content: "\f00c";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    font-weight: 500;
    color: var(--pbmit-global-color);
}
.pbmit-tab-style-1 .nav-link {
    padding: 0;
    border: none;
    color: var(--pbmit-blackish-color);
    font-weight: 500;
}
.pbmit-tab-style-1 .nav-tabs .nav-item.active .nav-link{
    color: var(--pbmit-white-color);
    padding: 0;
    margin: 0;
}
.tab-content {
    margin: 0;
    padding-left: 40px;
}

/*----------------------------------------*/
/*  16 - 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: var(--pbmit-white-color); 
    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: var(--pbmit-white-color); 
    font-weight: bold 
}
.db-fidbox-style-2 .db-circle-number sub {
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title { 
    font-size: 18px; 
    line-height: 20px; 
    margin-top: 0 
}
.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
    display: inline-block 
}
.db-fidbox-style-1 .db-fid-title-w { 
    width: 43%; 
    margin-left: 12px 
}
.db-fidbox-style-1 .db-circle-w {
    width: 122px; 
    position: relative; 
    vertical-align: top 
}
.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
    font-size: 20px; 
    font-weight: bold 
}
.db-fidbox-style-1 .db-circle-number sub { 
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title-w { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%)
}
.db-fidbox-style-1 .db-fid-title-w h3 { 
    margin-bottom: 0 
}
.db-circle canvas { 
    image-rendering: optimizeSpeed; 
    image-rendering: -moz-crisp-edges; 
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: -o-crisp-edges; 
    image-rendering: pixelated; 
    -ms-interpolation-mode: nearest-neighbor; 
}
.db-circle canvas { 
    max-width: 100%; 
    height: auto !important 
}
.db-overlap-row { 
    position: relative; 
    z-index: 1 
}
.db-overlap-row-section { 
    position: relative; 
    z-index: 2 
}

/*----------------------------------------*/
/*  17 - List Gourp
/*----------------------------------------*/
.list-group-borderless .list-group-item{
	border: none;
    color: #888888;
    padding: 0;
    padding-bottom: calc(15px/2);
    background-color: transparent!important;
    border: none;
    font-family:  Roboto,sans-serif;
    font-size: inherit;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.list-group-borderless .list-group-item:not(:first-child){
	margin-top: calc(15px/2);
}
ul.list-group {
    margin-bottom: 1.75em;
}
li.list-group-item {
    background-color: transparent;
    border: none;
    font-weight: 500;
    padding: 0;
    padding-bottom: 10px;
}
ul.list-group .list-group-item:hover {
    color: var(--pbmit-global-color)!important;
}
ul.list-group .list-group-item i{
    padding-right: 10px;
    color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  18 - Revolution
/*----------------------------------------*/
/* Slider 2*/
.tparrows:before{
    font-size: 24px !important;
    content:  '\e814' !important;
    font-family:  "pbminfotech-base-icons" !important;
}
.tp-leftarrow.tparrows:before{
    content: '\e81e'!important;
    font-family:  "pbminfotech-base-icons" !important;
}
#rev_slider_2_1_wrapper .metis.tparrows{
    background:#ffffff; 
    padding:10px; 
    transition:all 0.3s; 
    -webkit-transition:all 0.3s; 
    width:60px; 
    height:60px; 
    box-sizing:border-box
}
#rev_slider_2_1_wrapper .metis.tparrows.rs-touchhover{
    background:rgba(255,255,255,0.75)
}
#rev_slider_2_1_wrapper .metis.tparrows:before{
    color:#000000;  
    transition:all 0.3s; 
    -webkit-transition:all 0.3s
}
#rev_slider_2_1_wrapper .metis.tparrows.rs-touchhover:before{
    transform:scale(1.5)
}
/* Slider 3*/
#rev_slider_3_1_wrapper .metis.tparrows{
    background:#ffffff;
    padding:10px; 
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    width:60px; height:60px;
    box-sizing:border-box;
}
#rev_slider_3_1_wrapper .metis.tparrows.rs-touchhover{
    background:rgba(255,255,255,0.75);
}
#rev_slider_3_1_wrapper .metis.tparrows:before{
    color:#000000;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
#rev_slider_3_1_wrapper .metis.tparrows.rs-touchhover:before{
    transform:scale(1.5);
}
/* Slider 4*/
#rev_slider_4_1_wrapper .metis.tparrows{
    background:#ffffff; 
    padding:10px; 
    transition:all 0.3s; 
    -webkit-transition:all 0.3s; 
    width:60px; 
    height:60px; 
    box-sizing:border-box;
}
#rev_slider_4_1_wrapper .metis.tparrows.rs-touchhover{
    background:rgba(255,255,255,0.75);
}
#rev_slider_4_1_wrapper .metis.tparrows:before{
    color:#000000;  
    transition:all 0.3s; 
    -webkit-transition:all 0.3s;
}
#rev_slider_4_1_wrapper .metis.tparrows.rs-touchhover:before{
    transform:scale(1.5);
}
/* Slider 6*/
#rev_slider_6_1_wrapper .metis.tparrows{
    background:#ffffff; 
    padding:10px; 
    transition:all 0.3s; 
    -webkit-transition:all 0.3s; 
    width:60px; height:60px; 
    box-sizing:border-box;
}
#rev_slider_6_1_wrapper .metis.tparrows.rs-touchhover{
    background:rgba(255,255,255,0.75)
}
#rev_slider_6_1_wrapper .metis.tparrows:before{
    color:#000000;  
    transition:all 0.3s; 
    -webkit-transition:all 0.3s;
}
#rev_slider_6_1_wrapper .metis.tparrows.rs-touchhover:before{
    transform:scale(1.5);
}
/* Slider 7*/
#rev_slider_7_1_wrapper .hebe.tparrows{
    cursor:pointer; 
    background:#ffffff; 
    min-width:50px; 
    min-height:50px; 
    position:absolute; 
    display:block; 
    z-index:1000;
}
#rev_slider_7_1_wrapper .hebe.tparrows:before{
    font-family:'revicons'; 
    font-size:20px; 
    color:rgba(0,0,0,0.5); 
    display:block; 
    line-height:50px; 
    text-align:center; 
    -webkit-transition:color 0.3s; 
    -moz-transition:color 0.3s; 
    transition:color 0.3s; 
    z-index:2; 
    position:relative; 
    background:#ffffff; 
    min-width:50px; 
    min-height:50px;
}
#rev_slider_7_1_wrapper .hebe.tparrows.tp-leftarrow:before{
    content:'\e824';
}
#rev_slider_7_1_wrapper .hebe.tparrows.tp-rightarrow:before{
    content:'\e825';
}
#rev_slider_7_1_wrapper .hebe.tparrows.rs-touchhover:before{
    color:#000;
}
.tp-title-wrap{
    position:absolute; 
    z-index:0; 
    display:inline-block; 
    background:#000; 
    background:rgba(0,0,0,0.75); 
    min-height:60px; 
    line-height:60px; 
    top:-10px; 
    margin-left:0px; 
    -webkit-transition:-webkit-transform 0.3s; 
    transition:transform 0.3s; 
    transform:scalex(0); 
    -webkit-transform:scalex(0); 
    transform-origin:0% 50%; 
    -webkit-transform-origin:0% 50%;
}
#rev_slider_7_1_wrapper .hebe.tp-rightarrow .tp-title-wrap{
    right:0px; 
    -webkit-transform-origin:100% 50%;
}
#rev_slider_7_1_wrapper .hebe.tparrows.rs-touchhover .tp-title-wrap{
    transform:scalex(1); 
    -webkit-transform:scalex(1);
}
#rev_slider_7_1_wrapper .hebe .tp-arr-titleholder{
    position:relative; 
    text-transform:uppercase; 
    color:#ffffff; 
    font-weight:600; 
    font-size:12px; 
    line-height:90px; 
    white-space:nowrap; 
    padding:0px 20px 0px 90px;
}
#rev_slider_7_1_wrapper .hebe.tp-rightarrow .tp-arr-titleholder{
    margin-left:0px; 
    padding:0px 90px 0px 20px;
}
#rev_slider_7_1_wrapper .hebe.tparrows.rs-touchhover .tp-arr-titleholder{
    transform:translatex(0px); 
    -webkit-transform:translatex(0px); 
    transition-delay:0.1s; 
    opacity:1;
}
#rev_slider_7_1_wrapper .hebe .tp-arr-imgholder{
    width:90px;  
    height:90px;  
    position:absolute;  
    left:100%;  
    display:block;  
    background-size:cover;  
    background-position:center center; 
    top:0px; 
    right:-90px;
}
#rev_slider_7_1_wrapper .hebe.tp-rightarrow .tp-arr-imgholder{
    right:auto;left:-90px;
}

/*----------------------------------------*/
/*  19 - Category-Style
/*----------------------------------------*/
.pbmit-category-style1 .pbmit-sortable-list{
    text-align: center;
}
.pbmit-category-style1 .pbmit-sortable-list-ul {
    padding-bottom: 50px;
    display: inline-block;
    text-align: center;
    border-top: 1px solid #e2e2e3;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
.pbmit-sortable-list-ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 42px;
    display: block;
}
.pbmit-category-style1 .pbmit-sortable-list-ul li:first-child {
    margin-left: 0;
}
.pbmit-category-style1 .pbmit-sortable-list-ul li:last-child{
	margin-right: 0;
}
.pbmit-sortable-list-ul li {
    display: inline-block;
    margin: 0 15px;
}
.pbmit-category-style1 .pbmit-sortable-link {
    position: relative;
}
.pbmit-sortable-list a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #222;
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    display: block;
}
.pbmit-sortable-list a.pbmit-selected {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border: 1px solid var(--pbmit-global-color);
}
.pbmit-category-style1 .pbmit-sortable-link.pbmit-selected:after{
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--pbmit-global-color);
    position: absolute;
    top: -20px;
    left: 0;
}
.pbmit-sortable-list a.pbmit-selected:hover {
    color: #fff;
}
.pbmit-category-style2 .pbmit-sortable-list a {
    font-weight: 500;
    font-size: 14px;
    color: var(--pbmit-white-color);
}
.pbmit-category-style2 .pbmit-sortable-list a.pbmit-selected{
    border-color: var(--pbmit-global-color);
    color: var(--pbmit-global-color);
    background-color: transparent;
}
.pbmit-category-style2 .pbmit-sortable-list a.pbmit-selected:hover {
    border-color:  var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}