/******************************

    00 - Home
    01 - Inner Page
	    01 - About Us
		02 - Our History
		03 - Service Detail
        04 - Portfolio Detail
        05 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        06 - Team Single Detail
        07 - Contact Us
        08 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
#page{
	overflow: hidden;
}
/** Homepage 01 **/
.about-one-leftbox{
	position: relative;
	background-image: url(../images/homepage-1/about-mask-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
	height: 100%;
}
.about-one-leftbox .ihbox-style-area{
	position: absolute;
	width: auto;
	max-width: 100%;
	bottom: 0;
	right: 0;
}
.pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.pbmit-top-right-corner {
    top: -30px;
    right: 0;
    transform: none;
}
.pbmit-bottom-left-corner{
	bottom: 0;
    left: -30px;
    transform: none;
}
.pbmit-sticky-corner svg path {
    fill: var(--pbmit-white-color);
}
.about-one-rightbox{
	padding: 0px 0px 0px 70px;
}
.service-one{
	position: relative;
	border-radius: 30px;
	padding: 160px 0px 100px 0px;
}
.service-one .pbmit-service-highlight h2 {
    left: 0;
    right: 0;
	font-size: 170px;
    line-height: normal;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--pbmit-global-color-rgb), .15);
    position: absolute;
    top: -100px;
}
.pbmit-service-text{
	margin-top: 60px;
	padding: 10px 30px 10px 30px;
}
.pbmit-service-text p{
	color: #c7b8ac;
    margin: 0;
    border: 1px solid rgba(var(--pbmit-white-color-rgb), .1);
    padding: 8px 30px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 400;
}
.ihbox-one-left-col,
.ihbox-one-right-col{
	width: 28%;
	padding-top: 0px;
}
.ihbox-one-img-col .ihbox-imgbox{
	text-align: center;
	padding-right: 0px;
}
.ihbox-one-img-col .ihbox-imgbox img{
	/* transform: perspective(100px) rotateY(-3deg); */
    border-radius: 15px;
    transition: .9s;
	aspect-ratio: 1/1.05;
	object-fit: cover;
}
.ihbox-one-img-col .ihbox-imgbox:hover img{
	/* transform: rotateY(10deg) !important; */
    /* cursor: crosshair; */
}
.ihbox-one-img-col{
	width: 44%;
}
.marquee-one{
	overflow: hidden;
}
.marquee-one .pbmit-marquee-effect-style-1 .pbmit-element-title{
	width: auto;
	transition: transform 1s cubic-bezier(.22,.61,.36,1);
    margin: 0;
    padding: 0;
}
.portfolio-one{
	margin-top: -50px;
	padding: 80px 0 70px 0;
}
.portfolio-one .pbmit-sortable-list-ul li:not(:last-child)>a{
	margin-right: 20px;
}
.portfolio-one .pbmit-sortable-list-ul li a.pbmit-selected{
	background-color: transparent;
	color: var(--pbmit-global-color);
}
.portfolio-one .pbmit-sortable-list a{
	position: relative;
	display: inline;
	padding: 12px 18px;
}
.portfolio-one .pbmit-sortable-list a:before{
	position: absolute;
    counter-increment: pbmitbox3;
    content: counter(pbmitbox3, decimal-leading-zero);
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 12px;
    color: var(--pbmit-global-color);
}
.pricing-one-bg{
	background-image: url(../images/homepage-1/bg/pricing-bg-shape.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.pricing-one-rightbox{
	padding: 100px 0px 0px 70px;
}
.pricing-one-rightbox .list-group{
	padding-bottom: 50px;
}
.testimonial-one{
	padding: 100px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
.testimonial-one .pbmit-testimonialbox-left{
	padding: 80px 70px 0 50px;
	position: relative;
}
.testimonial-one .pbmit-testimonialbox-left:before{
	font-family: "pbminfotech-base-icons";
    content: '\e826';
    position: absolute;
    left: -130px;
    top: -10px;
    font-size: 300px;
    line-height: 300px;
    display: inline-block;
    background: rgba(var(--pbmit-blackish-color-rgb), .03);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testimonial-one .swiper-slider{
	padding-bottom: 210px;
}
.testimonial-one .swiper-button-next,
.testimonial-one .swiper-button-prev{
	bottom: 15%;
	top: auto;
	right: 20%;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
}
.testimonial-one .swiper-button-prev{
	right: 25%;
}
.testimonial-one .swiper-button-prev:hover,
.testimonial-one .swiper-button-next,
.team-six-swiper-arrow .swiper-button-prev:hover,
.team-six-swiper-arrow .swiper-button-next{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.testimonial-one .swiper-button-next:hover{
	background-color: var(--pbmit-blackish-color);
}
.testimonial-one .ihbox-style-area{
	position: absolute;
	width: auto;
	max-width: 100%;
	left: 35%;
	bottom: 11%;
}
.video-section-one{
	position: relative;
	padding: 225px 0px 225px 0px;
}
.fadeIn {
    animation-name: fadeIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.animated-slow {
    animation-duration: 2s;
}
.video-section-one .pbmit-bg-overlay{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	z-index: 1;
	background-image: url(../images/homepage-1/bg/paralax-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.54;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
@keyframes flipInX{
	0%{
		-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
		transform:perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-transition-timing-function:ease-in;
		-o-transition-timing-function:ease-in;
		transition-timing-function:ease-in;
		opacity:0
	}
	40%{
		-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
		transform:perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-transition-timing-function:ease-in;
		-o-transition-timing-function:ease-in;
		transition-timing-function:ease-in
	}
	60%{
		-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
		transform:perspective(400px) rotate3d(1,0,0,10deg);
		opacity:1
	}
	80%{
		-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
		transform:perspective(400px) rotate3d(1,0,0,-5deg)
	}
	100%{
		-webkit-transform:perspective(400px);
		transform:perspective(400px)
	}
}
.flipInX{
	-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important;
	-webkit-animation-name:flipInX;
	animation-name:flipInX;
}
.morphext > .animated {
	display: inline-block;
}
.play-button .pbmit-icon{
	position: relative;
	font-size: 20px;
	padding: 35px;
	border-radius: 50%;
	display: inline-block;
    line-height: 1;
    transition: all .3s;
	z-index: 1;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.play-button .pbmit-icon:before,
.play-button .pbmit-icon:after{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid rgba(var(--pbmit-white-color-rgb), .2);
}
.play-button .pbmit-icon:before{
	animation: pulse-border-2 1.5s linear infinite;
}
.play-button .pbmit-icon:after{
	animation: pulse-border 1s linear infinite;
}
@keyframes pulse-border-2 {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100%{
		transform: scale(1.7);
		opacity: 0;
	}
}
@keyframes pulse-border{
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100%{
		transform: scale(1.5);
		opacity: 0;
	}
}
.play-button .pbmit-icon i{
	width: 1em;
	height: 1em;
    position: relative;
    display: block;
}
.blog-btn{
	text-align: right;
	padding-right: 35px;
}
.blog-one-right-col{
	padding-left: 60px;
}
/** Homepage 02 **/ 
.ihbox-section-two{
	padding: 50px 30px 0 30px;
}
.about-two-leftbox{
	position: relative;
}
.about-two-leftbox .about-two-img{
	-webkit-mask-image: url(../images/homepage-2/bg/about-masking.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.about-two-leftbox .ihbox-style-area{
	position: absolute;
	width: auto;
	max-width: 100%;
	bottom: 0;
	left: 0;
}
.about-two-content{
	padding: 35px 50px 0px 70px;
}
.about-two-content .list-group{
	padding-bottom: 30px;
}
.about-two-content .list-group .pbmit-icon-list-icon i{
	font-size: 15px;
}
.about-two-content .pbmit-text-editor{
	font-size: 18px;
	line-height: 25px;
	color: var(--pbmit-global-color);
}
.marquee-two{
	padding: 70px 0 90px 0;
	overflow: hidden;
}
.accordion-two-area{
	padding-right: 190px;
}
.accordion-two-rightbox{
	position: relative;
	padding-left: 50px;
}
.accordion-two-rightbox .chair-img,
.accordion-two-rightbox .sofa-img,
.testimonial-two .ihbox-style-area,
.about-three-rightbox .fid-style-area,
.about-three-img2,
.about-seven-left-box .about-img-second,
.service-section-seven .clock-img,
.service-section-seven .frame-img,
.testimonial-seven-right-box .ihbox-style-area,
.about-us-section-seven .pbmit-btn-style-text,
.about-eight-left-box1 .about-img-second,
.about-eight-left-box1 .frame-img,
.about-eight-right-box1 .clock-img,
.service-nine-left-box1 .ihbox-style-23-area,
.service-nine-left-box1 .ihbox-style-18-area{
	position: absolute;
	width: auto;
	max-width: 100%;
}
.accordion-two-rightbox .chair-img{
	left: -11%;
	bottom: 11%;
}
.accordion-two-rightbox .sofa-img{
	right: -50px;
	top: 3.251%;
}
.accordion-two-rightbox .floor-img{
	padding-top: 90px;
}
.portfolio-two{
	padding-left: 50px;
	padding-right: 50px;
}
.process-section-two{
	padding: 145px 0px 90px 0px;
	border-top: 1px solid #DDDDDD;
	overflow: hidden;
}
.process-section-two .pbmit-ih-highlight h2{
	left: 0;
    right: 0;
    text-align: center;
}
.pbmit-ih-highlight h2 {
    position: absolute;
    top: -70px;
    left: 98px;
    left: 0;
    right: auto;
    z-index: -1;
    font-size: 170px;
    line-height: 170px;
    letter-spacing: -1px;
    color: #ebebeb;
    opacity: .4;
}
.process-section-two .pbmit-text-editor{
	padding-top: 40px;
	text-align: center;
}
.pbmit-text-design {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-global-color);
    border-radius: 20px;
    padding: 1px 15px 3px;
    font-size: 14px;
    top: -3px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.testimonial-two{
	padding: 130px 0 80px 0;
}
.testimonial-two .pbmit-testimonialbox-left{
	position: relative;
	padding: 80px 70px 0 90px;
}
.testimonial-two .pbmit-testimonialbox-left:before{
	font-family: pbminfotech-base-icons;
    content: '\e826';
    position: absolute;
    left: 0;
    top: -45px;
    font-size: 300px;
    line-height: 300px;
    display: inline-block;
    color: rgba(var(--pbmit-white-color-rgb), .2);
    background: -webkit-linear-gradient(rgba(108, 79, 54, 1) 0, rgba(81, 64, 49, .3) 99%, rgba(81, 64, 49, .3) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 30%;
}
.testimonial-two .swiper-slider{
	padding: 0 30px;
}
.testimonial-two .swiper-button-next, 
.testimonial-two .swiper-button-prev{
	width: 60px;
	height: 60px;
	border: none;
}
.testimonial-two .swiper-button-next{
	right: 0px;
}
.testimonial-two .swiper-button-prev{
	left: 0px;
}
.testimonial-two .swiper-button-prev:hover,
.testimonial-two .swiper-button-next{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.testimonial-two .swiper-button-next:hover,
.testimonial-two .swiper-button-prev{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.testimonial-two .swiper-button-prev.swiper-button-disabled{
	opacity: .35;
}
.testimonial-two .ihbox-style-area{
	left: 88px;
	top: 293px;
}
.client-two-area{
	margin-top: 100px;
}
/** Homepage 03 **/ 
.client-three{
	padding: 40px 0;
	border-bottom: 1px solid #DDDDDD;
}
.about-section-three{
	padding: 145px 0px 130px 0px;
}
.about-three-left-area{
	padding-right: 120px;
}
.about-three-rightbox{
	padding-left: 80px;
}
.about-three-rightbox .fid-style-area{
	left: -72px;
	top: 10px;
	z-index: 1;
}
.about-three-img1{
	margin-top: -40px;
}
.about-three-rightbox img{
	border-radius: 30px;
}
.about-three-img2{
	left: -25px;
	bottom: -30px;
}
.service-three{
	border-radius: 30px;
	overflow: hidden;
}
.service-three .pbmit-servicebox-left {
    padding: 50px 45px 0 0;
	position: relative;
}
.service-three .pbmit-servicebox-right {
    padding-left: 55px;
}
.service-three .swiper-button-next, 
.service-three .swiper-button-prev{
	position: static;
	border: none;
}
.pbmit-service-highlight h2 {
    position: absolute;
    font-size: 170px;
    line-height: normal;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--pbmit-global-color-rgb), .15);
    top: auto;
    bottom: -150px;
    left: -180px;
}
.pbmit-bg-color-secondary .swiper-button-prev,
.pbmit-bg-color-secondary .swiper-button-next:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .swiper-button-prev:hover,
.pbmit-bg-color-secondary .swiper-button-next{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.ihbox-section-three{
	padding-bottom: 90px;
}
.ihbox-section-three .heading-area{
	border-top: 1px solid #DDDDDD;
}
.ihbox-section-three .heading-area .pbmit-heading{
	text-align: center;
}
.ihbox-section-three .heading-area .pbmit-heading h2,
.ihbox-section-four .heading-area .pbmit-heading h2{
	font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
	color: var(--pbmit-global-color);
}
.ihbox-section-three .heading-area .pbmit-heading .pbmit-award{
	background-color: var(--pbmit-white-color);
    position: relative;
    top: -10px;
    padding: 0 35px;
    color: var(--pbmit-global-color);
}
.before-after-left-area{
	padding: 90px 200px 0px 140px;
	border-radius: 30px;
	height: 100%;
}
.portfolio-three-slider .swiper-pagination-bullet,
.testimonial-three-main .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: .5;
	margin: 0 5px !important;
	background-color: var(--pbmit-global-color);
}
.portfolio-three-slider .swiper-pagination-bullet-active,
.testimonial-three-main .swiper-pagination-bullet-active{
	outline: none;
	opacity: 1;
}
.about-us-three-sec{
	padding-bottom: 100px;
	background-image: url(../images/homepage-3/bg/pattern.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.about-us-three-content{
	padding: 70px 75px 0px 0px;
}
.about-us-three-content .pbmit-text-editor{
	font-weight: 400;
	color: var(--pbmit-global-color);
}
.about-us-three-sec .fid-style-area{
	padding: 35px 0px 0px 130px;
}
.testimonial-three-bg{
	background-image: url(../images/homepage-3/bg/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
	height: 100%;
}
.testimonial-three-main{
	border-radius: 30px;
	padding: 100px 400px 100px 130px;
	background-color: var(--pbmit-light-color);
}
.testimonial-three-main .pbmit-heading-subheading:before{
	font-family: pbminfotech-base-icons;
    content: '\e886';
    position: absolute;
    right: -265px;
    top: -23px;
    font-size: 290px;
    line-height: 290px;
    display: inline-block;
    color: rgba(var(--pbmit-blackish-color-rgb), .2);
    background: -webkit-linear-gradient(rgba(196, 196, 196, 1) 0, rgba(254, 254, 254, .3) 99%, rgba(255, 255, 255, .3) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .2;
}
.testimonial-three-main .swiper-horizontal>.swiper-pagination-bullets{
	justify-content: left;
}
.blog-three-right-col{
	padding-left: 20px;
}

/** Homepage 04 **/ 
.frame-clock-img{
	margin-bottom: 85px;
}
.home4-about-02-img{
	border-radius: 20px;
}
.about-four-center-area{
	padding: 70px 50px 0px 50px;
}
.about-four-lamp-img{
	position: absolute;
	width: auto;
	max-width: 100%;
	left: -85px;
	bottom: -100%;
}
.service-section-four{
	overflow: hidden;
	padding: 160px 0px 100px 0px;
}
.service-four-swiper-arrow{
	position: relative;
	top: 50px;
	right: 80px;
}
.service-four-swiper-arrow .swiper-button-next, 
.service-four-swiper-arrow .swiper-button-prev{
	position: static;
	width: 60px;
	height: 60px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.1);
}
.service-four-swiper-arrow .swiper-button-next{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.service-four-swiper-arrow .swiper-button-prev:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.service-four-swiper-arrow .swiper-button-next:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-element-static-box-style-2 .swiper-static-slide-nav{
	background-image: url(../images/homepage-4/bg/step-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}
.ihbox-section-four{
	padding-bottom: 90px;
}
.ihbox-style-10-bg-area{
	/* background-image: url(../images/homepage-4/bg/pattern-bg-01.png); */
    background-position: top center;
    background-repeat: no-repeat;
	padding: 0px 0px;
	border-radius: 20px;
	background-color: black;
}
.testimonial-four-box{
	padding: 140px 140px 0px 0px;
	position: relative;
}
.testimonial-four-box .testimonial-four-bg{
	position: absolute;
    height: 100%;
    top: 0;
    left: 0;
	right: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
	background-image: url(../images/homepage-4/bg/testimonial-bg-01.jpg);
    border-radius: 0px 20px 20px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	margin-left: 40px;
}
.testimonial-four-box .ihbox-style-area{
	position: absolute;
	left: 40px;
	width: auto;
	top: 0;
	max-width: 100%;
	z-index: 1;
}
.testimonial-four-box .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon{
	background-color: var(--pbmit-white-color);
}
.testimonial-four-box .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before{
	box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
}
.testimonial-four-spacing{
	padding-left: 265px;
}
.testimonial-four-rightbox{
	padding: 140px 30px 0px 140px;
	position: relative;
}
.testimonial-four-rightbox .pbmit-col-stretched-right{
	position: absolute;
    height: 100%;
    top: 0;
    left: 0;
	right: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
	background-image: url(../images/homepage-4/bg/pattern-bg-02.png);
    border-radius: 0px;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
}
.testimonial-four-rightbox .ihbox-style-2-area{
	margin-top: 180px;
	border-top: 1px solid #DDDDDD;
	padding-top: 60px;
	position: relative;
	z-index: 1;
}
.testimonial-four-box .swiper-button-next, 
.testimonial-four-box .swiper-button-prev{
	top: inherit;
    bottom: -1px;
    width: 60px;
    height: 60px;
    border-radius: 0 30px 0 0;
    padding: 0 18px;
    right: 70px;
	border: none;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.testimonial-four-box .swiper-button-next:after, 
.testimonial-four-box .swiper-button-prev:after{
	font-size: 30px;
}
.testimonial-four-box .swiper-button-prev{
	left: inherit;
    right: 130px;
    border-radius: 0px 0 30px;
}
.testimonial-four-box .swiper-button-prev:before{
	content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    bottom: 19px;
    box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
    z-index: 1;
	right: -20px;
    border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
}
.testimonial-four-box .testimonial-four-inner{
	position: relative;
	overflow: hidden;
}
.testimonial-four-box .testimonial-four-inner:before{
	content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    bottom: 0;
	left: calc(100% - 70px);
    border-bottom-left-radius: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
	z-index: 2;
}
.testimonial-four-box .swiper-button-next:hover, 
.testimonial-four-box .swiper-button-prev:hover{
	color: var(--pbmit-global-color);
}
.testimonial-four-box .swiper-button-next:before{
	position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 1px;
    height: calc(100% - 30px);
    background-color: rgba(var(--pbmit-blackish-color-rgb), .2);
}
/** Homepage 05 **/ 
.service-section-five{
	padding: 100px 0 30px 0;
	overflow: hidden;
}
.service-five-header-area{
	padding-top: 60px;
}
.service-five-arrow{
	position: relative;
}
.service-five-arrow .swiper-button-next,
.service-five-arrow .swiper-button-prev{
	position: static;
	border: none;
}
.service-five-arrow .swiper-button-prev{
	background-color: var(--pbmit-light-color);
}
.service-five-arrow .swiper-button-next{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.service-five-arrow .swiper-button-prev:hover{
	background-color: var(--pbmit-global-color);
}
.service-five-arrow .swiper-button-next:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.service-five-header-area .fid-style-area{
	margin-top: 80px;
}
.service-five-right-col{
	padding-left: 50px;
}
.about-five-bg{
	background-image: url(../images/homepage-5/bg/about-company-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.about-five-left-box{
	position: relative;
	background-image: url(../images/homepage-5/bg/about-company-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 20px;
	height: 100%;
}
.about-five-left-box .ihbox-style-area{
	position: absolute;
	top: 45%;
	right: -132px;
	width: auto;
	max-width: 100%;
	transform: rotateZ(-90deg);
}
.about-five-left-box .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before{
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.about-five-left-box .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::after{
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.about-five-left-box .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon{
	background-color: var(--pbmit-white-color);
}
.about-five-rightbox{
	padding: 100px 0px 100px 100px;
}
.about-five-content{
	padding: 0 45px;
}
.about-us-five-bg{
	position: relative;
	margin: 0 30px;
	padding: 140px 0px 140px 15px;
	background-image: url(../images/homepage-5/bg/about-us-bg.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.about-us-five-bg::before,
.offer-area-bg .pbmit-bg-overlay{
	content: "";
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-image: linear-gradient(90deg, #403226 0%, #BB9A6533 100%);
    opacity: 0.84;
	border-radius: 30px;
}
.about-us-five-bg .ihbox-style-area,
.offer-area-bg .ihbox-style-area{
	position: absolute;
	right: -107px;
	width: auto;
	max-width: 100%;
	transform: rotateZ(-90deg);
}
.about-us-five-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon{
	background-color: var(--pbmit-white-color);
}
.about-us-five-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::before,
.about-us-five-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::after{
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.about-us-five-bg .pbmit-heading-subheading .pbmit-subtitle,
.about-us-five-bg .pbmit-heading-subheading .pbmit-title,
.offer-area-bg .pbmit-heading-subheading .pbmit-subtitle,
.offer-area-bg .pbmit-heading-subheading .pbmit-title{
	color: var(--pbmit-white-color);
}
.about-us-five-bg .pbmit-heading-subheading .pbmit-subtitle:before,
.offer-area-bg .pbmit-heading-subheading .pbmit-subtitle:before{
	border-color: var(--pbmit-white-color);
}
.about-us-five-bg .pbmit-heading-subheading .pbmit-title,
.offer-area-bg .pbmit-heading-subheading .pbmit-title{
	font-size: 60px;
	line-height: 60px;
}
.portfolio-section-five{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.pricing-five-bg{
	background-image: url(../images/homepage-5/bg/pattern-bg-03.png);
    background-position: center left;
    background-repeat: no-repeat;
	overflow: hidden;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.pricing-five-head-area{
	padding: 100px 60px 100px 0px;
}
.pricing-five-area{
	padding: 100px 0px 100px 0px;
}
.testimonial-section-five{
	padding: 0 40px;
}
.testimonial-five-left-box{
	background-image: url(../images/homepage-5/bg/testimonial-bg-01.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 25px;
	height: 100%;
	margin-right: 25px;
}
.testimonial-five-right-box{
	padding: 110px 0px 100px 130px;
	border-radius: 25px;
}
.testimonial-five-slider{
	padding: 0 200px 0 0;
	position: relative;
}
.testimonial-five-slider .pbmit-header-area{
	position: relative;
}
.testimonial-five-slider .pbmit-header-area:before{
	font-family: "pbminfotech-base-icons";
    content: '\e826';
    position: absolute;
    right: -140px;
    top: -45px;
    font-size: 290px;
    line-height: 290px;
    display: inline-block;
    color: rgba(var(--pbmit-blackish-color-rgb), .2);
    -webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(rgba(113, 89, 68, 1) 0, rgba(64, 50, 38, .3) 99%, rgba(64, 50, 38, .3) 100%);
    opacity: .2;
	-webkit-background-clip: text;
    background-clip: text;
}
.testimonial-five-right-box .ihbox-style-area{
	padding-top: 50px;
	margin: 0 150px 0 0;
	border-top: 1px solid rgba(var(--pbmit-global-color-rgb),.2);
}
.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets{
	position: absolute;
    display: inline-block;
    margin-left: 130px;
    left: 100%;
    width: 70px;
    top: 30%;
    height: 160px;
    padding: 35px 10px 35px 30px;
    background-color: var(--pbmit-white-color);
    border-radius: 20px 0 0 20px;
}
.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets:before, 
.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets:after {
    content: "";
    position: absolute;
    right: 0;
    background-color: transparent;
    height: 40px;
    width: 20px;
}
.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets:after{
    bottom: 100%;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets:before{
    top: 100%;
    border-top-right-radius: 20px;
    box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
}
.testimonial-five-right-box .swiper-pagination-bullet{
	width: 10px;
    height: 10px;
    display: block;
    margin: 0 2px 15px !important;
}
.testimonial-five-right-box .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	opacity: .5;
}
.testimonial-five-right-box .swiper-pagination-bullet-active{
	width: 14px;
	height: 14px;
	outline: none;
	margin: 0 0 15px !important;
	background-color: var(--pbmit-global-color);
}

/** Homepage 06 **/ 
.about-six-col-1{
	width: 29%;
}
.about-six-col-2{
	width: 43%;
}
.about-six-img{
	padding-right: 50px;
	text-align: center;
}
.about-six-img img{
	transform: perspective(100px) rotateY(-3deg);
    transition: .9s;
}
.about-six-img:hover img{
	transform: rotateY(10deg) !important;
    cursor: crosshair;
}
.about-six-col-3{
	width: 28%;
	padding-left: 50px;
}
.ihbox-six-left-area{
	padding: 100px 85px 0px 0px;
}
.ihbox-six-right-area{
	padding: 0px 0px 0px 0px;
}
.pf-six-header-area{
	padding: 0px 0px 1px 0px;
    border-radius: 20px;
    margin-bottom: 5px;
}
.pbmit-column-three .pbmit-portfolio-style-5{
	padding-left: 2.5px;
    padding-right: 2.5px;
}
.ihbox-sec-six{
	padding: 80px 0px 50px 0px;
}
.ihbox-sec-six .container{
	padding-bottom: 65px;
	border-bottom: 1px solid #DDDDDD;
}
.ihbox-sec-six .pbmit-heading-title .pbmit-title{
	font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
	text-align: center;
	color: var(--pbmit-global-color);
}
.team-six-swiper-arrow{
	position: relative;
}
.team-six-swiper-arrow .swiper-button-next, 
.team-six-swiper-arrow .swiper-button-prev{
	position: static;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
}
.team-six-swiper-arrow .swiper-button-next:hover{
	color: var(--pbmit-blackish-color);
	background-color: transparent;
}
.testimonial-six-bg{
	margin: 0 50px;
	border-radius: 30px;
	padding: 175px 0px 195px 0px;
	background-image: url(../images/homepage-6/bg/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-six-bg .swiper-slider{
	margin-left: 150px;
}
.pricing-six-bg{
	background-image: url(../images/homepage-6/bg/pattern-bg-02.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.pricing-six-rightbox{
	padding: 100px 70px 0px 70px;
}
.pricing-six-rightbox .list-group .pbmit-icon-list-icon i{
	font-size: 20px;
}
.pricing-six-rightbox .pbmit-btn-style-text{
	padding-top: 50px;
}
.pricing-six-rightbox .pbmit-btn-style-text .pbmit-btn{
	background-color: transparent;
	padding: 14px 20px 14px 0;
}
.client-sec-six .pbmit-client-style-2:nth-child(even){
	border: none;
}

/** Homepage 07 **/ 
.about-seven-left-box{
	position: relative;
	padding-right: 45px;
	height: 100%;
}
.about-seven-left-box .first-img{
	border-radius: 30px;
}
.about-seven-left-box .about-img-second{
	right: 0;
	bottom: 0;
}
.about-seven-left-box .about-img-wrap{
	position: relative;
	padding: 10px 0px 0px 10px;
	border-radius: 16px 0px 0px 0px;
	background-color: var(--pbmit-white-color);
}

.about-seven-left-box .about-img-second img{
	border-radius: 16px;
	width:150px;
}
.about-seven-left-box .fid-style-area{
	position: absolute;
	width: auto;
	left: -12%;
	top: 15%;
}
.about-seven-right-box{
	padding: 45px 80px 45px 60px;
}
.service-section-seven{
	position: relative;
	padding: 110px 15px 120px 15px;
}
.service-section-seven .clock-img{
	left: 85px;
	top: 10px;
}
.service-section-seven .frame-img{
	right: 80px;
	top: 0;
}
.portfolio-section-seven{
	padding: 80px 0px 20px 0px;
}
.portfolio-section-seven>.container-fluid{
	padding: 0 30px;
}
.portfolio-section-seven .pbmit-portfolio-heading-wrapper{
    background-image: url(../images/index/22.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 30px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.portfolio-section-seven .pbmit-portfolio-heading-wrapper::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    z-index: -1;
}

.portfolio-section-seven .pbmit-portfolio-heading-wrapper > *{
    position: relative;
    z-index: 2;
}
.portfolio-section-seven .pbmit-heading-subheading .pbmit-subtitle{
	color: var(--pbmit-white-color);
} 
.portfolio-section-seven .pbmit-heading-subheading .pbmit-subtitle:before{
	border-color: var(--pbmit-white-color);
}
.portfolio-section-seven .pbmit-portfolio-btn{
	position: absolute;
	bottom: 80px;
}
.offer-area-bg{
	position: relative;
	background-image: url(../images/homepage-7/bg/offer-bg-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 100px 0px 100px 50px;
	border-radius: 30px;
	display: flex;
	align-items: center;
}
.offer-area-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon{
	background-color: var(--pbmit-white-color);
}
.offer-area-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::before{
	box-shadow: 1px 20px 0 0 var(--pbmit-white-color);
}
.offer-area-bg .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::after{
	box-shadow: -1px 20px 0 0 var(--pbmit-white-color);
}
.testimonial-seven-bg{
	background-image: url(../images/homepage-7/bg/testimonial-pattern-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
	padding: 120px 15px 120px 15px;
}
.testimonial-seven-left-img{
	background-image: url(../images/homepage-7/testimonial-img.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
	height: 100%;
}
.testimonial-seven-right-box{
	position: relative;
	padding: 50px 0px 50px 80px;
}
.testimonial-seven-right-box .ihbox-style-area{
	bottom: 50px;
	left: 80px;
}
.testimonial-seven-right-box .swiper-slider{
	padding-bottom: 110px;
}
.testimonial-seven-right-box .swiper-button-prev,
.testimonial-seven-right-box .swiper-button-next{
	width: 60px;
    height: 60px;
    bottom: 0;
    top: auto;
    right: 0;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
}
.testimonial-seven-right-box .swiper-button-prev{
	right: 70px;
	left: auto;
}
.testimonial-seven-right-box .swiper-button-next{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.testimonial-seven-right-box .swiper-button-prev:hover{
	background-color: var(--pbmit-global-color);
}
.testimonial-seven-right-box .swiper-button-next:hover{
	background-color: var(--pbmit-blackish-color);
}
.about-us-section-seven{
	padding: 0 50px;
}
.about-us-section-seven .about-us-left-box{
	background-image: url(../images/homepage-7/bg/col-bg-img-01.png);
    background-position: top right;
    background-repeat: no-repeat;
	margin-right: 20px;
	padding: 80px 80px 80px 80px;
	border-radius: 30px;
	position: relative;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	height: 100%;
}
.about-us-section-seven .pbmit-heading-subheading{
	border-bottom: 1px solid;
	padding-bottom: 40px;
}
.about-us-section-seven .about-us-left-box .pbmit-heading-subheading{
	border-color: var(--pbmit-white-color);
	margin-bottom: 100px;
}
.about-us-section-seven .pbmit-heading-subheading .pbmit-title{
	font-size: 30px;
	line-height: 30px;
}
.about-us-section-seven .pbmit-shape-square{
	padding: .5em;
	display: inline-block;
	line-height: 1;
    transition: all .3s;
	font-size: 50px;
    text-align: center;
	fill: var(--pbmit-white-color);
	border-radius: 25px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.about-us-section-seven .pbmit-shape-square i{
	width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.about-us-section-seven .about-us-center-box{
	position: relative;
	background-image: url(../images/homepage-7/bg/col-bg-img-02.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
	margin: 0px 10px 0px 10px;
	padding: 80px 80px 80px 80px;
	border-radius: 30px 30px 30px 30px;
}
.about-us-section-seven .about-us-center-box .pbmit-heading-subheading{
	border-color: #F3F7FA1A;
	margin-bottom: 10px;
}
.about-us-section-seven .about-us-center-box .pbmit-heading-desc{
	color: #E9D9BF;
}
.about-us-section-seven .about-us-center-box .list-group{
	margin-bottom: 100px;
}
.about-us-section-seven .list-group .pbmit-icon-list-text{
	color: var(--pbmit-white-color);
}
.about-us-section-seven .list-group .pbmit-icon-list-icon i{
	transform: rotate(20deg);
	font-size: 16px;
}
.about-us-section-seven .list-group .list-group-item:not(:last-child){
	border-bottom: 1px solid #F3F7FA1A;
	padding-bottom: calc(15px/2);
}
.about-us-section-seven .about-us-right-box{
	position: relative;
	background-image: url(../images/homepage-7/bg/col-bg-img-03.png);
    background-position: center right;
    background-repeat: no-repeat;
	margin-left: 20px;
	padding: 80px 80px 100px 80px;
	border-radius: 30px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	height: 100%;
}
.about-us-section-seven .about-us-right-box .pbmit-heading-subheading{
	border-color: #DDDDDD;
	margin-bottom: 100px;
}
.about-us-section-seven .about-us-right-box .pbmit-shape-square{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.about-us-section-seven .pbmit-btn-style-text{
	right: 20%;
	bottom: 0px;
}
.about-us-section-seven .pbmit-btn-wrap{
	background-color: var(--pbmit-white-color);
	position: relative;
	padding: 10px 55px 10px 0;
	border-radius: 30px 30px 0 0; 
}
.about-us-section-seven .pbmit-btn-wrap:before{
	right: 100%;
    border-bottom-right-radius: 20px;
}
.about-us-section-seven .pbmit-btn-wrap:before,
.about-us-section-seven .pbmit-btn-wrap:after{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.about-us-section-seven .pbmit-btn-wrap:after{
	left: 100%;
    border-bottom-left-radius: 20px;
}
.about-us-section-seven .pbmit-btn-wrap .pbmit-btn{
	background-color: transparent;
}
.about-us-section-seven .pbmit-btn-wrap .pbmit-btn::after{
	background-color: transparent;
    color: var(--pbmit-global-color);
    border: 1px solid var(--pbmit-global-color);
}
.about-us-section-seven .pbmit-btn-wrap .pbmit-btn:hover{
	color: var(--pbmit-blackish-color);
}

/** Homepage 08 **/
.accordion-eight-left-box{
	padding: 30px 55px 0px 80px;
}
.accordion-eight-left-box .pbmit-desc{
	font-weight: 400;
	margin-top: -25px;
}
.accordion-eight-left-box .pbmit-desc .pbmit-drop-cap{
	padding: 6px;
	border-radius: 12px;
	font-size: 30px;
    line-height: 30px;
    margin-top: 6px;
	float: left;
    text-align: center;
	margin-right: 10px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.accordion-eight-left-box .pbmit-desc .pbmit-drop-cap-letter{
	width: 1em;
    height: 1em;
	font-weight: 700;
	display: inline-block;
}
.accordion-eight-area{
	padding-left: 130px;
}
.ihbox-eight-left-bg{
	position: absolute;
	height: 100%;
	right: 15px;
    top: 0;
    left: 35px;
    width: auto;
    z-index: 1;
    overflow: hidden;
	background-image: url(../images/homepage-8/bg/col-bg-1.jpg);
	border-radius: 30px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.ihbox-eight-slider-box{
	padding: 80px;
	border-radius: 30px;
	background-image: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);
}
.ihbox-eight-slider-box .swiper-slider{
	padding-bottom: 75px;
}
.ihbox-eight-slider-box .swiper-button-prev, 
.ihbox-eight-slider-box .swiper-button-next{
	width: 60px;
	height: 60px;
	top: auto;
	bottom: 0;
	border-color: rgba(var(--pbmit-blackish-color-rgb),.1);
}
.ihbox-eight-slider-box .swiper-button-next{
	left: 60px;
}
.ihbox-eight-slider-box .swiper-button-prev:hover, 
.ihbox-eight-slider-box .swiper-button-next:hover{
	background-color: var(--pbmit-global-color);
}
.about-eight-left-box{
	padding-left: 0px;
	position: relative;
}
.about-eight-left-box .about-img-first,
.about-eight-left-box .about-img-second img{
	border-radius: 30px;
}
.about-eight-left-box .about-img-second{
	left: 0;
	top: 20%;
}
.about-eight-left-box .frame-img{
	left: -170px;
	top: -110px;
}
.about-eight-right-box{
	padding: 80px 0px 0px 0px;
}
.about-eight-right-box .pbmit-col-stretched-right{
	position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
	background-image: url(../images/homepage-8/bg/about-pattern-bg.png);
    border-radius: 0px;
    background-color: transparent;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}
.about-eight-right-box .clock-img{
	top: -85px;
	right: -105px;
}
.about-eight-ihbox-style{
	padding-left: 30%;
	margin-top: -105px;
	position: relative;
	z-index: 1;
}
.about-eight-ihbox-style-bg{
	border-radius: 30px;
	padding: 30px 30px;
}
.portfolio-section-eight{
	padding: 130px 30px 130px 130px;
}
.before-after-section-eight{
	padding: 100px 0 130px 0;
}
.before-after-eight-left-box,
.before-after-eight-left-top{
	padding-left: 120px;
}
.before-after-eight-right-box{
	/* padding-left: 115px; */
}
.before-after-eight-left-top .twenty20{
	margin-bottom: 0;
	margin-right: 10px;
}
.before-after-eight-left-bottom .twenty20{
	margin-bottom: 0;
	margin-left: 10px;
}
.before-after-eight-left-top .before-after-img-1{
	background-image: url(../images/homepage-8/before-after-img-1.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
	margin-right: 1px;
	height: 100%;
	border-radius: 30px 0px 0px 30px;
}
.before-after-eight-left-top .before-after-img-2{
	background-image: url(../images/homepage-8/before-after-img-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-left: 1px;
	height: 100%;
	border-radius: 0px 30px 30px 0px;
}
.before-after-eight-left-bottom{
	padding-top: 20px;
}
.before-after-eight-left-bottom .before-after-img-3{
	background-image: url(../images/homepage-8/before-after-img-3.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
	margin-right: 1px;
	height: 100%;
	border-radius: 30px 0px 0px 30px;
}
.before-after-eight-left-bottom .before-after-img-4{
	background-image: url(../images/homepage-8/before-after-img-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-left: 1px;
	height: 100%;
	border-radius: 0px 30px 30px 0px;
}
.testimonial-eight-left-box{
	padding: 0px 0px 0px 0px;
}
.testimonial-eight-left-box .ihbox-style-area{
	border-top: 1px solid #0000001A;
	margin-top: 120px;
	padding-top: 40px;
}
.client-sec-eight .client-style-area{
	padding-right: 60px;
}
.client-sec-eight .fid-style-area{
	padding: 80px 80px 80px 80px;
	border-radius: 30px;
	background-image: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);
}

/** Homepage 09 **/
.about-section-nine{
	padding: 120px 0 80px 0;
}
.about-nine-left-box{
	padding: 0px 25px 0px 0px;
}
.about-nine-img{
	background-image: linear-gradient(360deg, #FFFFFF 0%, #F6F6F6 100%);
	border-radius: 30px 30px 0 0;
}
.about-nine-img img{
	mix-blend-mode: multiply;
}
.about-nine-right-box{
	padding: 0px 0px 0px 25px;
}
.service-section-nine{
	margin: 0 30px;
	border-radius: 30px;
	background:black;
}
.service-nine-left-box1{
	position: relative;
	padding: 0px 20px 0px 0px;
}
.service-nine-left-box1 .service-left-img{
	border-radius: 20px;
}
.service-nine-left-box1 .ihbox-style-23-area{
	left: 0;
	bottom: 15.2%;
}
.service-nine-left-box1 .ihbox-style-23-wrap{
	position: relative;
	padding: 16px 25px 0px 25px;
	border-radius: 0px 20px 0px 20px;
	background-color: var(--pbmit-white-color);
}
.service-nine-left-box1 .ihbox-style-23-wrap:before,
.service-nine-left-box1 .ihbox-style-23-wrap:after{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 9px;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.service-nine-left-box1 .ihbox-style-23-wrap:before{
	bottom: 100%;
    right: calc(100% - 20px);
    border-bottom-left-radius: 20px;
}
.service-nine-left-box1 .ihbox-style-23-wrap:after{
	left: 100%;
    border-bottom-left-radius: 20px;
}
.service-nine-left-box1 .ihbox-style-18-area{
	right: 2px;
	top: 177px;
}
.service-nine-left-box1 .ihbox-style-18-wrap{
	transform: rotate(-90deg);
}
.service-nine-right-box{
	padding-top: 0px;
}
.fid-section-nine{
	padding: 10px 0 100px 0;
}
.about-us-nine-bg{
	margin: 0 50px;
	padding: 115px 10px 125px 0px;
	background-image: url(../images/homepage-9/bg/bg-img-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
}
.about-us-nine-bg .about-us-content{
	padding: 80px;
	border-radius: 30px;
}
.testimonial-section-nine{
	padding: 110px 0px 75px 0px;
}
.testimonial-section-nine .pbmit-inner{
	position: relative;
}
.testimonial-section-nine .swiper-slider{
	border-radius: 30px;
}
.testimonial-nine-arrow .swiper-button-prev,
.testimonial-nine-arrow .swiper-button-next{
	top: 60%;
	width: 60px;
	height: 60px;
	border-color: rgba(var(--pbmit-blackish-color-rgb),.1);
}
.testimonial-nine-arrow .swiper-button-prev:hover,
.testimonial-nine-arrow .swiper-button-next:hover{
	background-color: var(--pbmit-global-color);
}
.testimonial-nine-arrow .swiper-button-next:after, 
.testimonial-nine-arrow .swiper-button-prev:after{
	content: '\e847';
    font-size: 18px;
    font-weight: 600;
}
.testimonial-nine-arrow .swiper-button-prev{
	left: -100px;
}
.testimonial-nine-arrow .swiper-button-next{
	right: -100px;
}
/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - About Us **/
.about-us  .ihbox-section-three{
	padding-bottom: 0;
}
.about-us .process-section-two{
	padding-top: 130px;
	border-top: none;
}
/** 02 - Our History **/
.pbmit-element-timeline-style-1 .pbmit-timeline-year{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-title{
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0 0px;
	text-transform: capitalize;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-desc{
	margin: 0;
	padding: 0 90px;
	line-height: 1.8;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper{
	display: grid;
	width: 100%;
	height: auto;
	position: relative;
	justify-items: center;
	grid-template-rows: 1fr 1fr;
	text-align: center;
	grid-gap: 160px;
}
.pbmit-element-timeline-style-1 .pbmit-same-height.steps-content_wrap{
	justify-content: flex-start;
}
.pbmit-element-timeline-style-1 .pbmit-slide-even .pbmit-same-height.steps-content_wrap{
	justify-content: flex-end;
}
.pbmit-element-timeline-style-1 .pbmit-heading-subheading{
	margin-bottom: 50px;
}
.pbmit-element-timeline-style-1 .steps-dot .dot{
	background-color: var(--pbmit-blackish-color);
	display: block;
	line-height: normal;
	font-size: 14px;
	margin: auto;
	width:  10px;
	height:  10px;
	transform: rotate(45deg);
	z-index: 2;
	position: relative;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper .steps-dot{
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto !important;
}
.pbmit-element-timeline-style-1 .steps-dot .dot::after{
	content: "";
	position: absolute;
	left: -11px;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 40px;
	margin: 0;
	background: rgb(var(--pbmit-blackish-color-rgb), .90);
	transform: rotate(-45deg);
}
.pbmit-element-timeline-style-1 .pbmit-slide-even .steps-dot .dot::after{
	left: 19px;
	top: 0;
	bottom: auto;
}
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line{
	color: transparent;
	line-height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} 
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before,
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after{
	content: "";
	width: calc(50% + 10px * 100);
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
}
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::after{
	left: 50%;
	background: linear-gradient(90deg, rgb(var(--pbmit-blackish-color-rgb), 0.05), rgb(var(--pbmit-blackish-color-rgb), 0.05));
}
.pbmit-element-timeline-style-1 .steps-dot .steps-dot-line::before{
	right: 50%;
	background: linear-gradient(90deg, rgb(var(--pbmit-blackish-color-rgb), 0.05), rgb(var(--pbmit-blackish-color-rgb), 0.05));
}
.pbmit-element-timeline-style-1 .pbmit-same-height{
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.pbmit-element-timeline-style-1 .pbmit-slide-even.swiper-slide-duplicate:nth-last-child(2) .pbmit-feature-image{
	order: 0;
}
.pbmit-element-timeline-style-1 .pbmit-slide-even .pbmit-feature-image{
	order: 1;
	justify-content: start;
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
}
.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper:not(.pbmit-slide-even) .pbmit-feature-image{
	transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
} 
.pbmit-element-timeline-style-1 .pbmit-feature-image img{
	border-radius: 30px;
	aspect-ratio: 1/0.6;
	width:100%;
	object-fit: cover;
}
.pbmit-element-timeline-style-1 .steps-dot,
.pbmit-element-timeline-style-1 .pbmit-feature-image,
.pbmit-element-timeline-style-1 .steps-content_wrap{
	opacity: 1;
}
/** 03 - Service Detail **/
.service-details .container>.row{
	flex-direction: row-reverse;
}
.service-sidebar .post-list{
	padding-top: 40px;
}
.service-sidebar .all-post-list ul li{
	position: relative;
	line-height: 20px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),.1);
}
.service-sidebar .all-post-list ul li a{
	padding: 16px 60px 16px 25px;
    display: block;
    position: relative;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(var(--pbmit-blackish-color-rgb),.7);
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.service-sidebar .all-post-list ul li a:before{
	position: absolute;
    content: '\e8eb';
    font-family: "pbminfotech-base-icons";
    right: 0;
    left: auto;
    width: 35px;
    height: 35px;
    color: var(--pbmit-blackish-color);
    top: 12px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 10px;
    text-align: center;
    transform: translate3d(0px, 0px, 0px) rotateZ(0deg);
    transform-style: preserve-3d;
    transition: all .5s ease-in-out;
}
.service-sidebar .all-post-list ul li a:after{
	position: absolute;
    content: "+";
    left: 0;
    font-size: 15px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(var(--pbmit-blackish-color-rgb), .7);
    transition: all 0.4s ease;
}
.service-sidebar .all-post-list ul li:hover a,
.service-sidebar .all-post-list ul li.post-active a{
	transform: translateX(1%);
    color: var(--pbmit-global-color);
}
.service-sidebar .all-post-list ul li:hover a:before{
	opacity: 1;
    transform: translate3d(10px, 0px, 0px) rotateZ(45deg);
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}
.service-sidebar .all-post-list ul li:hover a:after{
	color: var(--pbmit-global-color);
}
.service-sidebar .widget.pbmit-download-content{
	border: none;
	padding: 0;
}
.widget .download .item-download a {
	position: relative;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 5px;
    padding-left: 25px;
    background-color: var(--pbmit-light-color);
    border-radius: 40px;
}
.widget .download .item-download a .pbmit-download-content {
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.widget .download .item-download a .pbmit-download-content i {
    margin-right: 10px;
    font-size: 24px;
    color: var(--pbmit-secondary-color);
    transition: all 0.2s ease-in;
}
.widget .download .item-download .pbmit-download-item {
    font-size: 16px;
    line-height: 16px;
    padding: 18px 13px;
    border-radius: 50%;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
    transition: all 0.2s ease-in;
}
.widget .download .item-download a .pbmit-download-item i {
    font-size: 26px;
    vertical-align: middle;
}
.widget .download .item-download a:hover {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}
.widget .download .item-download a:hover .pbmit-download-content i {
    color: var(--pbmit-white-color);
}
.widget .download .item-download a:hover .pbmit-download-item {
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
}	
.widget .download .item-download:last-child a {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    margin-bottom: 0;
}
.widget .download .item-download:last-child a .pbmit-download-content i {
    color: var(--pbmit-white-color);
    transition: all 0.3s ease-in-out;
}
.widget .download .item-download:last-child .pbmit-download-item {
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
}
.widget .download .item-download:last-child a:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}
.widget .download .item-download:last-child a:hover .pbmit-download-item {
	color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}
.service-details .pbmit-service-feature-image img{
	width: 100%;
    margin-bottom: 50px;
    border-radius: 30px;
}
.service-details .pbmit-heading .pbmit-title{
	font-size: 36px;
	line-height: 46px;
	letter-spacing: -.25px;
}
.service-details .service-det-img{
	padding: 50px 0;
}
.service-details .service-det-img img{
	border-radius: 30px;
}
.service-details .fid-style-rea{
	padding: 50px 0 40px 0;
}
.service-details .fid-style-rea .pbminfotech-ele-fid-style-3{
	padding: 0 110px 0 0;
}
/** 04 - Portfolio Detail **/
.portfolio-single .pbmit-short-description{
	text-align: center;
    padding: 55px 0;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
}
.portfolio-single .pbmit-short-description h3{
	font-size: 48px;
    line-height: 58px;
}
.portfolio-single .pbmit-short-description p{
	margin: 0 150px;
}
.pbmit-single-project-details-list {
    padding: 60px 0;
}
.pbmit-single-project-details-list h3{
	display: none;
}
.portfolio-single .pbmit-portfolio-lines-wrapper ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.portfolio-single .pbmit-portfolio-lines-wrapper ul li{
	text-align: center;
    width: 100%;
    position: relative;
}
.portfolio-single .pbmit-portfolio-lines-wrapper ul li:not(:last-child){
	padding: 0 15px 0 0;
    margin: 0 0 20px;
    border: none;
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    position: relative;
    color: var(--pbmit-global-color);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
    display: block;
}
.portfolio-single .pbmit-portfolio-lines-wrapper ul li:not(:last-child):after{
	content: '';
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 1px;
    height: 26px;
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
    transform: rotate(27deg);
}
.portfolio-single .pbmit-featured-img-wrapper{
	padding-bottom: 80px;
}	
.portfolio-single .pbmit-featured-img-wrapper img{
	border-radius: 30px;
}
.portfolio-single .ihbox-style-area{
	border-radius: 20px;
	margin-top: 55px;
	background-color: var(--pbmit-light-color);
}
.portfolio-single .ihbox-style-area .pbmit-ihbox-style-14{
	padding: 45px 30px 35px 90px;
}
.portfolio-single .pf-img-box{
	padding-top: 60px;
}
.portfolio-single .ihbox-style-15-area{
	margin: 40px 140px 0px 65px;
}
.portfolio-single .pf-img-box img{
	border-radius: 30px;
}
.portfolio-single .portfolio-video-bg{
	background-image: url(../images/portfolio/portfolio-video-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
	margin-bottom: 50px;
	padding: 225px 0px 225px 0px;
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInRight{
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	
	100% {
		opacity: 1;
		transform: none;
	}
}
.portfolio-single .portfolio-video-bg .play-button{
	text-align: center;
}
.portfolio-single .post-navigation{
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.10);
}
/** 05 - Blog Detail**/
.pbmit-element-posts-wrapper.row .pbmit-blog-style-1,
.pbmit-element-posts-wrapper.row .pbmit-portfolio-style-2{
	padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/** Sidebar Right**/
.sidebar .widget{ 
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.2);
    padding: 30px;
    margin-bottom: 45px;
	border-radius: 30px;
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.sidebar .widget.widget-search{
	background-color: var(--pbmit-secondary-color);
}
.sidebar .widget.widget-search .widget-title{
	color: var(--pbmit-white-color);
}
.sidebar .widget .widget-title{ 
	display: block;
	margin-bottom: 20px;
    position: relative;
    width: auto;
	font-size: 24px;
    line-height: 30px;
    letter-spacing: -.25px;
	padding-left: 15px;
    padding-bottom: 0px;
	text-transform: capitalize;
	color: var(--pbmit-blackish-color);
} 
.sidebar .widget .widget-title:before{
	content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    border-left: 7px solid var(--pbmit-global-color);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.widget .search-form {
    position: relative;
}
.widget .search-form input{
	height: 60px;
    border: 0;
    padding: 0px 30px;
    padding-right: 80px;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    font-size: 15px;
    border-radius: 40px;
	display: block;
    width: 100%;
	font-weight: normal;
}
.widget .search-form .search-submit{
	position: absolute;
    top: 3px;
    right: 3px;
    width: 55px;
    height: 55px;
    font-size: 16px;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
	line-height: 58px;
    outline: none;
    background: var(--pbmit-global-color);
    color: var(--pbmit-secondary-color);
	transition: all .6s;
}
.widget .search-form .search-submit:after{
	position: absolute;
    font-family: 'pbminfotech-base-icons';
    content: '\e80d';
    right: 50%;
    top: 50%;
    font-size: 16px;
    color: var(--pbmit-white-color);
    line-height: normal;
    font-weight: normal;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}
.widget .search-form .search-submit:hover{
	background-color: var(--pbmit-blackish-color);
}
.sidebar .widget-categories li{
	position: relative;
	line-height: 26px;
}
.sidebar .widget-categories .pbmit-cat-li{
	display: flex;
    align-items: center;
	justify-content: space-between;
    color: rgba(var(--pbmit-blackish-color-rgb),.5);
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),.05);
	transition: all .25s ease-in-out;
}
.sidebar .widget-categories ul li:last-child .pbmit-cat-li{
	border-bottom: none;
}
.sidebar .widget-categories .pbmit-cat-li a{
	font-size: 13px;
    line-height: 23px;
    position: relative;
	padding-left: 20px;
	margin: 15px 0;
	color: rgba(var(--pbmit-blackish-color-rgb),.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sidebar .widget-categories .pbmit-cat-li a:before{
	position: absolute;
    content: "+";
    left: 0;
    font-size: 15px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
    color: rgba(var(--pbmit-blackish-color-rgb), .7);
    transition: all 0.4s ease;
    font-weight: 600;
}
.sidebar .widget-categories .pbmit-brackets{
    font-size: 14px;
	transition: all .25s ease-in-out;
}
.sidebar .widget-categories .pbmit-cat-li:hover,
.sidebar .widget-categories .pbmit-cat-li:hover>a,
.sidebar .widget-categories .pbmit-cat-li>a:hover:before{
	color: var(--pbmit-global-color);
}
.widget-recent-post .recent-post-list-li:first-child{
	margin-top: 0px;
    padding-top: 0px;
	border-top: none;
}
.widget-recent-post .recent-post-list-li{
	display: flex!important;
    align-items: center;
    width: 100%;
	margin-top: 18px;
	padding-bottom: 18px;
	line-height: 20px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.10);
}
.widget-recent-post .recent-post-list-li:last-child{
	border-bottom: none;
	padding-bottom: 10px;
}
.widget-recent-post .recent-post-list-li>a{
	width: 91px;
    flex-shrink: 0;
    margin-right: 20px;
	display: inline-block;
}
.widget-recent-post .recent-post-list-li>a img{
	border-radius: 20px;
}
.widget-recent-post .pbmit-rpw-title a{
	margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
}
.pbmit-rpw-content .pbmit-rpw-date a{
    font-size: 14px;
    margin-bottom: 2px;
    text-transform: uppercase;
	display: inline-block;
	color: var(--pbmit-global-color);
}
aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a{
    line-height: 30px;
	margin: 0 5px 12px 0;
    display: inline-block;
    font-size: 13px !important;
    padding: 0 20px;
    height: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    border-radius: 30px;
}
aside.widget.widget-tag-cloud a:hover,
.pbmit-blog-meta-bottom .pbmit-meta-tags a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.widget.pbmit-service-ad{
	padding: 0;
	background-image: url(../images/bg/service-sidebar-bg.jpg);
	background-size: cover;
    background-position: center center;
}
.widget.pbmit-service-ad .textwidget:before,
.widget.pbmit-service-ad .textwidget:after{
	content: "";
    display: table;
}
.widget.pbmit-service-ad .textwidget:after{
	clear: both;
}
.widget.pbmit-service-ad .pbmit-service-ads{
	position: relative;
    overflow: hidden;
    text-align: center;
    padding: 85px 30px 90px 30px;
    border-radius: 30px;
}
.pbmit-service-ads .pbmit-ads-subheding{
	font-size: 12px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 0 13px 0 20px;
    margin-bottom: 25px;
    color: var(--pbmit-white-color);
    border: 1px solid var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-subtitle {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-title {
    font-size: 32px;
    line-height: 32px;
	margin-bottom: 0;
    color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-desc a, 
.pbmit-service-ads .pbmit-ads-desc {
    font-size: 15px;
    line-height: 21px;
    padding-top: 25px;
    color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-desc i {
    font-size: 18px;
    padding-right: 5px;
    color: var(--pbmit-global-color);
}
.pbmit-service-ads .pbmit-btn{
	margin-top: 30px;
}
.pbmit-service-ads .pbmit-btn:after{
	display: none;
}
/** Blog Classic **/
.site-content{
	padding-top: 80px;
	padding-bottom: 80px;
}
.post.blog-classic{
    margin-bottom: 60px;
    position: relative;
}
.post.blog-classic .pbmit-featured-wrapper img{
	border-radius: 30px;
}
.post.blog-classic:last-child {
    margin-bottom: 0px;
}
.post.blog-classic .pbmit-featured-img-wrapper{
	position: relative;
    margin-bottom: 30px;
}
.post.blog-classic .pbmit-meta-cat a{
	font-size: 12px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .5px;
    padding: 2px 15px 0 15px;
    border-radius: 15px;
    color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.post.blog-classic .pbmit-meta-cat a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.blog-classic .pbmit-blog-classic-inner{
	background: 0 0;
    padding: 0;
    position: relative;
}
.pbmit-blog-meta.pbmit-blog-meta-top{
	position: relative;
    font-size: 14px;
}
.pbmit-blog-meta-top.pbmit-blog-meta,
.pbmit-blog-meta-top.pbmit-blog-meta a{
	color: rgba(var(--pbmit-blackish-color-rgb),.8);
}
.pbmit-blog-meta-top.pbmit-blog-meta a:hover{
	color: var(--pbmit-secondary-color);
}
.pbmit-blog-meta-top .pbmit-meta {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-left: 6px;
    font-size: 14px;
    text-transform: uppercase;
}
.pbmit-blog-meta-top .pbmit-meta:first-child{
	padding-left: 0;
}
.pbmit-blog-meta-top .pbmit-meta i {
    margin-right: 2px;
    font-size: 20px;
	color: var(--pbmit-global-color);
}
.pbmit-blog-meta-top .pbmit-meta-comments{
	display: none;
}
.blog-classic .pbmit-post-title{
	margin-bottom: 25px;
	margin-top: 15px;
    font-size: 36px;
	padding-bottom: 25px;
    line-height: 42px;
	text-transform: none;
	letter-spacing: 0px;
	border-bottom: 1px solid rgba(24, 26, 23,0.2);
}
.blog-classic .pbmit-entry-content{
	margin-top: 20px;
}
.pbmit-blog-classic-inner .pbmit-entry-content .pbmit-btn:hover{
	border-color: var(--pbmit-blackish-color);
}
/** Blog Single **/
.blog-details .post.blog-classic{
	margin-bottom: 0;
	position: relative;
}
.blog-details .pbmit-featured-img-wrapper{
	position: relative;
}
.blog-details .post.blog-classic .pbmit-blog-meta-top{
	margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.1);
}
.pbmit-firstletter::first-letter{
	color: var(--pbmit-global-color);
	padding:0;
	font-size: 52px;
	line-height: 48px;
	display: inline-block;
	float: left;
	font-weight: 700;
	margin-right: 8px;
}
.blog-details .pbmit-entry-content blockquote{
	border: 0;
	padding: 60px 0 25px 70px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300 !important;
    margin: 30px 0;
    position: relative;
    letter-spacing: 0px;
    border-radius: 30px;
	font-style: normal;
    color: var(--pbmit-blackish-color);
}
.blog-details .pbmit-entry-content blockquote:before{
	content: '\e826';
    font-family: "pbminfotech-base-icons";
    font-size: 140px;
    line-height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
    color: rgba(var(--pbmit-blackish-color-rgb), .03);
    background: -webkit-linear-gradient(rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0.53) 67%, rgba(246, 246, 246, 0.3) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	z-index: -1;
}
.blog-details .pbmit-entry-content blockquote p{
	margin-bottom: 0;
}
.blog-details .pbmit-entry-content:after{
	clear: both;
	content: "";
	display: table;
}
.blog-details .pbmit-entry-content blockquote cite{
	font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    color: var(--pbmit-global-color);
	display: block;
	line-height: 24px;
    font-style: normal!important;
    margin-top: 15px;
	letter-spacing: .5px;
}
.blog-details .pbmit-entry-content blockquote cite:before{
	content: "-";
    margin-right: 5px;
}
.blog-details .pbmit-entry-content .pbmit-block-columns{
	margin-bottom: 1.75em;
}
.blog-details .pbmit-entry-content .pbmit-block-columns img{
	margin-top: 15px;
	border-radius: 30px;
}
.blog-details .pbmit-entry-content .pbmit-block-column:first-child{
	padding: 0 22px 0 0;
}
.blog-details .pbmit-entry-content .pbmit-block-column:last-child{
	padding: 0 0 0 22px;
}
.blog-details .list-group{
	margin-bottom: 20px;
}
.blog-details .list-group .pbmit-icon-list-text{
	color: rgba(64 , 50 , 38, .9);
}
.blog-details .post-navigation{
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.10);
    margin-top: 35px;
}
.post-navigation .nav-links{
	margin-top: 0;
    padding: 40px 0 8px;
    display: flex;
    align-items: normal;
    width: 100%;
}
.post-navigation .nav-previous{
	width: 50%;
	margin-right: auto !important;
	position: relative;
}
.post-navigation .nav-links a{
	display: block;
    text-align: left;
    width: 300px;
    transition: all 0.3s ease-in;
}
.post-navigation .pbmit-post-nav-icon{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
    justify-content: flex-start;
}
.post-navigation .nav-links .pbmit-post-nav-icon i {
    font-size: 13px;
    color: var(--pbmit-global-color);
    transition: all 0.3s ease-in;
}
.post-navigation .nav-links .pbmit-post-nav-head {
    font-size: 13px;
    text-transform: uppercase;
	letter-spacing: 0px;
	margin-left: 8px;
    transition: all 0.3s ease-in;
    color: var(--pbmit-global-color);
}
.post-navigation .nav-links .pbmit-post-nav-wrapper {
    display: block;
	word-break: break-word;
}
.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
    text-align: left;
}
.post-navigation .nav-links .nav-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px;
    text-transform: none;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.post-navigation .nav-links a:hover .pbmit-post-nav-icon i,
.post-navigation .nav-links a:hover  .pbmit-post-nav-head{
	color: var(--pbmit-secondary-color);
}
.post-navigation .nav-next{
	width: 50%;
	text-align: right;
	margin-left: auto;
}
.post-navigation .nav-next a{
	display: block;
    text-align: right;
    margin-left: auto;
}
.nav-links .nav-next .pbmit-post-nav-wrapper {
    text-align: right;
}
.post-navigation .nav-next .pbmit-post-nav-head{
	margin: 0 8px 0 0;
}
.blog-details .pbmit-author-box {
    position: relative;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 40px;
    padding-right: 80px;
    background-color: var(--pbmit-secondary-color);
    background-position: center center;
    background-repeat: repeat;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
}
.blog-details .pbmit-author-image img {
    width: 135px;
    min-width: 135px;
    height: 135px;
    display: block;
    overflow: hidden;
    margin-right: 50px;
    border-radius: 50%;
}
.blog-details .pbmit-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
.blog-details .pbmit-author-content .pbmit-author-name {
    line-height: 26px;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: inline-block;
}
.blog-details .pbmit-author-box a {
    color: var(--pbmit-global-color);
}
.blog-details .pbmit-author-box a:hover{
	color: var(--pbmit-white-color);
}
.blog-details .pbmit-author-content .pbmit-text {
    margin: 0;
	font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: var(--pbmit-white-color);
}
.blog-details .comments-area{
	margin-top: 60px;
}
.blog-details .comments-area .comments-title{
	font-size: 34px;
	line-height: 42px;
	margin-bottom: 48px;
}
.blog-details .comment-list li:not(:last-child) .pbmit-comment{
	margin-bottom: 30px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),0.10);
}
.comment-list .pbmit-comment-avatar{
	float: left;
}
.comment-list .pbmit-comment-avatar img{
    width: 90px;
    height: 90px;
	border-radius: 20px;
}
.blog-details .pbmit-comment-content{
	position: relative;
    padding: 0px 0px 30px 0;
    margin-left: 115px;
    min-height: 115px;
}
.blog-details .pbmit-comment-meta{
	display: flex;
    align-items: center;
}
.pbmit-comment-content .pbmit-comment-author {
	margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    display: inline-flex;
    position: relative;
    color: var(--pbmit-global-color);
}
.pbmit-comment-author-inner{
	margin: 0 5px;
    text-transform: capitalize;
	color: var(--pbmit-secondary-color);
}
.blog-details .pbmit-comment-date{
	display: block;
    font-size: 16px;
	padding: 0 0 0 15px;
	font-weight: 400;
	color: rgba(var(--pbmit-blackish-color-rgb),0.8);
}
.blog-details .pbmit-comment-date a{
	font-size: 14px;
    line-height: 24px;
    position: relative;
	padding: 0 0 0 10px;
	color: var(--pbmit-global-color);
}
.blog-details .pbmit-comment-date a:before{
	position: absolute;
    content: '';
    left: 0;
    right: auto;
    height: 1px;
    width: 5px;
    background: var(--pbmit-global-color);
    top: 50%;
    transform: translate(-50%, -50%);
}
.blog-details .pbmit-comment-content p{
	margin: 10px 0 18px;
	font-weight: normal;
	font-style: normal;
}
.blog-details .pbmit-comment-content .reply a{
	display: inline-block;
    font-size: 13px;
    line-height: 23px;
    text-transform: capitalize;
    letter-spacing: 0;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--pbmit-global-color);
    padding: 2px 19px;
    border-radius: 30px;
	border: 1px solid var(--pbmit-global-color);
}
.blog-details .pbmit-comment-content .reply a::after{
	font-family: 'pbminfotech-base-icons';
    content: "\e8eb";
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 10px;
    font-size: 10px;
    margin-left: 6px;
	font-weight: 600;
}
.blog-details .pbmit-comment-content .reply a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.comment-list .children{
	margin-left: 100px;
    padding-top: 8px;
}
.blog-details .comment-respond{
	background-color: var(--pbmit-light-color);
    padding: 60px 70px;
    border-radius: 30px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.blog-details .comment-respond .comment-reply-title{
	margin-bottom: 25px;
}
.blog-details .comment-form .comment-notes{
	font-size: 15px;
}
.blog-details .comment-form .form-check{
	margin: 20px 0;
}
.blog-details .comment-form .form-check-label{
	font-size: 15px;
}
.blog-details .comment-form .pbmit-submit-button{
	font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.25px;
    text-transform: capitalize;
    font-style: normal;
	transition: all .6s;
	padding: 13px 35px;
	border-radius: 50px;
	border: none;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .comment-form .pbmit-submit-button:hover{
	background-color: var(--pbmit-blackish-color);
}
.blog-details .comment-respond .comment-form .form-control:focus::placeholder{
	color: var(--pbmit-blackish-color);
}
/** 06 - Team Single Detail **/
.team-single{
	padding-bottom: 80px;
}
.pbmit-team-single-info .pbmit-sticky-col{
	padding-top: 100px;
}
.team-single .pbmit-team-left-inner{
	position: relative;
    z-index: 1;
    margin: 0;
    border-radius: 30px;
	overflow: hidden;
}
.team-single .pbmit-team-detail{
	position: relative;
}
.team-single .pbmit-team-detail-inner{
	padding: 45px 38px 70px;
    border-radius: 0 0 30px 30px;
    background-color: var(--pbmit-secondary-color);
}
.team-single .pbmit-team-summary{
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), 0.1);
}
.pbmit-team-summary .pbmit-team-designation {
    color: var(--pbmit-white-color);
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
}
.team-single .pbmit-team-designation::before {
    background-color: var(--pbmit-global-color);
    position: absolute;
    content: '';
    left: 0;
    height: 6px;
    width: 6px;
    top: 7px;
    border-radius: 50%;
}
.team-single .pbmit-team-title {
    color: var(--pbmit-white-color);
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}
.pbmit-single-team-info li, 
.pbmit-single-team-info li a {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--pbmit-white-color);
}
.pbmit-single-team-info li:last-child{
	margin-bottom: 0;
}
.pbmit-single-team-info li label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    min-width: 120px;
    display: block;
    text-transform: capitalize;
    color: var(--pbmit-global-color);
}
.team-single .pbmit-team-share-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--pbmit-white-color);
    border-radius: 50% 0 0 0;
}
.team-single .pbmit-share-icon-wrapper {
    position: relative;
    display: block;
    padding: 15px 0 0 15px;
    border-radius: 50%;
    background-color: var(--pbmit-white-color);
}
.team-single .pbmit-share-icon {
    padding: 12px 16px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    border-radius: 50%;
    height: 56px;
    width: 56px;
    font-size: 20px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.team-single .pbmit-share-icon i {
    transition: all 0.4s ease-in-out;
    display: block;
    font-size: 20px;
}
.team-single .pbmit-team-social-links {
    text-align: center;
    position: absolute;
    bottom: 5px;
    right: 0;
    transform: translate(-40px, 0);
    opacity: 0;
    padding: 3px;
    display: flex;
    flex-direction: row-reverse;
    transition: all 0.3s ease-in;
}
.team-single .pbmit-team-social-links li{
	padding: 8px !important;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    background-color: var(--pbmit-white-color);
    border-radius: 50%;
    margin-right: 5px;
    transform: translate(0);
    transition: all 600ms ease-in-out;
}
.team-single .pbmit-team-social-links li a{
	position: relative;
	display: inline-block;
    opacity: 1;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 24px;
	text-align: center;
    background: transparent;
    color: var(--pbmit-blackish-color);
}
.team-single .pbmit-team-social-links li:nth-child(1){
	transform: translate(0, 0);
}
.team-single .pbmit-team-social-links li:nth-child(2) {
    transform: translate(43px, 0);
}
.team-single .pbmit-team-social-links li:nth-child(3) {
    transform: translate(86px, 0);
}
.team-single .pbmit-team-social-links li:nth-child(4) {
    transform: translate(129px, 0);
}
.pbmit-team-share-btn:hover .pbmit-share-icon {
    background-color: var(--pbmit-secondary-color);
    transition: all 0.3s ease-in-out;
}
.pbmit-team-share-btn:hover .pbmit-share-icon i {
    transform: rotateY(180deg);
}
.pbmit-team-share-btn:hover .pbmit-team-social-links {
    transform: translate(-70px, 0);
    opacity: 1;
}
.pbmit-team-share-btn:hover .pbmit-team-social-links li {
    transform: translate(0);
}
.team-single .pbmit-entry-content{
	padding: 100px 0 0 33px;
}
.team-single .pbmit-entry-content .text-editor-box{
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #181A171F;
}
.team-single .text-editor-box .col-md-4{
	width: 18%;
}
.team-single .text-editor-box .col-md-8{
	width: 82%;
}
.team-single .text-editor-box .col-md-4 h6{
	margin-bottom: 0;
}
.team-single .pbmit-entry-content .text-editor-box:nth-child(6){
	border-bottom: none;
}
.team-single .pbmit-entry-content .list-group{
	flex-direction: initial;
}
.team-single .pbmit-entry-content .list-group li{
	margin-right: calc(35px / 2);
    margin-left: calc(35px / 2);
}
.team-single  .list-group .pbmit-icon-list-icon i{
	font-size: 18px;
}
.team-single .team-progress{
	margin-top: 60px;
}
.team-single .ihbox-style-area .pbmit-ihbox-style-13:not(:last-child){
	border-bottom: 1px solid #0000001F;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.team-single .comment-respond{
	overflow: hidden;
    margin-top: 60px;
    margin-bottom: 100px;
    padding: 60px 75px 60px 75px;
	border-radius: 30px;
	background-color: var(--pbmit-light-color);
}
.team-single .comment-form .form-check{
	margin: 15px 0 25px 0;
}
.team-single .comment-form .form-check-label{
	font-size: 15px;
}
.team-single .comment-form .pbmit-btn-outline{
	color: var(--pbmit-blackish-color);
}
/** 07 - Contact Us **/
.contact-us-bg{
	background-image: url(../images/bg/contact-bg-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-us-left-area{
	padding: 100px 90px 30px 0px;
}
.iframe-section iframe{
	height: 650px;
	max-width: 100%;
    width: 100%;
}
.contact-form-area{
	padding: 50px 65px 40px 65px;
	border-radius: 30px;
	margin: 100px 0px 70px 0px;
	background-color: var(--pbmit-light-color);
}
.contact-form-area .form-check{
	margin: 20px 0;
}
.contact-form-area .form-check-label{
	font-size: 14px;
}
.contact-form-area form .pbmit-btn{
	color: var(--pbmit-blackish-color);
}
.iframe-area{
	padding: 0px 110px 0px 100px;
}
.iframe-area iframe{
	height: 600px;
	max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
	border-radius: 20px;
}
label.error {
	background: red;
	color: white;
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	margin-top: 0px;
	margin-right: 20%;
}
.message-status{
	margin-top: 30px;
}
.form-control.error{
	margin-bottom: 0 !important;
}
/**08 - Comment Form **/
.form-control{
	margin-bottom: 20px;
	font-size: 14px;
	height: 60px;
	line-height: normal;
	padding: 10px 20px;
    font-weight: normal;
	border-width: 0 0 1px 0;
	font-family: inherit;
	background-color: transparent;
	border-radius: 10px;
	border: unset;
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
	background-color: var(--pbmit-white-color);
}
textarea.form-control{
	height: 130px;
    padding-top: 20px;
	resize: none;
}
.form-control:focus{
	border-color: rgba(var(--pbmit-blackish-color-rgb),.2);
}
.form-control:focus::placeholder{
	opacity: 1;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon{
	margin-right:10px;
}
.pbmit-ihbox-icon-type-image img{
	width:180px;
	height:120px;
	object-fit: cover;
	margin-right:10px;
}
.pbmit-heading-subheading{
	margin-bottom:30px;
}


.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper{
	background-color: var(--pbmit-global-color);
  color: var(--pbmit-white-color);
}
 .container{
	max-width:1250px !important;
 }
 @media(min-width:1400px){
 .container{
	max-width:1250px !important;
 }
 }
 .about-one-rightbox {
    padding: 0px 0px 0px 30px !important;
  }
  .pbminfotech-ele-fid-style-2{
	text-align: center;
  }
  .pbmit-heading-subheading .pbmit-title{
	color:black;
  }
  .pbmit-service-style-7 .pbmit-service-image-wrapper img{
	aspect-ratio: 1/1.19;
	object-fit: cover;
	width:100%;
  }
  .pbmit-sticky-section .pin-spacer, .pin-spacer .pbmit-sticky-col{
	height:1500px !important;
  }
  .about-img-1{
	width:100%;
	aspect-ratio: 1/1.3;
	object-fit: cover;
	margin-bottom:15px;
  }
  .about-img-12{
	padding-right:15px;
  }
  .about-nine-img img{
	aspect-ratio: 1/1.3;
	object-fit: cover;
	width:100%;
  }
  .post-item img{
	aspect-ratio: 1/1.1;
	object-fit: cover;
	width:100%;
  }
  .post-item-2 img{
	aspect-ratio: 1/0.75;
	object-fit: cover;
	width:100%;
  }
  section{
	padding:40px 0px 30px !important;
  }
  .post-item-3{
	margin-top:-100px;
  }
  /******************************

    INDEX:

    00 - Section Title
    01 - Icon Box
    02 - Team Member
    03 - Counter
    04 - Service
    05 - Blog
    06 - Testimonial
    07 - Header
    08 - Footer
    09 - Title Bar
    10 - Overlap Colomn
    11 - Accordion
    12 - Circle Progress
    13 - List Group
    14 - Portfolio
    15 - Client
    16 - Pricing
	17 - Sortable
    18 - Img Animation
	19 - Marquee
    20 - Tab
    21 - Banner Slider
	22 - Progress Bar
	23 - Static Box
	24 - Cursor

******************************/

body {
    counter-reset: pbmitbox1 pbmitbox2 pbmitbox3 pbmitbox4;
}

/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading,
.pbmit-heading-subheading,
.pbmit-heading-subheading-style-1 {
    margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.pbmit-heading-subheading .pbmit-subtitle{
    font-size: 14px;
    line-height: 24px;
	font-weight: normal;
    letter-spacing: 0px;
	text-transform: uppercase;
    font-style: normal;
	position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
	margin-bottom: 15px;
	color: var(--pbmit-global-color);
}
.pbmit-heading-subheading .pbmit-subtitle:before{
	/* content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 7px solid var(--pbmit-global-color);
    height: 14px;
    width: 14px;
    border-radius: 50%; */
}
.pbmit-heading-subheading .pbmit-title,
.pbmit-heading .pbmit-title{
	font-size: 48px;
    line-height: 48px;
    letter-spacing: -2px;
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading .pbmit-heading-desc{
	margin: 25px 0 15px 0;
}
.pbmit-bg-color-secondary .pbmit-heading-subheading .pbmit-title,
.pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-title,
.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-title{
	color: var(--pbmit-white-color);
}
.pbmit-heading-subheading-style-1 .pbmit-subtitle{
	position: relative;
	margin-bottom: 25px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
    padding: 5px 30px;
    border-radius: 20px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-secondary-color);
}
.pbmit-heading-subheading-style-1 .pbmit-title{
	font-size: 60px;
    line-height: 60px;
	letter-spacing: -2px;
	text-transform: none;
    font-style: normal;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
}
.pbmit-heading-desc{
	margin-bottom: 15px;
}
.pbmit-bg-color-secondary .pbmit-heading-desc,
.pbmit-bg-color-blackish .pbmit-heading-desc,
.pbmit-bg-color-global .pbmit-heading-desc{
	color: rgba(var(--pbmit-white-color-rgb),.8);
}

/*----------------------------------------*/
/*  For The Same Css
/*----------------------------------------*/
.pbmit-ele-blog .pbmit-meta-line,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon:before,
.pbmit-service-style-3 .pbminfotech-box-number,
.pbmit-ihbox-style-10 .pbmit-element-title,
.blog-classic .pbmit-blog-meta span.pbmit-meta,
.pbmit-rpw-content .pbmit-rpw-date a,
.pbmit-comment-content .pbmit-comment-author,
.pbmit-comment-author-inner,
.pbmit-testimonial-style-4 .pbminfotech-testimonial-text{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-style: normal;
}
.pbmit-ihbox-btn a,
.pbmit-header-button,
.pbmit-static-btn a,
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn .pbmit-button-text{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    text-transform: capitalize;
    font-style: normal;
}
.pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper span{
	position: relative;
    overflow: hidden;
}
.pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper::after,
.pbmit-static-btn .pbmit-button-inner .pbmit-button-wrapper::after {
	content: '\e8eb';
    font-family: "pbminfotech-base-icons";
}
.pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper::after,
.pbmit-static-btn .pbmit-button-inner .pbmit-button-wrapper::after{
	position: absolute;
    right: -35px;
    left: auto;
    width: 50px;
    height: 50px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    top: 0;
    border-radius: 50%;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    transition: all .5s ease-in-out;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner,
.pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title,
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-price-w,
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency,
.pbmit-heading-subheading-style-1 .pbmit-subtitle,
.pbmit-text-design,
.sidebar .widget-categories .pbmit-cat-li a,
.sidebar .widget-categories .pbmit-brackets,
.widget-recent-post .pbmit-rpw-title a,
.post-navigation .nav-links .nav-title,
.blog-details .pbmit-author-content .pbmit-author-name,
.blog-details .pbmit-comment-content .reply a,
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value,
.service-sidebar .all-post-list ul li a,
.widget .download .item-download a,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner,
.progressbar .progress-label,
.pbmit-element-timeline-style-1 .pbmit-timeline-year,
.team-single .pbmit-entry-content .list-group .pbmit-icon-list-text,
.pbmit-element-static-box-style-2 .pbmit-box-number,
.pbmit-static-box-style-1 .pbmit-box-number,
.list-group.list-group-style-1 .pbmit-icon-list-text,
.pricing-six-rightbox .list-group .pbmit-icon-list-text,
.list-group .pbmit-icon-list-text,
.pbmit-static-box-style-3 .pbmit-box-number,
.pbmit-fid-style-6-new .pbminfotech-ele-fid-style-6 .pbmit-fid-title{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
    font-style: normal;
}
/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1{
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),.1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.pbmit-miconheading-style-1:last-child .pbmit-ihbox-style-1{
	border-bottom: unset;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg{
	margin-right: 5px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
	font-size: 24px;
	line-height: 30px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image img {
	width: 60px;
	height: auto;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon .pbmit-icon-type-icon svg{
	width: 25px;
	height: 25px;
}
.pbmit-ihbox-style-1 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-contents{
	transition: all 0.3s ease-in;
}
.pbmit-ihbox-style-1:hover .pbmit-ihbox-contents{
	transform: translate(1.5%, 0);
}
.pbmit-ihbox-style-1 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
/*=== pbmit-ihbox-style-1-new ===*/
.pbmit-ihbox-style-1-new .pbmit-ihbox-style-1{
	padding-bottom: 17px;
}
.pbmit-ihbox-style-1-new .pbmit-ihbox-style-1 .pbmit-element-title,
.pbmit-ihbox-style-1-new .pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-1-new .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
	font-size: 20px;
	line-height: 28px;
}
/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-element-heading{
	font-size:16px;
	line-height: 20px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-2 .pbmit-element-title{
	font-size: 60px;
	line-height: 64px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-2 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
	font-size: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 15px;
}
.pbmit-ihbox-style-2 .pbmit-title-wrap{
	margin-right: 20px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image img{
	width:auto;
	height: 30px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-global-color);
	border-radius: 30px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-white-color);
    height: 10px;
    top: -2px;
	position: relative;
	width: 60px;
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-element-title {
    color: var(--pbmit-global-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
    background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg {
    fill: var(--pbmit-blackish-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-element-heading ,
.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-element-title{
    color: var(--pbmit-white-color);
}
/** Style 3 **/

/** Style 4 **/
.pbmit-ihbox-style-4{
	margin-bottom: 30px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-headingicon{
	text-align: center;
	display: inline-block;
}
.pbmit-ihbox-style-4 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-4 .pbmit-element-subtitle,
.pbmit-ihbox-style-4 .pbmit-element-heading{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-4 .pbmit-icon-type-icon,
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
	line-height: 85px;
	color: var(--pbmit-global-color);
	margin-bottom: 12px;
	transition: all 0.5s ease-in-out;
	background: var(--pbmit-light-color);
	height: 85px;
	width: 85px;
	border-radius: 50%;
	margin: 10px auto 35px;
	overflow: hidden;
}
.pbmit-ihbox-style-4:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-4:hover .pbmit-icon-type-icon,
.pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-text{
	transform: translate(0 , -5px);
	background: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-4 .pbmit-heading-desc{
	padding: 0 30px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon{
	position: relative;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon:before{
	position: absolute;
	counter-increment: pbmitbox2;
	content: counter(pbmitbox2, decimal-leading-zero) !important;
	right: -100px;
	top: 0;
	left: 0;
	color: var(--pbmit-global-color);
	font-size: 16px;
	line-height: 26px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon::after{
	position: absolute;
	content: '';
	border: 3px dotted var(--pbmit-global-color);
	width: 105px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	top: 50%;
	right: -120px;
	transform: translate(-50%, -50%);
}
.pbmit-miconheading-style-4:last-child .pbmit-ihbox-style-4 .pbmit-ihbox-icon::after{
	position: unset;
	content: unset;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg{
	font-size: 15px;
	margin-bottom: 20px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image img{
	width: 90px;
	height: 90px;
	object-fit: cover;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon .pbmit-icon-type-icon svg{
	height: 40px;
	width: 40px;
	fill: var(--pbmit-secondary-color);
}
.pbmit-element-column-four .pbmit-ihbox-style-4 .pbmit-element-title {
    font-size: 20px;
    line-height: 30px;
}
/** Style 5 **/
.pbmit-ihbox-style-5 .pbmit-element-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
	color: var(--pbmit-global-color)
}
.pbmit-ihbox-style-5 .pbmit-content-wrapper {
	margin-right: 30px
}
.pbmit-ihbox-style-5 .pbmit-heading-desc{
	font-size: 16px;
	line-height: 1.8;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-type-text,.pbmit-ihbox-style-5 .pbmit-icon-type-icon {
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color)
}
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-global-color);
	height: 50px;
	width: 50px
}
.pbmit-ihbox-style-5 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 20px;
}
/** Style 7 **/
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg,
.pbmit-ihbox-style-7,
.pbmit-ihbox-style-7 .pbmit-ihbox-box,
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-7 .pbmit-ihbox-box::before,
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-7{
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box{
	padding: 45px 35px;
	border-radius: 30px;
	position: relative;
	background: transparent;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--pbmit-light-color);
	z-index: -1;
	clip-path: polygon( 6.726% 0%,93.274% 0%,93.274% 0%,94.364% 0.14%,95.399% 0.545%,96.364% 1.192%,97.245% 2.061%,98.029% 3.129%,98.701% 4.373%,99.249% 5.772%,99.657% 7.303%,99.912% 8.945%,100% 10.676%,100% 61.278%,100% 61.278%,99.732% 65.983%,98.988% 69.483%,97.863% 71.995%,96.447% 73.739%,94.835% 74.934%,93.119% 75.798%,91.39% 76.552%,89.742% 77.413%,88.268% 78.601%,87.061% 80.335%,87.061% 80.335%,86.147% 82.63%,85.483% 85.137%,84.946% 87.749%,84.409% 90.359%,83.749% 92.86%,82.839% 95.146%,81.556% 97.11%,79.775% 98.644%,77.369% 99.643%,74.215% 100%,6.726% 100%,6.726% 100%,5.637% 99.861%,4.603% 99.457%,3.638% 98.811%,2.758% 97.944%,1.974% 96.879%,1.302% 95.638%,0.754% 94.241%,0.346% 92.712%,0.09% 91.071%,0% 89.342%,0% 10.676%,0% 10.676%,0.088% 8.945%,0.343% 7.303%,0.751% 5.772%,1.299% 4.373%,1.971% 3.129%,2.755% 2.061%,3.636% 1.192%,4.601% 0.545%,5.636% 0.14%,6.726% 0% );
}
.pbmit-ihbox-style-7:hover{
	transform: translate(0, -10px);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg{
	margin-right: 15px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg{
	background-color: var(--pbmit-white-color);
	border-radius: 50%;
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7:hover .pbmit-ihbox-svg{
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-7 .pbmit-icon-type-icon{
	font-size: 36px;
	line-height: 36px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-7:hover .pbmit-icon-type-icon{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper{
	font-size: 12px;
	line-height: 12px;
	color: var(--pbmit-blackish-color);
	margin-top: 5px;
}
.pbmit-ihbox-style-7 .pbmit-element-title{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper{
	padding-top: 25px;
	margin-top: 25px;
	padding-right: 70px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	position: relative;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(var(--pbmit-blackish-color-rgb), .6);
}
.pbmit-ihbox-style-7:hover .pbmit-content-wrapper::before{
	width: 100%;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc{
	color: rgba(var(--pbmit-blackish-color-rgb), .8);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-inner{
	position: relative;
	display: inline-block;
	padding: 0;
	border: unset;
	border-radius: 0px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 1;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper:after{
	right: -50px;
	top: -5px;
	background-color: var(--pbmit-light-color);
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper:after{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
	transform:unset;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a span.pbmit-button-text{
	font-size: 0;
	line-height: 0;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper{
	display: inline-block;
}

/** Style 8 **/
.pbmit-miconheading-style-8{
	margin-bottom: 30px;
}
.pbmit-ihbox-style-8,
.pbmit-ihbox-style-8 .pbmit-ihbox-contents,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg::before,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg{
	transition: all 0.3s ease-in;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box{
	align-items: flex-start;
}
.pbmit-miconheading-style-8 .pbmit-ihbox-style-8 .pbmit-ihbox-box{
	margin-bottom: 15px;
}
.pbmit-miconheading-style-8:last-child .pbmit-ihbox-style-8 .pbmit-ihbox-box{
	margin-bottom: 0;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg{
	margin-right: 25px;
	position: relative;
	display: inline-block;
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-blackish-color);
	border-radius: 50%;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper{
	border-radius: 50%;
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-svg::before{
	content: "";
	position: absolute;
	background-color: var(--pbmit-secondary-color);
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-20px, -20px);
	width: 40px;
	height: 40px;
	opacity: 0;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-box .pbmit-ihbox-icon::before,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-box .pbmit-ihbox-svg::before{
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
	left: 0;
	top: 0;
	opacity: 1;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-8 .pbmit-icon-type-icon {
	font-size: 35px;
	line-height: 35px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper i,
.pbmit-ihbox-style-8:hover .pbmit-icon-type-icon{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg{
	width: 50px;
	height: 50px;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg{
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-8 .pbmit-heading-desc {
	margin-bottom: 0;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image{
	background-color: transparent;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text{
	font-size: 40px;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-8:hover .pbmit-icon-type-icon,
.pbmit-bg-color-blackish .pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper i{
    color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-icon::before{
	background-color: var(--pbmit-white-color);
}
/*=== pbmit-ihbox-style-8-new ===*/
.pbmit-ihbox-style-8-new .pbmit-ihbox-style-8 .pbmit-element-title{
	font-size: 18px;
	line-height: 24px;
}
.pbmit-ihbox-style-8-new.pbmit-bg-color-blackish .pbmit-ihbox-style-8 .pbmit-element-title{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-8-new.pbmit-bg-color-blackish .pbmit-ihbox-style-8 .pbmit-heading-desc{
	color: rgba(var(--pbmit-white-color-rgb));
}
.pbmit-ihbox-style-8-new .pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-8-new .pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper{
	width: 70px;
	height: 70px;
}
.pbmit-ihbox-style-8-new .pbmit-ihbox-style-8 .pbmit-ihbox-box{
	display: flex !important;
}
.pbmit-ihbox-style-8-new .pbmit-ihbox-style-8 .pbmit-ihbox-icon,
.pbmit-ihbox-style-8-new .pbmit-ihbox-style-8 .pbmit-ihbox-svg{
	margin: 0 30px 0 0 !important;
}
/** Style 9 **/
.pbmit-ihbox-style-9 .pbmit-ihbox-box,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-9 .pbmit-element-title,
.pbmit-ihbox-style-9 .pbmit-heading-desc,
.pbmit-ihbox-style-9::before,
.pbmit-ihbox-style-9{
	transition: all 0.5s ease-in;
}
.pbmit-ihbox-style-9 .pbmit-element-title{
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.pbmit-ihbox-style-9:hover .pbmit-element-title{
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-box{
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.15);
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	padding: 5px;
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-box{
	border-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg{
	margin-right: 25px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper{
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 30px;
	background-color: var(--pbmit-light-color);
	color: var(--pbmit-global-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-9 .pbmit-icon-wrapper,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-9:hover .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
/** Style 10 **/
.pbmit-ihbox-style-10 .pbmit-ihbox-headingicon{
	text-align: center;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-text {
	font-size: 80px;
	line-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px;
	transition: all 0.5s ease-in;
}
.pbmit-ihbox-style-10 .pbmit-ihbox-icon-type-image,
.pbmit-ihbox-style-10 .pbmit-ihbox-icon .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-10 .pbmit-ihbox-svg svg {
	width: 100px;
	height: 100px;
}
.pbmit-ihbox-style-10 .pbmit-element-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	padding: 0 30px;
}
.pbmit-ihbox-style-10 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
	text-transform: capitalize;
}
.pbmit-ihbox-style-10 .pbmit-heading-desc {
	text-transform: capitalize;
	padding: 0 30px;
}

.pbmit-ihbox-style-10:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-10:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-10:hover .pbmit-ihbox-icon-type-text{
	transform: translate(0, -5px);
}
/** Style 11 **/
.pbmit-ihbox-style-11 {
	padding: 10px 10px 0 0;
	position: relative;
	background-color: var(--pbmit-white-color);
	border-radius: 0 40px 0 0;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-headingicon{
	text-align: center;
	display: inline-block;
	background-color: var(--pbmit-global-color);
	padding: 40px 45px;
	border-radius: 30px;
}
.pbmit-ihbox-style-11 .pbmit-element-title{
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
	font-weight: 400;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text {
	font-size: 80px;
	line-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text{
	font-size: 50px;
	line-height: 60px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text span{
	font-size: 30px;
	line-height: 30px;
	margin-top: -20px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon .pbmit-ihbox-svg-wrapper svg{
	height: 80px;
	width: 80px;
	fill: var(--pbmit-white-color);
	margin:0 auto 10px;
}
.pbmit-ihbox-style-11 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
	color: var(--pbmit-white-color);
	text-transform: capitalize;
}
.pbmit-ihbox-style-11 .pbmit-heading-desc {
	text-transform: capitalize;
	padding: 0 30px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11 .pbmit-button-inner:hover{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon-type-text{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-11 .pbmit-sticky-corner {
	transform: rotate(90deg);
}
.pbmit-ihbox-style-11 .pbmit-top-right-corner {
	top: auto;
	right: -30px;
	bottom: 0;
}
.pbmit-ihbox-style-11 .pbmit-bottom-left-corner{
	top: -30px;
	left: 0px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper:after{
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
}
/** Style 12 **/
.pbmit-ihbox-style-12 {
	padding: 10px 0 0 10px;
	position: relative;
	background-color: var(--pbmit-white-color);
	border-radius: 40px 0 0;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-headingicon{
	text-align: center;
	display: inline-block;
	background-color: var(--pbmit-global-color);
	padding: 20px 50px;
	border-radius: 30px;
}
.pbmit-ihbox-style-12 .pbmit-element-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
	color: var(--pbmit-white-color);
	font-weight: 400;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text {
	font-size: 80px;
	line-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text{
	font-size: 50px;
	line-height: 60px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text span{
	font-size: 30px;
	line-height: 30px;
	margin-top: -20px;
}
.pbmit-ihbox-style-12 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-12 .pbmit-ihbox-icon .pbmit-ihbox-svg-wrapper svg{
	height: 80px;
	width: 80px;
	fill: var(--pbmit-white-color);
	margin:0 auto 10px;
}
.pbmit-ihbox-style-12 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
	color: var(--pbmit-white-color);
	text-transform: capitalize;
}
.pbmit-ihbox-style-12 .pbmit-heading-desc {
	text-transform: capitalize;
	padding: 0 30px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-12 .pbmit-button-inner:hover{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-12:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-12:hover .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-12:hover .pbmit-ihbox-icon-type-text{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-12 .pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper:after{
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-blackish-color);
}
/** Style 13 **/
.pbmit-ihbox-style-13 .pbmit-ihbox-icon,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg{
	margin-right: 25px;
}
.pbmit-ihbox-style-13 .pbmit-title-wrap{
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-13 .pbmit-element-heading,
.pbmit-ihbox-style-13 .pbmit-element-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: all 0.6s ease-in-out;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-13 .pbmit-element-heading{
	margin-left: 5px;
}
.pbmit-ihbox-style-13 .pbmit-element-subtitle{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper{
	font-size: 40px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg{
	margin-bottom: 5px;
	fill: #666;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image{
	width: 100px;
	height: 50px;
	margin-bottom: 30px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn a{
	position: relative;
	display: inline-block;
	padding: 13px 30px !important;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
	border-radius: 30px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn a:hover{
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-btn a:hover{
	border-color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
/** Style 14 **/
.pbmit-ihbox-style-14,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper{
	transition: all 0.5s ease-in;
}
.pbmit-element-posts-wrapper.row .pbmit-ele.pbmit-miconheading-style-14{
	margin-bottom: 0;
}
.pbmit-miconheading-style-14{
	border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}
.pbmit-miconheading-style-14:last-child{
	border-right:none;
}
.pbmit-miconheading-style-14 .pbmit-ihbox-style-14{
	padding: 40px 90px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-box{
	display: inline-block;
}
.pbmit-ihbox-style-14:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper{
	font-size: 30px;
	line-height: 30px;
	color: var(--pbmit-global-color);
	background-color:transparent;
	border-radius: 50%;
	height:90px;
	width:90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-14:hover .pbmit-ihbox-svg-wrapper{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-image img{
	border-radius: 50%;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-14:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-14:hover .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 0;
}
.pbmit-ihbox-style-14 .pbmit-element-title{
	font-size: 36px;
	line-height: 40px;
	margin: 10px 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-14 .pbmit-heading-desc{
	color: var(--pbmit-blackish-color);
}

/** Style 15 **/
.pbmit-ihbox-style-15 .pbmit-ihbox-box{
	align-items: flex-start;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-icon,
.pbmit-ihbox-style-15 .pbmit-ihbox-svg{
	position: relative;
	display: inline-block;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-contents{
	position: relative;
	padding: 80px 0 0 70px;
}
.pbmit-ihbox-style-15 .pbmit-element-title{
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-15 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.pbmit-ihbox-style-15 .pbmit-heading-desc{
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 32px;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image){
	position: absolute;
	left: 0;
	top: 0;
	font-size: 150px;
	line-height: 150px;
	display: inline-block;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
	background: -webkit-linear-gradient(rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0.53) 67%, rgba(246, 246, 246, 0.3) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: -1;
}
.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper svg{
	fill: rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

/** Style 16 **/
.pbmit-miconheading-style-16{
	margin-bottom: 20px;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-box,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-16 .pbmit-element-title,
.pbmit-ihbox-style-16 .pbmit-heading-desc,
.pbmit-ihbox-style-16::before,
.pbmit-ihbox-style-16{
	transition: all 0.5s ease-in;
}
.pbmit-ihbox-style-16 .pbmit-element-title{
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.pbmit-ihbox-style-16:hover .pbmit-element-title{
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-box{
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	padding: 5px;
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-light .pbmit-ihbox-style-16 .pbmit-ihbox-box{
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon,
.pbmit-ihbox-style-16 .pbmit-ihbox-svg{
	margin-right: 25px;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper{
	width: 62px;
	height: 62px;
	font-size: 32px;
	line-height: 32px;
	background-color: var(--pbmit-white-color);
	color: var(--pbmit-global-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.pbmit-bg-color-light .pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper,
.pbmit-bg-color-light .pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-16:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-16:hover .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
/* Bg Color */
.pbmit-bg-color-global  .pbmit-ihbox-style-16:hover .pbmit-element-subtitle,
.pbmit-bg-color-global .pbmit-ihbox-style-16:hover .pbmit-element-title,
.pbmit-bg-color-gradient .pbmit-ihbox-style-16:hover .pbmit-element-subtitle,
.pbmit-bg-color-gradient .pbmit-ihbox-style-16:hover .pbmit-element-title{
	color: var(--pbmit-secondary-color);
}
.pbmit-bg-color-global.pbmit-ihbox-style-16:hover .pbmit-ihbox-icon-wrapper,
.pbmit-bg-color-global .pbmit-ihbox-style-16:hover .pbmit-ihbox-svg-wrapper,
.pbmit-bg-color-gradient .pbmit-ihbox-style-16:hover .pbmit-ihbox-icon-wrapper,
.pbmit-bg-color-gradient .pbmit-ihbox-style-16:hover .pbmit-ihbox-svg-wrapper{
	background-color: var(--pbmit-secondary-color);
}

/** Style 17 **/
.pbmit-ihbox-style-17,
.pbmit-ihbox-style-17 .pbmit-ihbox-box,
.pbmit-ihbox-style-17 .pbmit-ihbox-box-number{
	transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-17{
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-box {
	padding: 45px 36px 100px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-light-2 .pbmit-ihbox-style-17 .pbmit-ihbox-box{
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-17:hover{
	transform: translate(0, -10px);
}
.pbmit-ihbox-style-17 .pbmit-ihbox-icon,
.pbmit-ihbox-style-17 .pbmit-ihbox-svg{
	position: absolute;
	bottom: 35px;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-17 .pbmit-ihbox-svg-wrapper{
	font-size: 55px;
	line-height: 55px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-17 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-17 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-17 .pbmit-element-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-17 .pbmit-box-number-wrap{
	position: absolute;
	right: 0;
	bottom: 12px;
	z-index: 2;
	width: 70px;
	height: 60px;
	padding: 10px;
	border-radius: 20px 0 0;
	/* background-color: var(--pbmit-white-color); */
}
.pbmit-bg-color-light-2 .pbmit-ihbox-style-17 .pbmit-box-number-wrap{
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-blackish .pbmit-ihbox-style-17 .pbmit-box-number-wrap{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-17 .pbmit-box-number-wrap{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-bg-color-globalcolor .pbmit-ihbox-style-17 .pbmit-box-number-wrap{
	background-color: var(--pbmit-global-color);
}



.pbmit-ihbox-style-17 .pbmit-box-number-wrap::after{
	bottom: 60px;
	left: 72%;
	border-bottom-right-radius: 20px;
}
.pbmit-ihbox-style-17 .pbmit-box-number-wrap::before{
	bottom: 0;
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbmit-ihbox-style-17 .pbmit-ihbox-box-number{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	font-weight: 500 !important;
	border-radius: 50%;
	text-align: center;
	z-index: 3;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-light-2 .pbmit-ihbox-style-17 .pbmit-ihbox-box-number{
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-17 .pbmit-ihbox-box-number{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-global .pbmit-ihbox-style-17:hover .pbmit-ihbox-box-number{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-17 .pbmit-heading-desc{
	margin-bottom: 50px;
}
.pbmit-ihbox-style-17 .pbmit-element-subtitle{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}

/** Style 18 **/
.pbmit-ihbox-style-18{
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 0 20px;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-headingicon{
	position: relative;
	padding: 25px 35px;
	background-color: var(--pbmit-light-color);
	border-radius: 30px 30px 0 0;
}
.pbmit-bg-color-light .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon{
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-18 .pbmit-ihbox-icon,
.pbmit-ihbox-style-18 .pbmit-ihbox-svg{
	margin-right: 10px;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-18 .pbmit-ihbox-icon-wrapper{
	font-size: 20px;
	line-height: 20px;
	color: #fba311;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-18 .pbmit-ihbox-icon-wrapper svg{
	fill: #fba311;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-icon-type-image img{
	width: 60px;
	height: auto;
}
.pbmit-ihbox-style-18 .pbmit-element-title{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-18 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::after,
.pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::before {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-light-color);
}
.pbmit-bg-color-light .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::after,
.pbmit-bg-color-light .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::before{
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::before {
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::after {
	left: 100%;
	border-bottom-left-radius: 20px;
}
/* icon-heading-style-18-new */
.icon-heading-style-18-new .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon{
	border-radius: 20px 0 20px 0;
	background-color: var(--pbmit-light-color);
}
.icon-heading-style-18-new .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::after,
.icon-heading-style-18-new .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::before{
	box-shadow: 0 20px 0 0 var(--pbmit-light-color);
}
.icon-heading-style-18-new .pbmit-ihbox-style-18 .pbmit-ihbox-headingicon::after{
	left: calc(100% - 8%);
	bottom: 80px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 20px;
}
.icon-heading-style-18-new .pbmit-ihbox-style-18{
	padding: 20px 0 0 20px;
}
.icon-heading-style-18-new .pbmit-ihbox-style-18 .pbmit-ihbox-icon-wrapper{
	color: var(--pbmit-global-color);
}
/** Style 19 **/
.pbmit-miconheading-style-19{
	margin-bottom: 20px;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-box{
	padding: 20px 20px 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
	background-color: var(--pbmit-light-color);
}
.pbmit-ihbox-style-19 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-19 .pbmit-ihbox-svg-wrapper{
	font-size: 55px;
	line-height: 55px;
	color: var(--pbmit-global-color);
	margin-bottom: 30px;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-19 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-19 .pbmit-element-title{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 15px;
}
.pbmit-ihbox-style-19 .pbmit-ihbox-box-number{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-19 .pbmit-content-wrapper .pbmit-heading-desc{
	color: rgba(var(--pbmit-blackish-color-rgb), .8);
}
.pbmit-ihbox-style-19 .pbmit-element-subtitle{
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
.ihbox-six-right-area .pbmit-miconheading-style-19:nth-child(2) .pbmit-ihbox-style-19 .pbmit-ihbox-box,
.ihbox-six-right-area .pbmit-miconheading-style-19:nth-child(3) .pbmit-ihbox-style-19 .pbmit-ihbox-box,
.ihbox-six-right-area .pbmit-miconheading-style-19:nth-child(6) .pbmit-ihbox-style-19 .pbmit-ihbox-box{
	background-color: transparent;
}

/** Style 20 **/
.pbmit-ihbox-style-20{
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 0 20px;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-headingicon{
	position: relative;
	padding: 18px 35px;
	background-color: var(--pbmit-light-color);
	border-radius: 20px 20px 0 0;
}
.pbmit-bgimage-yes .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon,
.pbmit-bg-color-light .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon{
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-20 .pbmit-ihbox-icon,
.pbmit-ihbox-style-20 .pbmit-ihbox-svg{
	margin-left: 15px;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper{
	font-size: 38px;
	line-height: 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-20 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper i:before{
	font-weight: 600;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-icon-type-image img{
	width: 60px;
	height: auto;
}
.pbmit-ihbox-style-20 .pbmin-lightbox-video{
	flex-direction: row-reverse;
}
.pbmit-ihbox-style-20 .pbmit-element-title{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-20 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::after,
.pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before{
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-light-color);
}
.pbmit-bg-color-light .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::after,
.pbmit-bg-color-light .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before{
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before{
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
/* pbmit-iconbox-20-new */
.pbmit-iconbox-20-new .pbmit-ihbox-style-20{
	padding: 0 20px 40px 0;
}
.pbmit-iconbox-20-new .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon{
	border-radius: 0 0 20px 0;
}
.pbmit-iconbox-20-new .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::after,
.pbmit-iconbox-20-new .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before{
	box-shadow: 0 -20px 0 0 var(--pbmit-light-color);
}
.pbmit-bg-color-light .pbmit-iconbox-20-new .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::after,
.pbmit-bg-color-light .pbmit-iconbox-20-new .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before{
	box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
}
.pbmit-iconbox-20-new .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before{
	bottom: -40px;
	right: 93%;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 0;
}
.pbmit-iconbox-20-new .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::after{
	top: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 0;
}

/** Style 21 **/
.pbmit-ihbox-style-21{
	transition: all .4s ease-out;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-contents{
	position: relative;
	text-align: center;
	z-index: 1;
	display: inline-block;
	height: 180px;
	width: 180px;
	padding: 55px 10px 10px;
}
.pbmit-ihbox-style-21 .pbmit-element-title a,
.pbmit-ihbox-style-21 .pbmit-element-title{
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	z-index: 2;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-21 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-type-text{
	font-size: 25px;
	line-height: 25px;
	margin-top: 10px;
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-21 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-21 .pbmit-heading-desc{
	margin: 20px 0 10px 0;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-type-image{
	height: 50px;
	width: 50px;
	margin: 0 auto;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-contents::before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 180px;
    width: 180px;
    background-image: url(../images/homepage-5/bg/offer-img.svg);
    transform-origin: 50% 50% 0;
    transform: rotate(0);
    z-index: 0;
    background-size: cover;
    filter: invert(33%) sepia(74%) saturate(7081%) hue-rotate(345deg) brightness(86%) contrast(105%);
	animation-name: pbmit_rotate_1;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes pbmit_rotate_1{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}
/** Style 22 **/
.pbmit-ihbox-style-22{
	margin-bottom: 20px;
}
.pbmit-ihbox-style-22,
.pbmit-ihbox-style-22 .pbmit-ihbox-contents,
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper::before{
	transition: all 0.3s ease-in;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-box{
	align-items: flex-start;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg{
	margin-right: 35px;
	position: relative;
	display: inline-block;
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-22 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-22 .pbmit-ihbox-svg{
	background-color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper{
	font-size: 35px;
	line-height: 35px;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background-color: var(--pbmit-light-color);
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-22:hover .pbmit-ihbox-icon-wrapper{
	color: var(--pbmit-white-color);
}
.pbmit-ihbox-style-22:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-22:hover .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-white-color);
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-22 .pbmit-ihbox-svg-wrapper::before{
	content: "";
	position: absolute;
	background-color: var(--pbmit-global-color);
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-20px, -20px);
	width: 40px;
	height: 40px;
	opacity: 0;
	z-index: -1;
}
.pbmit-ihbox-style-22:hover .pbmit-ihbox-icon-wrapper::before,
.pbmit-ihbox-style-22:hover .pbmit-ihbox-svg-wrapper::before{
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
	left: 0;
	top: 0;
	opacity: 1;
}
.pbmit-ihbox-style-22 .pbmit-element-title{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-22 .pbmit-heading-desc{
	margin-bottom: 0;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-type-image{
	background-color: transparent !important;
}
.pbmit-ihbox-style-22 .pbmit-xinterio-icon{
	margin-top: 5px;
	display: inline-block;
}

/** Style 23 **/
.pbmit-ihbox-style-23 .pbmit-element-title{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	color: #666666;
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: normal;
}
.pbmit-ihbox-style-23 .pbmit-heading-desc{
	font-size: 14px;
	line-height: 24px;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-icon,
.pbmit-ihbox-style-23 .pbmit-ihbox-svg{
	margin-bottom: 18px;
}
.pbmit-ihbox-style-23 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-23 .pbmit-ihbox-svg-wrapper{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color)
}
.pbmit-ihbox-style-23 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-23 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
	margin-bottom: 5px;
}
.pbmit-ihbox-style-23 .pbmit-element-subtitle{
	font-size: 15px;
	line-height: 20px;
}
.pbmit-ihbox-style-23-new .pbmit-ihbox-style-23 .pbmit-ihbox-icon{
	margin-bottom: 5px;
}
/** Style 24 **/
.pbmit-ihbox-style-24 .pbmit-ihbox-headingicon{
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-24 .pbmit-ihbox-svg-wrapper{
	font-size: 80px;
	line-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-24 .pbmit-ihbox-svg-wrapper svg{
	fill: #666;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-icon,
.pbmit-ihbox-style-24 .pbmit-ihbox-svg{
	margin-right: 20px;
}
.pbmit-ihbox-style-24 .pbmit-ihbox-icon-type-image{
	width: 100px;
	height: 100px;
}
.pbmit-ihbox-style-24 .pbmit-element-title{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
	font-family: var(--pbmit-body-typography-font-family);
	font-weight: 300 !important;
}
.pbmit-ihbox-style-24 .pbmit-element-subtitle{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
	text-transform: capitalize;
}
.pbmit-ihbox-style-24:hover .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-24:hover .pbmit-ihbox-svg-wrapper{
	transform: translate(0, -5px);
}

/** Style 25 **/
.pbmit-ihbox-style-25{
	transition: all 0.5s ease-in;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-box{
	display: inline-block;
}
.pbmit-ihbox-style-25:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-25 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-25 .pbmit-ihbox-svg-wrapper{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-global-color);
	margin-bottom: 10px;
}
.pbmit-ihbox-style-25 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-25 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-global-color);
}
.pbmit-ihbox-style-25 .pbmit-element-subtitle{
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.5px;
	margin: 0 0 70px;
}
.pbmit-ihbox-style-25 .pbmit-element-title{
	font-size: 170px;
	line-height: 1;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-25 .pbmit-heading-desc{
	font-size: 18px;
	line-height: 28px;
}
/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1{
	margin-bottom: 30px;
	padding: 0 15px;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img,
.pbmit-team-style-1 .pbmit-featured-wrapper::after,
.pbmit-team-style-1 .pbmit-team-social-links li a,
.pbmit-team-style-1 .pbmit-team-social-links li,
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-1 .pbminfotech-box-social-links {
	transition: all .6s ease-in-out;
}
.pbmit-team-style-1 .pbmit-featured-wrap{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-team-style-1 .pbminfotech-post-item{
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbminfotech-box-content{
	padding: 22px 0 0;
}
.pbmit-team-style-1 .pbmit-featured-wrapper{
	clip-path: polygon( 6.232% 0.432%,6.232% 0.432%,5.354% 0.704%,4.526% 1.042%,3.753% 1.442%,3.04% 1.9%,2.393% 2.412%,1.816% 2.972%,1.313% 3.577%,0.891% 4.222%,0.554% 4.903%,0.307% 5.616%,0.307% 5.616%,0.239% 6.246%,0.181% 7.641%,0.134% 9.838%,0.097% 12.874%,0.069% 16.786%,0.051% 21.61%,0.041% 27.382%,0.04% 34.141%,0.047% 41.922%,0.061% 50.762%,0.153% 94.684%,0.798% 95.788%,0.798% 95.788%,1.084% 96.238%,1.407% 96.669%,1.767% 97.08%,2.16% 97.47%,2.587% 97.837%,3.045% 98.181%,3.533% 98.499%,4.048% 98.792%,4.59% 99.056%,5.157% 99.292%,6.907% 99.964%,36.839% 100.036%,36.839% 100.036%,42.57% 100.047%,47.735% 100.051%,52.337% 100.047%,56.376% 100.038%,59.856% 100.021%,62.778% 99.998%,65.143% 99.969%,66.954% 99.933%,68.212% 99.891%,68.92% 99.844%,68.92% 99.844%,69.701% 99.73%,70.49% 99.578%,71.275% 99.393%,72.046% 99.177%,72.792% 98.935%,73.502% 98.671%,74.165% 98.388%,74.771% 98.091%,75.308% 97.783%,75.766% 97.468%,75.766% 97.468%,76.191% 97.116%,76.585% 96.745%,76.954% 96.346%,77.304% 95.911%,77.642% 95.431%,77.974% 94.897%,78.305% 94.299%,78.642% 93.631%,78.991% 92.882%,79.358% 92.044%,79.358% 92.044%,80.059% 90.471%,80.718% 89.157%,81.376% 88.068%,82.075% 87.173%,82.857% 86.436%,83.765% 85.826%,84.84% 85.308%,86.124% 84.85%,87.66% 84.418%,89.489% 83.979%,89.489% 83.979%,91.465% 83.502%,93.172% 83.009%,94.632% 82.485%,95.867% 81.916%,96.899% 81.285%,97.749% 80.579%,98.439% 79.78%,98.992% 78.875%,99.429% 77.848%,99.773% 76.683%,99.773% 76.683%,99.841% 76.095%,99.899% 74.924%,99.946% 73.137%,99.983% 70.696%,100.011% 67.566%,100.029% 63.71%,100.039% 59.094%,100.04% 53.681%,100.033% 47.436%,100.018% 40.322%,99.926% 5.4%,99.282% 4.296%,99.282% 4.296%,98.996% 3.846%,98.673% 3.415%,98.313% 3.004%,97.919% 2.614%,97.493% 2.247%,97.035% 1.903%,96.547% 1.585%,96.032% 1.292%,95.489% 1.028%,94.922% 0.792%,93.172% 0.12%,50.5% 0.072%,50.5% 0.072%,39.499% 0.059%,30.551% 0.052%,23.433% 0.051%,17.925% 0.06%,13.803% 0.081%,10.847% 0.115%,8.833% 0.165%,7.541% 0.233%,6.748% 0.321%,6.232% 0.432% );
}
.pbmit-team-style-1 .pbmit-featured-inner {
	position: relative;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img{
	width: 100%;
	border-radius: 30px;
	transition: all .3s ease-out;
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-team-style-1 .pbmit-team-title{
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 0px;
}
.pbmit-team-style-1 .pbmit-team-btn{
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 9;
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text{
	width: 50px;
	height: 50px;
	font-size: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-text{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-team-style-1 .pbminfotech-box-social-links{
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 0;
	transform: translateY(10px);
	opacity: 0;
	padding: 3px;
}
.pbmit-team-style-1 .pbminfotech-box-social-links ul{
	display: flex;
	flex-direction: column-reverse;
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbminfotech-box-social-links{
	transform: translateY(-25px);
	opacity: 1;
}
.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-social-links li{
	display: block;
	margin: 0;
	padding: 0 !important;
	margin-bottom: 5px;
	transform: translate(0);
	transition: all 600ms ease-in-out;
}
.pbmit-team-style-1 .pbmit-team-btn:hover .pbmit-team-social-links li{
	transform: translate(0);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(1){
	transition-delay: 750px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(1){
	transform: translate(0, 0);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2){
	transition-delay: 700px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(2){
	transform: translate(0, 43px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3){
	transition-delay: 650px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(3){
	transform: translate(0, 86px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4){
	transition-delay: 800px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(4){
	transform: translate(0, 129px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5){
	transition-delay: 850px;
}
.pbmit-team-style-1 .pbmit-team-social-links li:nth-child(5){
	transform: translate(0, 172px);
}
.pbmit-team-style-1 .pbmit-team-social-links li:first-child{
	margin-top: 0;
}
.pbmit-team-style-1 .pbmit-team-social-links li a{
	display: inline-block;
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	background: transparent;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-team-style-1 .pbmit-team-social-links li a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

/** Style 2 **/
.pbmit-team-style-2 .pbmit-featured-wrapper img,
.pbmit-team-style-2 .pbmit-featured-wrapper::after,
.pbmit-team-style-2 .pbmit-team-social-links li a,
.pbmit-team-style-2 .pbmit-team-social-links li,
.pbmit-team-style-2 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-2 .pbminfotech-box-social-links{
	transition: all .6s ease-in-out;
}
.pbmit-team-style-2 .pbmit-featured-wrap{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-team-style-2 .pbminfotech-post-item{
	position: relative;
	overflow: hidden;
	background-color: var(--pbmit-light-color);
	border-radius: 30px 30px 0;
}
.pbmit-elementor-bg-color-light .pbmit-team-style-2 .pbminfotech-post-item{
	background-color: var(--pbmit-white-color);
}
.pbmit-team-style-2 .pbminfotech-box-content{
	padding: 35px 30px;
}
.pbmit-team-style-2 .pbminfotech-post-item::after{
	content: '';
	position: absolute;
	width: 119px;
	height: 112px;
	top: auto;
	left: auto;
	bottom: -1px;
	right: -1px;
	z-index: 1;
	background-color: var(--pbmit-white-color);
	mask: url(../images/bg/shape-bottom.png) bottom right no-repeat;
	-webkit-mask: url(../images/bg/shape-bottom.png) bottom right no-repeat;
}
.pbmit-elementor-bg-color-light .pbmit-team-style-2 .pbminfotech-post-item::after{
	background-color: var(--pbmit-light-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-team-style-2 .pbminfotech-post-item::after{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-team-style-2 .pbminfotech-post-item::after{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-team-style-2 .pbminfotech-post-item::after{
	background-color: var(--pbmit-global-color);
}
.pbmit-team-style-2 .pbmit-featured-inner{
	position: relative;
}
.pbmit-team-style-2 .pbmit-featured-wrapper img{
	width: 100%;
	border-radius: 30px;
	transition: all .3s ease-out;
}
.pbmit-team-style-2:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-team-style-2 .pbmit-team-title{
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 3px;
}
.pbmit-team-style-2 .pbminfotech-box-team-position{
	color: var(--pbmit-global-color);
}
.pbmit-team-style-2 .pbminfotech-box-team-position::before{
	content: "/";
	display: inline-block;
	margin-right: 4px;
}
.pbmit-team-style-2 .pbmit-team-btn{
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 9;
}
.pbmit-team-style-2 .pbmit-team-btn .pbmit-team-text{
	width: 50px;
	height: 50px;
	font-size: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-elementor-bg-color-light .pbmit-team-style-2 .pbmit-team-btn .pbmit-team-text{
	background-color: var(--pbmit-white-color);
}
.pbmit-team-style-2 .pbmit-team-btn:hover .pbmit-team-text{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-team-style-2 .pbmit-team-btn:hover .pbmit-team-text,
.pbmit-elementor-bg-color-blackish .pbmit-team-style-2 .pbmit-team-btn:hover .pbmit-team-text{
	background-color: var(--pbmit-global-color);
}
.pbmit-team-style-2 .pbminfotech-box-social-links{
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 0;
	transform: translateY(10px);
	opacity: 0;
	padding: 3px;
}
.pbmit-team-style-2 .pbminfotech-box-social-links ul{
	display: flex;
	flex-direction: column-reverse;
}
.pbmit-team-style-2 .pbmit-team-btn:hover .pbminfotech-box-social-links{
	transform: translateY(-25px);
	opacity: 1;
}
.pbmit-team-style-2 .pbmit-team-btn .pbmit-team-social-links li{
	display: block;
	margin: 0;
	padding: 0 !important;
	margin-bottom: 5px;
	transform: translate(0);
	transition: all 600ms ease-in-out;
}
.pbmit-team-style-2 .pbmit-team-btn:hover .pbmit-team-social-links li{
	transform: translate(0);
}
.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(1){
	transition-delay: 750px;
}
.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(1){
	transform: translate(0, 0);
}
.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(2){
	transition-delay: 700px;
}
.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(2){
	transform: translate(0, 43px);
}
.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(3){
	transition-delay: 650px;
}
.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(3){
	transform: translate(0, 86px);
}
.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(4){
	transition-delay: 800px;
}
.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(4){
	transform: translate(0, 129px);
}
.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(5){
	transition-delay: 850px;
}
.pbmit-team-style-2 .pbmit-team-social-links li:nth-child(5){
	transform: translate(0, 172px);
}
.pbmit-team-style-2 .pbmit-team-social-links li:first-child{
	margin-top: 0;
}
.pbmit-team-style-2 .pbmit-team-social-links li a{
	display: inline-block;
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	font-size: 16px;
	background: transparent;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbmit-team-style-2 .pbmit-team-social-links li a{
	background-color: var(--pbmit-light-color);
}
.pbmit-team-style-2 .pbmit-team-social-links li a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}

/** Style 3 **/
.pbmit-element-team-style-3 .pbmit-element-posts-wrapper{
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.pbmit-element-team-style-3 .pbmit-team-style-3{
	margin-bottom: 20px;
}
.pbmit-team-style-3 .pbminfotech-post-item{
	position: relative;
	text-align: center;
}
.pbmit-team-style-3 .pbmit-team-title{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0px;
}
.pbmit-team-style-3 .pbmit-team-title a{
	color: var(--pbmit-white-color);
}
.pbmit-team-style-3 .pbmit-team-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-team-style-3 .pbminfotech-team-position{
	color: var(--pbmit-global-color);
	margin-bottom: 5px;
}
.pbmit-team-style-3 .pbminfotech-team-image-box{
	transition: 0.4s;
}
.pbmit-team-style-3 .pbmit-featured-wrapper{
	width: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.pbmit-team-style-3 .pbmit-featured-wrapper img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pbmit-team-style-3 .pbmit-team-social-links li{
	padding: 0 !important;
}
.pbmit-team-style-3 .pbmit-team-social-links li a{
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	color: rgba(var(--pbmit-white-color-rgb), 0.5);
	background: transparent;
	transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
}
.pbmit-team-style-3 .pbmit-team-social-links li a:hover{
	background: transparent;
	color: #fff;
}
.pbmit-team-style-3 .pbminfotech-team-image-box{
	position: relative;
	width: 220px;
	margin: 0 auto;
}
.pbmit-team-style-3 .pbminfotech-box-content{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	text-align: center;
	visibility: hidden;
	-khtml-transform: translateX(0%) translateY(-35%);
	-moz-transform: translateX(0%) translateY(-35%);
	-ms-transform: translateX(0%) translateY(-35%);
	-o-transform: translateX(0%) translateY(-35%);
	transform: translateX(0%) translateY(-35%);
	transition: all 0.3s ease-in;
}
.pbmit-team-style-3:hover .pbminfotech-box-content{
	opacity: 1;
	visibility: visible;
}
.pbmit-team-style-3 .pbminfotech-team-image-box::before{
	content: "";
	position: absolute;
	background-color: var(--pbmit-secondary-color);
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-20px, -20px);
	width: 40px;
	height: 40px;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.pbmit-team-style-3:hover .pbminfotech-team-image-box::before{
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
	left: 0;
	top: 0;
	opacity: 1;
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-circle {
	position: relative;
	display: inline-block;
}
.pbminfotech-ele-fid-style-1 .pbmit-circle canvas {
	transform: rotate(0deg) translate(0px, 4px);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height:105px;
	width:105px;
	top: 50%;
	left: 50%;
	font-size: 20px;
	line-height: 29px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transform: translate(-50%, -50%);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-sub {
	margin-left: 15px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup 
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner span{ 
	margin: 0 2px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup {
	top: -7px;
	font-size: 15px;
	line-height: 15px;
	margin: 0 2px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub {
	top: inherit;
	bottom: -2px;
}
.pbmit-bg-color-blackish .pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title{
	color: var(--pbmit-white-color);
}
/* With Class */
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	font-weight: 600 !important;
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	font-size: 20px;
	line-height: 20px;
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-sub{
	margin: 0 0 0 20px;
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-circle canvas{
	transform: rotate(0deg) translate(0px, 3px);
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-circle canvas{
	height: 117px;
	width: 117px;
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	height: 90px;
	width: 90px;
}
.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title {
	color: var(--pbmit-global-color);
}


/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	font-size: 90px;
	line-height: 90px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	color: var(--pbmit-global-color);
	margin: 0 0 0 10px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-icon-title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pbminfotech-ele-fid-style-2 .pbmit-icon-type-icon i{
	color: var(--pbmit-global-color);
	font-size: 22px;
	line-height: 22px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-svg-wrapper svg,
.pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper svg{
	fill: var(--pbmit-global-color);
	stroke: var(--pbmit-global-color);
	width: 20px;
	height: 20px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sup {
	font-size: 50px;
	line-height: 50px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-2 .pbmit-fid sup {
	margin-left: -20px;
	top: -22px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sup {
	margin-right: -20px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub {
	margin-left: -14px;
	bottom: -2px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sub {
	margin-right: -14px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid span{
	margin-left: -22px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before span{
	margin-right: -22px;
}
/** Style 3 **/
.pbminfotech-ele-fid-style-3 .pbmit-circle{
	position: relative;
	display: inline-block;
}
.pbminfotech-ele-fid-style-3 .pbmit-circle canvas{
	transform: rotate(0deg) translate(0px, 4px);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	height:127px;
	width:127px;
	top: 50%;
	left: 50%;
	font-size: 26px;
	line-height: 30px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transform: translate(-50%, -50%);
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
	font-weight: 600;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-sub{
	margin: 20px 0 0 0;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner span{
	margin: 0 2px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup{
	top: -7px;
	font-size: 15px;
	line-height: 15px;
	margin: 0 2px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub{
	top: inherit;
	bottom: -2px;
}
/** Style 4 **/
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
	font-size: 80px;
	line-height: 80px;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
	color: var(--pbmit-global-color);
	margin: 0 0 5px 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sup {
	font-size: 50px;
	line-height: 50px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-4 .pbmit-fid sup {
	margin-left: -20px;
	top: -30px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sup {
	margin-right: -20px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub {
	margin-left: -14px;
	bottom: -2px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-before sub {
	margin-right: -14px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid span{
	margin-left: -22px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-fid-before span{
	margin-right: -22px;
}
/** Style 5 **/
.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap{
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner{
	min-width: 250px;
	font-size: 100px;
	line-height: 100px;
	margin-bottom: 0;
	font-weight: 500;
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-gradient .pbminfotech-ele-fid-style-5 .pbmit-fid-inner,
.pbmit-bg-color-globalcolor .pbminfotech-ele-fid-style-5 .pbmit-fid-inner{
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-5 .pbmit-number-rotate{
	font-weight: 700;
	letter-spacing: -2px;
	color: transparent;
	-webkit-text-stroke: 1px var(--pbmit-global-color);
}
.pbmit-bg-color-gradient .pbminfotech-ele-fid-style-5 .pbmit-number-rotate,
.pbmit-bg-color-globalcolor .pbminfotech-ele-fid-style-5 .pbmit-number-rotate{
	-webkit-text-stroke-color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sup{
	font-size: 50px;
	line-height: 50px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-title{
	display: inline-block;
	margin-left: 10px;
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-fid-style-5 .pbmit-fid-title,
.pbmit-text-color-white .pbminfotech-ele-fid-style-5 .pbmit-fid-title{
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-5 .pbmit-fid sup{
	top: -30px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid sup{
	margin-left: -20px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-before sup{
	margin-right: -20px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-5 .pbmit-fid sub{
	bottom: -2px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid sub{
	margin-left: -14px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-before sub{
	margin-right: -14px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid span{
	margin-left: -25px;
}
.pbminfotech-ele-fid-style-5 .pbmit-fid-before span{
	margin-right: -25px;
}
/** Style 6 **/
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
	font-size: 100px;
	line-height: 100px;
	font-weight: 500;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-6 .pbmit-fid-inner,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-6 .pbmit-number-rotate{
	font-weight: 700;
	letter-spacing: -2px;
	color: transparent;
	-webkit-text-stroke: 1px var(--pbmit-global-color);
}
.pbmit-elementor-bg-color-gradient .pbminfotech-ele-fid-style-6 .pbmit-number-rotate,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-6 .pbmit-number-rotate{
	-webkit-text-stroke-color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-6 .pbmit-fid-inner sup{
	font-size: 50px;
	line-height: 50px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-title{
	display: inline-block;
	margin-top: 5px;
	color: var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-6 .pbmit-fid-title,
.pbmit-text-color-white .pbminfotech-ele-fid-style-6 .pbmit-fid-title{
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-6 .pbmit-fid sup{
	top: -30px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid sup{
	margin-left: -20px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-before sup{
	margin-right: -20px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-6 .pbmit-fid sub{
	bottom: -2px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid sub{
	margin-left: -14px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-before sub{
	margin-right: -14px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid span{
	margin-left: -25px;
}
.pbminfotech-ele-fid-style-6 .pbmit-fid-before span{
	margin-right: -25px;
}
/* pbmit-fid-style-6-new */
.pbmit-fid-style-6-new .pbminfotech-ele-fid-style-6{
	text-align: center;
}
.pbmit-fid-style-6-new .pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
	font-weight: 700;
}
.pbmit-fid-style-6-new .pbminfotech-ele-fid-style-6 .pbmit-fid-title{
	letter-spacing: -0.5px;
}
/** Style 7 **/
.pbminfotech-ele-fid-style-7{
	display: inline-block;
	padding: 30px;
	background-color: var(--pbmit-secondary-color);
	border-radius: 12px;
	text-align: center;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-inner{
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-7 .pbmit-fid-inner sup{
	font-size: 30px;
	line-height: 30px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-title{
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 0;
	text-transform: capitalize;
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-7 .pbmit-fid sup{
	top: -15px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid sup{
	margin-left: -10px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-before sup{
	margin-right: -10px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-7 .pbmit-fid sub{
	bottom: -2px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid sub{
	margin-left: -10px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-before sub{
	margin-right: -10px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid span{
	margin-left: -14px;
}
.pbminfotech-ele-fid-style-7 .pbmit-fid-before span{
	margin-right: -14px;
}
/** Style 8 **/
.pbminfotech-ele-fid-style-8 .pbmit-fid-inner{
	font-size: 100px;
	line-height: 100px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-8 .pbmit-number-rotate{
	font-weight: 700;
	letter-spacing: -2px;
	color: transparent;
	-webkit-text-stroke: 1px var(--pbmit-blackish-color);
}
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-8 .pbmit-number-rotate,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-8 .pbmit-number-rotate{
	-webkit-text-stroke-color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-inner sub,
.pbminfotech-ele-fid-style-8 .pbmit-fid-inner sup{
	font-size: 50px;
	line-height: 50px;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-title{
	display: inline-block;
	margin-top: 10px;
	padding-right: 30px;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-8 .pbmit-fid sup{
	top: -30px;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid sup{
	margin-left: -20px;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-before sup{
	margin-right: -20px;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-8 .pbmit-fid sub{
	bottom: -2px;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid sub{
	margin-left: -14px;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-before sub{
	margin-right: -14px;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid span{
	margin-left: -25px;
}
.pbminfotech-ele-fid-style-8 .pbmit-fid-before span{
	margin-right: -25px;
}
/* pbmit-fid-text-style-normal */
.pbmit-fid-text-style-normal .pbminfotech-ele-fid-style-8 .pbmit-fid-before span,
.pbmit-fid-text-style-normal .pbminfotech-ele-fid-style-8 .pbmit-fid span{
	font-size: 80px;
	position: relative;
	bottom: 10px;
}
.pbmit-fid-text-style-normal .pbminfotech-ele-fid-style-8 .pbmit-fid-before span{
	margin-right: -20px;
}
.pbmit-fid-text-style-normal .pbminfotech-ele-fid-style-8 .pbmit-fid span{
	margin-left: -20px;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap,
.pbmit-service-style-1 .pbmit-featured-wrapper img{
	transition: all 0.5s ease-in-out;
}
.pbmit-service-style-1,
.pbmit-service-style-1 .pbminfotech-post-item{
	position: relative;
}
.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap{
	padding: 20px 20px 40px;
	border-radius: 30px;
	background-color: var(--pbmit-light-color);
	z-index: 1;
}
.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before{
	content: '';
	position: absolute;
	width: 119px;
	height: 112px;
	top: auto;
	left: auto;
	bottom: -1px;
	right: -1px;
	z-index: 1;
	background-color: var(--pbmit-white-color);
	mask: url(../images/bg/shape-bottom.png) bottom right no-repeat;
	-webkit-mask: url(../images/bg/shape-bottom.png) bottom right no-repeat;
}
.pbmit-bg-color-secondary .pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before,
.pbmit-text-color-white .pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-service-style-1 .pbmit-featured-wrapper{
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 25px;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img{
	width: 100%;
}
.pbmit-service-style-1:hover .pbmit-featured-wrapper img{
	transform: scale(1.1);
}
.pbmit-service-style-1 .pbmit-box-content-inner{
	padding: 0 10px;
}
.pbmit-service-style-1 .pbmit-service-title{
	position: relative;
	font-size: 28px;
	line-height: 36px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-1 .pbminfotech-box-number{
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-1 .pbmit-service-description{
	position: relative;
	color: #666;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
	padding: 20px 20px 0 0;
	margin: 55px 25px 0 0;
}
.pbmit-service-style-1 .pbmit-service-description::before{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: rgba(var(--pbmit-blackish-color-rgb), .3);
	transition: all .6s ease-in-out;
}
.pbmit-service-style-1:hover .pbmit-service-description::before{
	width: 100%;
}
.pbmit-service-style-1 .pbmit-service-description p{
	margin: 0;
}
.pbmit-service-style-1 .pbmit-service-icon,
.pbmit-service-style-1 .pbmit-serv-cat{
	display: none;
}
.pbmit-service-style-1.pbmit-ele-service .pbmit-service-btn{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	z-index: 1;
}
/** Style 2 **/
.pbmit-service-style-2 .pbmit-service-image-wrapper{
	transition: all .5s ease-in-out
}
.pbmit-service-style-2{
	position: relative
}
.pbmit-service-style-2 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	transition: all .8s ease-in-out;
	clip-path: polygon( 0% 94.542%,0% 5.401%,0% 5.401%,0.025% 4.805%,0.111% 4.222%,0.256% 3.657%,0.456% 3.113%,0.711% 2.594%,1.017% 2.106%,1.372% 1.652%,1.773% 1.236%,2.219% 0.863%,2.707% 0.538%,2.753% 0.514%,2.753% 0.514%,2.942% 0.416%,3.135% 0.328%,3.332% 0.25%,3.532% 0.183%,3.735% 0.126%,3.941% 0.079%,4.149% 0.043%,4.358% 0.018%,4.569% 0.004%,4.781% -0%,94.38% 0%,94.38% 0%,94.793% 0.01%,95.202% 0.051%,95.605% 0.123%,96.001% 0.223%,96.389% 0.353%,96.766% 0.511%,97.132% 0.697%,97.484% 0.91%,97.822% 1.149%,98.143% 1.415%,98.143% 1.415%,98.284% 1.549%,98.42% 1.687%,98.551% 1.83%,98.678% 1.977%,98.799% 2.129%,98.915% 2.285%,99.026% 2.445%,99.131% 2.609%,99.231% 2.777%,99.325% 2.948%,99.325% 2.948%,99.455% 3.217%,99.571% 3.492%,99.674% 3.772%,99.763% 4.056%,99.838% 4.345%,99.899% 4.637%,99.946% 4.932%,99.978% 5.229%,99.996% 5.528%,100% 5.828%,100% 77.83%,100% 77.83%,99.552% 78.96%,99.028% 79.989%,98.426% 80.919%,97.745% 81.748%,96.982% 82.476%,96.137% 83.102%,95.207% 83.627%,94.19% 84.05%,93.085% 84.371%,91.889% 84.59%,91.889% 84.59%,91.176% 84.715%,90.486% 84.895%,89.822% 85.13%,89.186% 85.421%,88.581% 85.769%,88.007% 86.173%,87.468% 86.634%,86.964% 87.152%,86.499% 87.729%,86.074% 88.363%,86.074% 88.363%,85.849% 88.732%,85.637% 89.108%,85.438% 89.491%,85.251% 89.88%,85.078% 90.276%,84.917% 90.677%,84.77% 91.084%,84.637% 91.495%,84.517% 91.912%,84.41% 92.333%,84.41% 92.333%,84.119% 93.466%,83.748% 94.521%,83.294% 95.496%,82.756% 96.39%,82.132% 97.203%,81.419% 97.932%,80.617% 98.578%,79.723% 99.139%,78.734% 99.613%,77.65% 100%,4.643% 100%,4.643% 100%,4.476% 99.998%,4.309% 99.988%,4.144% 99.971%,3.979% 99.946%,3.816% 99.913%,3.655% 99.873%,3.495% 99.825%,3.337% 99.769%,3.182% 99.707%,3.03% 99.637%,2.984% 99.613%,2.984% 99.613%,2.45% 99.291%,1.96% 98.915%,1.519% 98.49%,1.127% 98.02%,0.789% 97.511%,0.507% 96.967%,0.285% 96.393%,0.124% 95.795%,0.028% 95.176%,-0% 94.542% );
}
.pbmit-service-style-2 .pbmit-service-image-wrapper img{
	border-radius: 30px;
	transition: all .4s ease-in-out;
	width: 100%
}
.pbmit-service-style-2:hover .pbmit-service-image-wrapper img{
	transform: scale(1.05)
}
.pbmit-service-style-2 .pbmit-featured-wrapper::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 73%);
}
.pbmit-service-style-2 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-2 .pbmit-content-box{
	position: absolute;
	bottom: 30px;
	left: 40px;
	z-index: 1;
	width: calc(100% - 30%);
}
.pbmit-service-style-2 .pbmit-service-title{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}
.pbmit-service-style-2 .pbmit-service-title a{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2 .pbmit-service-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-service-style-2 .pbmit-serv-cat{
	display: none;
}
.pbmit-service-style-2 .pbmit-service-icon{
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 2;
}
.pbmit-service-style-2 .pbmit-service-icon img{
	width: 40px;
	height: 40px
}
.pbmit-service-style-2 .pbmit-service-icon i{
	font-size: 40px;
	line-height: 40px;
	color: var(--pbmit-white-color)
}
.pbmit-service-style-2 .pbmit-service-icon svg{
	fill: var(--pbmit-white-color)
}
.pbmit-service-style-2 .pbmit-service-description{
	height: 0;
	opacity: 0;
	overflow: hidden;
	/* display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; */
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: var(--pbmit-white-color);
}
.pbmit-service-style-2:hover .pbmit-service-description{
	opacity: 1;
	height: 90px;
}
.pbmit-service-style-2.pbmit-ele-service .pbmit-service-btn{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-service-btn{
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
	letter-spacing: -.25px;
    text-transform: capitalize;
	font-style: normal;
}
.pbmit-service-style-2 .pbminfotech-post-item{
	position: relative;
}
.pbmit-ele-blog .pbmit-blog-btn, 
.pbmit-ele-service .pbmit-service-btn {
    position: absolute;
    bottom: 0;
    right: 3px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    border-radius: 50%;
    transition: all .5s ease-in-out 0s;
	z-index: 2;
}
.pbmit-ele-service:hover .pbmit-service-btn {
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}
/** Style 3 **/
.pbmit-service-style-3 .pbmit-service-image-wrapper{
	transition: all .5s ease-in-out
}
.pbmit-service-style-3 .pbminfotech-post-item,
.pbmit-service-style-3{
	position: relative
}
.pbmit-service-style-3 .pbminfotech-box-number{
	position: absolute;
	right: 60px;
	top: 50px;
	font-size: 48px;
	line-height: 48px;
	z-index: 2;
	color: rgba(var(--pbmit-white-color-rgb), .52);
}
.pbmit-service-style-3 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	transition: all .8s ease-in-out;
	clip-path: polygon(4.724% .355%,4.724% .355%,4.058% .579%,3.43% .857%,2.845% 1.186%,2.305% 1.563%,1.814% 1.983%,1.376% 2.444%,.995% 2.942%,.675% 3.472%,.42% 4.032%,.233% 4.619%,.233% 4.619%,.181% 5.212%,.137% 6.592%,.102% 8.797%,.073% 11.866%,.052% 15.839%,.038% 20.755%,.031% 26.653%,.03% 33.571%,.035% 41.549%,.047% 50.627%,.116% 95.628%,.605% 96.536%,.605% 96.536%,.822% 96.906%,1.067% 97.26%,1.339% 97.599%,1.638% 97.919%,1.961% 98.221%,2.308% 98.504%,2.678% 98.766%,3.069% 99.006%,3.479% 99.224%,3.909% 99.418%,5.236% 99.97%,40.024% 100.03%,40.024% 100.03%,46.77% 100.039%,52.801% 100.042%,58.126% 100.039%,62.755% 100.031%,66.697% 100.017%,69.962% 99.998%,72.56% 99.974%,74.499% 99.945%,75.79% 99.911%,76.442% 99.872%,76.442% 99.872%,77.034% 99.778%,77.631% 99.653%,78.227% 99.501%,78.811% 99.323%,79.376% 99.124%,79.915% 98.907%,80.418% 98.674%,80.877% 98.43%,81.284% 98.177%,81.631% 97.918%,81.631% 97.918%,81.953% 97.628%,82.251% 97.323%,82.531% 96.995%,82.797% 96.637%,83.053% 96.242%,83.305% 95.803%,83.556% 95.312%,83.811% 94.762%,84.075% 94.146%,84.353% 93.457%,84.353% 93.457%,84.885% 92.163%,85.384% 91.083%,85.883% 90.188%,86.413% 89.451%,87.006% 88.846%,87.694% 88.344%,88.509% 87.918%,89.482% 87.541%,90.646% 87.186%,92.032% 86.825%,92.032% 86.825%,93.53% 86.432%,94.825% 86.027%,95.931% 85.596%,96.867% 85.128%,97.649% 84.61%,98.293% 84.029%,98.817% 83.372%,99.236% 82.628%,99.567% 81.783%,99.828% 80.825%,99.828% 80.825%,99.88% 80.265%,99.923% 79.078%,99.959% 77.224%,99.987% 74.659%,100.008% 71.344%,100.022% 67.235%,100.029% 62.292%,100.03% 56.473%,100.025% 49.737%,100.014% 42.041%,99.944% 4.441%,99.293% 3.316%,99.293% 3.316%,99.064% 2.951%,98.808% 2.603%,98.524% 2.271%,98.215% 1.958%,97.882% 1.663%,97.526% 1.389%,97.148% 1.136%,96.749% .905%,96.331% .697%,95.895% .513%,94.825% .099%,50.379% .059%,50.379% .059%,38.88% .049%,29.54% .043%,22.128% .042%,16.412% .05%,12.159% .067%,9.137% .095%,7.115% .136%,5.86% .192%,5.14% .264%,4.724% .355%)
}
.pbmit-service-style-3 .pbmit-service-image-wrapper img{
	border-radius: 30px;
	transition: all .4s ease-in-out;
	width: 100%
}
.pbmit-service-style-3:hover .pbmit-service-image-wrapper img{
	transform: scale(1.05)
}
.pbmit-service-style-3 .pbmit-featured-wrapper::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 73%);
}
.pbmit-service-style-3 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-3 .pbmit-content-box{
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 1;
	width: calc(100% - 50%);
}
.pbmit-service-style-3 .pbmit-service-title{
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 0;
}
.pbmit-service-style-3 .pbmit-service-title a{
	color: var(--pbmit-white-color)
}
.pbmit-service-style-3 .pbmit-serv-cat{
	display: none;
}
.pbmit-service-style-3 .pbmit-service-icon{
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 2;
}
.pbmit-service-style-3 .pbmit-service-icon img{
	width: 50px;
	height: 50px
}
.pbmit-service-style-3 .pbmit-service-icon i{
	font-size: 50px;
	line-height: 50px;
	color: var(--pbmit-white-color)
}
.pbmit-service-style-3 .pbmit-service-icon svg{
	fill: var(--pbmit-white-color)
}
/** Style 4 **/
.pbmit-service-style-4 .pbmit-service-image-wrapper{
	transition: all .5s ease-in-out
}
.pbmit-service-style-4{
	position: relative
}
.pbmit-service-style-4 .pbmit-featured-img-wrapper{
	position: relative;
}
.pbmit-service-style-4 .pbmit-featured-img-wrapper::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 73%);
	z-index: 1;
	border-radius: 30px;
}
.pbmit-service-style-4 .pbmit-service-image-wrapper img{
	border-radius: 30px;
	transition: all .4s ease-in-out;
	width: 100%
}
.pbmit-service-style-4:hover .pbmit-service-image-wrapper img{
	transform: scale(1.05)
}
.pbmit-service-style-4 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-service-style-4 .pbmit-featured-img-wrapper::after{
	content: '';
	position: absolute;
	width: 119px;
	height: 112px;
	top: auto;
	left: auto;
	bottom: -1px;
	right: -1px;
	z-index: 1;
	background-color: var(--pbmit-white-color);
	mask: url(../images/homepage-4/bg/shape-bottom.png) bottom right no-repeat;
	-webkit-mask: url(../images/homepage-4/bg/shape-bottom.png) bottom right no-repeat;
}
.pbmit-service-style-4 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-4 .pbmit-content-box{
	position: absolute;
	bottom: 30px;
	left: 40px;
	z-index: 1;
	width: calc(100% - 30%);
}
.pbmit-service-style-4 .pbmit-service-title{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
}
.pbmit-service-style-4 .pbmit-service-title a{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-4 .pbmit-service-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-service-style-4 .pbmit-serv-cat{
	display: none;
}
.pbmit-service-style-4 .pbmit-service-icon{
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 2;
}
.pbmit-service-style-4 .pbmit-service-icon img{
	max-width: 40px;
	height: 40px
}
.pbmit-service-style-4 .pbmit-service-icon{
	font-size: 40px;
	line-height: 40px;
	color: var(--pbmit-white-color)
}
.pbmit-service-style-4 .pbmit-service-icon svg{
	fill: var(--pbmit-white-color)
}
.pbmit-service-style-4 .pbmit-service-description{
	height: 0;
	opacity: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: var(--pbmit-white-color);
}
.pbmit-service-style-4:hover .pbmit-service-description{
	opacity: 1;
	height: 60px;
}
.pbmit-element-service-style-4 .pbmit-service-description{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-4 .pbmit-service-btn{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-global .pbmit-service-style-4:hover .pbmit-service-btn{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-service-style-4.pbmit-ele-service .pbminfotech-post-item{
	position: relative;
}
/* For bg color */
.pbmit-bg-color-light .pbmit-service-style-4 .pbmit-featured-img-wrapper::after{
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-blackish .pbmit-service-style-4 .pbmit-featured-img-wrapper::after{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-global .pbmit-service-style-4 .pbmit-featured-img-wrapper::after{
	background-color: var(--pbmit-global-color);
}
.pbmit-bg-color-secondary .pbmit-service-style-4 .pbmit-featured-img-wrapper::after{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-bg-color-light .pbmit-service-style-4 .pbmit-service-btn{
	background-color: var(--pbmit-white-color);
}

/** Style 5 **/
.pbmit-service-style-5 .pbmit-service-image-wrapper .pbmit-service-btn,
.pbmit-service-style-5 .pbmit-featured-wrapper img{
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-service-style-5 .pbminfotech-post-item{
	border-radius: 30px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbmit-element-viewtype-carousel .pbmit-service-style-5 .pbminfotech-post-item{
	margin: 0 0 5px 5px;
}
.pbmit-service-style-5 .pbmit-featured-wrapper{
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-element-viewtype-carousel.pbmit-element-service-style-5 .pbmit-element-posts-wrapper{
	border-radius: 30px;
}
.pbmit-service-style-5 .pbmit-featured-wrapper img{
	width: 100%;
}
.pbmit-service-style-5:hover .pbmit-featured-wrapper img{
	transform: scale(1.02);
}
.pbmit-service-style-5 .pbmit-service-image-wrapper{
	position: relative;
}
.pbmit-service-style-5 .pbmit-service-image-wrapper a.pbmit-link{
	z-index: 0;
}
.pbmit-service-style-5 .pbmit-service-btn-wrapper{
	position: absolute;
	right: 50px;
	bottom: -10px;
	display: table;
	text-align: center;
	z-index: 1;
	padding: 8px 8px 0 8px;
	border-radius: 50px 50px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-service-style-5 .pbmit-service-btn-wrapper::after,
.pbmit-service-style-5 .pbmit-service-btn-wrapper::before{
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 10px;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-service-style-5 .pbmit-service-btn-wrapper::before{
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbmit-service-style-5 .pbmit-service-btn-wrapper::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-service-style-5 .pbmit-service-image-wrapper .pbmit-service-btn{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	z-index: 2;
	position: relative;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-service-style-5:hover .pbmit-service-image-wrapper .pbmit-service-btn{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-service-style-5 .pbmit-content-box{
	padding: 40px 35px 30px 35px;
}
.pbmit-service-style-5 .pbminfotech-box-number{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-5 .pbmit-service-title{
	position: relative;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	word-break: break-all;
}
.pbmit-service-style-5 .pbmit-service-description p{
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-5 .pbmit-service-icon{
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	font-size: 45px;
	line-height: 30px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-light-color-3);
}
.pbmit-service-style-5 .pbmit-serv-cat,
.pbmit-service-style-5 .pbminfotech-box-number{
	display: none;
}

/** Style 6 **/
.pbmit-service-style-6 .pbmit-featured-wrapper img{
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.pbmit-service-style-6 .pbminfotech-post-item{
	border-radius: 30px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbmit-element-viewtype-carousel .pbmit-service-style-6 .pbminfotech-post-item{
	margin: 0 0 5px 5px;
}
.pbmit-element-viewtype-carousel.pbmit-element-service-style-6 .pbmit-element-posts-wrapper{
	border-radius: 30px;
}
.pbmit-service-style-6 .pbmit-featured-wrapper{
	overflow: hidden;
	border-radius: 30px 30px 0 0;
}
.pbmit-service-style-6 .pbmit-featured-wrapper img{
	width: 100%;
}
.pbmit-service-style-6:hover .pbmit-featured-wrapper img{
	transform: scale(1.02);
}
.pbmit-service-style-6 .pbmit-service-image-wrapper{
	position: relative;
}
.pbmit-service-style-6 .pbmit-service-icon-wrapper{
	position: absolute;
	left: 50%;
	bottom: -34px;
	display: table;
	text-align: center;
	z-index: 1;
	padding: 6px 6px 0 6px;
	border-radius: 50px 50px 0 0;
	background-color: var(--pbmit-white-color);
	-khtml-transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	-o-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}
.pbmit-service-style-6 .pbmit-service-icon-wrapper::after,
.pbmit-service-style-6 .pbmit-service-icon-wrapper::before{
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 34px;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-service-style-6 .pbmit-service-icon-wrapper::before{
	right: calc(100% - 4%);
	border-bottom-right-radius: 20px;
}
.pbmit-service-style-6 .pbmit-service-icon-wrapper::after{
	left: calc(100% - 4%);
	border-bottom-left-radius: 20px;
}
.pbmit-service-style-6 .pbmit-content-box{
	text-align: center;
	padding: 75px 60px 50px 60px;
}
.pbmit-service-style-6 .pbminfotech-box-number{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--pbmit-global-color);
}
.pbmit-service-style-6 .pbmit-service-title{
	position: relative;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	word-break: break-all;
}
.pbmit-service-style-6 .pbmit-service-description p{
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-6 .pbmit-service-icon{
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	font-size: 35px;
	line-height: 35px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-service-style-6 .pbmit-service-btn-text{
	padding-left: 30px;
	margin-bottom: 20px;
	display: inline-block;
}
.pbmit-service-style-6 .pbmit-service-btn-text,
.pbmit-service-style-6 .pbmit-serv-cat,
.pbmit-service-style-6 .pbminfotech-box-number{
	display: none;
}

/** Style 7 **/
.pbmit-service-style-7{
	margin-bottom: 30px;
}
.pbmit-service-style-7 .pbmit-service-image-wrapper{
	transition: all .5s ease-in-out
}
.pbmit-service-style-7,
.pbmit-service-style-7 .pbmit-featured-img-wrapper{
	position: relative;
}
.pbmit-service-style-7 .pbmit-featured-img-wrapper::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to top,rgb(87, 55, 71) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 73%);
	z-index: 1;
	border-radius: 30px;
}
.pbmit-service-style-7 .pbmit-service-image-wrapper img{
	border-radius: 30px;
	transition: all .4s ease-in-out;
	width: 100%
}
.pbmit-service-style-7:hover .pbmit-service-image-wrapper img{
	transform: scale(1.05)
}
.pbmit-service-style-7 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-service-style-7 .pbmit-featured-img-wrapper::after{
	content: '';
	position: absolute;
	width: 119px;
	height: 112px;
	top: auto;
	left: auto;
	bottom: -1px;
	right: -1px;
	z-index: 1;
	background-color: var(--pbmit-white-color);
	mask: url(../images/bg/shape-bottom.png) bottom right no-repeat;
	-webkit-mask: url(../images/bg/shape-bottom.png) bottom right no-repeat;
}
.pbmit-service-style-7 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-7 .pbmit-content-box{
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 1;
	width: calc(100% - 35%);
}
.pbmit-service-style-7 .pbmit-service-title{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
	/* padding-right: 20%; */
}
.pbmit-service-style-7 .pbmit-service-title a{
	color: var(--pbmit-white-color);
}
.pbmit-service-style-7 .pbmit-service-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-service-style-7 .pbmit-service-icon,
.pbmit-service-style-7 .pbmit-serv-cat{
	display: none;
}
.pbmit-service-style-7 .pbmit-service-icon{
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 2;
}
.pbmit-service-style-7 .pbmit-service-icon img{
	max-width: 40px;
	height: 40px
}
.pbmit-service-style-7 .pbmit-service-icon{
	font-size: 40px;
	line-height: 40px;
	color: var(--pbmit-white-color)
}
.pbmit-service-style-7 .pbmit-service-icon svg{
	fill: var(--pbmit-white-color)
}
.pbmit-service-style-7 .pbmit-service-description{
	height: 0;
	opacity: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: var(--pbmit-white-color);
}
.pbmit-service-style-7:hover .pbmit-service-description{
	opacity: 1;
	height: 56px;
}
.pbmit-service-style-7.pbmit-ele-service .pbmit-service-btn{
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-service-style-7.pbmit-ele-service:hover .pbmit-service-btn{
	border-color: transparent;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-service-style-7.pbmit-ele-service .pbminfotech-post-item{
	position: relative;
}
/*----------------------------------------*/
/*  05 - Blog
/*----------------------------------------*/
/** Style 1 **/
.pbmit-blog-style-1 .pbmit-featured-wrapper img,
.pbmit-blog-style-1 .pbmit-featured-container .pbmit-blog-btn{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-1 .pbmit-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	margin: 0 0 25px;
}
.pbmit-blog-style-1 .pbmit-post-title{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-1 .pbmit-featured-wrapper,
.pbmit-blog-style-1 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 30px;
}
.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-blog-btn{
	top: 30px;
	right: 30px;
	bottom: inherit;
}
.pbmit-ele-blog.pbmit-blog-style-1:hover .pbmit-blog-btn{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-1 .pbmit-post-author span {
	margin-right: 3px;
	display: inline-block;
}
.pbmit-blog-style-1 .pbmit-meta-line i {
	font-size: 18px;
	margin-right: 3px;
	color: var(--pbmit-global-color);
}
/** Style 2 **/
.pbmit-blog-style-2 .pbmit-featured-wrapper img,
.pbmit-blog-style-2 .pbmit-featured-container .pbmit-blog-btn,
.pbmit-blog-style-2 .pbmit-featured-wrapper::before{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-2 .post-item{
	position: relative;
}
.pbmit-blog-style-2 .pbminfotech-content-inner{
	display: flex;
	align-items: center;
}
.pbmit-blog-style-2 .pbmit-featured-img-wrapper{
	margin-right: 15px;
}
.pbmit-blog-style-2 .pbmit-featured-wrapper img{
	min-width: 140px;
	height: 130px;
	border-radius: 20px;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}
.pbmit-blog-style-2:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-2 .pbmit-post-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-blog-style-2 .pbmit-post-title,
.pbmit-blog-style-2 .pbmit-post-title a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 9px;
    position: relative;
}
.pbmit-meta-line, 
.pbmit-meta-line a {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #666;
}
.pbmit-blog-style-2 .pbmit-meta-line i{
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-global-color);
}
.blog-one-left-col .pbmit-blog-style-2:not(:last-child) .post-item,
.blog-three-right-col .pbmit-blog-style-2:not(:last-child) .post-item{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),.15);
}
.pbmit-blog-style-2 .pbmit-post-author span{
	margin-right: 3px;
	display: inline-block;
}
/** Style 3 **/
.pbmit-blog-style-3 .pbmit-featured-wrapper img,
.pbmit-blog-style-3 .pbmit-featured-wrapper::before,
.pbmit-blog-style-3 .pbmit-featured-wrapper::after,
.pbmit-blog-style-3 .pbmit-post-title::before{
	transition: all 0.6s ease-in-out;
}
.pbmit-blog-style-3 .post-item{
	border-radius: 30px;
	position: relative;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper{
	position: relative;
	display: none;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper::before{
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	z-index: 1;
}
.pbmit-blog-style-3 .pbmit-featured-container{
	background: var(--pbmit-white-color);
	border-radius: 30px 0 0 30px;
	flex: 1 1 0%;
	max-width: 385px;
}
.pbmit-blog-style-3 .pbmit-bg-image{
	border-radius: 30px 0 0 30px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.pbmit-blog-style-3 .pbminfotech-box-wrap{
	flex: 1 1 0%;
	position: relative;
}
.pbmit-blog-style-3 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 30px;
}
.pbmit-blog-style-3:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pbmit-blog-style-3 .pbmit-date-admin-wraper{
	margin-bottom: 15px;
}
.pbmit-blog-style-3 .pbmit-meta-line i{
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-3 .pbmit-meta-line{
	margin-right: 12px;
}
.pbmit-blog-style-3 .pbmit-meta-line:last-child{
	margin-right: 0;
}
.pbmit-blog-style-3 .pbminfotech-box-content{
	padding: 130px 70px;
	padding-bottom: 0;
	min-height: 480px;
	position: relative;
	background-color: var(--pbmit-light-color);
	border-radius: 0 30px 30px 0;
	z-index: 1;
}

.pbmit-blog-style-3 .pbmit-post-title{
	font-size: 23px;
	line-height: 36px;
}
.pbmit-blog-style-3 .pbmit-post-title,
.pbmit-blog-style-3 .pbmit-post-title a{
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}
.pbmit-blog-style-3 .pbminfotech-box-wrap .pbmit-blog-btn{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-light-color);
	z-index: 1;
}
.pbmit-elementor-bg-color-light .pbmit-blog-style-3 .pbmit-blog-btn{
	background-color: var(--pbmit-white-color);
}
.pbmit-blog-style-3:hover .pbminfotech-box-wrap .pbmit-blog-btn{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-3 .pbmit-post-author span{
	margin-right: 3px;
	display: inline-block;
}
.pbmit-button-icon i:before{
	font-weight: 600 !important;
}
/** Style 4 **/
.pbmit-blog-style-4 .pbmit-featured-wrapper img{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-blog-style-4 .pbmit-post-item{
	border-radius: 30px;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}
.pbmit-element-viewtype-carousel .pbmit-blog-style-4 .pbmit-post-item{
	margin: 0 0 5px 5px;
}
.pbmit-blog-style-4 .pbmit-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-element-viewtype-carousel.pbmit-element-blog-style-4 .pbmit-element-posts-wrapper{
	border-radius: 30px;
}
.pbmit-blog-style-4 .pbmit-featured-container a.pbmit-link{
	z-index: 0;
}
.pbmit-blog-style-4 .pbmit-content-wrapper{
	padding: 45px 35px 35px 35px;
}
.pbmit-blog-style-4 .pbmit-post-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.pbmit-blog-style-4 .pbmit-post-title a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.pbmit-blog-style-4 .pbmit-meta-category-wrapper{
	margin: 0;
}
.pbmit-blog-style-4 .pbmit-meta-category-wrapper a:hover{
	color: #666;
}
.pbmit-blog-style-4 .pbmit-meta-date{
	position: absolute;
	bottom: 0;
	right: 50px;
	margin: 0;
	padding: 12px 30px 12px 30px;
	border-radius: 30px 30px 0 0;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-blog-style-4 .pbmit-meta-date::after,
.pbmit-blog-style-4 .pbmit-meta-date::before{
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-blog-style-4 .pbmit-meta-date::before{
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbmit-blog-style-4 .pbmit-meta-date::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-blog-style-4:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-blog-style-4 .pbmit-featured-wrapper,
.pbmit-blog-style-4 .pbmit-featured-wrapper img{
	position: relative;
	width: 100%;
	border-radius: 30px;
}

/** Style 5 **/
.pbmit-blog-style-5{
	margin-bottom: 30px;
}
.pbmit-blog-style-5 .pbminfotech-box-content::after,
.pbmit-blog-style-5 .pbmit-featured-wrapper,
.pbmit-blog-style-5 .pbmit-post-title a,
.pbmit-blog-style-5 .pbmit-post-title{
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pbmit-blog-style-5 .pbminfotech-box-content{
	position: relative;
	padding: 40px 35px 20px;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
}
.pbmit-blog-style-5 .pbmit-featured-container{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	margin: 0 0 25px;
}
.pbmit-blog-style-5 .pbmit-post-title{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 140px;
	min-height: 55px;
}
.pbmit-blog-style-5:hover .pbmit-post-title a,
.pbmit-blog-style-5:hover .pbmit-post-title{
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-5 .pbmit-post-title a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-blog-style-5 .pbmit-featured-wrapper::after,
.pbmit-blog-style-5 .pbmit-featured-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 20px;
	z-index: -1;
}
.pbmit-blog-style-5 .pbmit-featured-wrapper::after{
	content: '';
	z-index: 0;
	background-color: rgba(var(--pbmit-secondary-color-rgb), 0.6);
}
.pbmit-blog-style-5:hover .pbmit-featured-wrapper::after,
.pbmit-blog-style-5:hover .pbmit-featured-wrapper{
	opacity: 1;
	visibility: visible;
}
.pbmit-blog-style-5 .pbmit-featured-wrapper img{
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.pbmit-ele-blog.pbmit-blog-style-5 .pbmit-blog-btn{
	position: unset;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: var(--pbmit-blackish-color);
	background-color: transparent;
	border: 1px solid #e5e5e5;
}
.pbmit-ele-blog.pbmit-blog-style-5:hover .pbmit-blog-btn{
	background-color: var(--pbmit-global-color);
	color: var(--pbmit-white-color);
}
.pbmit-blog-style-5 .pbmit-meta-line a,
.pbmit-blog-style-5 .pbmit-meta-line{
	color: var(--pbmit-global-color);
}
.pbmit-blog-style-5 .pbmit-blog-button-box{
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.pbmit-blog-style-5 .pbmit-blog-button-wrapper{
	border-radius: 40px 0 0 0;
	padding: 10px 2px 2px 10px;
	background-color: var(--pbmit-white-color);
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.pbmit-blog-style-5 .pbmit-blog-button-box::after,
.pbmit-blog-style-5 .pbmit-blog-button-box::before{
	content: "";
	position: absolute;
	top: -29px;
	right: 0;
	height: 30px;
	width: 30px;
	border-radius: 0 0 20px 0;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-left: 0;
	box-shadow: 0 15px 0 0 var(--pbmit-white-color);
}
.pbmit-blog-style-5 .pbmit-blog-button-box::after{
	top: inherit;
	bottom: 0;
	left: -29px;
	right: inherit;
}
.pbmit-element-blog-style-5 .pbmit-blog-group-right .row{
	margin: 0;
}
.pbmit-element-blog-style-5 .pbmit-date-wraper{
	padding-right: 45px;
}
.pbmit-element-blog-style-5 .pbmit-meta-line a,
.pbmit-element-blog-style-5 .pbmit-meta-line{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
}
/* First Blog Design */
.pbmit-element-blog-style-5	.pbmit-blog-group-left .pbmit-featured-wrapper{
	position: unset;
	content: unset;
	opacity: 1;
	visibility: visible;
}
.pbmit-element-blog-style-5	.pbmit-blog-group-left .pbmit-content-wrapper{
	height: auto;
	position: absolute;
	bottom: 50px;
	left: 50px;
	right: 50px;
}
.pbmit-element-blog-style-5	.pbmit-blog-group-left .pbminfotech-box-content{
	padding: 0;
}
.pbmit-element-blog-style-5	.pbmit-blog-group-left .pbmit-post-title a{
	color: var(--pbmit-white-color);
}
.pbmit-element-blog-style-5	.pbmit-blog-group-left .pbmit-featured-wrapper::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	z-index: 0;
	background: linear-gradient(to top, rgba(var(--pbmit-secondary-color-rgb), 1) 0%, rgba(var(--pbmit-secondary-color-rgb), 0) 51%, rgba(var(--pbmit-secondary-color-rgb), 0) 63%);
	opacity: 1;
	visibility: visible;
}
.pbmit-element-blog-style-5	.pbmit-blog-group-left .pbmit-post-title{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
	min-height: 0;
	text-transform: capitalize;
}

/*----------------------------------------*/
/*  06 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1 .pbminfotech-post-item{
	position: relative;
}
.pbmit-testimonial-style-1 .pbmit-box-content-wrap{
	padding: 45px 55px 50px;
	position: relative;
	background-color: transparent;
	z-index: 1;
}
.pbmit-testimonial-style-1 .pbmit-box-content-wrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--pbmit-light-color);
	clip-path: polygon( 0% 91.654%,0% 9.05%,0% 9.05%,0.008% 8.5%,0.034% 7.954%,0.079% 7.411%,0.142% 6.872%,0.224% 6.34%,0.324% 5.815%,0.442% 5.298%,0.578% 4.789%,0.731% 4.291%,0.902% 3.804%,0.902% 3.781%,0.902% 3.781%,1.015% 3.51%,1.136% 3.249%,1.266% 2.997%,1.403% 2.755%,1.549% 2.524%,1.701% 2.303%,1.86% 2.093%,2.027% 1.895%,2.199% 1.709%,2.379% 1.535%,2.379% 1.535%,2.705% 1.243%,3.041% 0.98%,3.385% 0.748%,3.738% 0.546%,4.097% 0.376%,4.463% 0.236%,4.833% 0.129%,5.208% 0.053%,5.586% 0.01%,5.967% -0%,94.523% 0%,94.523% 0%,94.81% 0.008%,95.096% 0.038%,95.379% 0.09%,95.66% 0.164%,95.938% 0.259%,96.212% 0.376%,96.482% 0.514%,96.747% 0.673%,97.007% 0.853%,97.261% 1.053%,97.314% 1.1%,97.314% 1.1%,97.799% 1.589%,98.242% 2.146%,98.64% 2.763%,98.992% 3.435%,99.296% 4.156%,99.548% 4.919%,99.746% 5.719%,99.89% 6.549%,99.975% 7.403%,100% 8.276%,100% 60.435%,100% 60.435%,99.997% 60.702%,99.988% 60.968%,99.974% 61.234%,99.954% 61.499%,99.929% 61.762%,99.898% 62.025%,99.862% 62.285%,99.82% 62.544%,99.772% 62.802%,99.719% 63.056%,99.719% 63.056%,99.658% 63.338%,99.596% 63.62%,99.534% 63.902%,99.47% 64.182%,99.405% 64.462%,99.339% 64.74%,99.271% 65.017%,99.2% 65.293%,99.127% 65.566%,99.051% 65.837%,99.051% 65.837%,98.74% 66.825%,98.395% 67.763%,98.013% 68.647%,97.593% 69.472%,97.131% 70.234%,96.625% 70.93%,96.073% 71.554%,95.472% 72.103%,94.821% 72.572%,94.116% 72.957%,94.116% 72.957%,93.814% 73.084%,93.51% 73.186%,93.205% 73.267%,92.898% 73.328%,92.591% 73.375%,92.282% 73.408%,91.973% 73.432%,91.663% 73.45%,91.353% 73.464%,91.042% 73.478%,91.042% 73.478%,89.62% 73.645%,88.303% 74.003%,87.095% 74.551%,85.996% 75.285%,85.011% 76.202%,84.14% 77.3%,83.386% 78.576%,82.752% 80.027%,82.24% 81.651%,81.851% 83.445%,81.851% 83.445%,81.766% 83.98%,81.697% 84.516%,81.642% 85.055%,81.599% 85.595%,81.565% 86.137%,81.54% 86.68%,81.52% 87.225%,81.505% 87.77%,81.492% 88.317%,81.479% 88.864%,81.479% 88.864%,81.382% 90.497%,81.175% 92.007%,80.861% 93.393%,80.439% 94.654%,79.91% 95.789%,79.276% 96.799%,78.537% 97.681%,77.695% 98.436%,76.75% 99.062%,75.704% 99.558%,75.704% 99.558%,75.628% 99.581%,75.55% 99.593%,75.471% 99.597%,75.39% 99.596%,75.308% 99.593%,75.227% 99.591%,75.146% 99.592%,75.067% 99.601%,74.989% 99.618%,74.913% 99.648%,74.913% 99.648%,74.73% 99.725%,74.546% 99.793%,74.36% 99.853%,74.173% 99.903%,73.985% 99.945%,73.797% 99.977%,73.608% 100.001%,73.418% 100.015%,73.228% 100.02%,73.038% 100.017%,5.568% 100.017%,5.568% 100.017%,5.038% 99.983%,4.516% 99.875%,4.008% 99.696%,3.515% 99.448%,3.04% 99.133%,2.587% 98.753%,2.159% 98.311%,1.759% 97.809%,1.39% 97.249%,1.056% 96.635%,1.056% 96.635%,1.055% 96.628%,1.053% 96.621%,1.05% 96.614%,1.046% 96.606%,1.042% 96.599%,1.037% 96.592%,1.033% 96.585%,1.028% 96.577%,1.024% 96.569%,1.02% 96.561%,1.02% 96.561%,0.827% 96.122%,0.654% 95.668%,0.5% 95.199%,0.366% 94.719%,0.253% 94.227%,0.16% 93.726%,0.088% 93.216%,0.037% 92.7%,0.008% 92.179%,-0% 91.654% );	 
	z-index: -1;
}
.pbmit-element-testimonial-style-1 .pbmit-ele-header-area{
	position: relative;
	padding: 80px 70px 0 50px;
}
.pbmit-element-testimonial-style-1 .pbmit-ele-header-area::before{
	font-family: "pbminfotech-base-icons";
	content: '\e826';
	position: absolute;
	left: -130px;
	top: -10px;
	font-size: 300px;
	line-height: 300px;
	display: inline-block;
	background: rgba(var(--pbmit-blackish-color-rgb), 0.03);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: -1;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 400;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img{
	width: 65px;
	height: 65px;
	border-radius: 50%;
}
.pbmit-testimonial-style-1 .pbminfotech-box-img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 20px 0 30px;
	border: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-1 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings{
	font-size: 12px;
	line-height: 12px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffa72a;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail{
	font-size: 12px;
}
.pbmit-bg-color-light .pbmit-testimonial-style-1 .pbmit-box-content-wrap::before{
	background-color: var(--pbmit-white-color);
}
/** Style 2 **/
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 22px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {
	color: rgba(var(--pbmit-global-color-rgb),0.6);
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {
	color: #ffa72a;
}
.pbmit-testimonial-style-2 blockquote {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	border: 0;
	margin-bottom: 30px;
	color: var(--pbmit-blackish-color);
}
.pbmit-testimonial-style-2 .pbminfotech-box-content{
	position: relative;
	display: flex;
	background-color: var(--pbmit-light-color);
	border-radius: 30px;
	padding: 5px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-content-inner{
	padding: 60px 55px;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper {
	position: relative;
}
.pbmit-element-testimonial-style-2 .pbmit-ele-header-area{
	position: relative;
	padding: 80px 70px 0 90px;
}
.pbmit-element-testimonial-style-2 .pbmit-ele-header-area::before{
	font-family: "pbminfotech-base-icons";
	content: '\e826';
	position: absolute;
	left: 0;
	top: -45px;
	font-size: 300px;
	line-height: 300px;
	display: inline-block;
	color: rgba(var(--pbmit-white-color-rgb), 0.2);
	background: -webkit-linear-gradient(rgba(108,79,54,1) 0%,rgba(81,64,49,0.3) 99%,rgba(81,64,49,0.3) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 30%;
	z-index: -1;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper{
	width: 370px;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {
	border-radius: 30px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-title {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail{
	font-size: 12px;
	color: var(--pbmit-blackish-color);
}
/** Style 3 **/
.pbmit-testimonial-style-3 .pbminfotech-post-item,
.pbmit-element-testimonial-style-3 .pbmit-ele-header-area{
	position: relative;
}
.pbmit-element-testimonial-style-3 .pbmit-ele-header-area::before{
	font-family: "pbminfotech-base-icons";
	content: '\e886';
	position: absolute;
	right: -63%;
	top: -23px;
	font-size: 290px;
	line-height: 290px;
	display: inline-block;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
	background: -webkit-linear-gradient(rgba(196,196,196,1) 0%,rgba(254,254,254,0.3) 99%,rgba(255,255,255,0.3) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.2;
	z-index: -1;
}
.pbmit-testimonial-style-3 .pbminfotech-box-title{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-3 .pbmit-featured-wrapper{
	width: 80px;
	margin-right: 20px;
}
.pbmit-testimonial-style-3 .pbmit-featured-wrapper img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-text{
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 10px 0 30px;
	border: 0;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-3 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings{
	font-size: 12px;
	line-height: 12px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffa72a;
}

/** Style 4 **/
.pbmit-testimonial-style-4 .pbminfotech-post-item{
	position: relative;
	padding: 130px 100px 160px;
	z-index: 1;
	border-radius: 20px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.pbmit-element-testimonial-style-4 .pbmit-element-inner{
	position: relative;
	overflow: hidden;
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-4 .pbminfotech-post-item,
.pbmit-bg-color-secondary .pbmit-testimonial-style-4 .pbminfotech-post-item{
	background-color: rgba(var(--pbmit-global-color-rgb), 0.4);
}
.pbmit-testimonial-style-4 .pbminfotech-post-item::before{
	font-family: "pbminfotech-base-icons";
	content: '\e826';
	position: absolute;
	right: 40px;
	top: 40px;
	font-size: 290px;
	line-height: 290px;
	display: inline-block;
	color: rgba(var(--pbmit-white-color-rgb), 0.04);
	z-index: -1;
}
.pbmit-testimonial-style-4 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-4 .pbminfotech-box-title::before{
	content: '/';
	margin-right: 3px;
	display: inline-block;
}
.pbmit-testimonial-style-4 .pbmit-featured-wrapper{
	display: none;
	width: 80px;
	margin-right: 20px;
}
.pbmit-testimonial-style-4 .pbmit-featured-wrapper img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.pbmit-testimonial-style-4 .pbminfotech-testimonial-text{
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	padding: 10px 0 30px;
	border: 0;
}
.pbmit-testimonial-style-4 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-4 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-4 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-4 .pbminfotech-box-star-ratings{
	font-size: 20px;
	line-height: 20px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
	margin-bottom: 20px;
}
.pbmit-testimonial-style-4 .pbminfotech-box-star-ratings i:before{
	margin: 0;
}
.pbmit-testimonial-style-4 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffa72a;
}
.pbmit-testimonial-style-4 .pbmit-auther-content{
	display: flex;
}
.pbmit-testimonial-style-4 .pbminfotech-testimonial-detail{
	line-height: 28px;
	margin: 2px 0 0 8px;
}

/** Style 5 **/
.pbmit-testimonial-style-5 .pbminfotech-post-item,
.pbmit-element-testimonial-style-5 .pbmit-ele-header-area{
	position: relative;
}
.pbmit-testimonial-style-5 .pbminfotech-post-item{
	color: var(--pbmit-global-color);
	font-weight: 400;
	padding: 45px 0 10px;
}
.pbmit-bg-color-gradient .pbmit-testimonial-style-5 .pbminfotech-post-item,
.pbmit-bg-color-global .pbmit-testimonial-style-5 .pbminfotech-post-item{
	color: var(--pbmit-blackish-color);
}
.pbmit-element-testimonial-style-5 .pbmit-ele-header-area::before{
	font-family: "pbminfotech-base-icons";
	content: '\e826';
	position: absolute;
	right: -140px;
	top: -45px;
	font-size: 290px;
	line-height: 290px;
	display: inline-block;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
	background: -webkit-linear-gradient(rgba(113,89,68,1) 0%,rgba(255,255,255,0.3) 99%,rgba(255,255,255,0.3) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.2;
	z-index: -1;
}
.pbmit-elementor-bg-color-blackish .pbmit-element-testimonial-style-5 .pbmit-ele-header-area::before{
	background: -webkit-linear-gradient(rgba(113,89,68,1) 0%,rgba(64,50,38,0.3) 99%,rgba(64,50,38,0.3) 100%);
	-webkit-background-clip: text;
	background-clip: text;
}
.pbmit-testimonial-style-5 .pbminfotech-box-title{
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
	color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-5 .pbminfotech-box-title,
.pbmit-text-color-white .pbmit-testimonial-style-5 .pbminfotech-box-title{
	color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-5 .pbmit-featured-wrapper{
	width: 70px;
	margin-right: 20px;
}
.pbmit-testimonial-style-5 .pbmit-featured-wrapper img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.pbmit-testimonial-style-5 .pbminfotech-testimonial-text{
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0 50px;
	border: 0;
}
.pbmit-testimonial-style-5 .pbminfotech-testimonial-text p{
	margin-bottom:0;
}
.pbmit-testimonial-style-5 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-5 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-5 .pbminfotech-box-star-ratings{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.pbmit-testimonial-style-5 .pbminfotech-box-star-ratings i:before{
	margin: 0;
}
.pbmit-testimonial-style-5 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffa72a;
}

/** Style 6 **/
.pbmit-testimonial-style-6 .pbminfotech-post-item{
	position: relative;
	z-index: 1;
}
.pbmit-testimonial-style-6 .pbminfotech-post-item::before{
	font-family: "pbminfotech-base-icons";
	content: '\e874';
	position: absolute;
	right: 1px;
	top: 0;
	width: 50px;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	z-index: 1;
	border-radius: 50%;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-6 .pbmit-box-content-wrap{
	position: relative;
	padding: 60px 50px;
	border-radius: 30px;
	z-index: 1;
	background-color: transparent;
}
.pbmit-testimonial-style-6 .pbmit-box-content-wrap::before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	border-radius: 30px;
	background-color: var(--pbmit-light-color);
	mask: url(../images/bg/shape-new-02.png) top right no-repeat;
	-webkit-mask: url(../images/bg/shape-new-02.png) top right no-repeat;
}
.pbmit-bg-color-light .pbmit-testimonial-style-6 .pbmit-box-content-wrap::before,
.pbmit-bgimage-yes .pbmit-testimonial-style-6 .pbmit-box-content-wrap::before{
	background-color: var(--pbmit-white-color);
}
.pbmit-testimonial-style-6 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-testimonial-style-6 .pbmit-featured-wrapper{
	width: 80px;
	margin-right: 20px;
}
.pbmit-testimonial-style-6 .pbmit-featured-wrapper img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.pbmit-testimonial-style-6 .pbminfotech-testimonial-text{
	font-size: 22px;
	line-height: 34px;
	margin: 0;
	padding: 13px 0 30px;
	border: 0;
}
.pbmit-testimonial-style-6 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-6 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-6 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-6 .pbminfotech-box-author{
	position: relative;
}
.pbmit-testimonial-style-6 .pbminfotech-box-star-ratings{
	position: relative;
	font-size: 18px;
	line-height: 18px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.pbmit-testimonial-style-6 .pbminfotech-box-star-ratings i:before{
	margin: 0 2px;
}
.pbmit-testimonial-style-6 .pbminfotech-testimonial-detail{
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-6 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffa72a;
}

/** Style 7 **/
.pbmit-testimonial-style-7 .pbminfotech-post-item{
	position: relative;
	padding: 70px 70px 50px 70px;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
}
.pbmit-testimonial-style-7 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-7 .pbmit-featured-wrapper img{
	width: 70px;
	height: 70px;
	border-radius: 100%;
}
.pbmit-testimonial-style-7 .pbmit-featured-wrapper{
	border-radius: 50px 50px 0 0;
	padding: 8px 8px 0 8px;
	background-color: var(--pbmit-white-color);
	border: 1px solid #e5e5e5;
	border-bottom: none;
	position: relative;
}
.pbmit-testimonial-style-7 .pbmit-featured-wrapper::before,
.pbmit-testimonial-style-7 .pbmit-featured-wrapper::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 20px;
	border: 1px solid #e5e5e5;
	border-top: none;
	background-color: transparent;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-testimonial-style-7 .pbmit-featured-wrapper::before{
	border-radius: 0 0 30px 0;
	border-left: 0;
	right: 100%;
}
.pbmit-testimonial-style-7 .pbmit-featured-wrapper::after{
	border-radius: 0px 0px 0px 30px;
	border-right: 0;
	left: 100%;
}
.pbmit-testimonial-style-7 .pbmit-featured-img-wrapper{
	display: inline;
	position: absolute;
	bottom: -1px;
	right: 55px;
}
.pbmit-testimonial-style-7 .pbminfotech-box-desc{
	position: relative;
}
.pbmit-testimonial-style-7 .pbminfotech-testimonial-text{
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 15px 0 40px 0;
	border: 0;
	font-weight: 700;
}
.pbmit-testimonial-style-7 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-7 .pbminfotech-box-star-ratings{
	font-size: 12px;
	line-height: 12px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.pbmit-testimonial-style-7 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffa72a;
}

/** Style 8 **/
.pbmit-testimonial-style-8 .pbminfotech-post-item{
	position: relative;
	z-index: 1;
}
.pbmit-testimonial-style-8 .pbminfotech-post-item::after{
	font-family: "pbminfotech-base-icons";
	content: '\e826';
	position: absolute;
	right: 50px;
	bottom: 65px;
	font-size: 48px;
	line-height: 48px;
	z-index: 1;
	color: var(--pbmit-global-color);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.pbmit-testimonial-style-8 .pbmit-box-content-wrap{
	position: relative;
	padding: 55px 40px 40px 50px;
	border-radius: 30px;
	z-index: 1;
	background-color: var(--pbmit-light-color);
}
.pbmit-element-viewtype-carousel.pbmit-element-testimonial-style-8 .pbmit-element-posts-wrapper{
	border-radius: 30px;
}
.pbmit-testimonial-style-8 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-testimonial-style-8 .pbmit-featured-wrapper{
	width: 80px;
	margin-right: 20px;
}
.pbmit-testimonial-style-8 .pbmit-featured-wrapper img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.pbmit-testimonial-style-8 .pbminfotech-testimonial-text{
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	padding: 40px 10px 30px 0;
	border: 0;
}
.pbmit-testimonial-style-8 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-8 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-8 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-8 .pbminfotech-box-author{
	position: relative;
	padding: 30px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbmit-testimonial-style-8 .pbminfotech-box-star-ratings{
	position: relative;
	font-size: 18px;
	line-height: 18px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.pbmit-testimonial-style-8 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffa72a;
}

/** Style 9 **/
.pbmit-testimonial-style-9 .pbminfotech-post-item{
	position: relative;
}
.pbmit-testimonial-style-9 .pbmit-box-content-wrap{
	padding: 45px 40px 50px;
	position: relative;
	background-color: var(--pbmit-light-color);
	z-index: 1;
	border-radius: 30px;
}
.pbmit-testimonial-style-9 .pbmit-box-content-wrap::before{
	content: '';
	position: absolute;
	width: 119px;
	height: 112px;
	top: auto;
	left: auto;
	bottom: -1px;
	right: -1px;
	z-index: 1;
	background-color: var(--pbmit-white-color);
	mask: url(../images/homepage-8/bg/shape-img.png) bottom right no-repeat;
	-webkit-mask: url(../images/homepage-8/bg/shape-img.png) bottom right no-repeat;
}
.pbmit-testimonial-style-9 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 400;
	color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-9 .pbmit-featured-wrapper img{
	width: 65px;
	height: 65px;
	border-radius: 50%;
}
.pbmit-testimonial-style-9 .pbminfotech-box-img{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.pbmit-testimonial-style-9 .pbminfotech-testimonial-text{
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
	padding: 0px 0 0px;
	border: 0;
}
.pbmit-testimonial-style-9 .pbminfotech-testimonial-text p{
	margin-bottom: 0;
}
.pbmit-testimonial-style-9 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-9 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-9 .pbminfotech-box-star-ratings{
	font-size: 12px;
	line-height: 12px;
	color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.pbmit-testimonial-style-9 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffa72a;
}
.pbmit-testimonial-style-9 .pbminfotech-testimonial-detail{
	font-size: 12px;
}
/* BG Color Set */
.pbmit-bg-color-light .pbmit-testimonial-style-9 .pbmit-box-content-wrap{
	background-color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbmit-testimonial-style-9 .pbmit-box-content-wrap::before{
	background-color: var(--pbmit-light-color);
}
.pbmit-element-testimonial-style-9 .pbmit-element-posts-wrapper.row{
	margin: 0;
}
.pbmit-element-testimonial-style-9 .pbmit-vertical-scroller-wrapper{
	position: relative;
	overflow: hidden;
	padding: 0;
}
.pbmit-element-testimonial-style-9 .pbmit-vertical-scroller-wrapper::after,
.pbmit-element-testimonial-style-9 .pbmit-vertical-scroller-wrapper::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 12%;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(var(--pbmit-light-color-rgb), 1) 41%, rgba(var(--pbmit-light-color-rgb), 0.36) 79%, rgba(var(--pbmit-light-color-rgb), 0) 100%);
}
.pbmit-element-testimonial-style-9 .pbmit-vertical-scroller-wrapper::after{
	top: inherit;
	bottom: 0;
	height: 20%;
	background: linear-gradient(to top, rgba(var(--pbmit-light-color-rgb), 1) 41%, rgba(var(--pbmit-light-color-rgb), 0.36) 79%, rgba(var(--pbmit-light-color-rgb), 0) 100%);
}
/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/
.pbmit-header-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
	/* background-color: black; */
}
.site-title {
    margin: 0;
    padding: 0;
    display: flex;
	align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 100%;
	height: 100px;
	transition: none;
    line-height: inherit;
}
.site-title a {
    display: flex;
    align-items: center;
}
.site-header .pbmit-header-search-btn{
	padding-right: 15px;
}
.site-header .pbmit-header-search-btn a{
	font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    background-color: transparent;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
}
.site-header .pbmit-header-search-btn a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-right-box .pbmit-button-box-second {
    padding-right: 35px;
}
/** Header Style 1 **/
.header-style-1 .site-branding{
	border-radius: 0 0 20px;
    position: relative;
    padding: 0 0px;
    margin-right: 0px;
	/* background-color: var(--pbmit-white-color); */
}

.pbmit-button-box {
    display: flex;
    align-items: center;
    padding: 0;
}
.header-style-1 .pbmit-header-button-text-2 {
    display: none;
}
.header-style-1 .site-navigation ul.navigation > li > a{
	color: var(--pbmit-white-color);
}
.header-style-1 .pbmit-header-search-btn a{
	color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    border-width: 0 !important;
}
/** Header Style 2 **/
.header-style-2 .pbmit-pre-header-wrapper{
	color: var(--pbmit-white-color);
}
.header-style-2.site-header .pbmit-social-links li:not(:last-child),
.header-style-3.site-header .pbmit-social-links li:not(:last-child){
	padding-right: 15px;
}
.site-header .pbmit-pre-header-wrapper .pbmit-social-links li i{
	margin: 0;
	font-size: 15px;
}
.header-style-2 .pbmit-pre-header-wrapper .pbmit-social-links li a:hover{
	color: var(--pbmit-blackish-color);
}
.site-header .pbmit-pre-header-wrapper .pbmit-pre-header-right {
    display: flex;
    align-items: center;
}
.site-header .pbmit-contact-info li i {
	font-size: 15px;
	margin-right: 8px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: var(--pbmit-global-color);
}
.header-style-2 .site-branding .site-title{
	height: 85px;
}
.header-style-2 .pbmit-button-box-second .pbmit-btn-outline{
	color: var(--pbmit-blackish-color);
}
.header-style-2 .pbmit-button-box-second .pbmit-btn-outline:hover{
	color: var(--pbmit-global-color);
}
/** Header Style 3 **/
.header-style-3.site-header .pbmit-social-links li a{
	color: var(--pbmit-blackish-color);
}
.header-style-3.site-header .pbmit-social-links li a:hover{
	color: var(--pbmit-global-color);
}
.header-style-3 .site-branding .site-title{
	height: 85px;
}
.header-style-3 .pbmit-button-box-second .pbmit-button-text {
	color: var(--pbmit-blackish-color);
}
.header-style-3 .pbmit-button-box-second .pbmit-btn:hover .pbmit-button-text {
	color: var(--pbmit-global-color);
}
/** Header Style 4 **/
.header-style-4{
	background-color: var(--pbmit-light-color);
}
.header-style-4 .pbmit-contact-info{
	font-size: 14px;
	font-weight: 400;
}
.header-style-4 .pbmit-contact-info li{
	display: inline-block;
    vertical-align: top;
}
.header-style-4 .pbmit-contact-info li:not(:last-child){
	padding-right: 12px;
}
.header-style-4 .pbmit-contact-info .pbmit-social-links li i{
	color: var(--pbmit-blackish-color);
}
.header-style-4 .pbmit-contact-info .pbmit-social-links li i:hover{
	color: var(--pbmit-global-color);
}
.header-style-4 .site-branding .site-title{
	height: 90px;
}
.header-style-4 .pbmit-header-search-btn a{
	border: none;
	background-color: var(--pbmit-white-color);
}
/** Header Style 5 **/
.header-style-5 .site-branding .site-title{
	height: 80px;
}
/** Header Style 7 **/
.header-style-7 .pbmit-right-box .pbmit-button-box-second{
	padding-left: 30px;
}
.header-style-7 .pbmit-right-box .pbmit-button-box-second a{
	color: var(--pbmit-blackish-color);
}
.header-style-7 .pbmit-right-box .pbmit-button-box-second a:hover{
	color: var(--pbmit-global-color);
}
.header-style-7 .pbmit-header-button .pbmit-header-button-text-2,
.header-style-8 .pbmit-header-button .pbmit-header-button-text-2{
	display: none;
}
/** Header Style 8 **/
.header-style-8 .site-branding .site-title{
	height: 75px;
}
.header-style-8 .pbmit-header-button a:hover{
	color: var(--pbmit-global-color);
}
.header-style-8 .pbmit-right-box .pbmit-button-box-second{
	padding-left: 20px;
}

/** Header Style 10 **/
.header-style-9.site-header .pbmit-social-links li a{
	color: var(--pbmit-blackish-color);
}
.header-style-9.site-header .pbmit-social-links li a:hover{
	color: var(--pbmit-global-color);
}
.header-style-9 .pbmit-pre-header-right .pbmit-contact-info{
	font-size: 14px;
}
.header-style-9 .pbmit-contact-info li{
	display: inline-block;
}
.header-style-9 .pbmit-contact-info li:not(:last-child){
	padding: 0 12px 0 0;
}
.header-style-9 .site-branding .site-title{
	height: 85px;
}
.header-style-9 .pbmit-right-box .pbmit-button-box-second a{
	color: var(--pbmit-blackish-color);
}
.header-style-9 .pbmit-right-box .pbmit-button-box-second a:hover{
	color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  08 - Footer
/*----------------------------------------*/
/** Footer Style 1 **/
.site-footer{
	font-size: 16px;
	position: relative;
}
.footer-style-1,
.footer-style-1 a{
	color: rgba(var(--pbmit-white-color-rgb),1);
}
.footer-style-1,
.footer-style-1::before {
	border-radius: 30px 30px 0 0;
}
.footer-style-1::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
}
.footer-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-style-1 .pbmit-footer-widget-area{
	padding-top: 40px;
}
.site-footer .widget {
    padding-top: 60px;
    position: relative;
}
.site-footer .pbmit-two-column-menu.widget ul {
    display: flex;
    flex-wrap: wrap;
}
.site-footer .pbmit-two-column-menu.widget ul>li {
    width: 50%;
}
.site-footer .widget ul>li {
    padding: 0 0 15px 0;
    line-height: 20px;
}
.site-footer .widget ul>li:last-child{
	padding-bottom: 0;
}
.footer-style-1 .pbmit-two-column-menu.widget ul li a{
	color: rgba(var(--pbmit-white-color-rgb),1);
}
.footer-style-1 .pbmit-two-column-menu.widget ul li a:hover{
	color: var(--pbmit-global-color);
}
.site-footer .widget ul a {
    display: inline-block;
}
.footer-style-1 .widget .pbmit-footer-logo {
    text-align: center;
}
.footer-style-1 .widget .pbmit-footer-logo img{
	height: 65px;
	padding: 10px 0 0 0;
}
.footer-style-1 .pbmit-footer-left span {
    display: block;
}
.footer-style-1 .pbmit-footer-left .pbmit-phone-number {
    margin-top: 3px;
}
.footer-style-1 .pbmit-footer-right {
    text-align: center;
}
.footer-style-1 .pbmit-footer-right-social {
    text-align: right;
}
.footer-style-1 .pbmit-social-li a{
	color: rgba(var(--pbmit-white-color-rgb),1);
}
.footer-style-1 .pbmit-social-li a:hover{
	color: var(--pbmit-global-color);
}
.site-footer .pbmit-footer-text-area {
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-style-1 .pbmit-footer-text-area {
    background: #30251b;
}
.footer-style-1 .pbmit-footer-text-inner {
    font-size: 16px;
}
.footer-style-1 .pbmit-footer-text-area .col-md-12 {
    text-align: center;
}
.site-footer .sb-instagram{
	padding-bottom: 10px;
}
.site-footer .sb-instagram .sbi-images{
	display: grid;
	gap: 10px;
    width: 100%;
    padding: 12px 0;
	grid-template-columns: repeat(6, 1fr);
}
.site-footer .sb-instagram .sbi-images .sbi-item{
	display: inline-block;
    width: 100%;
    vertical-align: top;
    zoom: 1;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.site-footer .sb-instagram .sbi-images .sbi-photo-wrap{
	position: relative;
}
.site-footer .sb-instagram .sbi-item img{
	width: 100%;
    height: inherit;
    object-fit: cover;
    scale: 1;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    vertical-align: middle;
	border-radius: 20px;
}
.site-footer .sb-instagram .sbi-item .sbi-photo-wrap a:hover{
	opacity: .85;
}
/** Footer Style 2 **/
.footer-style-2{
	color: var(--pbmit-blackish-color);
	padding: 40px 0 80px;
}
.footer-style-2 .pbmit-footer-widget-area{
	padding-top: 0;
}
.footer-style-2 .pbmit-footer-widget-area .widget_text{
	font-size: 16px;
    line-height: 26px;
}
.footer-style-2 .pbmit-footer-logo img{
	height: 40px;
}
.footer-style-2 .pbmit-footer-big-area{
	padding: 10px 15px 40px;
}
.footer-style-2 .pbmit-footer-big-area .container {
    border: 1px solid var(--pbmit-global-color);
    background: var(--pbmit-white-color);
    border-radius: 20px;
}
.footer-style-2 .pbmit-footer-big-area .pbmit-footer-left {
    padding: 40px 20px 40px 65px;
}
.footer-style-2 .pbmit-newsletter h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
}
.footer-style-2 .pbmit-footer-email-button {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.footer-style-2 .pbmit-footer-email-button input{
	height: 50px;
    font-size: 15px;
    width: 80%;
	font-weight: normal;
	padding: 15px 80px 15px 20px;
	border-radius: 36px;
    background: var(--pbmit-white-color);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
}
.footer-style-2 .pbmit-newsletter .pbmit-btn:after{
	display: none;
}
.footer-style-2 .pbmit-newsletter .pbmit-btn{
	width: 30%;
	position: absolute;
    top: 0;
    right: 0;
	padding: 0;
	height: 50px;
	border: none;
    line-height: normal;
	border-radius: 36px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.footer-style-2 .pbmit-newsletter .pbmit-btn:hover{
	background-color: var(--pbmit-blackish-color);
}
.footer-style-2 .pbmit-footer-social-area ul{
	text-align: right;
}

/** Footer Style 3 **/
.footer-style-3{
	margin: 0 40px;
    padding-top: 100px;
    border-radius: 30px;
	background-image: url(../images/bg/footer-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
    background-attachment: scroll;
	color: rgba(var(--pbmit-white-color-rgb),1);
	overflow: hidden;
}
.footer-style-3 .pbmit-footer-big-area {
    padding: 0;
}
.footer-style-3 .pbmit-footer-big-area .pbmit-footer-logo img{
    max-height: 90px;
}
.footer-style-3 .pbmit-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(var(--pbmit-white-color-rgb), .2);
}
.footer-style-3 .pbmit-newsletter h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    padding-right: 42px;
    font-weight: 600;
	text-transform: capitalize;
	color: var(--pbmit-white-color);
}
.footer-style-3 .pbmit-newsletter .pbmit-footer-email-button {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.footer-style-3 .pbmit-newsletter input[type="email"] {
    font-size: 15px;
    width: 68%;
	font-weight: 400;
    padding: 0 50px 0 30px;
    background-color: transparent;
    border-radius: 36px;
    border: 1px solid rgba(var(--pbmit-white-color-rgb),1);
	margin-bottom: 0;
}
.footer-style-3 .pbmit-newsletter input[type="email"]:focus{
	color: var(--pbmit-white-color);
}
.footer-style-3 .pbmit-newsletter input::placeholder{
	color: rgba(var(--pbmit-white-color-rgb) ,.8);
}
.footer-style-3 .pbmit-newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
	width: 33%;
    border-radius: 36px;
    margin-right: 46px;
	transition: all .6s;
    display: inherit;
    padding: 0 30px 0 20px;
}
.footer-style-3 .pbmit-newsletter button:after{
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.footer-style-3 .pbmit-newsletter button:hover{
	color: var(--pbmit-global-color);
}
.footer-style-3 .pbmit-footer-widget-area{
	padding-bottom: 100px;
}	
.footer-style-3 .widget{
	position: relative;
	padding-top: 65px;
}
.footer-style-3 .widget_text{
    font-size: 16px;
    line-height: 26px;
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li{
	margin: 0 6px 5px 0;
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a {
    font-size: 15px;
    display: inline-block;
	color: rgba(var(--pbmit-white-color-rgb),1);
}
.footer-style-3 .pbmit-footer-widget-area .pbmit-social-links li.pbmit-social-li a:hover{
	color: var(--pbmit-global-color);
}
.footer-style-3 .pbmit-footer-widget-area .widget .widget-title {
    font-size: 18px;
    line-height: 26px;
	margin-bottom: 15px;
    letter-spacing: 0px;
    color: var(--pbmit-global-color);
    text-transform: capitalize;
    font-style: normal;
}
.footer-style-3 .pbmit-two-column-menu.widget ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-style-3 .widget ul>li{
	padding: 0 0 10px 0;
}
.footer-style-3 .pbmit-two-column-menu.widget ul>li {
    width: 50%;
	line-height: 20px;
}
.footer-style-3 .pbmit-two-column-menu.widget ul>li:last-child{
	padding-bottom: 0;
}
.footer-style-3 .pbmit-two-column-menu.widget ul li a,
.footer-style-3 .pbmit-timelist-list .pbmit-timelist-time{
	color: rgba(var(--pbmit-white-color-rgb),1);
}
.footer-style-3 .pbmit-two-column-menu.widget ul li a:hover{
	color: var(--pbmit-global-color);
}
.footer-style-3 .pbmit-timelist-list li:last-child{
	padding-bottom: 0;
}
.footer-style-3 .pbmit-timelist-list .pbmit-timelist-time{
	font-weight: 300;
	font-size: 15px;
}
.footer-style-3 .pbmit-footer-text-area>.container{
	position: relative;
}
.footer-style-3 .pbmit-footer-text-area{
	padding: 0;
}
.footer-style-3 .pbmit-footer-text-inner{
	font-size: 16px;
	padding: 20px 35px;
    border-radius: 30px 30px 0 0;
    background-color: var(--pbmit-white-color);
}
.footer-style-3 .pbmit-footer-text-inner:before,
.footer-style-3 .pbmit-footer-text-inner:after{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.footer-style-3 .pbmit-footer-text-inner::before {
    left: -8px;
    border-bottom-right-radius: 20px;
}
.footer-style-3 .pbmit-footer-text-inner:after{
	right: -8px;
    border-bottom-left-radius: 20px;
}
.footer-style-3 .pbmit-footer-copyright-text-area,
.footer-style-3 .pbmit-footer-menu-area .pbmit-footer-menu li a{
	color: var(--pbmit-secondary-color);
}
.footer-style-3 .pbmit-footer-copyright-text-area a{
	color: #666;
}
.footer-style-3 .pbmit-footer-copyright-text-area a:hover{
	color: var(--pbmit-global-color);
}
.footer-style-3 .pbmit-footer-menu-area{
	float: right;
}
.footer-style-3 .pbmit-footer-menu-area .pbmit-footer-menu{
	display: flex;
}
.footer-style-3 .pbmit-footer-menu-area .pbmit-footer-menu li{
	position: relative;
	padding: 0 10px;
}
.footer-style-3 .pbmit-footer-menu-area .pbmit-footer-menu li:last-child{
	padding-right: 0;
}
.footer-style-3 .pbmit-footer-menu-area .pbmit-footer-menu li:not(:first-child):before{
	content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.20);
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.footer-style-3 .pbmit-footer-menu-area .pbmit-footer-menu li a:hover{
	color: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  09 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper{
	position: relative;
	z-index: 1;
	background-image: url(../images/bg/titlebar-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
.pbmit-title-bar-wrapper,
.pbmit-title-bar-content{
	min-height: 480px;
}
.pbmit-title-bar-wrapper:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none!important;
}
.pbmit-title-bar-content{
	position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0px 0px 0 ;
}
.pbmit-title-bar-content-inner{
	width: 100%;
	text-align: center;
}
.pbmit-title-bar-wrapper .pbmit-tbar,
.pbmit-title-bar-wrapper .pbmit-breadcrumb{
	display: block;
}
.pbmit-title-bar-content .pbmit-tbar-inner {
    max-width: none;
    padding: 0 !important;
	margin-bottom: 15px;
}
.pbmit-tbar-subtitle {
	padding-top: 5px;
	margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: var(--pbmit-white-color);
    text-transform: capitalize;
    font-style: normal;
}
.pbmit-tbar-title{
	font-weight: 700;
    font-size: 60px;
    line-height: 60px;
	letter-spacing: 0;
    text-transform: none;
    font-style: normal;
	margin-bottom: 0px;
	color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
	margin-top:50px;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb,
.pbmit-title-bar-wrapper .pbmit-breadcrumb a{
	font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .5px;
    color: var(--pbmit-white-color);
    text-transform: capitalize;
    font-style: normal;	
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner {
    padding-left: 5px;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span {
    display: inline-block;
    font-size: 15px;
}
.pbmit-breadcrumb .pbmit-breadcrumb-inner span i:before{
	margin: 0;
}
.pbmit-breadcrumb-inner .sep {
	line-height: 15px;
    top: 0px;
    position: relative;
	padding: 0 4px;
}
.pbmit-breadcrumb-inner i {
    font-size: 15px;
    color: var(--pbmit-white-color);
    display: inline-block;
}

/*----------------------------------------*/
/*  10 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
     position: relative; 
}
.overlap-wrapper { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 9; 
}
.overlap-img,
.overlap-bg { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
}
.overlap-left {
     margin-left: -500px; 
}
.overlap-right { 
    margin-right: -500px; 
    width: auto; 
    left: 0; 
    right: 0; 
}
.overflow-hidden { 
    overflow: hidden; 
}
.content-element-text {
    position: relative; 
    z-index: 99; 
    padding-top: 60px; 
    padding-bottom: 40px; 
    padding-right: 30px; 
}

/*----------------------------------------*/
/*  11 - Accordion
/*----------------------------------------*/
.accordion-item{
	border: none ;
	position: relative;
	background-color: transparent;
	color: inherit;
    border-bottom: none;
	box-shadow: none;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
	margin-bottom:30px;
}

.accordion-button:not(.collapsed){
	box-shadow: none;
	color: var(--pbmit-blackish-color);
	background-color: transparent;
}
.accordion-button{
	display: inherit;
	margin: 0;
	border-radius: 0 !important;
	font-weight: 600;
	font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    outline: none;
	position: relative;
    padding: 25px 15px 25px 0;
    /* -webkit-transition: all 9s ease-in-out;
    transition: all 9s ease-in-out;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color); */
	font-family: var(--pbmit-heading-typography-font-family);
}
.accordion-item .pbmit-accordion-icon{
	font-size: 14px;
	position: relative;
	display: inline-block;
	width: auto;
    color: var(--pbmit-global-color);
}
.accordion-item:last-of-type{
	border-radius: 0;
}
.pbmit-accordion-icon.pbmit-accordion-icon-right{
	float: right;
    text-align: right;
}
.accordion-item.active .pbmit-accordion-icon-closed{
	display: none;
}
.accordion-item .pbmit-accordion-icon-closed{
	display: block;
}
.accordion-item .pbmit-accordion-icon-opened{
	display: none;
}
.accordion-item.active .pbmit-accordion-icon-opened{
	display: block;
}
.accordion-button::after{
	display: none;
}
.accordion .pbmit-accordion-icon svg{
	width: 1em;
    height: 1em;
	fill: var(--pbmit-global-color);
}
.pbmit-accordion-title:hover{
	color: var(--pbmit-global-color);
}
.accordion-body{
	padding: 0 30px 15px 0;
}
.accordion-body p{
	margin: 0;
	font-size: 15px;
}
.accordion-button:focus{
	box-shadow: none;
}
.pbmit-accordion-style-1 .accordion-item{
	border-bottom: none;
	border-radius: 30px;
	transition: all .25s ease-in-out;
}
.pbmit-accordion-style-1 .accordion-item.active{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-accordion-style-1 .accordion-button{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 24px;
    line-height: 24px;
    color: var(--pbmit-global-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    padding: 40px 35px 10px;
    border-radius: 30px 30px 0 0 !important;
}
.pbmit-accordion-style-1 .accordion-item.active .accordion-button{
	background-color: var(--pbmit-light-color);
}
.pbmit-accordion-style-1 .accordion-item .pbmit-accordion-icon{
	width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    border: 1px solid var(--pbmit-global-color);
    border-radius: 50%;
}
.pbmit-accordion-style-1 .accordion-item .pbmit-accordion-title{
	display: flex;
	color: inherit;
}
.pbmit-accordion-style-1 .accordion-item .pbmit-accordion-title span{
	font-size: 14px;
    line-height: 14px;
    align-self: flex-start;
    margin-right: 2px;
}
.pbmit-accordion-style-1 .accordion-body{
	padding: 10px 35px 40px;
    border-radius: 0 0 30px 30px;
}
.pbmit-accordion-style-1 .accordion-item.active .accordion-body{
	background-color: var(--pbmit-light-color);
}
.pbmit-accordion-blackish-bg.pbmit-accordion-style-1 .accordion-item.active .accordion-button,
.pbmit-accordion-blackish-bg.pbmit-accordion-style-1 .accordion-item.active .accordion-body{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-accordion-blackish-bg.pbmit-accordion-style-1 .accordion-button{
	padding-right: 40px;
	padding-left: 70px;
}
.pbmit-accordion-blackish-bg.pbmit-accordion-style-1 .accordion-item:not(.active) .accordion-button:focus{
	background-color: var(--pbmit-blackish-color);
	padding: 40px 40px 30px 70px;
	border-radius: 30px !important;
}
.pbmit-accordion-blackish-bg.pbmit-accordion-style-1 .accordion-body{
	padding-left: 70px;
	padding-right: 70px;
	color: var(--pbmit-white-color);
}
.pbmit-accordion-blackish-bg.pbmit-accordion-style-1 .accordion-body p{
	font-size: 16px;
}
/*----------------------------------------*/
/*  12 - Circle Progress
/*----------------------------------------*/
.db-circle-overlay { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%); 
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%); 
    left: 0; 
    width: 100%; 
    text-align: center 
}
.db-fidbox-style-2 .db-circle-w { 
    position: relative; 
    text-align: center 
}
.db-fidbox-style-2 .db-fid-title { 
    text-align: center;
    color: #fff; 
    font-size: 14px; 
    font-weight: 600; 
    margin-top: 0 
}
.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number { 
    font-size: 20px;
    color: #fff; 
    font-weight: bold 
}
.db-fidbox-style-2 .db-circle-number sub {
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title { 
    font-size: 18px; 
    line-height: 20px; 
    margin-top: 0 
}
.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
    display: inline-block 
}
.db-fidbox-style-1 .db-fid-title-w { 
    width: 43%; 
    margin-left: 12px 
}
.db-fidbox-style-1 .db-circle-w {
    width: 122px; 
    position: relative; 
    vertical-align: top 
}
.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
    font-size: 20px; 
    font-weight: bold 
}
.db-fidbox-style-1 .db-circle-number sub { 
    bottom: 0 
}
.db-fidbox-style-1 .db-fid-title-w { 
    position: absolute; 
    top: 50%; 
    -khtml-transform: translateX(0%) translateY(-50%); 
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%); 
    -o-transform: translateX(0%) translateY(-50%); 
    transform: translateX(0%) translateY(-50%)
}
.db-fidbox-style-1 .db-fid-title-w h3 { 
    margin-bottom: 0 
}
.db-circle canvas { 
    image-rendering: optimizeSpeed; 
    image-rendering: -moz-crisp-edges; 
    image-rendering: -webkit-optimize-contrast; 
    image-rendering: -o-crisp-edges; 
    image-rendering: pixelated; 
    -ms-interpolation-mode: nearest-neighbor; 
}
.db-circle canvas { 
    max-width: 100%; 
    height: auto !important 
}
.db-overlap-row { 
    position: relative; 
    z-index: 1 
}
.db-overlap-row-section { 
    position: relative; 
    z-index: 2 
}

/*----------------------------------------*/
/*  13 - List Group
/*----------------------------------------*/
.list-group-borderless .list-group-item {
	display: flex;
    font-size: inherit;
	align-items: center;
	padding-bottom: calc(5px/2);
	padding: 0;
	margin-bottom: 5px;
	color: var(--pbmit-blackish-color);
    position: relative;
    border: none;
    background: transparent;
}
.list-group-borderless .list-group-item:not(:first-child){
	margin-top: calc(10px/2);
}
.list-group .pbmit-icon-list-icon{
	color: var(--pbmit-blackish-color);
	display: flex;
    position: relative;
	top: 2px;
}
.list-group .pbmit-icon-list-icon i{
    width: 1.25em;
	line-height: inherit;
	font-size: 20px;
    color: var(--pbmit-global-color);
}
.list-group .pbmit-icon-list-text{
	font-size: 16px;
	line-height: 26px;
	padding-left: 10px;
    margin-bottom: 0;
	color: var(--pbmit-blackish-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.list-group.list-group-style-1 .list-group-item svg{
	width: 20px;
    height: 20px;
    fill: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  14 -  Portfolio
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1{
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content{
	position: absolute;
	top: inherit;
	bottom: 32px;
	left: 40px;
	right: 40px;
	z-index: 2;
}
.pbmit-portfolio-style-1 .pbmit-port-cat a{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-1 .pbmit-port-cat a:hover{
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title,
.pbmit-portfolio-style-1 .pbmit-portfolio-title a{
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-1 .pbmit-portfolio-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper img{
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	border-radius: 30px;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img{
	transform: scale(1.001) rotate(0);
}
.pbmit-element-portfolio-style-1 .pbmit-element-inner .swiper-wrapper{
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.pbmit-portfolio-style-1 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-portfolio-style-1 .pbminfotech-post-content::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to top, rgba(var(--pbmit-secondary-color-rgb), 1) 0%,rgba(var(--pbmit-secondary-color-rgb), 0) 52%,rgba(var(--pbmit-secondary-color-rgb), 0) 73%);
}
/** Style 2 **/
.pbmit-portfolio-style-2{
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbminfotech-box-content{
	position: absolute;
	top: inherit;
	bottom: 40px;
	left: 40px;
	right: 40px;
	padding: 25px 30px;
	opacity: 0;
	border-radius: 20px;
	word-break: break-word;
	transform: translateY(100%) scale(0.7);
	background: var(--pbmit-white-color);
	transition: all .5s;
}
.pbmit-portfolio-style-2:hover .pbminfotech-box-content{
	transition: all .5s;
	opacity: 1;
	transform: translateY(0);
}
.pbmit-portfolio-style-2 .pbmit-port-cat a{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-2 .pbmit-port-cat a:hover{
	color: var(--pbmit-secondary-color);
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title:hover{
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper img{
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	border-radius: 30px;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
}
.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img{
	transform: scale(1.001) rotate(0);
}
.pbmit-portfolio-style-2 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
/** Style 3 **/
.pbmit-portfolio-style-3{
	margin-bottom: 30px;
}
.pbmit-portfolio-style-3 .pbminfotech-post-content{
	position: relative;
}
.pbmit-portfolio-style-3 .pbminfotech-box-content{
	opacity: 0;
	transition: all .2s;
	transform: scale(0.9);
	max-width: unset;
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 30px;
	background: rgba(var(--pbmit-global-color-rgb),.9);
	will-change: opacity;
	border-radius: 30px;
}
.pbmit-portfolio-style-3:hover .pbminfotech-box-content{
	opacity: 1;
	transition: all .2s;
	transform: scale(1);
}
.pbmit-portfolio-style-3 .pbmit-port-cat,
.pbmit-portfolio-style-3 .pbmit-port-cat a{
	color: var(--pbmit-white-color);
	font-size: 14px;
}
.pbmit-portfolio-style-3 .pbmit-title:hover,
.pbmit-portfolio-style-3 .pbmit-port-cat a:hover{
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-title a,
.pbmit-portfolio-style-3 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	color: var(--pbmit-white-color);
	margin-bottom: 0;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-portfolio-style-3 .pbmit-featured-wrapper img{
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border-radius: 30px;
}
.pbmit-portfolio-style-3:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.pbmit-portfolio-style-3:hover .pbmit-portfolio-btn{
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn i{
	font-size:22px;
	line-height:26px;
	color: var(--pbmit-white-color);
	z-index: 1;
	position: relative;
}
.pbmit-portfolio-style-3 .pbmit-portfolio-btn a:hover i{
	color: var(--pbmit-white-color);
}
.pbmit-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.pbmit-portfolio-style-3-new .pbmit-portfolio-style-3{
	margin-bottom: 5px;
}
.pbmit-portfolio-style-3-new .pbmit-portfolio-style-3 .pbminfotech-box-content,
.pbmit-portfolio-style-3-new .pbmit-portfolio-style-3 .pbmit-featured-wrapper img,
.pbmit-portfolio-style-3-new .pbmit-portfolio-style-3 .pbmit-featured-wrapper{
	border-radius: 8px;
}

/** Style 4 **/
.pbmit-element-portfolio-style-4 .pbmit-titlebox-wrap,
.pbmit-element-portfolio-style-4 .pbmit-portfolio-title a,
.pbmit-element-portfolio-style-4 .pbmit-portfolio-title{
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}
.pbmit-element-portfolio-style-4 .pbmit-main-hover-faded{
	position: relative;
	overflow: hidden;
}
.pbmit-element-portfolio-style-4 .pbmit-featured-img-wrapper::before{
	position:absolute;
	content: '';
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: -moz-linear-gradient(to top, rgba(var(--pbmit-blackish-color-rgb), 1) 0, rgba(var(--pbmit-blackish-color-rgb), .11) 68%, rgba(var(--pbmit-blackish-color-rgb), 0) 76%);
	background: -webkit-linear-gradient(to top, rgba(var(--pbmit-blackish-color-rgb), 1) 0, rgba(var(--pbmit-blackish-color-rgb), .11) 68%, rgba(var(--pbmit-blackish-color-rgb), 0) 76%);
	background: linear-gradient(to top, rgba(var(--pbmit-blackish-color-rgb), 1) 0, rgba(var(--pbmit-blackish-color-rgb), .11) 68%, rgba(var(--pbmit-blackish-color-rgb), 0) 76%);
}
.pbmit-element-portfolio-style-4 .swiper-hover-slide-nav .pbmit-content-box-inner{
	border-right: 1px solid rgba(var(--pbmit-white-color-rgb),.5);
}
.pbmit-element-portfolio-style-4 .swiper-hover-slide-images{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
}
.pbmit-element-portfolio-style-4 .swiper-hover-slide-nav .pbmit-content-box-inner{
	height: 76vh;
}
.pbmit-element-portfolio-style-4 .pbmit-content-box-inner{
	display: grid;
}
.pbmit-element-portfolio-style-4 .pbmit-titlebox-wrap{
	align-self: self-end;
	padding: 45px;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pbmit-element-portfolio-style-4 .pbmit-hover-image-faded .swiper-slide img{
	transition: all 0.5s;
	width: 100%;
	height: 800px;
	object-fit: cover;
}
.pbmit-element-portfolio-style-4 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 34px;
	margin: 0;
}
.pbmit-element-portfolio-style-4 .pbmit-portfolio-title a{
	color: var(--pbmit-white-color);
}
.pbmit-element-portfolio-style-4 .swiper-slide.pbmit-active .pbmit-portfolio-title a{
	color: var(--pbmit-secondary-color);
}
.pbmit-element-portfolio-style-4 .pbmit-portfolio-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-element-portfolio-style-4 .swiper-hover-slide-nav .pbmit-port-cat a {
	color: var(--pbmit-global-color);
	position: relative;
	font-size: 16px;
}
.pbmit-element-portfolio-style-4 .swiper-hover-slide-nav .pbmit-port-cat a:hover{
	color: var(--pbmit-blackish-color);
}
.pbmit-element-portfolio-style-4 .pbmit-ele-header-area{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pbmit-element-portfolio-style-4 .pbmit-portfolio-btn{
	transition: all .4s ease-in;
}
.pbmit-element-portfolio-style-4 .pbmit-portfolio-btn a{
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	color: var(--pbmit-white-color);
	border: 1px solid var(--pbmit-white-color);
}
.pbmit-element-portfolio-style-4 .pbmit-portfolio-btn a > i{
	display: inline-block;
}
.pbmit-element-portfolio-style-4 .pbmit-active .pbmit-portfolio-btn a{
	color: var(--pbmit-global-color);
	border-color: var(--pbmit-global-color);
}
.pbminfotech-element.pbmit-element-portfolio-style-4 .swiper-button-next,
.pbminfotech-element.pbmit-element-portfolio-style-4 .swiper-button-prev{
	background-color: rgba(var(--pbmit-white-color-rgb),.4);
	margin: 0 30px;
	display: none;
}
.pbmit-element-portfolio-style-4 .swiper-hover-slide-nav .swiper-slide{
	overflow: hidden;
}
.pbmit-element-portfolio-style-4 .swiper-slide .pbmit-titlebox-wrap{
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	position: relative;
	overflow: hidden;
}
.pbmit-element-portfolio-style-4 .swiper-slide .pbmit-titlebox-wrap::after{
	position: absolute;
	content: '';
	left: 0;
	height: 100%;
	width: 100%;
	bottom: 100%;
	top: 100%;
	z-index: -1;
	-webkit-transition: .9s cubic-bezier(.68,1.55,.265,.55);
	-moz-transition: .9s cubic-bezier(.68, 1.55, .265, .55);
	-ms-transition: .9s cubic-bezier(.68, 1.55, .265, .55);
	-o-transition: .9s cubic-bezier(.68, 1.55, .265, .55);
	transition: .9s cubic-bezier(.68,1.55,.265,.55);
}
.pbmit-element-portfolio-style-4 .swiper-slide.pbmit-active .pbmit-titlebox-wrap::after{
	top: 0;
	background-color:var(--pbmit-white-color);
}

/** Style 5 **/
.pbmit-portfolio-style-5{
	overflow: hidden;
	margin-bottom: 15px;
	padding-left:15px;
}
.pbmit-portfolio-style-5 .pbminfotech-post-content,
.pbmit-portfolio-style-5 .pbminfotech-box-content,
.pbmit-portfolio-style-5 .pbmit-featured-wrapper img,
.pbmit-portfolio-style-5 .pbmit-featured-wrapper{
	border-radius: 8px;
}
.pbmit-portfolio-style-5 .pbminfotech-box-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: inherit;
	bottom: 40px;
	left: 20px;
	right: 20px;
	padding: 25px 30px;
	opacity: 0;
	word-break: break-word;
	transform: translateY(100%) scale(0.7);
	background: var(--pbmit-white-color);
	transition: all .5s;
}
.pbmit-portfolio-style-5:hover .pbminfotech-box-content{
	transition: all .5s;
	opacity: 1;
	transform: translateY(0);
}
.pbmit-portfolio-style-5 .pbmit-port-cat a{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-5 .pbmit-port-cat a:hover{
	color: var(--pbmit-secondary-color);
}
.pbmit-portfolio-style-5 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-5 .pbmit-portfolio-title:hover{
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-5 .pbmit-portfolio-title{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-5 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-5 .pbmit-featured-wrapper img{
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
	aspect-ratio: 1/1.1;
	object-fit: cover;

}
.pbmit-portfolio-style-5:hover .pbmit-featured-wrapper img{
	transform: scale(1.001) rotate(0);
}
.pbmit-portfolio-style-5 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-5 .pbmit-portfolio-btn a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-5 .pbmit-portfolio-btn a > i::before{
	font-weight: 600;
}
.pbmit-element-portfolio-style-5 .pbmit-portfolio-btn a > i{
	display: inline-block;
}
.pbmit-portfolio-style-5:hover .pbmit-portfolio-btn a{
	background-color: var(--pbmit-blackish-color);
}

/** Style 6 **/
.pbmit-portfolio-style-6 .pbmit-featured-img-wrapper img{
	width: 100%;
	border-radius: 30px;
}
.pbmit-portfolio-style-6 .pbminfotech-box-content {
	position: absolute;
	z-index: 3;
	bottom: 30px;
	left: 30px;
	word-break: break-word;
	-webkit-transition: clip-path 0.4s ease-out;
	transition: clip-path 0.4s ease-out;
	overflow: hidden;
	opacity: 0;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
}
.pbmit-portfolio-style-6 .pbminfotech-box-content .pbmit-port-cat{
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 20px 5px 20px;
	border-radius: 10px 10px 0 0;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-6 .pbminfotech-box-content .pbmit-port-cat::after{
	content: '';
	position: absolute;
	background-color: transparent;
	bottom: 0px;
	right: -10px;
	height: 30px;
	width: 10px;
	z-index: -1;
	border-bottom-left-radius: 10px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-portfolio-style-6 .pbminfotech-box-content .pbmit-portfolio-title{
	font-size: 22px;
	line-height: 28px;
	width: 240px;
	word-wrap: break-word;
	margin-bottom: 0;
	padding: 5px 20px 10px 20px;
	border-radius: 0 10px 10px 10px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-6 .pbmit-featured-wrapper{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-portfolio-style-6 .pbmit-featured-wrapper img{
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pbmit-portfolio-style-6:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}
.pbmit-element-portfolio-style-6 .pbmit-element-viewtype-carousel-4 .pbmit-portfolio-style-6.pbmit-even{
	margin-top: 30px;
}
/** Style 7 **/
.pbmit-portfolio-style-7{
	overflow: hidden;
}
.pbmit-portfolio-style-7 .pbminfotech-box-content{
	position: absolute;
	top: inherit;
	bottom: -10px;
	left: 40px;
	right: 40px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.pbmit-portfolio-style-7:hover .pbminfotech-box-content{
	bottom: 32px;
	opacity: 1;
	visibility: visible;
}
.pbmit-portfolio-style-7 .pbmit-port-cat a{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-7 .pbmit-port-cat a:hover{
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-7 .pbmit-portfolio-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-portfolio-style-7 .pbmit-portfolio-title,
.pbmit-portfolio-style-7 .pbmit-portfolio-title a{
	color: var(--pbmit-white-color);
}
.pbmit-portfolio-style-7 .pbmit-portfolio-title a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-7 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
}
.pbmit-portfolio-style-7 .pbmit-featured-wrapper img{
	width: 100%;
	transform: scale(1.05) rotate(.5deg);
	transform-origin: 90% 50%;
	border-radius: 20px;
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
	aspect-ratio: 1/1.3;
	object-fit: cover;
}
.pbmit-element-viewtype-carousel.pbmit-element-portfolio-style-7 .pbmit-element-posts-wrapper{
	border-radius: 20px;
}
.pbmit-portfolio-style-7:hover .pbmit-featured-wrapper img{
	transform: scale(1.001) rotate(0);
}
.pbmit-element-portfolio-style-7 .pbmit-element-inner .swiper-wrapper{
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.pbmit-portfolio-style-7 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.pbmit-portfolio-style-7 .pbminfotech-post-content::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to top, rgba(var(--pbmit-secondary-color-rgb), 1) 0%,rgba(var(--pbmit-secondary-color-rgb), 0) 52%,rgba(var(--pbmit-secondary-color-rgb), 0) 73%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease 0s;
}
.pbmit-portfolio-style-7:hover .pbminfotech-post-content::before{
	opacity: 1;
	visibility: visible;
}
/*----------------------------------------*/
/*  15 - Client
/*----------------------------------------*/
/** Style 1 **/
.pbmit-hide{
	display: none;
}
.pbmit-client-style-1 .pbmit-border-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 70px;
}
.pbmit-client-style-1 .pbmit-client-wrapper {
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	position: relative;
    text-align: center;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-border-wrapper{
	transition: all .4s ease-in;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-1:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper {
	transform: translateY(100%);
}
/* pbmit-client-style-1-new */
.pbmit-client-style-1-new .pbmit-client-style-1 .pbmit-border-wrapper{
	padding: 10px 30px;
}
.pbmit-client-style-1-new .pbmit-client-style-1 .pbmit-border-wrapper{
	margin-bottom: 30px;
}
/** Style 2 **/
.pbmit-client-style-2{
	padding: 45px 0;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
	display: block;
	margin-bottom: 0px !important;
}
.pbmit-element-client-style-2 .col-md-2.pbmit-ele-client:nth-of-type(11),
.pbmit-element-client-style-2 .col-md-2.pbmit-ele-client:nth-of-type(9),
.pbmit-element-client-style-2 .col-md-2.pbmit-ele-client:nth-of-type(7),
.pbmit-element-client-style-2 .col-md-2.pbmit-ele-client:nth-of-type(6),
.pbmit-element-client-style-2 .col-md-2.pbmit-ele-client:nth-of-type(4),
.pbmit-element-client-style-2 .col-md-2.pbmit-ele-client:nth-of-type(2),
.pbmit-element-client-style-2 .col-md-6.col-lg-3.pbmit-ele-client:nth-of-type(12),
.pbmit-element-client-style-2 .col-md-6.col-lg-3.pbmit-ele-client:nth-of-type(10),
.pbmit-element-client-style-2 .col-md-6.col-lg-3.pbmit-ele-client:nth-of-type(7),
.pbmit-element-client-style-2 .col-md-6.col-lg-3.pbmit-ele-client:nth-of-type(5),
.pbmit-element-client-style-2 .col-md-6.col-lg-3.pbmit-ele-client:nth-of-type(4),
.pbmit-element-client-style-2 .col-md-6.col-lg-3.pbmit-ele-client:nth-of-type(2),
.pbmit-element-client-style-2 .col-md-4.pbmit-ele-client:nth-child(even),
.pbmit-element-client-style-2 .col-md-6:not(.col-lg-3).pbmit-ele-client:nth-of-type(11),
.pbmit-element-client-style-2 .col-md-6:not(.col-lg-3).pbmit-ele-client:nth-of-type(10),
.pbmit-element-client-style-2 .col-md-6:not(.col-lg-3).pbmit-ele-client:nth-of-type(7),
.pbmit-element-client-style-2 .col-md-6:not(.col-lg-3).pbmit-ele-client:nth-of-type(6),
.pbmit-element-client-style-2 .col-md-6:not(.col-lg-3).pbmit-ele-client:nth-of-type(3),
.pbmit-element-client-style-2 .col-md-6:not(.col-lg-3).pbmit-ele-client:nth-of-type(2),
.pbmit-element-client-style-2 .col-md-12.pbmit-ele-client:nth-child(even),
.pbmit-element-client-style-2 .col-md-20percent.pbmit-ele-client:nth-child(even),
.pbmit-client-style-2-new .pbmit-client-style-2:nth-child(even){
	border: none;
}
.pbmit-client-style-2 .pbmit-client-wrapper{
	overflow: hidden;
	display: block;
	position: relative;
    text-align: center;
    z-index: 1;
    height: -webkit-max-content;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-2 .pbmit-client-with-hover-img .pbmit-featured-wrapper,.pbmit-client-style-2 .pbmit-client-hover-img{
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease,-webkit-transform .4s ease
}
.pbmit-client-style-2 .pbmit-client-hover-img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	display: block;
	text-align: center;
	width: 100%
}
.pbmit-client-style-2 .pbmit-client-with-hover-img .pbmit-client-hover-img{
	transform: translateY(-100%)
}
.pbmit-client-style-2 .pbmit-client-with-hover-img:hover .pbmit-client-hover-img{
	visibility: visible;
	transform: translateY(0)
}
.pbmit-client-style-2 .pbmit-client-with-hover-img:hover .pbmit-featured-wrapper{
	transform: translateY(100%)
}

/** Style 3 **/
.pbmit-client-style-3 .pbmit-border-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 0;
}
.pbmit-client-style-3 .pbmit-client-wrapper {
	overflow: hidden;
	z-index: 1;
	height: -webkit-max-content;
	display: inline-block;
	position: relative;
	text-align: center;
	transition: transform .4s ease,-webkit-transform .4s ease;
}
.pbmit-client-style-3 .pbmit-border-wrapper{
	transition: all .4s ease-in;
}
.pbmit-client-style-3 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-3 .pbmit-client-with-hover-img .pbmit-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-3 .pbmit-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}
.pbmit-client-style-3:hover .pbmit-client-with-hover-img .pbmit-client-hover-img {
	visibility: visible;
	transform: translateY(0%);
}
.pbmit-client-style-3:hover .pbmit-client-with-hover-img .pbmit-featured-wrapper {
	transform: translateY(100%);
}
.pbmit-client-style-3 .pbmit-featured-wrapper img{
	opacity: .7;	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-client-style-3 .pbmit-client-hover-img img{
	filter: brightness(150);
}

/*----------------------------------------*/
/* 16 - Pricing
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-head-wrap::before{
	transition: all 0.6s ease-in-out;
}
.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap{
	position: relative;
	text-align: center;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-head-wrap::before{
	content: "";
	position: absolute;
	background-color: var(--pbmit-secondary-color);
	width: 0%;
	height: 1px;
	bottom:-1px;
	left: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbmit-head-wrap::before,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-head-wrap::before{
	background-color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbmit-head-wrap,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-head-wrap{
	border-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:hover .pbmit-head-wrap::before{
	width: 100%;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading{
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	color: var(--pbmit-global-color);
	margin-bottom: 25px;
	font-weight: 600;
	border: 1px solid var(--pbmit-global-color);
	border-radius: 30px;
	display: inline-block;
	padding: 0 20px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbminfotech-ptable-heading,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbminfotech-ptable-heading{
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbmit-ptable-line,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-ptable-line,

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbminfotech-ptable-frequency,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbminfotech-ptable-frequency,

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbmit-ptable-price-w,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-ptable-price-w{
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
	background-color: var(--pbmit-white-color);
	position: relative;
	padding: 45px 40px;
	border-radius: 30px;
	border:1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(4) .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(2) .pbmit-pricing-table-box{
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol{
	font-size: 50px;
	line-height: 50px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price{
	font-size: 90px;
	line-height: 90px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-price-w{
	display: flex;
	align-items: flex-start;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency{
	color: var(--pbmit-blackish-color);
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	color: var(--pbmit-blackish-color);
	position: relative;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner{
	padding: 25px 0 0px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line{
	margin-bottom: 10px;
	position: relative;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line:last-child{
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line .pbmit-ptable-line-svg,
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line i{
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-btn .pbmit-button a{
	padding: 14px 30px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border: none;
	width: 100%;	
	position: relative;
    display: inline-block;
	border-radius: 30px;
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-btn .pbmit-button a:hover{
	background-color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col:nth-child(even) .pbmit-button a,
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-button a{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col.pbmit-ptable-col:nth-child(odd) .pbmit-button a{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col.pbmit-ptable-col:nth-child(odd) .pbmit-button a:hover{
	background-color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line .pbmit-ptable-line-svg{
	display: inline-block;
	margin-right: 5px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-line svg{
	width: 15px;
	height: 15px;
	margin: 0 15px 0 0;
	fill: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-btn{
	text-align: center;
	margin-top: 40px;
}
.pbminfotech-ele-ptable-style-1 .pbmit-button .pbmit-button-text{
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.25px;
    text-transform: capitalize;
    font-style: normal;
}
.pbminfotech-ele-ptable-style-1 .pbmit-button .pbmit-button-wrapper .pbmit-button-text{
	position: relative;
	overflow: hidden;
}
.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col .pbmit-pricing-table-box:hover{
	transform: translateY(-5px);
}
.pbminfotech-ele-ptable-style-1 .pbmit-button i{
	display: none;
}
/* pbmit-pricing-style-1-new */
.pbmit-pricing-style-1-new .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
	background-color: var(--pbmit-light-color);
	border: none
}
.pbmit-pricing-style-1-new .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box{
	background-color: var(--pbmit-global-color);
}
.pbmit-pricing-style-1-new .pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading{
	background-color: var(--pbmit-white-color);
}
.pbmit-pricing-style-1-new .pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading{
	background-color: transparent;
}
/** Style 2 **/
.pbminfotech-ele-ptable-style-2  .pbmit-pricing-table-box,
.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap::before{
	transition: all 0.6s ease-in-out;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col{
	margin-bottom: 30px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap{
	width: 37%;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-heading{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 500;
}
.pbminfotech-ele-ptable-style-2 .pbmit-price-wrapper{
	display: flex;
	align-items: flex-end;
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box{
	position: relative;
	overflow: hidden;
	display: flex;
	padding: 60px 40px 90px;
	border-radius: 20px;
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-light .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box{
	background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-symbol{
	font-size: 36px;
	line-height: 36px;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-symbol,
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-price{
	font-weight: 700;
    font-style: normal;
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-price{
	font-size: 60px;
	line-height: 60px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-w{
	display: flex;
	align-items: flex-start;
	color: var(--pbmit-secondary-color);
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-frequency{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 400;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner{
	width: 100%;
	padding: 0 10px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines-w{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line{
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line i{
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line svg{
	font-size: 16px;
	line-height: 16px;
	fill: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-line:last-child{
	margin-bottom: 0;
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn .pbmit-button a{
	padding: 18px 30px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
	border: none;
	width: 100%;
	border-radius: 30px 30px 0 0;
	position: relative;
	display: inline-block;
}
.pbmit-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn .pbmit-button a,
.pbmit-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn .pbmit-button a{
	color: var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn .pbmit-button a{
	background-color: var(--pbmit-light-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn .pbmit-button a{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn .pbmit-button a{
	background-color: var(--pbmit-secondary-color);
}
.pbmit-bg-color-global .pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn .pbmit-button a{
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn .pbmit-button a:hover{
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-global .pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn .pbmit-button a:hover{
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn{
	position: absolute;
	bottom: 0;
	right: 45px;
	display: inline-block;
	text-align: center;
	margin-top: 40px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-col .pbmit-pricing-table-box:hover{
	transform: translateY(-5px);
}
.pbminfotech-ele-ptable-style-2 .pbmit-button-wrapper::after{
	content: '\e8eb';
	font-family: "pbminfotech-base-icons";
	display: inline-block;
	margin-left: 10px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-button-inner::after,
.pbminfotech-ele-ptable-style-2 .pbmit-button-inner::before{
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-bg-color-light .pbminfotech-ele-ptable-style-2 .pbmit-button-inner::after,
.pbmit-bg-color-light .pbminfotech-ele-ptable-style-2 .pbmit-button-inner::before{
	box-shadow: 0 20px 0 0 var(--pbmit-light-color);
}
.pbmit-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-button-inner::after,
.pbmit-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-button-inner::before{
	box-shadow: 0 20px 0 0 var(--pbmit-blackish-color);
}
.pbmit-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-button-inner::after,
.pbmit-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-button-inner::before{
	box-shadow: 0 20px 0 0 var(--pbmit-secondary-color);
}
.pbmit-bg-color-global .pbminfotech-ele-ptable-style-2 .pbmit-button-inner::after,
.pbmit-bg-color-global .pbminfotech-ele-ptable-style-2 .pbmit-button-inner::before{
	box-shadow: 0 20px 0 0 var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-button-inner::before{
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-button-inner::after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-bg-color-white .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box{
	background-color: var(--pbmit-light-color);
}
/* Featured Column */
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box{
	background-color: var(--pbmit-blackish-color);
}
.pbmit-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box,
.pbmit-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box{
	background-color: var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap{
	border-color: rgba(var(--pbmit-global-color-rgb), 0.5);
}
.pbmit-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap,
.pbmit-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-head-wrap{
	border-color: rgba(var(--pbmit-blackish-color-rgb), 0.1);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-heading,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-frequency,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-price-w{
	color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price,
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line i{
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price,
.pbmit-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbminfotech-ptable-price,
.pbmit-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line i,
.pbmit-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line i{
	color: var(--pbmit-blackish-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg{
	fill: var(--pbmit-global-color);
}
.pbmit-bg-color-secondary .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg,
.pbmit-bg-color-blackish .pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-featured-col .pbmit-ptable-line svg{
	fill: var(--pbmit-blackish-color);
}

/* --------------------------------------
* 17 - Sortable
* ---------------------------------------*/
.pbmit-sortable-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}
.pbmit-sortable-list-ul li {
	display: inline-block;
}
.pbmit-sortable-list-ul li::before {
	content: ' ';
	margin: 0 10px;
}
.pbmit-sortable-list-ul li:first-child::before {
	display: none;
}
.pbmit-sortable-list a {
	display: inline-block;
	font-size: 16px;
	padding: 8px 20px;
	font-weight: 400;
	min-width: 100px;
	border-radius: 20px;
}
.pbmit-sortable-list a.pbmit-selected {
	background: var(--pbmit-blackish-color);
	color: var(--pbmit-white-color);
}
.pbmit-sortable-list-style-2 .pbmit-sortable-list-ul{
	text-align: left;
}
.pbmit-sortable-list-style-2 ul li:before{
	display: none;
}
.pbmit-sortable-list-style-2 .pbmit-sortable-list-ul a{
	position: relative;
	display: inline;
	font-weight: 500;
	padding: 0;
	margin-right: 40px;
}
.pbmit-sortable-list-style-2 .pbmit-sortable-list-ul a.pbmit-selected {
	color: var(--pbmit-global-color);
	background-color: transparent;
}
.pbmit-bg-color-blackish .pbmit-sortable-list a.pbmit-selected {
	color: var(--pbmit-global-color);
}
.pbmit-bg-color-blackish .pbmit-sortable-list a{
	color: var(--pbmit-white-color);
}

/* --------------------------------------
* 18 - Img Animation
* ---------------------------------------*/
.pbmit-animation-style1,
.pbmit-animation-style2,
.pbmit-animation-style3,
.pbmit-animation-style4{
	display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.pbmit-animation-style1 img,
.pbmit-animation-style2 img,
.pbmit-animation-style3 img,
.pbmit-animation-style4 img{
	transform-origin: 50% 50%;
	transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

/* --------------------------------------
* 19 - Marquee
* ---------------------------------------*/
/** Style 1 **/
.pbmit-marquee-effect-style-1 .pbmit-element-title{
	font-size:90px;
	line-height: 120px!important;
	position: relative!important;
	overflow: visible!important;
	display: flex;
	overflow: visible!important;
	text-shadow: 1px 1px 0 rgba(var(--pbmit-blackish-color-rgb) ,.2), -1px -1px 0 rgba(var(--pbmit-blackish-color-rgb) ,.2), 1px -1px 0 rgba(var(--pbmit-blackish-color-rgb) ,.2), -1px 1px 0 rgba(var(--pbmit-blackish-color-rgb) ,.2), 1px 1px 0 rgba(var(--pbmit-blackish-color-rgb) ,.2);
	-webkit-text-fill-color: var(--pbmit-white-color);
	-webkit-text-stroke-width: 0;
	color: transparent;
	letter-spacing: -1px;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover{
	text-shadow: 1px 1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), -1px -1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), 1px -1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), -1px 1px 0 rgba(var(--pbmit-global-color-rgb) ,.2), 1px 1px 0 rgba(var(--pbmit-global-color-rgb) ,.2);
}
.pbmit-marquee-effect-style-1 .pbmit-element-title::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	content: attr(data-text);
	transition: max-width .8s cubic-bezier(.22, .61, .36, 1);
	-webkit-text-fill-color: var(--pbmit-global-color);
	-webkit-text-stroke: transparent;
	max-width: 0;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover::before{
	max-width: 100%;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
	padding-left: 100px;
	margin-left: 50px;
	position: relative;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
	content: "+";
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 90px;
	line-height: 90px;
	transform: translateY(-50%);
	font-weight: 700;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}

/* --------------------------------------
* 20 - Tab
* ---------------------------------------*/
.pbmit-tab {
	display: flex;
	align-items: center;
}
.pbmit-tab .nav-tabs{
	margin: 0;
	display: block;
	border: none;
}
.pbmit-tab .nav .nav-item a.active{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-color: var(--pbmit-global-color);
}
.pbmit-tab .nav .nav-item a{
	padding: 5px 5px 5px 40px;
    margin-bottom: 20px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    width: 347px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
	font-weight: 700;
}
.pbmit-tab .nav-tabs i{
	display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    background: var(--pbmit-light-color);
    color: var(--pbmit-global-color);
    transition: all 0.3s ease-in;
}
.pbmit-tab .nav-tabs .nav-link.active i{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-tab .tab-content{
	padding-left: 75px;
}
.pbmit-tab .tab-content .tab-pane.active{
    animation: pbmit-faded 3s;
}
@keyframes pbmit-faded{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.pbmit-tab .pbmit-tab-img img {
    border-radius: 30px;
}
.pbmit-tab .pbmit-tab-list {
    padding-left: 80px;
}
.pbmit-tab .pbmit-tab-list .list-group{
	margin-top: 40px;
}
.pbmit-tab .pbmit-tab-list .list-group .pbmit-icon-list-icon i{
	font-size: 16px;
}
.pbmit-tab .pbmit-tab-list h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
}
.pbmit-tab.style-2{
	display: block;
}
.pbmit-tab.style-2 .nav-tabs{
	display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 25px;
	flex-wrap: initial;
}
.pbmit-tab.style-2 .nav .nav-item a{
	width: auto;
	font-size: 16px;
	padding: 12px 30px;
	border: none;
	color: inherit;
	margin-bottom: 0;
	text-align: center;
}
.pbmit-tab.style-2 .nav .nav-item a.active{
	color: var(--pbmit-white-color);
}
.pbmit-tab.style-2 .tab-content{
	padding: 0;
}
.pbmit-tab.style-2 .pbmit-column-inner{
	padding: 40px;
    border-radius: 20px;
    background: linear-gradient(to bottom, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.pbmit-tab.style-2 .list-group .pbmit-icon-list-icon i{
	transform: rotate(12deg);
	font-size: 18px;
}
.pbmit-tab.style-2 .pbmit-tab-inner-content{
	position: relative;
	padding: 70px  160px 70px 40px;
}
.pbmit-tab.style-2 .pbmit-tab-heading h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 18px;
	text-transform: capitalize;
    color: var(--pbmit-blackish-color);
}
.pbmit-tab.style-2 .pbmit-tab-highlight {
    position: absolute;
    right: -100px;
    top: 65px;
}
.pbmit-tab.style-2 .pbmit-tab-highlight h3{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	text-transform: capitalize;
	width: 170px;
	height: 170px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	border-radius: 50%;
	padding: 0 10px;
	background-color: var(--pbmit-blackish-color);
	border: 15px solid var(--pbmit-white-color);
	color: var(--pbmit-white-color);
}
.pbmit-tab.style-2 .pbmit-tab-highlight h3 span{
	font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 2px;
}
.pbmit-tab.style-2 .list-group{
	margin: 20px 0 40px 0;
}
.pbmit-tab.style-2 .pbmit-tab-image-wrap img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.pbmit-tab.style-2 .pbmit-tab-inner-content .pbmit-btn-outline{
	color: var(--pbmit-blackish-color);
}
.pbmit-tab.style-2 .pbmit-tab-inner-content .pbmit-btn-outline:hover{
	color: var(--pbmit-global-color);
}

/* --------------------------------------
* 21 - Banner Slider
* ---------------------------------------*/
.pbmit-slider-area .transform-top{
	opacity: 0;
    transform: translateY(-120px);
    transition: all 1000ms ease;
}
.swiper-slide-active .transform-top{
	opacity: 1;
	transform: translateY(0);
}
.pbmit-slider-area .transform-bottom{
	opacity: 0;
    transform: translateY(50px);
    transition: all 1000ms ease;
}
.swiper-slide-active .transform-bottom{
	opacity: 1;
    transform: translateY(0);
}
.pbmit-slider-area .transform-bottom-1{
	opacity: 0;
    transition: all 1000ms ease;
	transform: perspective(600px) translate3d(0px, 50px, -40px) rotateX(-70deg);
}
.swiper-slide-active .transform-bottom-1{
	opacity: 1;
	transform-origin: 50% 50%;
	transform: perspective(600px) translate(1px, 0px);
}
.pbmit-slider-area .transform-left{
	opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(-200px);
}   
.swiper-slide-active .transform-left {
	opacity: 1;
	transform: translateX(0);
}
.pbmit-slider-area .transform-right{
	opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(200px);
}
.swiper-slide-active .transform-right{
	opacity: 1;
    transform: translateX(0);
}
.pbmit-slider-area .transform-center{
	opacity: 0;
    transition: all 1000ms ease;
    transform: scale(0.9);
}
.swiper-slide-active .transform-center {
	opacity: 1;
	transform: scale(1);
}
.swiper-slide-active .transform-delay-1{
	transition-delay: 1000ms;
}
.swiper-slide-active .transform-delay-2{
	transition-delay: 1400ms;
}
.swiper-slide-active .transform-delay-3{
	transition-delay: 1700ms;
}
.swiper-slide-active .transform-delay-4{
	transition-delay: 1900ms;
}
.swiper-slide-active .transform-delay-5{
	transition-delay: 2100ms;
}
.swiper-slide-active .transform-delay-6{
	transition-delay: 2200ms;
}
.pbmit-slider-area .pbmit-slider-bg{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pbmit-slider-area .swiper-slider{
	padding-bottom: 0 !important;
}
.pbmit-slider-area .pbmit-slider-content .pbmit-sub-title,
.pbmit-slider-area .pbmit-slider-content .pbmit-title{
	color: var(--pbmit-white-color);
}
/** Style 1 **/
.pbmit-slider-one .pbmit-slider-item{
	display: flex;
	align-items: center;
	height: 900px;
	background-color: rgba(64, 50, 38, 0.2);
}
.pbmit-slider-one .pbmit-sub-title{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}
.pbmit-slider-one .pbmit-title{
	font-size: 72px;
	line-height: 76px;
	margin-bottom: 30px;
}
.pbmit-slider-one .pbmit-btn-outline{
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-white-color);
}
.pbmit-slider-one .pbmit-btn-outline:hover{
	color: var(--pbmit-white-color);
}
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets{
	display: block;
	width: 200px;
	height: 100px;
	line-height: 100px;
	right: 0;
	left: auto;
	bottom: 0;
	border-radius: 20px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	background-color: rgba(var(--pbmit-global-color-rgb),.5) !important;
}
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover{
	background-color: var(--pbmit-global-color) !important;
}
/** Style 2 **/
.pbmit-slider-two .pbmit-slider-item{
	padding: 330px 0 230px 0;
	background-color: rgba(0, 0, 0, 0.22);
}
.pbmit-slider-two .pbmit-sub-title{
	font-size: 60px;
	line-height: 70px;
	font-weight: 600;
	margin: 0;
}
.pbmit-slider-two .pbmit-title{
	font-size: 184px;
	line-height: 184px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.pbmit-slider-two .pbmit-desc{
	padding-top: 25px;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 35px;
	max-width: fit-content;
	color: var(--pbmit-white-color);
	border-top: 1px solid rgb(255, 255, 255);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-slider-two .pbmit-button-wrap,
.pbmit-slider-eight .pbmit-button-wrap,
.pbmit-slider-nine .pbmit-button-wrap{
	opacity: 0;
	transition-duration: 2s;
}
.pbmit-slider-two .swiper-slide-active .pbmit-button-wrap,
.pbmit-slider-eight .swiper-slide-active .pbmit-button-wrap,
.pbmit-slider-nine .swiper-slide-active .pbmit-button-wrap{
	opacity: 1;
}
.pbmit-slider-two .swiper-horizontal>.swiper-pagination-bullets{
	top: 50%;
	display: table;
	width: auto;
	right: 50px;
	left: auto;
	transform: translateY(-50%) rotate(-90deg);
}
.pbmit-slider-two .swiper-pagination-bullet,
.pbmit-slider-three .swiper-pagination-bullet,
.pbmit-slider-five .swiper-pagination-bullet {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 15px;
    height: 15px;
	margin: 3px !important;
}
.pbmit-slider-two .swiper-pagination-bullet::after,
.pbmit-slider-three .swiper-pagination-bullet::after,
.pbmit-slider-five .swiper-pagination-bullet::after{
	position: absolute;
	transition: background-color 0.3s ease, transform 0.3s ease;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
}
.pbmit-slider-two .swiper-pagination-bullet,
.pbmit-slider-three .swiper-pagination-bullet,
.pbmit-slider-five .swiper-pagination-bullet{
	position: relative;
}
.pbmit-slider-two .swiper-pagination-bullet-active,
.pbmit-slider-two .swiper-pagination-bullet:hover,
.pbmit-slider-three .swiper-pagination-bullet-active,
.pbmit-slider-three .swiper-pagination-bullet:hover,
.pbmit-slider-five .swiper-pagination-bullet-active,
.pbmit-slider-five .swiper-pagination-bullet:hover{
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    background: transparent;
    width: 15px;
    height: 15px;
	outline: none;
}
.pbmit-slider-two .swiper-pagination-bullet-active:after,
.pbmit-slider-two .swiper-pagination-bullet:hover:after,
.pbmit-slider-three .swiper-pagination-bullet-active:after,
.pbmit-slider-three .swiper-pagination-bullet:hover:after,
.pbmit-slider-five .swiper-pagination-bullet-active:after,
.pbmit-slider-five .swiper-pagination-bullet:hover:after {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgba(255, 255, 255, 1);
}
/** Style 3 **/
.pbmit-slider-three .pbmit-slider-item{
	display: flex;
	align-items: center;
	height: 800px;
}
.pbmit-slider-three .pbmit-slider-content,
.pbmit-slider-five .pbmit-slider-content{
	position: relative;
	width: 565px;
	overflow: hidden;
	padding: 50px 40px 80px 60px;
}
.pbmit-slider-three .pbmit-slider-content:after,
.pbmit-slider-five .pbmit-slider-content:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    transform: scaleY(0);
    background-color: rgba(64, 50, 38, 0.96);
    opacity: 0;
    z-index: -1;
	border-radius: 30px;
    transition-duration: .5s;
    transform-origin: top;
    transition-delay: 1s;
}
.pbmit-slider-three .swiper-slide-active .pbmit-slider-content:after,
.pbmit-slider-five .swiper-slide-active .pbmit-slider-content:after{
	transform: scaleY(1.0);
    opacity: 1;
}
.pbmit-slider-three .pbmit-title,
.pbmit-slider-five .pbmit-title{
	font-size: 60px;
	line-height: 60px;
}
.pbmit-slider-three .pbmit-slider-content .pbmit-desc,
.pbmit-slider-five .pbmit-slider-content .pbmit-desc{
	font-size: 18px;
	font-weight: 700;
	color: var(--pbmit-white-color);
}
.pbmit-slider-three .swiper-horizontal>.swiper-pagination-bullets{
	top: 50%;
	display: table;
	width: auto;
	left: 25px;
	right: auto;
	transform: translateY(-50%) rotate(-90deg);
}
/** Style 4 **/
.pbmit-slider-four .pbmit-slider-item{
	height: 730px;
	display: flex;
	align-items: center;
	background: rgba(64, 50, 38, 0.26);
}
.pbmit-slider-four .pbmit-sub-title{
	font-size: 18px;
	line-height: 26px;
	padding: 5px 15px;
	letter-spacing: 1px;
	border-radius: 20px;
	width: max-content;
	text-transform: uppercase;
	color: var(--pbmit-global-color) !important;
	background-color: var(--pbmit-secondary-color);
}
.pbmit-slider-four .pbmit-title{
	font-size: 120px;
	line-height: 120px;
	text-transform: uppercase;
}
.pbmit-slider-four .pbmit-slider-content .pbmit-desc{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 35px;
	color: var(--pbmit-white-color);
}
.pbmit-slider-four .swiper-button-prev,
.pbmit-slider-four .swiper-button-next,
.pbmit-slider-eight .swiper-button-prev,
.pbmit-slider-eight .swiper-button-next{
	border: none;
	width: 60px;
}
.pbmit-slider-four .swiper-button-next,
.pbmit-slider-eight .swiper-button-next{
	right: 0;
}
.pbmit-slider-four .swiper-button-prev:before,
.pbmit-slider-four .swiper-button-next:before,
.pbmit-slider-eight .swiper-button-prev:before,
.pbmit-slider-eight .swiper-button-next:before{
	content: '';
    position: absolute;
    width: 69px;
    height: 155px;
    top: -55px;
    z-index: -1;
	background-color: var(--pbmit-light-color);
}
.pbmit-slider-four .swiper-button-prev:before,
.pbmit-slider-eight .swiper-button-prev:before{
	left: -9px;
    bottom: -1px;
    right: -1px;
	mask: url(../images/banner-slider-img/slider-arrow-before.png) no-repeat;
}
.pbmit-slider-four .swiper-button-next:before,
.pbmit-slider-eight .swiper-button-next:before{
	right: 0;
	mask: url(../images/banner-slider-img/slider-arrow-before.png) no-repeat;
}	
.pbmit-slider-four .swiper-button-prev:after,
.pbmit-slider-four .swiper-button-next:after,
.pbmit-slider-eight .swiper-button-prev:after,
.pbmit-slider-eight .swiper-button-next:after{
	font-size: 28px;
	color: var(--pbmit-blackish-color);
}	
/** Style 5 **/
.pbmit-slider-five .pbmit-slider-item{
	display: flex;
	align-items: center;
	height: 930px;
}
.pbmit-slider-five .swiper-horizontal>.swiper-pagination-bullets{
	top: 50%;
	display: table;
	width: auto;
	left: 10px;
	right: auto;
	transform: translateY(-50%) rotate(-90deg);
}

/** Style 6 **/
.pbmit-slider-six .pbmit-slider-item{
	padding: 250px 0 285px 0;
}
.pbmit-slider-six .pbmit-slider-content .pbmit-sub-title{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -.5px;
	padding: 5px 15px;
	border-radius: 20px;
	margin-bottom: 0;
	display: inline-block;
	color: rgb(187, 154, 101);
	background-color: rgb(64, 50, 38);
	font-family: var(--pbmit-body-typography-font-family);
}
.pbmit-slider-six .pbmit-slider-content .pbmit-title{
	font-size: 140px;
	line-height: 140px;
	margin: 0;
	text-transform: uppercase;
}
.pbmit-slider-six .pbmit-slider-content .pbmit-title-small{
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	color: var(--pbmit-white-color);
}
.pbmit-slider-six .swiper-horizontal>.swiper-pagination-bullets{
	position: absolute;
	right: auto;
	left: 43%;
	bottom: 0;
	width: 210px;
    height: 70px;
    background-color: var(--pbmit-white-color);
    border-radius: 20px 20px 0 0;
}
.pbmit-slider-six .swiper-horizontal>.swiper-pagination-bullets:before,
.pbmit-slider-six .swiper-horizontal>.swiper-pagination-bullets:after{
	content: "";
	position: absolute;
	bottom: 0;
    background-color: transparent;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-slider-six .swiper-horizontal>.swiper-pagination-bullets:before{
	right: 100%;
	border-bottom-right-radius: 20px;
}
.pbmit-slider-six .swiper-horizontal>.swiper-pagination-bullets:after{
	left: 100%;
	border-bottom-left-radius: 20px;
}
.pbmit-slider-six .swiper-pagination-bullet{
	background-color: rgba(var(--pbmit-global-color-rgb),.5);
}
.pbmit-slider-six .swiper-pagination-bullet-active{
	outline-color: var(--pbmit-global-color);
	background-color: var(--pbmit-global-color);
}

/** Style 7 **/
.pbmit-slider-seven .pbmit-slider-item{
	display: flex;
	align-items: center;
	height: 830px;
}
.pbmit-slider-seven .pbmit-slider-content .pbmit-sub-title{
	font-size: 13px;
	line-height: 20px;
	padding: 5px 20px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	max-width: max-content;
	background-color: var(--pbmit-global-color);
}
.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
	font-size: 80px;
	line-height: 80px;
	font-weight: 600;
	color: var(--pbmit-blackish-color);
}
.pbmit-slider-seven .pbmit-slider-content .pbmit-desc{
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 25px;
	color: var(--pbmit-blackish-color);
}
.pbmit-slider-seven .pbmit-rotate-box{
	opacity: 0;
	transform-origin: 50% 50%;
	transform: scale(0.9, 0.9);
	transition: 1s 1400ms ease;
}
.pbmit-slider-seven .swiper-slide-active .pbmit-rotate-box{
	opacity: 1;
	transform: translate(0px, 0px);
}
.pbmit-slider-seven .pbmit-rotate-box-contents{
	position: relative;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 180px;
    padding: 0px 10px;
}
.pbmit-slider-seven .pbmit-rotate-box-contents:before{
    animation-name: pbmit_rotate_1;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	filter: invert(60%) sepia(45%) saturate(3661%) hue-rotate(360deg) brightness(105%) contrast(105%);
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 180px;
    width: 180px;
    background-image: url(../images/banner-slider-img/offer-img.svg);
    transform-origin: 50% 50% 0;
    transform: rotate(0);
    z-index: 0;
    background-size: cover;
}
.pbmit-slider-seven .pbmit-rotate-box .pbmit-title{
	position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    z-index: 2;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
}
.pbmit-slider-seven .pbmit-rotate-box{
	position: absolute;
	width: auto;
	height: auto;
	right: auto;
	left: 60px;
}
.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets{
	display: block;
	inset: 44% 0px auto auto;
	width: 50px;
	height: 140px;
	border-radius: 20px 0 0 20px;
	background-color: var(--pbmit-white-color);
}
.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets:before,
.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets:after{
	content: "";
    position: absolute;
    background-color: transparent;
    right: 0;
    height: 40px;
    width: 20px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets:before{
	top: 100%;
    border-top-right-radius: 20px;
    box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
    padding: 0;
    margin: 0;
}
.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets:after{
	bottom: 100%;
    border-bottom-right-radius: 20px;
}
.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	display: block;
	position: absolute;
	top: 35px;
	left: 20px;
	margin: 0 !important;
	background-color: rgba(var(--pbmit-global-color-rgb),.5);
}
.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2){
	top: 65px;
}
.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3){
	top: 95px;
}
.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: var(--pbmit-global-color);
}

/** Style 8 **/
.pbmit-slider-eight .pbmit-slider-item{
	height: 850px;
	display: flex;
	align-items: center;
}
.pbmit-slider-eight .pbmit-slider-content{
	max-width: max-content;
	display: inline-block;
}
.pbmit-slider-eight .pbmit-slider-content .pbmit-sub-title{
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.pbmit-slider-eight .pbmit-slider-content .pbmit-title{
	font-size: 140px;
	line-height: 140px;
	letter-spacing: -1px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pbmit-slider-eight .pbmit-slider-content .pbmit-title-small{
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -1px;
	margin-bottom: 35px;
	color: var(--pbmit-white-color);
}
.pbmit-slider-eight .swiper-button-prev:before,
.pbmit-slider-eight .swiper-button-next:before{
	background-color: var(--pbmit-white-color);
}

/** Style 9 **/
.pbmit-slider-nine .pbmit-slider-item{
	display: flex;
	align-items: center;
	/* height: 930px; */
}
.pbmit-slider-nine .pbmit-slider-content{
	margin: 0 auto;
	width: max-content;
}
.pbmit-slider-nine .pbmit-slider-content .pbmit-sub-title{
	font-size: 13px;
	line-height: 20px;
	padding: 5px 15px;
	border-radius: 20px;
	letter-spacing: 2px;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid var(--pbmit-white-color);
}
.pbmit-slider-nine .pbmit-slider-content .pbmit-title{
	font-size: 100px;
	line-height: 100px;
	letter-spacing: -1px;
	margin-bottom: 30px;
}
.pbmit-slider-nine .pbmit-slider-content .pbmit-button a:hover{
	color: var(--pbmit-blackish-color);
}
.pbmit-slider-nine .swiper-horizontal>.swiper-pagination-bullets{
	display: block;
	width: 110px;
	height: 50px;
	bottom: 0;
	padding: 13px 0;
	transform: translate(275px, 0px);
	border-radius: 20px 20px 0 0;
	background-color: var(--pbmit-white-color);
}
.pbmit-slider-nine .swiper-horizontal>.swiper-pagination-bullets:before,
.pbmit-slider-nine .swiper-horizontal>.swiper-pagination-bullets:after{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
.pbmit-slider-nine .swiper-horizontal>.swiper-pagination-bullets:before{
	right: 100%;
    border-bottom-right-radius: 20px;
    padding: 0;
    margin: 0;
}
.pbmit-slider-nine .swiper-horizontal>.swiper-pagination-bullets:after{
	left: 100%;
    border-bottom-left-radius: 20px;
}
.pbmit-slider-nine .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	background-color: rgba( var(--pbmit-global-color-rgb), .5);
}
.pbmit-slider-nine .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: var(--pbmit-global-color);
}

/* --------------------------------------
* 22 - Progress Bar
* ---------------------------------------*/
.progressbar{
    margin-bottom: 20px;
    overflow: hidden;
}
.progressbar .progress-label{
    color: var(--pbmit-blackish-color);
    display: inline-block;
	position: relative;
	top: -5px;
    font-size: 16px;
    line-height: 20px;
}
.progress{
    position: relative!important;
    line-height: 30px;
	height: 100%;
	border-radius: 16px;
    margin-top: 0;
	padding: 2px;
	border: 1px solid var(--pbmit-global-color);
    background-color: transparent;
}
.progress .progress-bar {
    position: relative;
	height: 17px;
    overflow: visible;
    border-radius: 0px;
	border-radius: 12px;
    background-color: var(--pbmit-global-color);
}
.progress.progress-percent-bg .progress-percent {
    position: absolute;
    right: 10px;
	left: auto;
    top: 2px;
    font-size: 14px;
	line-height: 14px;
    color: var(--pbmit-white-color);
    font-weight: 500;
}
.progressbar.style-2{
	margin-bottom: 25px;
}
.progressbar.style-2 .progress-label{
	font-size: 18px;
    line-height: 24px;
}
.progressbar.style-2 .progress{
	border-width: 0 0 1px 0;
	border-color: rgba(var(--pbmit-blackish-color-rgb),.1);
	border-radius: 0px;
	margin: 5px 0 10px 0;
	overflow: visible;
}
.progressbar.style-2 .progress-bar{
	height: 5px;
}
.progressbar.style-2 .progress .progress-percent{
	right: 0;
	top: -25px;
	font-size: 16px;
    line-height: 16px;
    font-weight: 700 !important;
	color: var(--pbmit-global-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
/* --------------------------------------
* 23 - Static Box
* ---------------------------------------*/
/** Style 1 **/
.pbmit-static-box-style-1{
	margin: 0 2px 5px 2px;
}
.pbmit-static-box-style-1:first-child{
	margin-left: 0
}
.pbmit-static-box-style-1:last-child{
	margin-right: 0
}
.pbmit-static-box-style-1 .pbmit-staticbox-wrapper{
	position: relative;
	width: 100%;
	height: 100%
}
.pbmit-static-box-style-1.pbmit-active{
	flex: 6
}
.pbmit-static-box-style-1{
	flex: 2;
	transition: .7s;
	position: relative;
	overflow: hidden;
	height: 400px
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox{
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	transition: .5s;
	z-index: 0;
	position: absolute;
	background-position: center center;
	background-size: cover;
	border-radius: 20px;
}
.pbmit-static-box-style-1 .pbmit-img{
	display: none
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: -moz-linear-gradient(to top,rgba(var(--pbmit-blackish-color-rgb),1) 0,rgba(var(--pbmit-blackish-color-rgb),.11) 68%,rgba(var(--pbmit-blackish-color-rgb),0) 76%);
	background: -webkit-linear-gradient(to top,rgba(var(--pbmit-blackish-color-rgb),1) 0,rgba(var(--pbmit-blackish-color-rgb),.11) 68%,rgba(var(--pbmit-blackish-color-rgb),0) 76%);
	background: linear-gradient(to top,rgba(var(--pbmit-blackish-color-rgb),1) 0,rgba(var(--pbmit-blackish-color-rgb),.11) 68%,rgba(var(--pbmit-blackish-color-rgb),0) 76%)
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-btn{
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 1;
	display: block;
	-khtml-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox .pbmit-static-btn{
	display: none;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-btn .pbmit-button-wrapper::after{
	border: 1px solid var(--pbmit-blackish-color);
	background-color: transparent;
	color: var(--pbmit-blackish-color);
}
.pbmit-static-box-style-1 .pbmit-content-box{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 60px;
	text-align: left;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	transition: .5s
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title{
	position: absolute;
	bottom: 300px;
	left: 50%;
	top: auto;
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	z-index: 1;
	inline-size: 250px;
	color: var(--pbmit-blackish-color);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-khtml-transform: translateX(-50%) translateY(0) rotate(180deg);
	-moz-transform: translateX(-50%) translateY(0) rotate(180deg);
	-ms-transform: translateX(-50%) translateY(0) rotate(180deg);
	-o-transform: translateX(-50%) translateY(0) rotate(180deg);
	transform: translateX(-90%) translateY(-50%) rotate(-90deg);
	transform-origin: bottom right
}
.pbmit-static-box-style-1 .pbmit-content-box,
.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox .pbmit-static-box-title{
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	transition-delay: 0s
}
.pbmit-static-box-style-1.pbmit-active .pbmit-content-box{
	opacity: 1;
	visibility: visible;
	transition: .5s;
	transition-delay: .2s
}
.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow-wrap: break-word;
	color: var(--pbmit-white-color)
}
.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-desc{
	color: var(--pbmit-white-color);
	overflow: hidden;
	display: -webkit-box;
	/* -webkit-line-clamp: 2;
	line-clamp: 2; */
	-webkit-box-orient: vertical
}
.pbmit-static-box-style-1 .pbmit-content-box .pbmit-content-inner{
	width: 350px
}
.pbmit-static-box-style-1 .pbmit-static-btn a .pbmit-button-text{
	font-size: 0;
}
.pbmit-static-box-style-1 .pbmit-static-btn .pbmit-button-wrapper::after{
	position: unset !important;
	display: inline-block;
}
.pbmit-static-box-style-1 .pbmit-static-btn{
	transition: .9s
}
.pbmit-static-box-style-1 .pbmit-box-number{
	position: absolute;
	width: 100%;
	top: 40px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	color: var(--pbmit-global-color);
}
.pbmit-active.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-box-number{
	display: none;
}
.pbmit-static-box-style-1 .pbmit-content-box .pbmit-box-number{
	text-align: right;
	right: 40px;
}
.pbmit-static-box-style-1 .pbmit-static-btn .pbmit-button-inner{
	padding: 0;
	border: none;
	border-radius: inherit;
	position: relative;
	display: inline-block;
}
/** Style 2 **/
.pbmit-element-static-box-style-2,
.pbmit-element-static-box-style-2 .pbmit-content-box,
.pbmit-element-static-box-style-2 .pbmit-box-number{
	transition: all 0.3s ease-in;
}
.pbmit-element-static-box-style-2 ul.pbmit-hover-inner{
	padding: 80px 0 0;
	margin: 0;
	height: 100%;
}
.pbmit-element-static-box-style-2 .pbmit-content-box{
	padding: 0 40px;
	width: 100%;
}
.pbmit-element-static-box-style-2 .pbmit-active .pbmit-content-box{
	position: relative;
	padding: 40px;
	border-radius: 20px;
	background-color: var(--pbmit-white-color);
}
.pbmit-elementor-bg-color-light .pbmit-element-static-box-style-2 .pbmit-active .pbmit-content-box{
	background-color: var(--pbmit-light-color);
}
.pbmit-element-static-box-style-2 .pbmit-active .pbmit-content-box::before{
	content: '';
	border: 12px solid;
	position: absolute;
	left: -24px;
	border-color: transparent var(--pbmit-white-color) transparent transparent;
}
.pbmit-elementor-bg-color-light .pbmit-element-static-box-style-2 .pbmit-active .pbmit-content-box::before{
	border-right-color: var(--pbmit-light-color)
}
.pbmit-element-static-box-style-2 .pbmit-static-box-number{
	margin: 25px 25px 0 0;
	position: relative;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.pbmit-element-static-box-style-2 .pbmit-box-number{
	font-size: 24px;
	line-height: 24px;
	color: var(--pbmit-white-color);
	height: 65px;
	width: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	z-index: 9;
	background-color: var(--pbmit-global-color);
}
.pbmit-element-static-box-style-2 .swiper-static-slide-images{
	width: calc(50% - 12px);
	margin-left: 12px;
}
.pbmit-element-static-box-style-2 .swiper-static-slide-images img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.pbmit-element-static-box-style-2 .swiper-static-slide-images .swiper-slide-active img{
	opacity: 1;
	visibility: visible
}
.pbmit-element-static-box-style-2 .swiper-static-slide-nav{
	width: calc(50% - 12px);
	margin-right: 12px;
	height: 100%;
	padding: 0 75px 0 40px;
	background-color: var(--pbmit-light-color);
	border-radius: 20px;
}
.pbmit-bg-color-light .pbmit-element-static-box-style-2 .swiper-static-slide-nav{
	background-color: var(--pbmit-white-color);
}
.pbmit-element-static-box-style-2 .pbmit-hover-inner li{
	display: flex;
	list-style: none;
	position: relative;
}
.pbmit-element-static-box-style-2 .pbmit-hover-inner li:not(:last-child){
	padding: 0 0 20px;
}
.pbmit-element-static-box-style-2 li.pbmit-title-wrapper.pbmit-active:not(:last-child){
	padding: 0 0 40px;
}
.pbmit-element-static-box-style-2 li.pbmit-title-wrapper.pbmit-active:not(:first-child){
	padding-top: 10px;
}
.pbmit-element-static-box-style-2 .pbmit-static-box-desc{
	margin-bottom: 0;
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.pbmit-element-static-box-style-2 .pbmit-active .pbmit-static-box-desc,
.pbmit-element-static-box-style-2 .pbmit-active .pbmit-static-box-number{
	height: auto;
	opacity: 1;
	visibility: visible;
}
.pbmit-element-static-box-style-2 .pbmit-title-wrapper h5{
	margin-bottom: 5px;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.3);
}
.pbmit-element-static-box-style-2 .pbmit-active.pbmit-title-wrapper h5,
.pbmit-element-static-box-style-2 .pbmit-title-wrapper:hover h5{
	color: var(--pbmit-global-color);
}
.pbmit-element-static-box-style-2 .pbmit-static-btn{
	margin-top: 15px;
}
.pbmit-element-static-box-style-2 .swiper-static-slide-images img{
	visibility: visible;
	opacity: 1;
}
/** Style 3 **/
.pbmit-static-box-style-3{
	position: relative;
	display: inline-block;
	text-align: center;
}
.pbmit-static-box-style-3 .pbmit-img{
	position: relative;
}
.pbmit-static-box-style-3 .pbmit-img img{
	display: inline-block;
	width: 190px;
	height: 190px;
	border-radius: 50%;
}
.pbmit-static-box-style-3 .pbmit-img-wrapper{
	display: inline-block;
	position: relative;
	padding: 30px 20px 10px;
}
.pbmit-static-box-style-3 .pbmit-static-box-title{
	font-size: 24px;
	line-height: 28px;
}
.pbmit-static-box-style-3 .pbmit-content-inner{
	padding: 20px 20px 0;
}
.pbmit-static-box-style-3 .pbmit-box-number{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-static-box-style-3 .pbmit-static-box-desc{
	padding: 0 15px;
}
.pbmit-text-color-white .pbmit-static-box-style-3 .pbmit-static-box-desc{
	color: rgba( var(--pbmit-white-color-rgb), 0.80);
}
.pbmit-static-box-style-3 .pbmit-staticbox-wrapper{
	margin-bottom: 40px;
}
.pbmit-static-box-style-3 .pbmit-img-wrapper{
	position: relative;
}
.pbmit-static-box-style-3 .pbmit-img::after{
	content: '';
    width: calc(100% - 2px);
    height: 5px;
    position: absolute;
    top: calc(50% + 10px);
    left: 0px;
    z-index: -1;
    background-color: transparent;
    border: 3px dotted rgba(var(--pbmit-global-color-rgb), 0.8);
    border-width: 3px 0 0 0;
}
.pbmit-static-box-border .pbmit-static-box-style-3:last-child .pbmit-img::after,
.pbmit-static-box-border .pbmit-static-box-style-3:first-child .pbmit-img::after{
	left: -368px;
	width: calc(100% + 365px)
}
.pbmit-static-box-border .pbmit-static-box-style-3:last-child .pbmit-img::after{
	right: -365px;
	left: inherit
}
/** Style 4 **/
.pbmit-element-static-box-style-4,
.pbmit-element-static-box-style-4 .pbmit-box-number{
	transition: all 0.3s ease-in;
}
.pbmit-element-static-box-style-4 .pbmit-main-static-slider{
	position: relative;
	padding: 10px;
	border-radius: 30px;
	overflow: hidden;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: var(--pbmit-light-color);
}
.pbmit-element-static-box-style-4 ul.pbmit-hover-inner{
	position: relative;
	padding: 0;
	margin: 0;
	display: flex;
}
.pbmit-element-static-box-style-4 .pbmit-box-number{
	font-size: 24px;
	line-height: 24px;
	height: 55px;
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	z-index: 9;
	color: rgba(var(--pbmit-blackish-color-rgb), 0.5);
	background-color: transparent;
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 700;
}
.pbmit-element-static-box-style-4 .swiper-static-slide-images img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.pbmit-element-static-box-style-4 .swiper-static-slide-nav{
	position: relative;
	padding: 100px 0 0 90px;
}
.pbmit-element-static-box-style-4 .pbmit-hover-inner li{
	display: inline-block;
	list-style: none;
}
.pbmit-element-static-box-style-4 .pbmit-hover-inner li:not(:last-child){
	margin-right: 20px;
}
.pbmit-element-static-box-style-4 .pbmit-static-title-desc-inner{
	position: absolute;
	left: 100px;
	width: 360px;
	top: 220px;
}
.pbmit-element-static-box-style-4 .pbmit-content-box{
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.pbmit-element-static-box-style-4 .swiper-static-slide-images .swiper-slide-active img,
.elementor-element-edit-mode .pbmit-element-static-box-style-4 .swiper-static-slide-images img,
.pbmit-element-static-box-style-4 .swiper-slide-active .pbmit-content-box,
.pbmit-element-static-box-style-4 .swiper-static-slide-images .swiper-slide-active img{
	opacity: 1;
	visibility: visible;
}
.pbmit-element-static-box-style-4 .pbmit-active .pbmit-box-number{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-element-static-box-style-4 .pbmit-static-box-title h5{
	margin-bottom: 25px;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}
.pbmit-element-static-box-style-4 .pbmit-static-box-desc,
.pbmit-element-static-box-style-4 .pbmit-static-box-title h5{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-element-static-box-style-4 .pbmit-static-box-desc{
	line-clamp: 6;
	-webkit-line-clamp: 6;
}
.pbmit-element-static-box-style-4 .pbmit-static-btn{
	margin-top: 15px;
}

/* --------------------------------------
* 24 - Cursor
* ---------------------------------------*/
#pbmit-portfolio-cursor,
.pbmit-cursor {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	contain: layout style size;
	pointer-events: none;
	will-change: transform;
	-webkit-transition: opacity 0.3s, color 0.4s;
	-o-transition: opacity 0.3s, color 0.4s;
	-moz-transition: opacity 0.3s, color 0.4s;
	transition: opacity 0.3s, color 0.4s;
}
#pbmit-portfolio-cursor::before,
.pbmit-cursor::before {
	content: "";
	position: absolute;
	top: -24px;
	left: -24px;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	background: var(--pbmit-blackish-color);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
	-o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.1s;
	transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.pbmit-tooltip-content,
.pbmit-cursor-text {
	position: absolute;
	top: -15px;
	left: -16px;
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: scale(0) rotate(10deg);
	-moz-transform: scale(0) rotate(10deg);
	-ms-transform: scale(0) rotate(10deg);
	-o-transform: scale(0) rotate(10deg);
	transform: scale(0) rotate(10deg);
	opacity: 0;
	color: var(--pbmit-white-color);
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	-webkit-transition: clip-path 0.4s ease-out;
	transition: clip-path 0.4s ease-out;
	overflow: hidden;
	opacity: 0;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
}
#pbmit-portfolio-cursor.active .pbmit-tooltip-content,
.active .pbmit-cursor-text {
	opacity: 1;
	overflow: visible;
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}
.pbmit-cursor-text .pbmit-base-icon-right-arrow-1{
	font-size: 22px;
}
@supports (mix-blend-mode: exclusion) {
	.pbmit-cursor.-exclusion,
	.pbmit-cursor.-opaque {
		mix-blend-mode: exclusion;
	}
}
@supports (mix-blend-mode: exclusion) {
	.pbmit-cursor.-exclusion::before,
	.pbmit-cursor.-opaque::before {
		background: white;
	}
}
.pbmit-cursor.-normal,
.pbmit-cursor.-text {
	mix-blend-mode: normal;
}
.pbmit-cursor.-normal::before,
.pbmit-cursor.-text::before {
	background: #000;
}
.pbmit-cursor.-inverse {
	color: white;
}
.pbmit-cursor.-visible::before {
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
}
.pbmit-cursor.-visible.-active::before {
	-webkit-transform: scale(0.23);
	-moz-transform: scale(0.23);
	-ms-transform: scale(0.23);
	-o-transform: scale(0.23);
	transform: scale(0.23);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.pbmit-cursor.-pointer::before {
	-webkit-transform: scale(0.15);
	-moz-transform: scale(0.15);
	-ms-transform: scale(0.15);
	-o-transform: scale(0.15);
	transform: scale(0.15);
}
.pbmit-cursor.-text::before {
	opacity: 1;
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
}
.pbmit-cursor.-text .pbmit-cursor-text {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pbmit-cursor.-text.-active::before {
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.pbmit-cursor.-tooltip::before {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
#pbmit-portfolio-cursor .pbmit-tooltip-content,
.pbmit-cursor.-tooltip .pbmit-cursor-text {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	text-align: left;
	display: block;
	width: auto;
	height: auto;
	justify-content: unset;
	align-items: unset
}
#pbmit-portfolio-cursor .pbmit-port-cat,
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 20px 5px 20px;
	border-radius: 10px 10px 0 0;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
#pbmit-portfolio-cursor .pbmit-port-cat::after,
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-port-cat::after {
	content: '';
	position: absolute;
	background-color: transparent;
	bottom: 0px;
	right: -10px;
	height: 30px;
	width: 10px;
	z-index: -1;
	border-bottom-left-radius: 10px;
	box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}
#pbmit-portfolio-cursor .pbmit-port-cat a,
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-cat a {
	color: var(--pbmit-global-color);
}
.pbmit-cursor.-tooltip .pbmit-cursor-text>* {
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 28px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
#pbmit-portfolio-cursor .pbmit-portfolio-title,
.pbmit-cursor.-tooltip .pbmit-cursor-text .pbmit-title {
	font-size: 22px;
	line-height: 28px;
	width: 240px;
	word-wrap: break-word;
	margin-bottom: 0;
	text-transform: none;
	padding: 5px 20px 10px 20px;
	border-radius: 0 10px 10px 10px;
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
/******************************

INDEX:

******************************/

body {
    overflow: visible;
    overflow-x: hidden;
}

@media (max-width: 1700px){
	/*=== Footer ===*/ 
	.footer-style-3{
		margin: 0 30px;
	}
}

@media (max-width: 1680px){
	/*=== Homepage 07 ===*/
	.portfolio-section-seven .pbmit-portfolio-heading-wrapper .pbmit-heading-subheading .pbmit-title{
		font-size: 40px;
		line-height: 45px;
	}
	.portfolio-section-seven .pbmit-portfolio-heading-wrapper{
		padding: 40px;
	}
	.portfolio-section-seven .pbmit-portfolio-btn{
		bottom: 40px;
	}
}

@media (max-width: 1600px){
	/*=== Banner Slider ===*/ 
	.pbmit-slider-four .pbmit-slider-content{
		padding-left: 100px;
	}
	.twentytwenty-container img, 
	.twentytwenty-container {
        height: 560px !important;
        object-fit: cover;
    }
	/*=== Our History ===*/ 
	.pbmit-element-timeline-style-1 .pbmit-timeline-desc{
		padding: 0 30px;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper{
		grid-gap: 140px;
	}
	/*=== Homepage 08 ===*/ 
	.twenty20 .twentytwenty-container{
		height: 280px !important;
	}
	/*=== Footer ===*/ 
	.footer-style-3{
		margin: 0 20px;
	}
}

@media (max-width: 1500px){
	/*=== Homepage 02 ===*/
	.pbmit-ihbox-style-7 .pbmit-ihbox-box::before{
		clip-path: unset;
		border-radius: 30px;
	}
	.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-inner .pbmit-button-wrapper::after{
		background-color: var(--pbmit-white-color);
		color: var(--pbmit-blackish-color);
		z-index: 1;
	}
	.pbmit-ihbox-style-7 .pbmit-content-wrapper{
		padding-right: 0;
	}
	.pbmit-ihbox-style-7 .pbmit-ihbox-btn{
		position: absolute;
		right: 5px;
	}
	/*=== Our History ===*/
	.pbmit-element-timeline-style-1 .pbmit-timeline-desc{
		padding: 0;
	}
	.pbmit-element-timeline-style-1 .pbmit-timeline-wrapper{
		grid-gap: 120px;
	}
	/*=== Footer ===*/ 
	.footer-style-3{
		margin: 0 10px;
	}
}

@media (max-width: 1400px){
	/*=== Header ===*/ 
	.header-style-1 .pbmit-button-box {
        display: none;
    }
	/*=== Banner Slider ===*/
	.pbmit-slider-five .pbmit-slider-content{
		width: 520px;
		padding: 50px 33px 70px 50px;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 57px;
		line-height: 57px;
	}
	/*=== Homepage 04 ===*/ 
	.service-four-swiper-arrow{
		right: 0;
	}
	/*=== Homepage 05 ===*/ 
	.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets{
		top: 25%;
	}
	/*=== Homepage 07 ===*/
	.about-seven-left-box{
		padding-left: 18px;
	}
	.about-seven-left-box .fid-style-area{
		left: 0;
	}
	.offer-area-bg{
		margin: 0 30px;
	}
	/*=== Footer ===*/
	.footer-style-3{
		margin: 0;
		border-radius: 30px 30px 0 0;
	}
}

@media (max-width: 1370px){
	.pbminfotech-ele-fid-style-5 .pbmit-fid-inner{
		min-width: 200px;
		font-size: 80px;
		line-height: 80px;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-fid-title{
		margin-left: 15px;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-fid-title br{
		display: none;
	}
}

@media (max-width: 1366px){
	/*=== Section-Pending ===*/ 
	.section-md{
		padding-top: 90px;
		padding-bottom: 70px;
	}
	/*=== Header ===*/
	.header-style-3 .pbmit-pre-header-wrapper .container,
	.header-style-3 .pbmit-main-header-area .container{
		padding: 0 30px;
	}
	.header-style-3.site-header .pbmit-contact-info li:not(:last-child){
		padding: 0 30px 0 0;
	}
	.header-style-3 .site-navigation{
		margin: 0 !important;
	}
	.header-style-7 .pbmit-right-box>.pbmit-header-button,
	.header-style-8 .pbmit-right-box>.pbmit-header-button{
		display: none;
	}
	.header-style-9.site-header .pbmit-menuarea{
		margin-left: 30px;
	}
	/*=== Banner Slider ===*/
	.pbmit-slider-three .pbmit-slider-content{
		width: 530px;
		padding: 50px 40px 80px 50px;
	}
	.pbmit-slider-three .pbmit-title {
		font-size: 57px;
		line-height: 57px;
	}
	.pbmit-slider-three .pbmit-button-wrap .pbmit-btn,
	.pbmit-slider-five .pbmit-button-wrap .pbmit-btn{
		padding: 10px 25px;
		font-size: 13px;
	}
	.pbmit-slider-nine .pbmit-slider-item{
		height: 650px;
	}
	/*=== Homepage-01 ===*/ 
	.about-one-rightbox{
		padding: 30px 0px 0px 30px;
	}
	.pbmit-service-style-2 .pbmit-service-title{
		font-size: 24px;
		line-height: 30px
	}
	.pbmit-service-style-2 .pbmit-content-box{
		left: 30px;
	}
	.portfolio-one .container{
		padding: 0 30px;
	}
	.pricing-one-bg .pbminfotech-ele-ptable-style-1{
		padding-left: 15px;
	}
	.pricing-one-rightbox{
		padding: 100px 0px 30px 50px;
	}
	.testimonial-one .pbmit-testimonialbox-left{
		padding: 80px 0 0 30px;
	}
	.testimonial-one .pbmit-testimonialbox-left:before{
		left: 30px;
        top: 0;
        font-size: 180px;
        line-height: 180px;
	}
	.pbmit-testimonial-style-1 .pbmit-box-content-wrap{
		padding: 40px 30px;
	}
	.pbmit-testimonial-style-1 .pbmit-featured-wrapper img{
		width: 50px;
		height: 50px;
		top: -10px;
		position: relative;
	}
	.testimonial-one .ihbox-style-area{
		left: 25%;
	}
	.testimonial-one .swiper-button-next, 
	.testimonial-one .swiper-button-prev{
		right: 4%;
	}
	.testimonial-one .swiper-button-prev{
		right: 10%;
	}
	/*=== Homepage-02 ===*/ 
	.pbmit-ihbox-style-7 .pbmit-ihbox-box{
		padding: 40px 15px;
	}
	.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
	.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper{
		font-size: 38px;
		line-height: 28px;
		height: 70px;
		width: 70px;
	}
	.pbmit-ihbox-style-7 .pbmit-element-title{
		font-size: 22px;
		line-height: 24px;
	}
	.about-two-leftbox{
		margin-left: 18px;
	}
	.about-two-content {
    	padding: 0 18px 0 30px;
	}
	.accordion-two-area {
		padding: 0 140px 0 18px;
	}
	.portfolio-two{
		padding-left: 30px;
		padding-right: 30px;
	}
	/*=== Homepage-03 ===*/ 
	.service-three .pbmit-servicebox-left{
		padding: 0 0 0 15px;
	}
	.service-three .pbmit-servicebox-right{
		padding-left: 30px;
	}
	.pbmit-service-style-3 .pbmit-featured-wrapper{
		clip-path:unset;
		border-radius: 30px
	}
	.pbmit-service-style-3.pbmit-ele-service .pbmit-service-btn{
		right: 10px !important;
		bottom: 10px !important;
		z-index: 1;
	}
	.pbmit-service-style-3 .pbmit-service-title{
		font-size: 24px;
		line-height: 30px
	}
	.pbmit-service-style-3 .pbmit-content-box{
		left: 30px
	}
	.pbmit-service-highlight h2{
		font-size: 100px;
		left: 0px;
	}
	.tab-sec-one .pbmit-tab{
		padding-left: 15px;
	}
	.before-after-left-area{
		padding: 80px 30px 80px 30px;
	}
	.about-us-three-content {
		padding: 70px 30px 0px 15px;
	}
	.testimonial-three-main{
		padding: 80px 30px 80px 30px;
	}
	.testimonial-three-main .pbmit-heading-subheading:before{
		right: 0;
        top: -30px;
        font-size: 110px;
        line-height: 110px;
	}
	/*=== Homepage 04 ===*/
	.about-four-center-area{
		padding: 30px 30px 0px 30px;
	}
	.pbmit-service-style-4 .pbmit-service-title{
		font-size: 24px;
		line-height: 30px
	}
	.pbmit-service-style-4 .pbmit-content-box{
		left: 30px;
	}
	.pbmit-element-static-box-style-2 .swiper-static-slide-nav{
		padding: 0 30px;
	}
	.pbmit-ihbox-style-17 .pbmit-ihbox-box{
		padding: 40px 28px 80px;
	}
	.testimonial-four-box{
		padding: 120px 100px 0px 30px;
	}
	.testimonial-four-box .testimonial-four-bg{
		left: 30px;
	}
	.pbmit-iconbox-20-new .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before{
		right: 83%;
	}
	.testimonial-four-spacing{
		padding-left: 75px;
	}
	.pbmit-testimonial-style-4 .pbminfotech-post-item{
		padding: 120px 50px;
	}
	.testimonial-four-rightbox{
		padding: 120px 30px 0px 100px;
	}
	/*=== Homepage 05 ===*/
	.service-section-five .container{
		padding-left: 30px;
		padding-right: 0;
	}
	.about-five-rightbox{
		padding: 80px 30px 80px 30px;
	}
	.about-five-content {
		padding: 0 30px;
	}
	.pbmit-element-portfolio-style-4 .pbmit-titlebox-wrap{
		padding: 30px;
	}
	.pbmit-element-static-box-style-1 .container{
		padding: 0 30px;
	}
	.pricing-five-bg .container{
		padding: 0 30px;
	}
	.pricing-five-head-area{
		padding-right: 25px;
	}
	.testimonial-section-five{
		padding: 0 20px;
	}
	.testimonial-five-left-box{
		margin-right: 0;
	}
	.testimonial-five-right-box{
		padding: 100px 55px 100px 30px;
	}
	.testimonial-five-slider{
		padding: 0;
	}
	.testimonial-five-slider .pbmit-header-area:before{
		right: 0;
        top: -30px;
        font-size: 110px;
        line-height: 110px;
	}
	.pbmit-testimonial-style-5 .pbminfotech-post-item{
		padding: 0 10px 0 0;
	}
	.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets{
		margin-left: -15px;
	}
	/*=== Homepage 06 ===*/
	.about-six-col-1{
		padding-left: 18px;
	}
	.about-six-img{
		padding: 0 30px 0 15px;
	}
	.about-six-col-3{
		padding: 0 15px 0 25px;
	}
	.ihbox-six-left-area {
		padding: 0px 0px 0px 30px;
	}
	.testimonial-six-bg{
		margin: 0 30px;
		padding: 120px 15px 120px 0;
	}
	.testimonial-six-bg .swiper-slider{
		margin-left: 55px;
	}
	.pricing-six-rightbox{
		padding: 50px 30px 0px 30px;
	}
	/*=== Homepage 07 ===*/
	.about-seven-right-box{
		padding: 30px 18px 0px 30px;
	}
	.service-section-seven .clock-img{
		left: 15px;
	}
	.service-section-seven .frame-img{
		right: 15px;
	}
	.pbmit-tab.style-2 .pbmit-column-inner{
		padding: 25px;
	}
	.pbmit-tab.style-2 .pbmit-tab-inner-content{
		padding: 50px 120px 50px 30px;
	}
	.testimonial-seven-bg{
		padding: 100px 15px 100px 15px;
	}
	.about-us-section-seven{
		padding: 0 30px;
	}
	.about-us-section-seven .about-us-left-box,
	.about-us-section-seven .about-us-center-box,
	.about-us-section-seven .about-us-right-box{
		padding: 50px 40px 80px 40px;
	}
	.about-us-section-seven .pbmit-btn-style-text{
		right: 55px;
	}
	.pbmit-client-style-2-new>.container{
		padding: 0 30px;
	}
	/*=== Homepage 08 ===*/
	.accordion-eight-left-box{
		padding: 0px 18px 0px 18px;
	}
	.accordion-eight-area{
		padding: 0 18px;
	}
	.ihbox-eight-slider-box{
		padding: 60px;
	}
	.about-eight-left-box .frame-img{
		left: -15px;
	}
	.about-eight-right-box{
		padding: 0px 0px 0px 20px;
	}
	.about-eight-right-box .clock-img{
		right: 0;
	}
	.about-eight-ihbox-style{
		margin-top: -170px;
	}
	.portfolio-section-eight{
		padding: 100px 30px 100px 30px;
	}
	.before-after-section-eight{
		padding: 80px 0px 100px 0px;
	}
	.before-after-eight-left-box,
	.before-after-eight-left-top{
		padding-left: 50px;
	}
	.before-after-eight-right-box{
		padding: 0 18px 0 15px;
	}
	.pbmit-testimonial-style-9 .pbmit-box-content-wrap{
		padding: 40px 30px;
	}
	.pbmit-element-testimonial-style-9 .container{
		padding: 0 30px;
	}
	.client-sec-eight .client-style-area{
		padding: 0 30px;
	}
	.client-sec-eight .fid-style-area{
		padding: 60px;
	}
	/*=== Homepage 09 ===*/
	.about-section-nine{
		padding: 100px 0 40px 0;
	}
	.about-section-nine .container{
		padding: 0 25px;
	}
	.service-section-nine .container{
		padding: 0 30px;
	}
	.service-nine-left-box{
		padding: 100px 30px 150px 0;
	}
	.service-nine-left-box .ihbox-style-18-area{
		right: -57px;
	}
	.pbmit-service-style-7 .pbmit-service-title{
		font-size: 20px;
		line-height: 30px
	}
	.pbmit-service-style-7 .pbmit-content-box{
		left: 20px;
	}
	.pbmit-element-static-box-style-4 .container{
		padding: 0 35px;
	}
	.pbmit-element-static-box-style-4 .swiper-static-slide-nav{
		padding: 50px 0 0 40px;
	}
	.pbmit-element-static-box-style-4 .pbmit-static-title-desc-inner{
		left: 50px;
		top: 150px;
	}
	.fid-section-nine{
		padding: 0 18px 80px 18px;
	}
	.about-us-nine-bg{
		padding: 100px 30px 100px 30px;
		margin: 0 30px;
	}
	.about-us-nine-bg .about-us-content{
		padding: 60px 60px 60px 60px;
	}
	.testimonial-section-nine .container{
		padding: 0 30px !important;
	}
	/*=== About Us ===*/
	.about-us .process-section-two{
		padding-top: 100px;
	}
	/*=== Team Single Detail ===*/
	.pbmit-team-single-info{
		padding: 0 15px;
	}
	/*=== Service Details ===*/
	.service-details .fid-style-rea .pbminfotech-ele-fid-style-3{
		padding: 0;
	}
	/*=== Portfolio Grid No Gap ===*/
	.pf-grid-no-gap .container-fluid{
		padding: 0 15px !important;
	}	
	/*=== Portfolio Detail ===*/
	.portfolio-single .pbmit-featured-img-wrapper{
		padding-bottom: 60px;
	}
	.portfolio-single .ihbox-style-15-area{
		margin: 40px 30px 0px 45px;
	}
	.portfolio-single .ihbox-style-area .pbmit-ihbox-style-14{
		padding: 40px 30px 30px 30px;
		display: flex;
		justify-content: center;
	}
	/*=== Contact Us ===*/
	.iframe-area{
		padding: 0 15px;
	}
}

@media (max-width: 1280px){
	/*=== Banner Slider ===*/
	.pbmit-slider-two .pbmit-slider-bg{
		background-position: left;
	}
	.pbmit-slider-two .pbmit-slider-item{
		padding: 280px 0 200px 0;
	}
	.pbmit-slider-two .pbmit-sub-title{
		font-size: 54px;
		line-height: 63px;
	}
	.pbmit-slider-two .pbmit-title{
		font-size: 165px;
		line-height: 165px;
	}
	.pbmit-slider-two .pbmit-desc{
		font-size: 16px;
		line-height: 32px;
	}
	.pbmit-slider-three .pbmit-slider-item{
		height: 700px;
	}
	.pbmit-slider-three .pbmit-slider-content{
		width: 500px;
	}
	.pbmit-slider-three .pbmit-title{
		font-size: 54px;
		line-height: 54px;
	}
	.pbmit-slider-four .pbmit-slider-item{
		height: 650px;
	}
	.pbmit-slider-four .pbmit-sub-title{
		font-size: 16px;
		line-height: 23px;
	}
	.pbmit-slider-four .pbmit-title{
		font-size: 108px;
		line-height: 108px;
		margin-bottom: 0;
	}
	.pbmit-slider-four .pbmit-slider-content .pbmit-desc{
		font-size: 22px;
		line-height: 27px;
	}
	.pbmit-slider-five .pbmit-slider-content{
		width: 485px;
	}
	.pbmit-slider-five .pbmit-title {
        font-size: 53px;
        line-height: 53px;
    }
	.pbmit-slider-five .pbmit-slider-content .pbmit-desc{
		font-size: 16px;
	}
	.pbmit-slider-six .pbmit-slider-item{
		padding: 225px 0 250px 0;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-sub-title{
		font-size: 18px;
		line-height: 27px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-title{
		font-size: 126px;
		line-height: 126px;
	}
	.pbmit-slider-seven .pbmit-slider-item{
		height: 750px;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
		font-size: 72px;
		line-height: 72px;
	}
	.pbmit-slider-eight .pbmit-slider-item{
		height: 765px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-sub-title{
		font-size: 16px;
		line-height: 27px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-title{
		font-size: 126px;
		line-height: 126px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-title-small{
		font-size: 63px;
		line-height: 63px;
	}
	.pbmit-slider-nine .pbmit-slider-item{
		height: 650px;
	}
	.pbmit-slider-nine .pbmit-slider-content .pbmit-title{
		font-size: 90px;
		line-height: 90px;
	}
	/*=== Homepage 07 ===*/
	.service-five-right-col{
		padding-left: 0;
	}
	/*=== Our History ===*/
	.pbmit-element-timeline-style-1 .pbmit-timeline-title{
		padding: 0 15px;
	}
}

@media (max-width: 1250px){
	/*=== Homepage 06 ===*/
	.pbmit-team-style-2 .pbmit-team-btn{
		bottom: 6px;
		right: 6px;
	}
	.pbmit-team-style-2 .pbmit-team-social-links li a,
	.pbmit-team-style-2 .pbmit-team-btn .pbmit-team-text{
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.pbmit-team-style-2 .pbmit-team-btn .pbmit-team-social-links li{
		padding: 0px !important;
	}
	.pbmit-team-style-2 .pbmit-team-btn:hover .pbminfotech-box-social-links{
		transform: translateY(0px);
		padding: 1px;
	}
	/*=== Our Team ===*/
	.pbmit-team-style-1 .pbmit-featured-wrapper{
		clip-path: unset;
	}
	.pbmit-team-style-1 .pbmit-team-btn{
		bottom: 6px;
		right: 6px;
	}
	.pbmit-team-style-1 .pbmit-team-social-links li a,
	.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text{
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.pbmit-team-style-1 .pbmit-team-btn .pbmit-team-social-links li{
		padding: 0px !important;
	}
	.pbmit-team-style-1 .pbmit-team-btn:hover .pbminfotech-box-social-links{
		transform: translateY(0px);
		padding: 1px;
	}
}

@media(max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: none;
    }
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: calc(var(--bs-gutter-x) * .8);
		padding-left: calc(var(--bs-gutter-x) * .8);
	} 
	.sticky-header{
		position: relative  !important;
	}
    /** Main menu resoposive **/
	.pbmit-menu-wrap {
		background-color: #fff;
		position: fixed;
		top: 0;
		right: -400px;
		z-index: 1000;
		width: 300px;
		height: 100%;
		padding: 0;
		display: block;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(400px);
		-ms-transform: translateX(400px);
		transform: translateX(400px);
		opacity: 0;
	}
	.active .pbmit-menu-wrap{
		right: 0px;
		visibility: visible;
		opacity: 1;
		overflow-y: scroll;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 600ms;
		-moz-transition-delay: 600ms;
		-ms-transition-delay: 600ms;
		-o-transition-delay: 600ms;
		transition-delay: 600ms;
		opacity: 1;
	}
	.pbmit-mobile-menu-bg {
		position: fixed;
		right: 0;
		top: 0;
		width: 0%;
		height: 100%;
		display: block;
		z-index: 99;
		background: rgba(0,0,0,.9);
		-webkit-transform: translateX(101%);
		-ms-transform: translateX(101%);
		transform: translateX(101%);
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transition-delay: 300ms;
		-moz-transition-delay: 300ms;
		-ms-transition-delay: 300ms;
		-o-transition-delay: 300ms;
		transition-delay: 300ms;
	}
	.active .pbmit-mobile-menu-bg {
		opacity: 1;
		width: 100%;
		visibility: visible;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.closepanel {
		position: absolute;
		z-index: 99;
		right: 20px;
		margin-left: -20px;
		top: 30px;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		font-size: 25px;
		color: #000;
		border: 0;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}
    .navbar-toggler { 
		display: block !important;
		position: absolute;
		right: 0px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: transparent;
		padding: 0;
		font-size: 35px;
		line-height: 35px;
		color: var(--pbmit-white-color);
		width: 40px;
		z-index: 1;
	}
    .navbar-toggler:hover, 
	.navbar-toggler:focus { 
		outline: none; 
	}
    .main-menu .navbar-collapse {
		position: absolute;
		width: 100%; left: 0;
		background-color: #fff;
		z-index: 99;
		top: 82px; 
	}
    .main-menu .navigation > li {
		float: none; 
		border-bottom: 1px solid rgba(0, 0, 0, 0.10); 
	}
    .site-header .site-navigation ul.navigation > li > a {
		height: auto!important; 
		line-height: 24px !important; 
		padding: 15px 25px; 
		display: inline-block;
		margin: 0;	
		color: #000;
	}
	.main-menu .navigation > li > ul a{
		color: #000;
		padding: 15px 25px;
		height: auto;
		display: inline-block;
	}
    .main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul {
		border: none; 
		box-shadow: inherit !important; 
		width: 100%;
		display: none; 
		position: inherit; 
		-webkit-transform: translateY(0); 
		-moz-transform: translateY(0); 
		-ms-transform: translateY(0); 
		-o-transform: translateY(0); 
		transform: translateY(0); 
	}
    .main-menu .navigation > li > ul > li > ul { 
		left: 0; 
		top: 100%; 
	}
    .main-menu .navigation > li.dropdown > ul.open, 
	.main-menu .navigation > li.dropdown > ul.open li.dropdown > ul.open {
		display: block; 
		opacity: 1; 
		visibility: visible; 
		padding-left: 1em;
	}
	.main-menu .navigation > li > ul li,
	.main-menu .navigation > li > ul li a{
		border: none;
	}
    .menu-right-box { 
		position: relative; 
		right: 30px; 
		top: 10px; 
	}
	.site-header .righticon {
		display: block;
		position: absolute;
		right: 25px;
		top: 15px;
		cursor: pointer;
		color: rgba(0, 0, 0, 0.80);
	}
    .site-header .menu-right-box { 
		display: none !important; 
	}
    .main-menu ul > li.dropdown > a:after{
		display: none;
	}
	.site-header .righticon i{
		font-size: 14px;
	}
	.pbmit-pre-header-wrapper,
	.pbmit-slider-social,
	.pbmit-nav-menu-toggle,
	.site-header .pbmit-button-box{
		display: none;
	}
	.site-header .pbmit-header-content{
		position: relative;
	}
	ul.navigation.clearfix{
		padding: 90px 0;
	}
	.site-header .pbmit-social-links,
	.header-style-1	.pbmit-right-box .pbmit-button-box-second{
		display: none;
	}
	.site-header .site-header-menu > .container{
		padding: 0 30px;
	}
	.site-header .pbmit-header-search-btn{
		margin-right: 40px;
	}
	.pbmit-search-overlay .pbmit-search-outer{
		position: absolute;
        left: 50px;
        right: 50px;
	}
	.header-style-1 .pbmit-main-header-area .container-fluid{
		padding: 0 30px 0 0;
	}
	.header-style-1 .site-branding .pbmit-top-right-corner{
		top: -6px;
	}
	.header-style-1 .site-branding .pbmit-bottom-left-corner{
		left: -10px;
	}
	.site-header .pbmit-header-search-btn a{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.header-style-2 .pbmit-main-header-area .container{
		padding: 0;
	}
	.header-style-2 .pbmit-header-content{
		padding: 0 30px;
	}
	.header-style-2 .pbmit-button-box-second,
	.header-style-3 .pbmit-button-box-second,
	.header-style-5 .pbmit-button-box-second,
	.header-style-6 .pbmit-button-box-second{
        display: none;
    }
	.header-style-2 .navbar-toggler{
		right: 30px;
		color: var(--pbmit-blackish-color);
	}
	.header-style-3 .navbar-toggler{
		color: var(--pbmit-blackish-color);
	}
	.header-style-4 .pbmit-main-header-area>.container{
		padding: 0 30px;
	}
	.header-style-4 .pbmit-right-box .pbmit-button-box-second,
	.header-style-7 .pbmit-right-box .pbmit-button-box-second,
	.header-style-8 .pbmit-right-box .pbmit-button-box-second,
	.header-style-9 .pbmit-right-box .pbmit-button-box-second{
		display: none;
	}
	.header-style-4 .navbar-toggler{
		color: var(--pbmit-blackish-color);
	}
	.header-style-5 .pbmit-main-header-area{
		background-color: var(--pbmit-white-color);
	}
	.header-style-5 .pbmit-main-header-area .container-fluid,
	.header-style-6 .pbmit-main-header-area .container-fluid,
	.header-style-9 .pbmit-main-header-area .container-fluid{
		padding: 0 30px;
	}
	.header-style-5 .navbar-toggler,
	.header-style-6 .navbar-toggler{
		color: var(--pbmit-blackish-color);
	}
	.header-style-5 .pbmit-header-content-wrapper{
		flex: 1;
	}
	.header-style-7 .pbmit-main-header-area>.container-fluid{
		padding: 0 30px;
	}
	.header-style-7 .navbar-toggler{
		color: var(--pbmit-blackish-color);
	}
	.header-style-8 .pbmit-main-header-area .container-fluid{
		padding: 0 30px;
	}
	.header-style-9 .pbmit-header-search-btn a{
		color: var(--pbmit-white-color);
		border-color: var(--pbmit-white-color);
	}
	.header-style-9 .pbmit-header-search-btn a:hover{
		border-color: var(--pbmit-global-color);
	}
	/*=== Section-Padding ===*/
	.section-xl{
		padding-top: 80px;	
		padding-bottom: 80px;
	}
	.section-lgb {
		padding-bottom:50px;
	}
	.section-md{
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.section-lgt{
		padding-top: 80px;
	} 
	.section-lg{
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.section-lgx{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	/*=== Section-Title ===*/
	.pbmit-heading-subheading .pbmit-heading-desc br{
		display: none;
	}
	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-slider-item{
		height: 800px;
	}
	.pbmit-slider-one .pbmit-sub-title{
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.pbmit-slider-one .pbmit-title{
		font-size: 61px;
		line-height: 64px;
	}
	.pbmit-slider-one .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.pbmit-slider-five .pbmit-slider-item{
		height: 790px;
	}
	.pbmit-slider-five .pbmit-slider-content{
		width: 465px;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 50px;
		line-height: 50px;
	}
	/*=== Homepage 01 ===*/
	.about-one-leftbox{
		margin-left: 30px;
	}
	.about-one-rightbox{
		padding: 0 15px 0 30px;
	}
	.service-one{
		padding: 140px 0px 70px 0px;
	}
	.pbmit-service-style-2 .pbmit-featured-wrapper{
		clip-path: unset;
		border-radius: 30px
	}
	.pbmit-service-style-2.pbmit-ele-service .pbmit-service-btn{
		bottom: 10px !important;
		right: 10px !important;
		z-index: 2;
	}
	.pbmit-service-text{
		margin-top: 50px;
	}
	.portfolio-one{
		padding: 70px 0px 50px 0px;
	}
	.portfolio-one .pbmit-sortable-list-ul{
		text-align: left;
	}
	.pbmit-portfolio-style-3 .pbmit-portfolio-title{
		font-size: 20px;
		line-height: 26px;
	}
	.pbmit-portfolio-style-3 .pbmit-portfolio-btn i{
		font-size:20px;
		line-height:20px;
	}
	.portfolio-one .pbmit-sortable-list a{
		padding-left: 0;
	}
	.testimonial-one{
		padding-top: 80px;
	}
	.testimonial-one .swiper-slider{
		padding-bottom: 170px;
	}
	.pbmit-testimonial-style-1 .pbmit-box-content-wrap::before{
		clip-path: unset;
		border-radius: 30px;
	}
	.pbmit-testimonial-style-1 .pbmit-featured-wrapper img{
		top: auto;
		right: 10px;
		bottom: 10px;
	}
	.video-section-one{
		padding: 120px 0px 120px 0px;
	}
	.pbmit-blog-style-2 .pbmit-post-title{
		font-size: 20px;
		line-height: 26px;
	}
	.pbmit-blog-style-3 .post-item{
		display: block !important;
		overflow: hidden;
	} 
	.pbmit-blog-style-3 .pbmit-featured-container{
		max-width: 100% !important;
		overflow: hidden;
		border-radius: 0 !important;
	}
	.pbmit-blog-style-3 .pbmit-featured-container .pbmit-bg-image{
		height: 300px;
		border-radius: 0;
	}
	.pbmit-blog-style-3 .pbminfotech-box-content{
		padding: 35px 80px 35px 25px;
	}
	.pbmit-blog-style-3 .pbminfotech-box-content{
		min-height: 100%;
		border-radius: 0 0 30px 30px;
	}
	.pbmit-blog-style-3 .pbmit-post-title{
		font-size: 23px;
		line-height: 34px;
	}
	/*=== Homepage 02 ===*/
	.pbminfotech-ele-fid-style-1 .pbmit-fld-contents{
		display: block !important;
	}
	.pbminfotech-ele-fid-style-1 .pbmit-fid-sub{
		margin: 15px 0 0 !important;
	}
	.pbminfotech-ele-fid-style-1 .pbmit-circle-outer,
	.pbminfotech-ele-fid-style-1 .pbmit-fid-sub{
		text-align: center;
	}
	.pbmit-service-style-1 .pbmit-service-description{
		margin: 20px 0 0 0 !important;
	}
	.pbmit-service-style-1 .pbmit-box-content-inner{
		padding: 0 10px !important;
	}
	.pbmit-service-style-1-new .pbmit-heading-subheading .pbmit-element-title{
		display: block;
		overflow: unset;
	}
	.marquee-two {
		padding: 55px 0 60px 0;
	}
	.accordion-two-rightbox{
		padding-left: 0;
	}
	.accordion-two-rightbox .chair-img{
		left: -22%;
	}
	.pbmit-portfolio-style-2 .pbminfotech-box-content{
		bottom: 30px;
		left: 30px;
		right: 30px;
		padding: 15px 25px;
	}
	.pbmit-portfolio-style-2 .pbmit-portfolio-title{
		font-size: 18px;
		line-height: 20px;
	}
	.pbmit-portfolio-style-2 .pbmit-port-cat a{
		font-size: 12px;
		line-height: 22px;
	}
	.process-section-two{
		padding: 120px 0px 80px 0px;
	}
	.testimonial-two{
		padding: 80px 0px 80px 0px;
	}
	.testimonial-two .pbmit-testimonialbox-left{
		padding: 80px 15px 0 0;
	}
	.pbmit-testimonial-style-2 .pbminfotech-box-content-inner{
		padding: 30px;
	}
	.pbmit-testimonial-style-2 .pbmit-featured-wrapper{
		width: 270px;
	}
	.testimonial-two .ihbox-style-area{
		left: 20px;
	}
	.client-two-area{
		margin-top: 70px;
	}
	/*=== Homepage 03 ===*/
	.pbmit-client-style-1 .pbmit-border-wrapper {
		padding: 10px 50px;
	}
	.about-section-three{
		padding: 120px 0px 080px 0px;
	}
	.about-three-left-area{
		padding: 0 60px 0 15px;
	}
	.about-three-rightbox .fid-style-area{
		left: -9px;
		top: 9px;
	}
	.about-three-img2{
		bottom: 0;
	}
	.pbmit-extend-animation {
        clip-path: unset !important;
    }
	.pbmit-service-style-3 .pbminfotech-box-number{
		right: 20px;
		top: 20px;
		font-size: 30px;
		line-height: 40px;
	}
	.pbmit-service-highlight h2{
		font-size: 80px;
		bottom: -130px;
	}
	.pbmit-tab .nav .nav-item a{
		padding-left: 30px;
        width: 290px;
	}
	.pbmit-tab .tab-content,
	.pbmit-tab .pbmit-tab-list{
		padding-left: 30px;
	}
	.twentytwenty-container img, 
	.twentytwenty-container {
        height: 630px !important;
        object-fit: cover;
    }
	.pbmit-portfolio-style-1 .pbminfotech-box-content{
		bottom: 30px;
		left: 30px;
		right: 30px;
	}
	.pbmit-portfolio-style-1 .pbmit-portfolio-title{
		font-size: 18px;
		line-height: 20px;
	}
	.pbmit-portfolio-style-1 .pbmit-port-cat a{
		font-size: 12px;
		line-height: 22px;
	}
	.about-us-three-sec{
		padding-bottom: 80px;
	}
	.blog-three-right-col{
		padding-left: 30px;
	}
	/*=== Homepage 04 ===*/	
	.about-four-center-area{
		padding: 0px 10px 0px 10px;
	}
	.about-four-lamp-img{
		bottom: -148%;
	}
	.service-section-four{
		padding: 140px 0 70px 0;
	}
	.pbmit-element-static-box-style-2 .pbmit-main-static-slider{
		flex-direction: column;
	}
	.pbmit-element-static-box-style-2 .swiper-static-slide-images,
	.pbmit-element-static-box-style-2 .swiper-static-slide-nav{
		width: 100%;
	}
	.pbmit-element-static-box-style-2 .swiper-static-slide-images{
		margin: 12px 0 0 !important;
	}
	.pbmit-element-static-box-style-2 .swiper-static-slide-nav{
		height: auto;
		margin: 0 0 12px !important;
	}
	.pbmit-element-static-box-style-2 ul.pbmit-hover-inner{
		padding: 50px 0;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-fld-wrap{
		flex-direction: column;
		text-align: center;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-fid-title{
		margin-left: 0;
	}
	.ihbox-section-four{
		padding-bottom: 60px;
	}
	.ihbox-style-10-bg-area{
		padding: 80px 30px;
	}
	.testimonial-four-box{
		padding: 100px 30px 0 30px;
	}
	.testimonial-four-rightbox{
		padding: 100px 30px 0px 55px;
	}
	.testimonial-four-box .testimonial-four-bg{
		left: 0;
	}
	.pbmit-iconbox-20-new .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before{
		right: 93%;
	}
	.testimonial-four-spacing{
		padding-left: 45px;
	}
	.pbmit-testimonial-style-4 .pbminfotech-post-item{
		padding: 90px 50px 100px;
	}
	.pbmit-testimonial-style-4 .pbminfotech-post-item::before{
		font-size: 180px;
		line-height: 180px;
	}
	.testimonial-four-rightbox .ihbox-style-2-area{
		margin-top: 130px;
		padding-top: 50px;
	}
	/*=== Homepage 05 ===*/	
	.service-section-five{
		padding: 80px 0 0 0;
	}
	.service-five-header-area .fid-style-area{
		display: none;
	}
	.about-five-bg{
		background-image: none;
	}
	.ihbox-five .container{
		padding: 0;
	}
	.pbmit-element-portfolio-style-4 .pbmit-portfolio-title{
		font-size: 20px;
		line-height: 36px;
	}
	.about-us-five-bg{
		padding: 100px 0 100px 15px;
	}
	.pricing-five-head-area{
		padding: 80px 15px 80px 0px;
	}
	.pricing-five-area{
		padding: 80px 0px 80px 0px;
	}
	.testimonial-five-right-box{
		padding: 80px 55px 80px 30px;
	}
	/*=== Homepage 06 ===*/	
	.ihbox-six-left-area {
        padding: 80px 0px 0px 15px;
    }
	.ihbox-six-right-area{
		padding: 80px 10px 80px 70px;
	}
	.pbmit-portfolio-style-5 .pbminfotech-box-content{
		bottom: 30px;
		left: 30px;
		right: 30px;
		padding: 15px 25px;
	}
	.pbmit-portfolio-style-5 .pbmit-portfolio-title{
		font-size: 18px;
		line-height: 20px;
	}
	.pbmit-portfolio-style-5 .pbmit-port-cat a{
		font-size: 12px;
		line-height: 22px;
	}
	.pbmit-portfolio-style-5 .pbmit-portfolio-btn a{
		width: 40px;
		height: 40px;
		font-size: 10px;
		line-height: 43px;
	}
	.testimonial-six-bg{
		padding: 80px 15px 80px 0;
		margin-top: 30px;
	}
	.testimonial-six-bg .swiper-slider{
		margin-left: 45px;
	}
	/*=== Homepage 07 ===*/	
	.width-100-tablet,
	.about-seven-left-box .first-img{
		width: 100%;
	}
	.about-seven-left-box{
		padding: 0px 50px 30px 15px;
		margin: 0px 0px 30px 30px;
	}
	.about-seven-right-box{
		padding: 30px 18px 0px 10px;
	}
	.service-section-seven{
		padding: 110px 30px 80px 30px;
	}
	.pbmit-portfolio-style-7 .pbminfotech-box-content{
		left: 30px;
		right: 30px;
	}
	.pbmit-portfolio-style-7 .pbmit-portfolio-title{
		font-size: 18px;
		line-height: 20px;
	}
	.portfolio-section-seven{
		padding: 60px 0px 0px 0px;
	}
	.offer-area-bg{
		padding: 100px 0px 100px 0px;
	}
	.pbmit-testimonial-style-7 .pbminfotech-post-item{
		padding: 60px 60px 50px 60px;
	}
	.about-us-section-seven .about-us-left-box, 
	.about-us-section-seven .about-us-center-box, 
	.about-us-section-seven .about-us-right-box{
		padding: 50px 30px 80px 30px;
	}
	.about-us-section-seven .pbmit-heading-subheading .pbmit-title{
		font-size: 26px;
	}
	.about-us-section-seven .pbmit-btn-style-text{
		right: 40px;
	}
	.about-us-section-seven .pbmit-btn-wrap .pbmit-btn{
		padding: 13px 20px;
		font-size: 15px;
	}
	.about-us-section-seven .pbmit-btn-wrap .pbmit-btn::after{
		width: 40px;
        height: 40px;
        line-height: 40px;
        top: 5px;
	}
	/*=== Homepage 08 ===*/	
	.ihbox-eight-slider-box{
		padding: 50px 30px 50px 30px;
	}
	.about-eight-left-box .frame-img,
	.about-eight-right-box .clock-img{
		display: none;
	}
	.about-eight-left-box{
		padding-left: 0px;
	}
	.about-eight-right-box{
		padding: 0px 0px 0px 0px;
	}
	.about-eight-ihbox-style{
		margin-top: -50px;
		padding-left: 55px;
	}
	.about-eight-ihbox-style-bg{
		padding: 30px;
	}
	.about-eight-left-box .about-img-second{
		top: 12%;
	}
	.about-eight-ihbox-style-bg .col-md-6.pe-md-5,
	.about-eight-ihbox-style-bg .col-md-6.ps-md-5{
		padding: 0 !important;
	}
	.portfolio-section-eight{
		padding: 80px 30px;
	}
	.before-after-section-eight{
		padding: 60px 0px 80px 0px;
	}
	.before-after-eight-left-top{
		padding-left: 30px;
	}
	.pbmit-element-team-style-3 .container{
		padding: 0 32px;
	}
	.client-sec-eight .fid-style-area{
		padding: 30px;
	}
	.pbmit-element-blog-style-5 .pbmit-blog-group-left,
	.pbmit-element-blog-style-5 .pbmit-blog-group-right{
		width: 100%;
	}
	/*=== Homepage 09 ===*/	
	.about-section-nine{
		padding: 80px 0 40px 0;
	}
	.service-nine-left-box{
		padding: 80px 0 0 0;
	}
	.service-nine-left-box .ihbox-style-18-area{
		right: -87px;
		top: 158px;
	}
	.service-nine-left-box .ihbox-style-23-area{
		bottom: -9px;
	}
	.service-nine-right-box{
		padding-top: 120px;
	}
	.pbmit-element-static-box-style-4 .pbmit-static-box-title h5{
		margin-bottom: 10px;
	}
	.pbmit-element-static-box-style-4 .swiper-static-slide-nav{
		padding: 30px 0 0 25px;
	}
	.pbmit-element-static-box-style-4 .pbmit-static-title-desc-inner{
		left: 35px;
		top: 120px;
	}
	.fid-section-nine{
		padding: 0 15px 70px 15px;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fid-inner{
		font-size: 80px;
		line-height: 90px;
	}
	.pbmit-fid-text-style-normal .pbminfotech-ele-fid-style-8 .pbmit-fid-before span,
	.pbmit-fid-text-style-normal .pbminfotech-ele-fid-style-8 .pbmit-fid span{
		font-size: 60px;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fid span{
		margin-left: -20px;
	}
	.pbmit-fid-text-style-normal .pbminfotech-ele-fid-style-8 .pbmit-fid span{
		margin-left: -15px;
	}
	.about-us-nine-bg{
		padding: 80px 30px 80px 0px;
	}
	.testimonial-section-nine{
		padding: 80px 0px 70px 0px;
	}
	/*=== Our History ===*/	
	.pbmit-element-timeline-style-1 .container-fluid{
		padding: 0 30px !important;
	}
	/*=== Team Single Details ===*/	
	.pbmit-team-single-info .pbmit-sticky-col{
		padding-top: 80px;
	}
	.team-single .pbmit-entry-content{
		padding: 0;
	}
	.team-single .comment-respond{
		margin-bottom: 80px;
	}
	/*=== Service Detail ===*/
	.service-right-col,
	.service-left-col,
	.blog-right-col,
	.blog-left-col{
		flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
	}
	.pbminfotech-ele-fid-style-3 .pbmit-fld-contents{
		display: block !important;
	}
	.pbminfotech-ele-fid-style-3 .pbmit-fid-sub{
		margin: 15px 0 0 !important;
	}
	.pbminfotech-ele-fid-style-3 .pbmit-circle-outer,
	.pbminfotech-ele-fid-style-3 .pbmit-fid-sub{
		text-align: center;
	}
	.service-left-col,
	.blog-left-col{
		padding-top: 60px;
	}
	.widget.pbmit-service-ad .pbmit-service-ads{
		padding: 80px 30px 70px;
	}
	/*=== Portfolio Grid No Gap ===*/
	.pf-grid-no-gap .container-fluid{
		padding: 0 30px !important;
	}	
	/*=== Portfolio Detail ===*/
	.site-content{
		padding-left: 30px;
		padding-right: 30px;
	}
	.portfolio-single .pbmit-short-description{
		padding-top: 0;
	}
	.portfolio-single .pbmit-portfolio-lines-wrapper ul{
		grid-template-columns: repeat(3, 1fr);
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-contents{
		padding: 40px 0 0 40px;
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image){
		font-size: 100px;
		line-height: 120px;
		top: 20px;
	}
	.pbmit-ihbox-style-15 .pbmit-element-title{
		margin-bottom: 0;
	}
	.portfolio-single .ihbox-style-15-area{
		margin: 0;
	}
	/*=== Blog Classic ===*/
	.blog-details > .container,
	.blog-classic-content .site-content > .container{
		padding: 0;
	}
	.post.blog-classic{
		margin-bottom: 30px;
	}
	.sidebar .widget{
		margin-bottom: 35px;
	}
	/*=== Blog Details ===*/
	.blog-details .pbmit-entry-content .pbmit-block-column:first-child{
		padding: 0 0 20px 0;
	}
	.blog-details .pbmit-entry-content .pbmit-block-column:last-child{
		padding-left: 0;
	}
	.blog-details .post-navigation .nav-links a{
		width: auto;
	}
	/*=== Contact Us ===*/
	.contact-form-area{
		margin: 80px 0px 50px 0px;
		padding: 50px 50px 50px 50px;
	}
	/*=== Footer ===*/
	.site-footer .container{
		padding: 0 30px;
	}
	.footer-style-1 .pbmit-footer-widget-area{
		padding-top: 20px;
	}
	.footer-style-2 .container{
		padding: 0 30px;
	}
	.footer-style-2{
		padding: 40px 0 40px;
	}
	.footer-style-2 .pbmit-footer-widget-area .widget_text{
		padding-top: 32px;
	}
	.footer-style-2 .pbmit-footer-big-area{
		padding: 10px 30px 40px;
	}
	.footer-style-2 .pbmit-footer-right .pbmit-footer-bg-image img{
		width: 100%;
	}
	.footer-style-3{
		padding-top: 80px;
	}
	.footer-style-3 .pbmit-footer-big-area .pbmit-footer-logo img{
		max-height: 80px;
		margin-bottom: 30px;
	}
	.footer-style-3 .pbmit-footer-widget-area{
		padding-bottom: 80px;
	}
	.footer-style-3 .pbmit-footer-text-inner::before{
		left: 10px;
	}
	.footer-style-3 .pbmit-footer-text-inner:after{
		right: 10px;
	}
}

@media(max-width:1199px){
	/*=== Homepage 07 ===*/
	.pbmit-tab.style-2 .pbmit-tab-inner-content{
		padding: 40px 40px 110px;
	}
	.pbmit-tab.style-2 .pbmit-tab-highlight{
		right: inherit;
        top: inherit;
        bottom: -90px;
        left: 50% !important;
        transform: translateX(-50%);
	}
}

@media(max-width:1100px){
	/*=== Homepage 02 ===*/
	.pbmit-blog-style-1 .pbmit-post-title{
		font-size: 22px;
		line-height: 28px;
	}
}

@media(max-width:1024px) {
	/*=== Section-Title ===*/
	.pbmit-heading-subheading .pbmit-title,
	.pbmit-heading .pbmit-title{
		font-size: 40px;
		line-height: 46px;
	}
	.pbmit-heading-desc br{
		display: none;
	}
	/*=== Section-Padding ===*/
	.section-lgb{
		padding-bottom: 40px;
	}
	.section-md{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-slider-item{
		height: 650px;
	}
	.pbmit-slider-one .pbmit-title {
        font-size: 52px;
        line-height: 55px;
    }
	.pbmit-slider-two .pbmit-slider-item {
        padding: 240px 0 160px 0;
    }
	.pbmit-slider-two .pbmit-sub-title {
        font-size: 43px;
        line-height: 50px;
    }
	.pbmit-slider-two .pbmit-title {
        font-size: 132px;
        line-height: 132px;
    }
	.pbmit-slider-two .pbmit-desc{
		font-size: 13px;
        line-height: 26px;
		margin-bottom: 25px;
		padding-top: 18px;
	}
	.pbmit-slider-three .pbmit-slider-item{
		height: 600px;
	}
	.pbmit-slider-three .pbmit-slider-content{
		width: 400px;
		padding: 40px 30px 50px 40px;
	}
	.pbmit-slider-three .pbmit-title{
		font-size: 43px;
		line-height: 43px;
	}
	.pbmit-slider-three .pbmit-slider-content .pbmit-desc{
		font-size: 13px;
	}
	.pbmit-slider-three .pbmit-button-wrap .pbmit-btn:after,
	.pbmit-slider-five .pbmit-button-wrap .pbmit-btn:after{
		right: -24px;
		font-size: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.pbmit-slider-four .pbmit-slider-item{
		height: 530px;
	}
	.pbmit-slider-four .pbmit-sub-title{
		font-size: 13px;
		line-height: 19px;
	}
	.pbmit-slider-four .pbmit-slider-content{
		padding-left: 80px;
	}
	.pbmit-slider-four .pbmit-title{
		font-size: 86px;
		line-height: 86px;
	}
	.pbmit-slider-four .pbmit-slider-content .pbmit-desc{
		font-size: 17px;
		line-height: 22px;
	}
	.pbmit-slider-five .pbmit-slider-item{
		height: 670px;
	}
	.pbmit-slider-five .pbmit-slider-content{
		width: 400px;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 42px;
		line-height: 42px;
	}
	.pbmit-slider-five .pbmit-slider-content .pbmit-desc{
		font-size: 13px;
	}
	.about-five-left-box{
		padding: 330px 0;
	}
	.about-five-rightbox{
		padding: 50px 0px 0px 15px;
	}
	.pbmit-slider-six .pbmit-slider-item{
		padding: 180px 0 200px 0;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-sub-title{
		font-size: 14px;
		line-height: 22px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-title{
		font-size: 100px;
		line-height: 100px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-title-small{
		font-size: 36px;
		line-height: 36px;
	}
	.pbmit-slider-seven .pbmit-slider-item{
		height: 600px;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-sub-title{
		font-size: 9px;
		line-height: 14px;
		padding: 4px 14px;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
		font-size: 58px;
		line-height: 58px;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-desc{
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.pbmit-slider-seven .swiper-horizontal>.swiper-pagination-bullets,
	.pbmit-slider-eight .swiper-buttons,
	.pbmit-slider-nine .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.pbmit-slider-eight .pbmit-slider-item{
		height: 610px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-sub-title{
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 0;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-title{
		font-size: 100px;
		line-height: 100px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-title-small{
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 25px;
	}
	.pbmit-slider-nine .pbmit-slider-item{
		height: 650px;
	}
	.pbmit-slider-nine .pbmit-slider-content .pbmit-sub-title{
		font-size: 9px;
		line-height: 14px;
		padding: 4px 11px;
	}
	.pbmit-slider-nine .pbmit-slider-content .pbmit-title{
		font-size: 72px;
		line-height: 72px;
	}
	/*=== Homepage 1 ===*/
	.about-one-leftbox{
		height: auto	;
		padding: 250px 0;
		margin: 0 15px 60px 15px;
	}
	.about-one-rightbox {
        padding: 0 15px 0 15px;
    }
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner{
		font-size: 80px;
		line-height: 90px;
	}
	.service-one{
		padding: 120px 0px 70px 0px;
	}
	.ihbox-one-left-col, 
	.ihbox-one-img-col,
	.ihbox-one-right-col{
		width: 100%;
	}
	.ihbox-one-left-col{
		margin-top: 30px;
	}
	.pbmit-miconheading-style-8 .pbmit-ihbox-style-8 .pbmit-ihbox-box{
		margin-bottom: 10px;
	}
	.ihbox-one-img-col .ihbox-imgbox{
		padding: 30px 0;
	}
	.pricing-one-rightbox{
		padding: 60px 30px 0px 15px;
	}
	.testimonial-one .pbmit-testimonialbox-left{
		padding: 0;
	}
	.testimonial-one .pbmit-testimonialbox-left:before{
		font-size: 100px;
		line-height: 100px;
	}
	.testimonial-one .ihbox-style-area{
		left: 6%;
	}
	.testimonial-one .swiper-button-prev{
		right: 12%;
	}
	.video-section-one{
		padding: 80px 0px 80px 0px;
	}
	.pbmit-heading-subheading-style-1 .pbmit-title{
		font-size: 35px;
		line-height: 45px;
	}
	.blog-one-right-col{
		padding: 60px 0 0 0;
	}
	/*=== Homepage 2 ===*/
	.about-two-content{
		padding: 60px 15px 0 15px;
	}
	.accordion-two-area {
        padding: 0 18px 0 18px;
    }
	.accordion-two-rightbox{
		margin: 50px 30px 0px 100px;
	}
	.accordion-two-rightbox .chair-img{
		left: -13%;
	}
	.accordion-two-rightbox .floor-img{
		text-align: center;
	}
	.pbmit-portfolio-style-2 .pbminfotech-box-content{
		left: 10px;
		right: 10px;
		bottom: 10px;
		padding: 10px 15px;
		border-radius: 15px;
	}
	.testimonial-two{
		padding: 80px 0px 40px 0px;
	}
	.testimonial-two .pbmit-testimonialbox-left{
		padding: 0;
	}
	.testimonial-two .pbmit-testimonialbox-left:before{
		top: -35px;
        font-size: 100px;
        line-height: 110px;
	}
	.testimonial-two .ihbox-style-area{
		top: 480px;
	}
	.client-two-area{
		margin-top: 150px;
	}
	.footer-style-2 .pbmit-footer-big-area .container{
		padding: 0;
	}
	.footer-style-2 .pbmit-footer-big-area .pbmit-footer-left{
		padding: 35px 35px;
	}
	/*=== Homepage 3 ===*/
	.about-section-three{
		padding: 60px 0px 60px 0px;
	}
	.about-three-rightbox{
		padding: 90px 0 0 0;
	}
	.about-three-left-area{
		padding: 0 15px 0 15px;
	}
	.about-three-rightbox .fid-style-area{
		left: 30px;
		top: 92px;
	}
	.about-three-img1{
		text-align: center;
	}
	.about-three-img2{
		left: 30px;
	}
	.service-three .pbmit-servicebox-right{
		padding-right: 0;
	}
	.pbmit-tab{
		align-items: start;
	}
	.pbmit-tab .pbmit-tab-img img{
		width: 100%;
	}
	.pbmit-tab .pbmit-tab-list{
		padding: 30px 0 0 0;
	}
	.pbmit-tab .pbmit-tab-list .list-group{
		margin-top: 20px;
	}
	.ihbox-section-three{
		padding-bottom: 70px;
	}
	.ihbox-section-three .container{
		padding: 0 !important;
	}
	.ihbox-section-three .pbmit-col-20:nth-child(4), 
	.ihbox-section-three .pbmit-col-20:last-child{
		padding-top: 20px;
	}
	.about-us-three-content{
		padding: 0px 30px 0px 15px;
	}
	.about-us-three-sec .single-img{
		text-align: center;
		padding: 50px 0 0 0;
	}
	.about-us-three-sec .fid-style-area {
		padding: 40px 0px 0px 0px;
	}
	.about-us-three-sec{
		padding-bottom: 50px;
	}
	.testimonial-three-bg{
		padding: 250px 0;
		margin: 0 30px;
	}
	.testimonial-three-main{
		margin: 30px 30px 0 30px;
	}
	.blog-three-right-col{
		padding: 30px 0 0 0;
	}
	/*=== Homepage 04 ===*/
	.frame-clock-img{
		margin: 0px 30px 0px 0px;
	}
	.home4-about-02-img{
		margin-left: 30px;
	}
	.about-four-center-area{
		margin: 50px 0;
	}
	.about-four-lamp-img{
		bottom: -15%;
		left: -15px;
	}
	.service-section-four{
		padding: 80px 0 70px 0;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-fid-inner{
		font-size: 75px;
		line-height: 85px;
		min-width: inherit;
	}
	.ihbox-section-four .container{
		padding: 0;
	}
	.ihbox-section-four .pbmit-heading{
		margin-bottom: 30px;
	}
	.ihbox-section-four .pbmit-col-20:nth-child(4),
	.ihbox-section-four .pbmit-col-20:last-child,
	.ihbox-five .pbmit-col-20:nth-child(4),
	.ihbox-five .pbmit-col-20:last-child,
	.ihbox-sec-six .pbmit-col-20:nth-child(4),
	.ihbox-sec-six .pbmit-col-20:last-child{
		padding-top: 20px;
	}
	.testimonial-four-box .testimonial-four-bg{
		right: 30px;
	}
	.testimonial-four-spacing{
		padding-right: 30px;
	}
	.testimonial-four-rightbox{
		padding: 100px 30px 50px 30px;
	}
	.testimonial-four-rightbox .ihbox-style-2-area{
		padding-top: 40px;
		margin-top: 100px;
	}
	/*=== Homepage 05 ===*/
	.pbmit-element-portfolio-style-4 .swiper-hover-slide-nav .pbmit-content-box-inner{
		height: 50vh;
	}
	.pbmit-static-box-style-1,
	.pbmit-static-box-style-1.pbmit-active{
		flex:auto
	}
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title{
		opacity: 0
	}
	.pbmit-static-box-style-1 .pbmit-content-box{
		opacity: 1;
		visibility: visible
	}
	.pbmit-static-box-style-1 .pbmit-content-box{
		padding: 60px
	}
	.pbmit-static-box-style-1 .pbmit-content-box{
		transform: scale(1)
	}
	.pbmit-static-box-style-1{
		height: 400px
	}
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-box-number,
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-btn{
		display: none;
	}
	.about-us-five-bg{
		padding: 80px 100px 80px 15px;
	}
	.about-us-five-bg .pbmit-heading-subheading .pbmit-title{
		font-size: 35px;
		line-height: 45px;
	}
	.pricing-five-head-area{
		padding: 80px 15px 60px 0px;
	}
	.pricing-five-area{
		padding: 0 0 50px 0;
	}
	.testimonial-section-five{
		padding: 0 10px;
	}
	.testimonial-five-left-box{
		padding: 220px 0;
	}
	.testimonial-five-right-box{
		margin-top: 30px;
		padding: 80px 69px 80px 30px;
	}
	.testimonial-five-right-box .ihbox-style-area{
		margin: 0;
	}
	.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets{
		left: 101.7%;
	}
	/*=== Homepage 06 ===*/
	.about-six-col-1,
	.about-six-col-2,
	.about-six-col-3{
		width: 100%;
	}
	.about-six-col-2{
		margin: 50px 0;
	}
	.about-six-img{
		padding: 0;
	}
	.about-six-col-3{
		padding: 0 12px;
	}
	.ihbox-six-right-area {
        padding: 30px 10px 60px 10px;
    }
	.pbmit-portfolio-style-5 .pbminfotech-box-content{
		left: 10px;
		right: 10px;
		bottom: 10px;
		padding: 10px 15px;
		border-radius: 15px;
	}
	.ihbox-sec-six .container{
		padding: 0 0 45px 0;
	}
	.pbmit-team-style-2 .pbmit-team-title{
		font-size: 22px;
		line-height: 28px;
	}
	.testimonial-six-bg .swiper-slider{
		margin-left: 15px;
	}
	.pricing-six-rightbox{
		padding-left: 0;
	}
	/*=== Homepage 07 ===*/
	.service-section-seven{
		padding: 20px 30px 80px 30px;
	}
	.service-section-seven .clock-img,
	.service-section-seven .frame-img{
		display: none;
	}
	.pbmit-tab.style-2 .nav-tabs .nav-item a{
		padding: 12px 20px;
        font-size: 15px;
	}
	.portfolio-section-seven .pbmit-portfolio-heading-wrapper{
		padding: 30px;
	}
	.portfolio-section-seven .pbmit-portfolio-heading-wrapper .pbmit-heading-subheading .pbmit-title{
		font-size: 35px;
		line-height: 36px;
	}
	.portfolio-section-seven .pbmit-portfolio-btn{
		bottom: 30px;
	}
	.offer-area-bg{
		padding: 80px 100px 80px 10px;
	}
	.offer-area-bg .pbmit-heading-subheading .pbmit-title{
		font-size: 35px;
		line-height: 45px;
	}
	.testimonial-seven-bg{
		padding: 80px 15px 80px 15px;
		background-position: bottom right;
	}
	.testimonial-seven-left-img{
		padding: 290px 0;
	}
	.testimonial-seven-right-box{
		padding: 80px 0 0 0;
	}
	.pbmit-testimonial-style-7 .pbminfotech-post-item{
		padding: 50px 50px 50px 50px;
	}
	.testimonial-seven-right-box .ihbox-style-area{
		left: 0;
		bottom: 0;
	}
	.about-us-section-seven .about-us-left-box{
		margin-right: 0;
	}
	.about-us-section-seven .about-us-left-box .pbmit-heading-subheading,
	.about-us-section-seven .about-us-right-box .pbmit-heading-subheading{
		width: 100%;
	}
	.about-us-section-seven .about-us-center-box{
		margin: 40px 0 40px 0;
	}
	.about-us-section-seven .about-us-right-box{
		margin: 0;
	}
	.about-us-section-seven .pbmit-btn-style-text{
		right: 100px;
	}
	/*=== Homepage 08 ===*/
	.accordion-eight-left-box,
	.accordion-eight-area{
		padding: 0px 12px;
	}
	.ihbox-eight-left-bg{
		position: unset;
		padding: 230px 0;
	}
	.ihbox-eight-slider-box{
		margin-top: 30px;
		padding: 50px 30px 20px 30px;
	}
	.about-eight-right-box{
		padding: 0 15px;
		margin-top: 50px;
	}
	.about-eight-ihbox-style{
		margin-top: 50px;
		padding-left: 15px;
	}
	.pbmit-element-team-style-3 .container{
		padding: 0 60px;
	}
	.before-after-section-eight{
		padding: 60px 0px 50px 0px;
	}
	.before-after-eight-left-box{
		padding-left: 15px;
	}
	.before-after-eight-right-box{
		padding: 50px 15px 0 15px;
	}
	.testimonial-eight-left-box{
		padding: 80px 20px 80px 0px;
	}
	.pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
		font-size: 80px;
		line-height: 90px;
	}
	/*=== Homepage 09 ===*/
	.about-section-nine{
		padding: 80px 0 0 0;
	}
	.about-section-nine .pbmit-col1, 
	.about-section-nine .pbmit-col2,
	.about-section-nine .pbmit-col3{
		width: 100% !important;
	}
	.about-nine-left-box,
	.about-nine-right-box{
		padding: 0;
	}
	.about-nine-img{
		margin: 50px 0 30px 0;
	}
	.pbmit-miconheading-style-22 .pbmit-ihbox-style-22 .pbmit-ihbox-box{
		margin-bottom: 10px;
	}
	.service-section-nine{
		overflow: hidden;
	}
	.service-nine-left-box .service-left-img{
		width: 100%;
	}
	.service-nine-right-box{
		padding-top: 0;
		margin-top: 60px;
	}
	.about-us-nine-bg{
		padding: 80px 30px;
	}
	.about-us-nine-bg .about-us-content{
		padding: 40px;
	}
	.testimonial-nine-arrow{
		display: none;
	}
	/*=== Our Team ===*/
	.pbmit-team-style-1 .pbmit-team-title{
		font-size: 22px;
		line-height: 28px;
	}
	/*=== Team Single Details ===*/
	.team-single .pbmit-team-detail{
		margin-bottom: 50px;
	}
	.team-single .pbmit-featured-img-wrapper img{
		width: 100%;
	}
	.team-single .comment-respond{
		margin-top: 50px;
		margin-bottom: 0;
	}
	/*=== Portfolio Detail ===*/
	.site-content{
		padding-left: 15px;
        padding-right: 15px;
	}
	.portfolio-single .pbmit-featured-img-wrapper{
		padding-bottom: 40px;
	}
	.portfolio-single .pbmit-short-description p{
		margin: 0;
	}
	.portfolio-single .portfolio-video-bg{
		padding: 100px 0 100px 0;
	}
	/*=== Blog Classic ===*/
	.blog-classic-content .site-content > .container ,
	.blog-details > .container{
        padding: 0 15px;
    }
	/*=== Contact Us ===*/
	.contact-us-left-area {
		padding: 80px 30px 0px 0px;
	}
	.contact-form-area{
		margin: 0;
	}
	/*=== Footer ===*/
	.footer-style-1 .pbmit-footer-big-area br{
		display: none;
	}
}

@media(max-width:991px) {
	/*=== Section-Title ===*/
	.pbmit-heading-subheading .pbmit-title,
	.pbmit-heading .pbmit-title{
		font-size: 45px;
		line-height: 50px;
	}
	/*=== Banner Slider ===*/
	.pbmit-slider-two .pbmit-slider-item {
        padding: 200px 0 120px 0;
    }
	.pbmit-slider-two .pbmit-sub-title{
		font-size: 39px;
		line-height: 45px;
	}
	.pbmit-slider-two .pbmit-title {
        font-size: 118px;
        line-height: 128px;
    }
	.pbmit-slider-three .swiper-horizontal>.swiper-pagination-bullets,
	.pbmit-slider-five .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.pbmit-slider-three .pbmit-right-col,
	.pbmit-slider-five .pbmit-right-col{
		display: flex;
		text-align: center;
		justify-content: center;
	}
	.pbmit-slider-four .pbmit-slider-content{
		padding-left: 0;
	}
	.pbmit-slider-four .pbmit-title{
		font-size: 61px;
		line-height: 61px;
	}
	.pbmit-slider-four .swiper-buttons,
	.pbmit-slider-six .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.pbmit-slider-five .pbmit-slider-item{
		height: 625px;
	}
	.pbmit-slider-five .pbmit-slider-content{
		width: 470px;
		margin-top: 70px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-title-small{
		font-size: 27px;
		line-height: 27px;
	}
	.pbmit-slider-seven .pbmit-slider-item{
		height: 490px;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
		font-size: 47px;
		line-height: 47px;
	}
	.pbmit-slider-seven .pbmit-rotate-box{
		left: auto;
		right: 0;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-title{
		font-size: 86px;
		line-height: 86px;
	}
	.pbmit-slider-nine .pbmit-slider-content .pbmit-title{
		font-size: 64px;
		line-height: 64px;
	}
	/*=== Homepage 01 ===*/	
	.pbminfotech-ele-fid-style-2 .pbmit-fid-icon-title{
		justify-content: center;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner{
		text-align: center;
	}
	.pbmit-sortable-list-ul{
		margin-bottom: 30px;
	}
	.pbmit-sortable-list-ul li{
		margin-bottom: 25px;
	}
	.testimonial-one .ihbox-style-area{
		bottom: 8%;
	}
	/*=== Homepage 02 ===*/	
	.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap{
		padding: 15px 15px 40px;
	}
	.accordion-two-rightbox .chair-img{
		bottom: -5%;
	}
	.pbmit-ihbox-style-4 .pbmit-ihbox-svg::after,
	.pbmit-ihbox-style-4 .pbmit-ihbox-icon::after{
		position: unset;
		content: unset;
	}
	.testimonial-two .ihbox-style-area{
		top: 430px;
	}
	/*=== Homepage 03 ===*/	
	.pbmit-service-highlight{
		display: none;
	}
	.service-three .pbmit-servicebox-right{
		padding: 30px 0 0 20px;
	}
	/*=== Homepage 04 ===*/
	.pbmit-client-style-1.pbmit-col-20 .pbmit-border-wrapper {
        padding: 10px 30px;
    }
	/*=== Homepage 05 ===*/
	.service-five-header-area{
		padding-top: 0;
	}
	.service-five-right-col{
		padding: 50px 0 0 0;
	}
	.pbmit-static-box-style-1 .pbmit-content-box{
		padding:50px
	}
	.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets{
		left: 102.3%;
	}
	/*=== Homepage 06 ===*/
	.pf-six-header-area .pbmit-sortable-list-ul li{
		margin-bottom: 0;
	}
	/*=== Homepage 07 ===*/
	.pbmit-testimonial-style-7 .pbminfotech-post-item{
		padding: 40px 40px 50px 40px;
	}
	/*=== Homepage 09 ===*/
	.pbmit-element-static-box-style-4 .pbmit-main-static-slider{
		flex-direction: column;
	}
	.pbmit-element-static-box-style-4 .pbmit-main-static-slider > *{
		width: 100%;
	}
	.pbmit-element-static-box-style-4 .pbmit-static-title-desc-inner{
		position: unset;
		padding: 30px 30px 40px;
		width: 100%;
	}
	.pbmit-element-static-box-style-4 ul.pbmit-hover-inner{
		display: inline-block;
		margin-bottom: 10px;
	}
	.pbmit-testimonial-style-8 .pbminfotech-post-item::after{
		top: 35px;
		right: 30px;
		bottom: inherit;
	}
	/*=== Footer ===*/	
	.site-footer .sb-instagram .sbi-images{
		padding-top: 0;
	}
}

@media(max-width:991px){
	/*=== Footer ===*/	
	.site-footer .sb-instagram .sbi-images{
		grid-template-columns: repeat(3, 1fr);
	}
	.footer-style-3{
		padding: 40px 0 0 0;
	}
	.footer-style-3 .pbmit-newsletter{
		flex-direction: column;
        align-items: flex-start;
        gap: 20px;
	}
	.footer-style-3 .widget{
		padding-top: 50px;
	}
	.footer-style-3 .pbmit-footer-widget-area{
		padding-bottom: 60px;
	}
}

@media(max-width:768px){
	/*=== Banner Slider ===*/
	.pbmit-slider-two .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.pbmit-slider-seven .pbmit-rotate-box,
	.pbmit-slider-seven .pbmit-slider-content .pbmit-desc{
		display: none;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
		margin-bottom: 30px;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-sub-title{
		font-size: 13px;
		line-height: 20px;
	}
	/*=== Homepage 05 ===*/
	.pbmit-element-portfolio-style-4 .pbmit-portfolio-title{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.pbmit-element-portfolio-style-4 .pbmit-titlebox-wrap{
		display: block;
		padding: 20px;
	}
	/*=== Our Team ===*/
	.pbmit-team-style-1 .pbmit-team-title{
		font-size: 22px;
		line-height: 32px;
	}
}

@media(max-width:767px) {
	/*=== Section-Padding ===*/
	.section-xl{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-lgb {
		padding-bottom: 30px;
	}
	.section-md{
		padding-top: 40px;
		padding-bottom: 40px;
	} 
	.section-lgt{
		padding-top: 60px;
	}
	.section-lg{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.section-lgx{
		padding-top: 40px;
		padding-bottom: 20px;
	}
    /*=== Section-Title ===*/ 
	.pbmit-heading-subheading,
	.pbmit-heading{
		margin-bottom: 30px;
	}
	.pbmit-heading-subheading .pbmit-title,
	.pbmit-heading .pbmit-title{
		font-size: 30px;
		line-height: 35px;
		letter-spacing: -1px;
	}
	/*=== Title Bar ===*/ 
	.pbmit-title-bar-content .pbmit-tbar-title{
		font-size: 50px;
		line-height: 60px;
	}	
	/*=== Banner Slider ===*/
	.pbmit-slider-two .pbmit-slider-item {
        padding: 150px 0 60px 0;
    }
	.pbmit-slider-two .pbmit-sub-title{
		font-size: 28px;
		line-height: 35px;
	}
	.pbmit-slider-two .pbmit-title{
		font-size: 83px;
        line-height: 100px;
	}
	.pbmit-slider-two .pbmit-button-wrap .pbmit-btn,
	.pbmit-slider-four .pbmit-button-wrap .pbmit-btn,
	.pbmit-slider-seven .pbmit-button-wrap .pbmit-btn,
	.pbmit-slider-eight .pbmit-button-wrap .pbmit-btn,
	.pbmit-slider-nine .pbmit-button-wrap .pbmit-btn{
		font-size: 14px;
		padding: 10px 25px;
	}
	.pbmit-slider-two .pbmit-button-wrap .pbmit-btn:after,
	.pbmit-slider-four .pbmit-button-wrap .pbmit-btn:after,
	.pbmit-slider-seven .pbmit-button-wrap .pbmit-btn:after,
	.pbmit-slider-eight .pbmit-button-wrap .pbmit-btn:after,
	.pbmit-slider-nine .pbmit-button-wrap .pbmit-btn:after{
		width: 43px;
		height: 43px;
		line-height: 43px;
	}
	.pbmit-slider-three .pbmit-slider-item{
		height: 500px;
	}
	.pbmit-slider-three .pbmit-slider-content{
		width: 312px;
		padding: 35px 20px 40px 20px;
	}
	.pbmit-slider-three .pbmit-title{
		font-size: 33px;
		line-height: 33px;
	}
	.pbmit-slider-three .pbmit-slider-content .pbmit-desc{
		font-size: 10px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.pbmit-slider-four .pbmit-slider-item{
		height: 350px;
	}
	.pbmit-slider-four .pbmit-sub-title{
		font-size: 11px;
		line-height: 17px;
	}
	.pbmit-slider-four .pbmit-title{
		font-size: 42px;
		line-height: 42px;
	}
	.pbmit-slider-four .pbmit-slider-content .pbmit-desc{
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 20px;
	}
	.pbmit-slider-five .pbmit-slider-item{
		height: 420px;
	}
	.pbmit-slider-five .pbmit-slider-content{
		width: 312px;
		padding: 30px 30px 30px 30px;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 33px;
		line-height: 33px;
		margin-bottom: 10px;
	}
	.pbmit-slider-five .pbmit-slider-content .pbmit-desc{
		font-size: 10px;
		margin-bottom: 10px;
	}
	.pbmit-slider-six .pbmit-slider-item{
		padding: 120px 0 110px 0;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-sub-title{
		font-size: 11px;
		line-height: 18px;
		padding: 3px 10px;
		margin-bottom: 15px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-title{
		font-size: 62px;
		line-height: 62px;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-title-small{
		font-size: 15px;
		line-height: 15px;
	}
	.pbmit-slider-seven .pbmit-slider-item{
		height: 350px;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-sub-title{
		font-size: 9px;
		line-height: 14px;
		letter-spacing: 0;
		margin-bottom: 10px;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
		font-size: 35px;
		line-height: 35px;
	}
	.pbmit-slider-eight .pbmit-slider-item{
		height: 415px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-sub-title{
		font-size: 11px;
        line-height: 18px;
		letter-spacing: 0px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-title{
		font-size: 62px;
		line-height: 62px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-title-small{
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.pbmit-slider-nine .pbmit-slider-item{
		height: 415px;
	}
	.pbmit-slider-nine .pbmit-slider-content .pbmit-sub-title{
		letter-spacing: 0px;
	}
	.pbmit-slider-nine .pbmit-slider-content .pbmit-title{
		font-size: 42px;
		line-height: 42px;
		margin-bottom: 20px;
	}
	/*=== Homepage 01 ===*/ 
	.about-one-leftbox{
		padding: 200px 0;
	}
	.pbmit-ihbox-style-12 .pbmit-ihbox-headingicon{
		padding: 20px 30px;
	}
	.pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper,
	.pbmit-ihbox-style-12 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-12 .pbmit-ihbox-icon-type-text{
		font-size: 60px;
		line-height: 60px;
	}
	.service-one{
		padding: 90px 0px 50px 0px;
	}
	.pbmit-service-style-2 .pbmit-content-box{
		left: 15px
	}
	.pbmit-element-service-style-2 .pbmit-service-highlight h2{
		font-size: 70px;
		top: -40px;
	}
	.service-one .pbmit-service-highlight h2{
		font-size: 70px;
        top: -40px;
	}
	.pbmit-service-text{
		padding: 0;
	}
	.ihbox-one-img-col .ihbox-imgbox{
		padding: 15px 35px 15px 0px;
	}
	.pbmit-marquee-effect-style-1 .pbmit-element-title{
		font-size: 50px;
		line-height: 60px!important;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper{
		padding-left: 70px;
		margin-left: 30px;
	}
	.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before{
		font-size: 40px;
		line-height: 50px;
	}
	.portfolio-one{
		margin-top: 0;
		padding: 50px 0px 30px 0px;
	}
	.pbmit-portfolio-style-3 .pbmit-portfolio-title{
		font-size: 24px;
		line-height: 30px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-col{
		margin-bottom: 30px;
	}
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency{
		margin-bottom: 5px;
	}
	.pricing-one-rightbox{
		padding: 30px 30px 0px 15px;
	}
	.testimonial-one{
		padding-top: 60px;
	}
	.pbmit-testimonial-style-1 .pbmit-box-content-wrap{
		border-radius: 30px;
		padding: 30px;
	}
	.pbmit-testimonial-style-1 .pbmit-box-content-wrap::before{
		clip-path:unset;
		border-radius: 30px;
	}
	.testimonial-one .pbmit-testimonialbox-left:before{
		position: unset;
		content: unset;
	}
	.pbmit-testimonial-style-1 .pbmit-box-content-wrap{
		border-radius: 30px;
		padding: 30px;
	}
	.pbmit-testimonial-style-1 .pbmit-box-content-wrap::before{
		clip-path:unset;
		border-radius: 30px;
	}
	.pbmit-heading-subheading-style-1 .pbmit-title{
		font-size: 25px;
		line-height: 35px;
	}
	.blog-btn{
		text-align: start;
		margin-bottom: 50px;
	}
	.pbmit-blog-style-3 .pbminfotech-box-content{
		padding: 30px 80px 30px 30px;
	}
	/*=== Homepage 02 ===*/ 
	.pbmit-ihbox-style-7 .pbmit-element-title{
		font-size: 20px;
		line-height: 24px;
	}
	.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text{
		font-size: 40px;
		line-height: 50px;
	}
	.pbmit-ihbox-style-11 .pbmit-ihbox-headingicon{
		padding: 30px;
	}
	.marquee-two{
		padding: 40px 0px 40px 0px;
	}
	.accordion-two-rightbox .chair-img{
		display: none;
	}
	.accordion-two-rightbox .sofa-img{
		top: 0;
	}
	.accordion-two-rightbox {
        margin: 40px 30px 0px 30px;
    }
	.process-section-two{
		padding: 80px 0px 50px 0px;
	}
	.pbmit-ih-highlight h2 {
        top: -30px;
        font-size: 70px;
        line-height: 70px;
    }
	.pbmit-ihbox-style-4 .pbmit-ihbox-headingicon {
		display: block;
	}
	.testimonial-two{
		padding: 60px 0px 60px 0px;
	}
	.pbmit-testimonial-style-2 .pbminfotech-box-content::before{
		font-size: 40px;
		line-height: 55px;
	}
	.testimonial-two .ihbox-style-area{
		display: none;
	}
	.client-two-area {
        margin-top: 50px;
    }
	.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-blog-btn{
		top: 10px;
		right: 10px;
	}
	/*=== Homepage 03 ===*/ 
	.client-three{
		padding: 30px 0px 30px 0px;
	}
	.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
	.pbmit-ihbox-style-1 .pbmit-element-title{
		font-size: 18px;
		line-height: 20px;
	}
	.about-three-img2,
	.portfolio-three-slider .swiper-pagination-bullets,
	.testimonial-three-main .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.service-three .pbmit-servicebox-right{
		padding: 0 20px 0 20px;
	}
	.service-three .service-arrow,
	.team-six-swiper-arrow{
		display: none !important;
	}
	.pbmit-service-style-3 .pbmit-content-box{
		left: 15px
	}
	.pbmit-tab{
		display: block;
	}
	.pbmit-tab .nav .nav-item a{
		width: 100%;
	}
	.pbmit-tab .tab-content{
		padding-left: 0;
	}
	.ihbox-section-three{
		padding-bottom: 50px;
	}
	.ihbox-section-three .heading-area .pbmit-heading h2{
		letter-spacing: -1px;
	}
	.ihbox-section-three .pbmit-col-20:nth-child(2),
	.ihbox-section-three .pbmit-col-20:nth-child(3){
		padding-top: 20px;
	}
	.before-after-left-area{
		padding: 60px 30px 60px 30px;
	}
	.before-after-left-area .col-md-6:nth-child(2) .pbminfotech-ele-fid-style-1{
		padding-top: 30px;
	}
	.twentytwenty-container img, 
	.twentytwenty-container {
        height: 400px !important;
        object-fit: cover;
    }
	.portfolio-three-slider.swiper-slider[data-dots="true"],
	.testimonial-three-main .swiper-slider[data-dots="true"]{
		padding-bottom: 0;
	}
	.about-us-three-sec{
		padding-bottom: 20px;
	}
	.testimonial-three-bg{
		padding: 170px 0;
	}
	.testimonial-three-main{
		padding: 60px 30px 60px 30px;
	}
	/*=== Homepage 04 ===*/ 
	.about-four-lamp-img{
		display: none;
	}
	.frame-clock-img{
		margin: 0px 30px 30px 0px;
	}
	.home4-about-02-img{
		margin: 0;
	}
	.pbmit-service-style-4 .pbmit-content-box{
		left: 15px
	}
	.pbmit-element-service-style-4 .pbmit-service-highlight h2{
		font-size: 70px;
		top: -40px;
	}
	.service-four-swiper-arrow{
		display: none !important;
	}
	.service-section-four{
		padding: 60px 0 50px 0;
	}
	.ihbox-section-four .pbmit-col-20:nth-child(2),
	.ihbox-section-four .pbmit-col-20:nth-child(3),
	.ihbox-five .pbmit-col-20:nth-child(2),
	.ihbox-five .pbmit-col-20:nth-child(3),
	.ihbox-sec-six .pbmit-col-20:nth-child(2),
	.ihbox-sec-six .pbmit-col-20:nth-child(3){
		padding-top: 20px;
	}
	.ihbox-style-10-bg-area{
		padding: 60px 30px;
	}
	.pbmit-ihbox-style-20 .pbmit-element-title {
        font-size: 16px;
        line-height: 26px;
    }
	.pbmit-ihbox-style-20 .pbmit-ihbox-headingicon{
		padding: 14px 20px;
	}
	.pbmit-ihbox-style-20 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper{
		font-size: 22px;
		line-height: 22px;
	}
	.pbmit-ihbox-style-20 .pbmit-element-title{
		font-size: 16px;
		line-height: 26px;
	}
	.pbmit-testimonial-style-4 .pbminfotech-post-item{
		padding: 50px 30px 90px;
	}
	.pbmit-testimonial-style-4 .pbminfotech-post-item::before{
		font-size: 100px;
		line-height: 100px;
	}
	.testimonial-four-rightbox .ihbox-style-2-area{
		padding-top: 20px;
		margin-top: 60px;
	}
	/*=== Homepage 05 ===*/ 
	.service-section-five{
		padding: 60px 0 0 0;
	}
	.service-section-five .container{
		padding-right: 30px;
	}
	.service-five-arrow{
		display: none !important;
	}
	.service-five-right-col{
		padding-top: 0;
	}
	.pbmit-element-portfolio-style-4 .pbmit-hover-image-faded .swiper-slide img{
		height: 500px;
	}
	.about-five-left-box{
		padding: 285px 0;
	}
	.about-five-left-box .ihbox-style-area{
		right: -107px;
	}
	.about-five-content{
		padding: 0;
	}
	.pbmit-static-box-style-1 .pbmit-content-box{
		padding: 30px
	}
	.about-us-five-bg{
		padding: 60px 30px 80px 15px;
	}
	.about-us-five-bg .pbmit-heading-subheading{
		text-align: center;
	}
	.about-us-five-bg .pbmit-heading-subheading .pbmit-title{
		font-size: 25px;
		line-height: 35px;
	}
	.about-us-five-bg .ihbox-style-area{
		bottom: -8px;
		display: block;
		right: 50%;
		transform: translateX(50%);
	}
	.pricing-five-head-area{
		padding: 60px 0px 60px 0px;
	}
	.pricing-five-area{
		padding: 0 0 30px 0;
	}
	.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-frequency{
		margin-bottom: 5px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box{
		flex-direction: column;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap{
		border-right: none;
		border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
		padding: 0 20px 25px;
		margin: 0 0 30px;
		width: 100%;
	}
	.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-heading{
		margin-bottom: 10px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines-w{
		grid-column-gap: 10px;
	}
	.testimonial-five-left-box{
		padding: 170px 0;
	}
	.testimonial-five-right-box{
		padding: 60px 30px;
	}
	.ihbox-six-right-area{
		padding-bottom: 40px;
	}
	.ihbox-six-right-area .pbmit-miconheading-style-19:nth-child(even) .pbmit-ihbox-style-19 .pbmit-ihbox-box{
		background-color: transparent;
	}
	.ihbox-six-right-area .pbmit-miconheading-style-19:nth-child(odd) .pbmit-ihbox-style-19 .pbmit-ihbox-box{
		background-color: var(--pbmit-light-color);
	}
	/*=== Homepage 06 ===*/ 
	.about-six-img{
		padding-right: 30px;
	}
	.ihbox-six-left-area {
        padding: 60px 0px 0px 15px;
    }
	.pf-six-header-area{
		padding: 50px 30px 1px 30px;
	}
	.ihbox-sec-six{
		padding: 60px 0 40px 0;
	}
	.testimonial-six-bg{
		padding: 60px 15px 60px 0;
	}
	.testimonial-five-right-box .swiper-horizontal>.swiper-pagination-bullets{
		display: none;
	}
	.pricing-six-rightbox{
		padding-top: 0;
	}
	/*=== Homepage 07 ===*/
	.service-section-seven{
		padding: 20px 30px 60px 30px;
	}
	.pbmit-tab.style-2 .nav-tabs{
		display: block;
	}
	.pbmit-tab.style-2 .nav-tabs .nav-item a{
		justify-content: center;
	}
	.pbmit-tab.style-2 .pbmit-tab-inner-content{
		padding: 15px 15px 110px;
	}
	.portfolio-section-seven{
		padding: 40px 0px 0px 0px;
	}
	.portfolio-section-seven .pbmit-portfolio-heading-wrapper{
		margin-top: 30px;
		height: 390px;
	}
	.offer-area-bg{
		padding: 60px 20px 80px 20px;
	}
	.offer-area-bg .pbmit-heading-subheading{
		text-align: center;
	}
	.offer-area-bg .pbmit-heading-subheading .pbmit-title{
		font-size: 25px;
		line-height: 35px;
	}
	.offer-area-bg .ihbox-style-area{
		top: 100%;
		right: 50%;
		transform: translateX(50%);
		margin-top: -66px;
	}
	.testimonial-seven-right-box .swiper-slider{
		padding-bottom: 0;
	}
	.testimonial-seven-bg{
		padding: 60px 15px 60px 15px;
	}
	.testimonial-seven-right-box{
		padding: 60px 0 0 0;
	}
	.testimonial-seven-right-box .ihbox-style-area,
	.testimonial-seven-right-box .swiper-buttons{
		display: none;
	}
	.about-us-section-seven .pbmit-heading-subheading{
		padding-bottom: 15px;
	}
	.about-us-section-seven .pbmit-btn-style-text{
		right: 40px;
	}
	/*=== Homepage 08 ===*/ 
	.ihbox-eight-left-bg{
		padding: 180px 0;
	}
	.about-eight-left-box{
		padding-left: 0;
	}
	.about-eight-left-box .about-img-first{
		width: 100%;
	}
	.about-eight-left-box .about-img-second{
		display: none;
	}
	.portfolio-section-eight{
		padding: 60px 30px;
	}
	.before-after-section-eight{
		padding: 40px 0 50px 0;
	}
	.before-after-eight-left-box,
	.before-after-eight-left-top{
		padding-left: 0;
	}
	.before-after-eight-left-top .pbmit-col1{
		margin-bottom: 20px;
	}
	.before-after-eight-left-top .twenty20{
		margin-right: 0;
	}
	.before-after-eight-left-top .pbmit-col2,
	.before-after-eight-left-top .pbmit-col3,
	.before-after-eight-left-bottom .pbmit-col1,
	.before-after-eight-left-bottom .pbmit-col2{
		width: 50%;
	}
	.before-after-eight-left-top .before-after-img-1,
	.before-after-eight-left-top .before-after-img-2,
	.before-after-eight-left-bottom .before-after-img-3,
	.before-after-eight-left-bottom .before-after-img-4{
		padding: 140px 0;
	}
	.before-after-eight-left-bottom .twenty20{
		margin-left: 0;
	}
	.before-after-eight-left-bottom .pbmit-col3{
		margin-top: 20px;
	}
	.testimonial-eight-left-box{
		padding: 60px 0px 60px 0px;
	}
	.testimonial-eight-left-box .ihbox-style-area{
		margin-top: 50px;
		padding-top: 30px;
	}
	.pbmit-testimonial-style-9 .pbmit-box-content-wrap{
		border-radius: 30px;
		padding: 30px;
	}
	.pbmit-element-testimonial-style-9 .pbmit-vertical-scroller-wrapper{
		height: 100% !important;
	}
	.pbmit-element-testimonial-style-9 .pbmit-vertical-scroller-wrapper.swiper-vertical > .swiper-wrapper{
		transform: none !important;
		transition-duration: unset !important;
	}
	.pbmit-element-testimonial-style-9 .pbmit-vertical-scroller-wrapper .pbmit-ele{
		height: 100% !important;
	}
	.pbmit-element-testimonial-style-9 .pbmit-vertical-scroller-wrapper::after,
	.pbmit-element-testimonial-style-9 .pbmit-vertical-scroller-wrapper::before{
		display: none;
	}
	/*=== Homepage 09 ===*/ 
	.about-section-nine{
		padding: 60px 0 0 0;
	}
	.service-nine-left-box{
		padding: 50px 0 0 0;
	}
	.service-nine-left-box .ihbox-style-18-area,
	.service-nine-left-box .ihbox-style-23-area{
		display: none;
	}
	.service-nine-right-box{
		margin-top: 30px;
	}
	.pbmit-service-style-7 .pbmit-content-box{
		left: 15px
	}
	.fid-section-nine{
		padding: 0 15px 50px 15px;
	}
	.about-us-nine-bg{
		padding: 60px 30px;
	}
	.about-us-nine-bg .about-us-content{
		padding: 30px;
	}
	.testimonial-section-nine{
		padding: 60px 0 50px 0;
	}
	.pbmit-testimonial-style-8 .pbminfotech-testimonial-text{
		padding-bottom: 15px;
		padding-top: 25px;
	}
	.pbmit-testimonial-style-8 .pbmit-box-content-wrap{
		padding: 100px 30px 30px;
	}
	.pbmit-testimonial-style-8 .pbminfotech-box-author{
		flex-direction: column;
		text-align: center;
	}
	.pbmit-testimonial-style-8 .pbminfotech-post-item{
		text-align: center;
	}
	.pbmit-testimonial-style-8 .pbmit-featured-wrapper{
		margin: 0 0 10px;
	}
	.pbmit-testimonial-style-8 .pbminfotech-box-star-ratings{
		font-size: 15px;
		line-height: 15px;
	}
	.pbmit-testimonial-style-8 .pbminfotech-post-item::after{
		top: 30px;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-o-transform: translateX(50%);
		transform: translateX(50%);
		z-index: 2;
	}
	/*=== Team Single Details ===*/ 
	.pbmit-team-single-info .pbmit-sticky-col{
		padding-top: 60px;
	}
	.team-single .text-editor-box .col-md-4,
	.team-single .text-editor-box .col-md-8{
		width: 100%;
	}
	.team-single .text-editor-box .col-md-4 h6{
		margin-bottom: 10px;
	}
	.team-single .pbmit-entry-content .list-group li:first-child{
		margin-left: 0;
	}
	.team-single .team-progress{
		margin-top: 10px;
	}
	.team-single .pbmit-heading .pbmit-title{
		font-size: 30px;
        line-height: 35px;
        letter-spacing: -1px;
	}
	.team-single .comment-respond{
		margin-top: 40px;
		padding: 50px 30px 40px 30px;
	}
	/*=== Service Detail ===*/	
	.site-content{
		padding: 60px 0 60px 0;
	}
	.service-details .pbmit-heading .pbmit-title,
	.portfolio-single .pbmit-heading .pbmit-title,
	.blog-details .pbmit-entry-content h3,
	.contact-us-bg .pbmit-heading .pbmit-title{
		font-size: 30px;
        line-height: 35px;
        letter-spacing: -1px;
	}
	/*=== Portfolio Detail ===*/
	.portfolio-single .pbmit-portfolio-lines-wrapper ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.portfolio-single .ihbox-style-area .col-xl-3:not(:last-child) .pbmit-ihbox-style-14{
		border-bottom: 1px solid #DDDDDD;
	}
	.portfolio-single .pf-img-box .first-img ,
	.portfolio-single .pf-img-box .third-img {
		padding-bottom: 20px;
	}
	.portfolio-single .ihbox-style-15-area{
		margin-top: 20px;
	}
	.post-navigation .nav-links{
		display: block;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next,
	.post-navigation .nav-links a{
		width: 100%;
	}
	.post-navigation .nav-links .pbmit-post-nav-wrapper{
		margin: 0 15px;
	}
	.post-navigation .nav-links .nav-title{
		font-size: 16px;
		line-height: 22px;
	}
	/*=== Blog Classic ===*/ 
	.blog-classic-content .site-content > .container,
	.blog-details > .container{
		padding: 0 30px;
	}
	/*=== Contact Us ===*/ 
	.contact-form-area{
		padding: 30px;
	}
	/*=== Footer ===*/ 
	.site-footer .widget{
		padding-top: 40px;
	}
	.pbmit-footer-big-area{
		padding-bottom: 35px;
	}
	.footer-style-1 .pbmit-footer-big-area-wrapper,
	.footer-style-1 .pbmit-footer-right-social{
		text-align: center;
	}
	.footer-style-1 .pbmit-footer-right{
		padding: 20px 0;
	}
	.footer-style-2 .pbmit-footer-widget-area{
		padding-bottom: 35px;
	}
	.footer-style-2 .widget{
		padding-top: 30px;
	}
	.footer-style-2 .pbmit-footer-big-area{
		padding: 10px 30px 20px;
	}
	.footer-style-2 .pbmit-footer-text-inner .row{
		flex-direction: column-reverse;
	}
	.footer-style-2 .pbmit-footer-copyright-text-area,
	.footer-style-2 .pbmit-footer-social-area ul{
		text-align: center;
		margin: 8px 0;
	}
	.footer-style-3{
		padding: 30px 0 0 0;
	}
	.footer-style-3 .pbmit-newsletter h3{
		font-size: 30px;
        line-height: 40px;
	}
	.footer-style-3 .pbmit-footer-widget-area{
		padding-bottom: 40px;
	}
	.footer-style-3 .pbmit-footer-text-inner .row{
		flex-direction: column-reverse;
	}
	.footer-style-3 .pbmit-footer-menu-area{
		float: none;
	}
	.footer-style-3 .pbmit-footer-copyright-text-area,
	.footer-style-3 .pbmit-footer-menu-area{
		text-align: center;
        margin: 8px 0;
	}
	.footer-style-3 .pbmit-footer-menu-area .pbmit-footer-menu{
		display: block;
	}
	.footer-style-3 .pbmit-footer-menu-area .pbmit-footer-menu li:not(:first-child):before{
		display: none;
	}
}

@media(max-width:575px) {
	/*=== Section-Title ===*/
	.pbmit-heading-subheading .pbmit-title{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -.25px;
	}
	.pbmit-heading-subheading-style-1 .pbmit-title{
		letter-spacing: -.25px;
	}
	/*=== Title-Bar ===*/
	.pbmit-title-bar-wrapper, 
	.pbmit-title-bar-content{
		min-height: 350px;
	}
	.pbmit-title-bar-content .pbmit-tbar-title{
		font-size: 30px;
		line-height: 40px;
	}
	/*=== Banner Slider ===*/ 
	.pbmit-slider-one .pbmit-slider-item{
		height: 650px;
	}
	.pbmit-slider-one .pbmit-title{
		font-size: 44px;
		line-height: 44px;
	}
	.pbmit-slider-one .pbmit-btn-outline{
		font-size: 14px;
		line-height: 22px;
		padding: 10px 25px;
	}
	.pbmit-slider-one .pbmit-btn-outline:after,
	.pbmit-slider-six .pbmit-button-wrap .pbmit-btn:after{
		width: 43px;
		height: 43px;
		line-height: 43px;
	}
	.pbmit-slider-six .pbmit-button-wrap .pbmit-btn{
		font-size: 14px;
		padding: 10px 25px;
	}
	/*=== Homepage 01 ===*/ 
	.pbmit-ihbox-style-5 .pbmit-ihbox-box{
		flex-direction:column;
		align-items: flex-start!important
	}
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner{
		font-size: 60px;
		line-height: 70px;
	}
	.pbmit-service-style-2 .pbmit-content-box{
		padding:0;
		bottom: 0
	}
	.pbmit-service-style-2 .pbmit-service-title{
		max-width: 100%;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px
	}
	.pbmit-ihbox-style-8 .pbmit-ihbox-icon,
	.pbmit-ihbox-style-8 .pbmit-ihbox-svg{
		margin-right: 15px;
	}
	.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper,
	.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper{
		height: 80px;
		width: 80px;
	}
	.pbmit-ihbox-style-8 .pbmit-element-title{
		font-size: 20px;
		line-height: 24px;
	}
	.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper i,
	.pbmit-ihbox-style-8 .pbmit-icon-type-icon{
		font-size: 30px;
		line-height: 30px;
	}
	.pbmit-portfolio-style-3 .pbmit-portfolio-title{
		font-size: 20px;
		line-height: 24px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		padding: 40px 30px;
	}
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading{
		font-size: 16px;
		line-height: 22px;
	}
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price{
		font-size: 50px;
		line-height: 50px;
	}
	.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol{
		font-size: 27px;
		line-height: 28px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap{
		padding-bottom: 18px;
	}
	.pbminfotech-ele-ptable-style-1 .pbmit-ptable-inner{
		padding: 25px 0 15px;
	}
	.testimonial-one .swiper-buttons{
		display: none;
	}
	.pbmit-blog-style-3 .pbmit-post-title{
		font-size: 20px;
		line-height: 30px;
	}
	.pbmit-blog-style-3 .pbmit-meta-line i{
		font-size: 15px;
		line-height: 15px;
	}
	.pbmit-blog-style-2 .pbminfotech-content-inner{
		display: block !important;
		text-align: center;
	}
	.pbmit-blog-style-2 .pbmit-featured-img-wrapper{
		margin: 0 0 30px 0 !important;
	}
	.pbmit-blog-style-2 .pbmit-featured-wrapper img{
		max-width: 100%;
		height: 100%;
	}
	/*=== Homepage 02 ===*/ 
	.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text span{
		font-size: 20px;
		line-height: 26px;
		margin-top: -5px;
	}
	.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text{
		font-size: 24px;
		line-height: 30px;
	}
	.pbmit-ihbox-style-11 .pbmit-ihbox-headingicon{
		padding: 15px;
	}
	.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text span,
	.pbmit-ihbox-style-11 .pbmit-element-title{
		font-size: 14px;
		line-height: 20px;
	}
	.pbmit-service-style-1 .pbminfotech-post-item .pbmit-box-content-wrap{
		padding: 10px 10px 40px;
	}
	.pbmit-service-style-1 .pbmit-service-title{
		font-size: 20px;
		line-height: 32px;
	}
	.pbmit-testimonial-style-2 .pbminfotech-box-content{
		display: block;
	}
	.pbmit-testimonial-style-2 .pbminfotech-box-img{
		background-image: none !important;
	}
	.pbmit-testimonial-style-2 .pbmit-featured-wrapper img,
	.pbmit-testimonial-style-2 .pbmit-featured-wrapper{
		width: 100%;
	}
	.pbmit-testimonial-style-2 .pbminfotech-box-content-inner{
		padding: 30px 15px 15px;
	}
	.testimonial-two .swiper-buttons{
		display: none;
	}
	.testimonial-two .swiper-slider{
		padding: 0;
	}
	/*=== Homepage 03 ===*/
	.pbmit-service-style-3 .pbmit-content-box{
		padding: 0 !important;
		bottom: 0
	}
	.pbmit-service-style-3 .pbmit-service-title{
		max-width: 100%;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px
	}
	.pbmit-tab .pbmit-tab-list h2{
		font-size: 24px;
        line-height: 30px;
	}
	/*=== Homepage 04 ===*/
	.pbmit-service-style-4 .pbmit-content-box{
		padding:0;
		bottom: 0
	}
	.pbmit-service-style-4 .pbmit-service-title{
		max-width: 100%;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px
	}
	.pbmit-element-static-box-style-2 .pbmit-static-box-title h5{
		font-size: 20px;
		line-height: 28px;
	}
	.pbmit-element-static-box-style-2 .pbmit-content-box{
		padding: 0 25px;
	}
	.pbmit-element-static-box-style-2 .pbmit-active .pbmit-content-box{
		padding: 25px;
	}
	.pbmit-element-static-box-style-2 .pbmit-static-box-number{
		margin: 10px 20px 0 0;
	}
	.pbmit-element-static-box-style-2 .pbmit-box-number{
		font-size: 18px;
		line-height: 18px;
		width: 50px;
		height: 50px;
	}
	.pbmit-element-static-box-style-2 .swiper-static-slide-nav{
		padding: 0 20px !important;
	}
	.pbminfotech-ele-fid-style-5 .pbmit-fid-inner{
		font-size: 60px;
		line-height: 70px;
	}
	.testimonial-four-spacing .swiper-buttons{
		display: none;
	}
	.testimonial-four-box .testimonial-four-bg{
		margin-left: 30px;
	}
	.testimonial-four-box .ihbox-style-area{
		left: 30px;
	}
	.pbmit-iconbox-20-new .pbmit-ihbox-style-20 .pbmit-ihbox-headingicon::before{
		right: 91%;
	}
	.testimonial-four-spacing{
		padding-left: 30px;
	}
	/*=== Homepage 05 ===*/
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-content-inner{
		width: 100%
	}
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-btn{
		text-align: left;
		padding-top: 20px
	}
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title{
		font-size: 22px;
		line-height: 26px
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box{
		padding: 40px 30px 80px;
	}
	.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-price{
		font-size: 50px;
		line-height: 50px;
	}
	.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-symbol{
		font-size: 26px;
		line-height: 26px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines-w{
		display: block;
	}
	.pbminfotech-ele-ptable-style-2 .pbminfotech-ptable-btn{
		right: 35px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-ptable-inner{
		padding: 0;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-head-wrap{
		padding: 0 0 20px;
		margin: 0 0 20px;
	}
	/*=== Homepage 06 ===*/
	.pbmit-ihbox-style-19 .pbmit-ihbox-box{
		padding: 50px 25px 25px;
	}
	.pbmit-testimonial-style-6 .pbmit-box-content-wrap{
		padding: 80px 30px 45px;
	}
	.pbmit-testimonial-style-6 .pbminfotech-box-author{
		flex-direction: column;
		text-align: center;
	}
	.pbmit-testimonial-style-6 .pbminfotech-post-item{
		text-align: center;
	}
	.pbmit-testimonial-style-6 .pbmit-featured-wrapper{
		margin: 0 0 10px !important;
	}
	.pbmit-testimonial-style-6 .pbminfotech-testimonial-text{
		font-size: 18px;
		line-height: 28px;
	}
	.pbmit-testimonial-style-6 .pbminfotech-box-star-ratings{
		font-size: 15px;
		line-height: 15px;
	}
	.pbmit-testimonial-style-6 .pbmit-box-content-wrap::before{
		mask: none;
		-webkit-mask: none;
	}
	.pbmit-testimonial-style-6 .pbminfotech-post-item::before{
		top: 15px;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-o-transform: translateX(50%);
		transform: translateX(50%);
		z-index: 2;
	}
	/*=== Homepage 08 ===*/
	.pbmit-accordion-blackish-bg.pbmit-accordion-style-1 .accordion-button,
	.pbmit-accordion-blackish-bg.pbmit-accordion-style-1 .accordion-body{
		padding-left: 30px;
		padding-right: 30px;
	}
	.pbmit-ihbox-style-25 .pbmit-element-title{
		font-size: 100px;
	}
	.pbmit-ihbox-style-25 .pbmit-element-subtitle{
		margin-bottom: 40px;
	}
	.ihbox-eight-slider-box .swiper-buttons{
		display: none;
	}
	.pbmit-ihbox-style-8-new .pbmit-ihbox-style-8 .pbmit-ihbox-box{
		flex-direction: column;
	}
	.pbmit-ihbox-style-8-new .pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-icon,
	.pbmit-ihbox-style-8-new .pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-svg{
		margin: 0 0 30px !important;
	}
	.pbminfotech-ele-fid-style-6 .pbmit-fid-inner{
		font-size: 60px;
		line-height: 70px;
	}
	.pbmit-fid-style-6-new .pbminfotech-ele-fid-style-6 .pbmit-fid span{
		margin-left: -18px;
	}
	.pbmit-blog-style-5 .pbmit-post-title{
		margin-bottom: 100px;
	}
	.pbmit-element-blog-style-5 .pbmit-blog-group-left .pbmit-content-wrapper{
		left: 30px;
		right: 30px;
	}
	.pbmit-blog-style-5 .pbminfotech-box-content{
		padding: 30px 30px 20px;
	}
	/*=== Homepage 09 ===*/
	.pbmit-ihbox-style-22 .pbmit-ihbox-icon,
	.pbmit-ihbox-style-22 .pbmit-ihbox-svg{
		margin-right: 15px;
	}
	.pbmit-service-style-7 .pbmit-content-box{
		padding:0;
		bottom: 0
	}
	.pbmit-service-style-7 .pbmit-service-title{
		max-width: 100%;
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px
	}
	.pbmit-element-static-box-style-4 .pbmit-static-title-desc-inner{
		padding: 20px;
	}
	.pbmit-element-static-box-style-4 .swiper-static-slide-nav{
		padding: 20px 0 0 15px;
	}
	.pbmit-element-static-box-style-4 .pbmit-hover-inner li:not(:last-child){
		margin-right: 10px;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fid-inner{
		font-size: 60px;
		line-height: 70px;
	}
	.pbmit-fid-text-style-normal .pbminfotech-ele-fid-style-8 .pbmit-fid-before span,
	.pbmit-fid-text-style-normal .pbminfotech-ele-fid-style-8 .pbmit-fid span{
		font-size: 40px;
	}
	.pbminfotech-ele-fid-style-8 .pbmit-fid span{
		margin-left: -15px;
	}
	.pbmit-fid-text-style-normal .pbminfotech-ele-fid-style-8 .pbmit-fid span{
		margin-left: -10px;
	}
	/*=== About Us ===*/
	.about-us .process-section-two{
		padding-top: 50px;
	}
	/*=== Team Single Details ===*/
	.team-single .pbmit-team-detail-inner{
		padding: 45px 25px 70px;
	}
	.pbmit-ihbox-style-13 .pbmit-element-heading,
	.pbmit-ihbox-style-13 .pbmit-element-title{
		font-size: 16px;
		line-height: 22px;
	}
	/*=== Service Details ===*/
	.widget.pbmit-service-ad .pbmit-service-ads{
		padding: 60px 30px 50px;
	}
	.pbmit-service-ads .pbmit-ads-subtitle{
		font-size: 22px;
        line-height: 30px;
	}
	.pbmit-service-ads .pbmit-ads-title{
		font-size: 22px;
        line-height: 30px;
	}
	/*=== Portfolio Detail ===*/
	.portfolio-single .pbmit-short-description h3{
		font-size: 40px;
        line-height: 40px;
	}
	.portfolio-single .pbmit-portfolio-lines-wrapper ul{
		display: block;
	}
	.portfolio-single .pbmit-portfolio-lines-wrapper ul li:not(:last-child):after{
		display: none;
	}
	.pbmit-single-project-details-list{
		padding: 40px;
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-15 .pbmit-ihbox-icon-wrapper:not(.pbmit-ihbox-icon-type-image){
		font-size: 70px;
		line-height: 70px;
		top: 0px;
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-contents{
		padding: 40px 0 0 !important;
	}
	.pbmit-ihbox-style-15 .pbmit-heading-desc{
		font-size: 18px;
		line-height: 26px;
	}
	/*=== Blog Classic ===*/
	.blog-classic .pbmit-post-title{
		font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
        padding-bottom: 20px;
	}
	.blog-classic .pbmit-blog-meta span.pbmit-meta{
		margin-right: 4px;
	}
	.post.blog-classic .pbmit-meta-cat a{
		padding: 2px 10px 0 10px;
	}
	.post.blog-classic .pbmit-blog-meta-top .pbmit-meta i{
		font-size: 15px;
	}
	/*=== Blog Details ===*/ 
	.blog-details .pbmit-entry-content blockquote{
		padding: 30px 0 0;
        font-size: 18px;
        line-height: 28px;
	}
	.blog-details .pbmit-entry-content blockquote:before{
		font-size: 90px;
        line-height: 90px;
	}
	.blog-details .pbmit-blog-meta-bottom-left{
		text-align: center;
	}
	.post-navigation .nav-next{
		margin-top: 25px;
	}
	.blog-details .pbmit-author-box{
		display: block;
        padding: 40px 30px;
	}
	.blog-details .pbmit-author-image img{
		margin: auto;
	}
	.blog-details .pbmit-author-content{
		margin-top: 20px;
        padding: 0;
        text-align: center;
	}
	.blog-details .pbmit-author-content .pbmit-text{
		font-size: 16px;
        line-height: 26px;
	}
	.comment-list .pbmit-comment-avatar{
		float: none;
	}
	.blog-details .pbmit-comment-content{
		margin-left: 0;
        margin-top: 25px;
	}
	.comment-list .children{
		margin-left: 10px;
	}
	.blog-details .comment-respond{
		padding: 40px 30px;
        margin-bottom: 0;
	}
	.blog-details .comment-respond .comment-reply-title{
		font-size: 20px;
        line-height: 30px;
	}
	/*=== Footer ===*/ 
	.footer-style-2 .pbmit-footer-email-button{
		overflow: visible;
	}
	.footer-style-2 .pbmit-footer-email-button input{
		padding: 15px 15px 15px 20px;
		width: 100%;
	}
	.footer-style-2 .pbmit-newsletter button.pbmit-btn{
		position: relative;
        left: 0;
        right: auto;
        top: 10px;
		padding: 15px 30px;
		width: 100%;
	}
	.footer-style-3 .pbmit-newsletter .pbmit-footer-email-button{
		overflow: visible;
	}
	.footer-style-3 .pbmit-newsletter input[type="email"]{
		width: 100%;
	}
	.footer-style-3 .pbmit-newsletter button{
		position: relative;
        left: 0;
        right: auto;
        top: 10px;
		padding: 15px 30px;
		width: auto;
	}
}
@media (max-width: 500px){
	.about-us-five-bg .ihbox-style-area{
		display: none;
	}
}

@media (max-width: 485px){
	/*=== Header ===*/ 
	.site-header .pbmit-header-search-btn a{
		display: none;
	}
	/*=== Banner Slider ===*/
	.pbmit-slider-one .pbmit-title{
		font-size: 32px;
		line-height: 32px;
	}
	.pbmit-slider-three .pbmit-slider-item{
		height: 350px;
	}
	.pbmit-slider-three .pbmit-title {
        font-size: 31px;
        line-height: 31px;
    }
	.pbmit-slider-three .pbmit-slider-content .pbmit-desc,
	.pbmit-slider-three .pbmit-button-wrap .pbmit-btn:after,
	.pbmit-slider-four .pbmit-slider-content .pbmit-desc,
	.pbmit-slider-five .pbmit-slider-content .pbmit-desc{
		display: none;
	}
	.pbmit-slider-four .pbmit-slider-item{
		height: 300px;
	}
	.pbmit-slider-four .pbmit-title{
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.pbmit-slider-five .pbmit-slider-content{
		width: 260px;
		padding: 30px 25px;
	}
	.pbmit-slider-five .pbmit-title{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.pbmit-slider-six .pbmit-slider-item{
		padding: 80px 0 90px 0;
	}
	.pbmit-slider-six .pbmit-slider-content .pbmit-title {
        font-size: 43px;
        line-height: 52px;
    }
	.pbmit-slider-seven .pbmit-slider-item{
		height: 300px;
	}
	.pbmit-slider-seven .pbmit-slider-content .pbmit-title{
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.pbmit-slider-eight .pbmit-slider-item{
		height: 345px;
	}
	.pbmit-slider-eight .pbmit-slider-content{
		padding-top: 40px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-title{
		font-size: 43px;
		line-height: 52px;
	}
	.pbmit-slider-eight .pbmit-slider-content .pbmit-title-small{
		font-size: 26px;
		line-height: 26px;
	}
	.pbmit-slider-nine .pbmit-slider-item{
		height: 345px;
	}
	.pbmit-slider-nine .pbmit-slider-content{
		padding-top: 40px;
	}
	.pbmit-slider-nine .pbmit-slider-content .pbmit-title{
		font-size: 30px;
		line-height: 30px;
	}
	.pbmit-slider-nine .pbmit-slider-content .pbmit-sub-title{
		margin-bottom: 10px;
	}
	/*=== Homepage 03 ===*/
	.about-us-three-sec .single-img img{
		width: 100%;
	}
	/*=== Homepage 07 ===*/
	.offer-area-bg .ihbox-style-area{
		display: none;
	}
	/*=== Team Single Details ===*/ 
	.team-single .pbmit-entry-content .list-group{
		flex-wrap: wrap;
	}
	.team-single .pbmit-entry-content .list-group li:last-child{
		margin-left: 0;
	}
	/*=== Footer ===*/
	.site-footer .sb-instagram .sbi-images{
		grid-template-columns: 1fr;
	}
}

@media (max-width: 479px){
	.pbmit-slider-two .pbmit-slider-content{
		text-align: center;
	}
	.pbmit-slider-two .pbmit-desc{
		display: none;
	}
	.pbmit-slider-two .pbmit-title {
        font-size: 45px;
        line-height: 55px;
    }
	.pbmit-slider-two .pbmit-slider-content .pbmit-button-wrap{
		margin-top: 30px;
	}
}

@media (max-width: 400px){
	/*=== Homepage 02 ===*/
	.pbmit-ihbox-style-7 .pbmit-icon-wrapper{
		display: block !important;
	}
	.pbmit-ihbox-style-7 .pbmit-ihbox-icon, 
	.pbmit-ihbox-style-7 .pbmit-ihbox-svg{
		margin: 0 0 20px !important;
	}
	/*=== Homepage 04 ===*/
	.pbmit-ihbox-style-2 .pbmit-ihbox-contents {
        flex-direction: column;
    }
}

@media (max-width: 375px){
	/*=== Banner Slider ===*/ 
	.pbmit-slider-one .pbmit-title{
		font-size: 29px;
		line-height: 29px;
	}
	.pbmit-slider-two .pbmit-sub-title {
		font-size: 23px;
		line-height: 31px;
    }
	.pbmit-slider-two .pbmit-title{
		font-size: 39px;
		line-height: 47px;
	}
	.pbmit-slider-three .pbmit-slider-content{
		width: 275px;
	}
	.pbmit-slider-three .pbmit-title {
        font-size: 28px;
        line-height: 28px;
    }
	.pbmit-slider-five .pbmit-slider-item{
		height: 350px;
	}
	/*=== Homepage 03 ===*/ 
	.about-us-three-sec .single-img img{
		width: 100%;
	}
	/*=== Homepage 04 ===*/ 
	.testimonial-four-box .pbmit-ihbox-style-20 .pbmit-ihbox-icon{
		margin-left: 10px;
	}
	.testimonial-four-box .pbmit-ihbox-style-20 .pbmit-ihbox-icon-wrapper{
		font-size: 20px;
		line-height: 20px;
	}
	.testimonial-four-box .pbmit-ihbox-style-20 .pbmit-element-title{
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 1024px) and (min-width: 768px){
	/*=== Homepage 03 ===*/
	.ihbox-section-three .pbmit-col-20:nth-child(1),
	.ihbox-section-three .pbmit-col-20:nth-child(2),
	.ihbox-section-three .pbmit-col-20:nth-child(3),
	.ihbox-section-four .pbmit-col-20:nth-child(1),
	.ihbox-section-four .pbmit-col-20:nth-child(2),
	.ihbox-section-four .pbmit-col-20:nth-child(3),
	.ihbox-five .pbmit-col-20:nth-child(1),
	.ihbox-five .pbmit-col-20:nth-child(2),
	.ihbox-five .pbmit-col-20:nth-child(3),
	.ihbox-sec-six .pbmit-col-20:nth-child(1),
	.ihbox-sec-six .pbmit-col-20:nth-child(2),
	.ihbox-sec-six .pbmit-col-20:nth-child(3){
		width: 33%;
	}
	.ihbox-section-three .pbmit-col-20:nth-child(4),
	.ihbox-section-three .pbmit-col-20:last-child,
	.ihbox-section-four .pbmit-col-20:nth-child(4),
	.ihbox-section-four .pbmit-col-20:last-child,
	.ihbox-five .pbmit-col-20:nth-child(4),
	.ihbox-five .pbmit-col-20:last-child,
	.ihbox-sec-six .pbmit-col-20:nth-child(4),
	.ihbox-sec-six .pbmit-col-20:last-child{
		width: 50%;
	}
	/*=== Homepage 08 ===*/
	.pbmit-column.testimonial-eight-col-2,
	.pbmit-column.testimonial-eight-col-3{
		width: 60%;
	}
	/*=== Team Single Details ===*/
	.team-single .text-editor-box .col-md-4{
		width: 20%;
	}
	.team-single .text-editor-box .col-md-8{
		width: 80%;
	}
	/*=== Portfolio Detail ===*/
	.portfolio-single .ihbox-style-area .col-xl-3:nth-child(2) .pbmit-ihbox-style-14{
		border-width: 0 0 1px 1px;
		border-style: solid;
		border-color: #DDDDDD;
	}	
	.portfolio-single .ihbox-style-area .col-xl-3:nth-child(3) .pbmit-ihbox-style-14{
		border-width: 1px 1px 0px 0px;
		border-style: solid;
		border-color: #DDDDDD;
	}	
}

@media (max-width: 1024px) and (min-width: 576px){
	.pbmit-column-four .pbmit-team-style-2 .pbminfotech-box-content{
		padding: 30px 15px;
	}
	.pbmit-column-four .pbmit-team-style-2 .pbminfotech-box-team-position{
		font-size: 14px;
	}
}

/********** Min Start **********/

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

@media (min-width: 1367px){
	/*=== Homepage 01 ===*/
	.video-section-one .pbmit-bg-overlay{
		background-attachment: fixed;
	}
}

@media (min-width: 1201px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1394px;
    }
	/*=== Header ===*/
	.site-navigation ul.navigation > li > a{
		height: 100px;
		line-height: 100px;
		float: left;
		min-height: 1px;
		vertical-align: top;
		position: relative;
		margin: 0 20px;
	}	
	.site-navigation ul.navigation > li.active > a,
	.site-navigation ul.navigation > li > a:hover{
		color: var(--pbmit-global-color);
   	}
	.main-menu .navigation > li > ul , .main-menu .navigation > li > ul > li > ul {
		min-width: 250px;
		position: absolute;
		padding: 8px 0;
		top: 90%;
		left: 0px;
		border-radius: 10px;
		z-index: 100;
		visibility: hidden;
		border-top: 3px solid var(--pbmit-global-color);
		background-color: #ffffff;
		opacity: 0;
		-webkit-box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		-moz-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		-ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		-o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
  	}
	.main-menu .navigation > li > ul li{
		font-weight: normal;
    	padding: 8px 15px;
	}
	.main-menu .navigation > li > ul li:hover > a{
		padding-left: 18px;
		color: var(--pbmit-blackish-color);
	}
	.main-menu .navigation > li > ul li:hover > a:before{
		width: 12px;
	}
	.main-menu .navigation > li > ul a:before{
		position: absolute;
		content: "";
		left: 0;
		right: auto;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0;
		height: 1px;
		background-color: var(--pbmit-blackish-color);
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
   .main-menu .navigation > li > ul > li > ul{
		left: 100%;
		top: 0;
		margin-top: -8px;
   }
   .main-menu ul > li.dropdown > ul > li.dropdown::after {
		position: absolute;
		right: 25px;
		font-family: "pbminfotech-base-icons";
		font-size: 16px;
		content: "\e814";
		font-weight: 600;
		margin-left: 8px;
		top: 5px;
		color: var(--pbmit-blackish-color);
   }
	.site-header .site-navigation ul.navigation .righticon{
		display: none;
	}
	.main-menu .navigation > li > ul li.active > a{
		color: var(--pbmit-global-color);
	}
	.site-header .pbmit-social-links li{
		float: left;
	}
	.site-header .pbmit-social-links li:not(:last-child){
		padding-right: 20px;
	}
	.site-header .pbmit-social-links li a{
		color: var(--pbmit-white-color);
	}	
	.site-header .sticky-header {
		z-index: 999;
		opacity: 1;
		visibility: visible;
		-ms-animation-name: fadeInDown;
		-moz-animation-name: fadeInDown;
		-op-animation-name: fadeInDown;
		-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
		-ms-animation-duration: 300ms;
		-moz-animation-duration: 300ms;
		-op-animation-duration: 300ms;
		-webkit-animation-duration: 300ms;
		animation-duration: 300ms;
		-ms-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
		-op-animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-ms-animation-iteration-count: 1;
		-moz-animation-iteration-count: 1;
		-op-animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}
	@keyframes fadeInDown{
		0% {
			opacity: 0;
			transform: translate3d(0,-100%,0);
		}
		
		100% {
			opacity: 1;
			transform: none;
		}
	}
	.sticky-header .site-navigation ul.navigation > li.active > a,
	.sticky-header .site-navigation ul.navigation > li.active > a:after{
		color: rgba(255, 255, 255,.8);
	}
	.header-style-1{
		position: relative;
        margin: 10px 10px 0;
	}
	.header-style-1 .pbmit-main-header-area>.container-fluid{
		max-width: none;
        width: auto;
        padding: 0 20px 0 0;
	}
	.header-style-1 .pbmit-sticky-corner {
        width: 20px;
        height: 20px;
    }
	.header-style-1 .pbmit-button-box .pbmit-header-button a {
        display: flex;
        align-items: center;
		color: var(--pbmit-white-color);
    }
	.header-style-1 .pbmit-button-box .pbmit-header-button a:hover{
		color: rgba(var(--pbmit-white-color-rgb),.8);
	}
	.header-style-1 .pbmit-button-box .pbmit-header-button a:before{
		display: inline-block;
        content: "\e84b";
        width: 50px;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        font-weight: 400;
        font-family: "pbminfotech-base-icons";
        background-color: var(--pbmit-global-color);
        color: var(--pbmit-white-color);
        border-radius: 50%;
        text-align: center;
        margin-right: 10px;
	}
	.header-style-1 .pbmit-slider-area{
		max-width: 100%;
		overflow: hidden;
		border-radius: 20px;
	}
	.pbmit-slider-one .pbmit-slider-dots-corner{
		position: absolute;
        width: 200px;
        height: 100px;
        right: 0;
        bottom: 0;
        background-color: var(--pbmit-white-color);
        display: block;
        border-radius: 20px 0 0;
		z-index: 1;
	}
	.header-style-1 .pbmit-slider-dots-corner .pbmit-top-right-corner {
        top: -24px;
        right: 0px;
        transform: none;
    }
	.header-style-1 .pbmit-slider-dots-corner .pbmit-bottom-left-corner {
        left: -20px;
        right: auto;
        bottom: 4px;
        transform: none;
    }
	.header-style-2 .pbmit-contact-info li,
	.header-style-3 .pbmit-contact-info li {
        display: inline-flex;
        font-size: 15px;
    }
	.header-style-2 .pbmit-contact-info li:not(:last-child),
	.header-style-3 .pbmit-contact-info li:not(:last-child){
		padding: 0 50px 0 0;
	}
	.header-style-2 .pbmit-header-content,
	.header-style-2 .pbmit-pre-header-wrapper{
		border-radius: 50px;
        padding: 0 30px;
	}
	.header-style-2 .site-navigation ul.navigation > li > a{
		height: 85px;
		line-height: 85px;
	}
	.header-style-3 .pbmit-pre-header-wrapper{
		border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
	}
	.header-style-3 .pbmit-pre-header-wrapper .pbmit-pre-header-right{
		padding-left: 35px;
        border-left: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
	}
	.header-style-3 .site-navigation ul.navigation > li > a{
		height: 85px;
		line-height: 85px;
	}
	.header-style-3 .site-navigation{
		margin: 0 0 0 15%;
	}
	.header-style-4 .pbmit-pre-header-wrapper{
		width: calc(100% - 100px);
        margin: 0 auto;
        border-radius: 0 0 20px 20px;
	}
	.header-style-4 .pbmit-pre-header-wrapper .container-fluid{
		padding: 0 20px;
		width: auto;
		max-width: none;
	}
	.header-style-4 .pbmit-social-links li:not(:last-child){
		padding-right: 15px;
	}
	.header-style-4 .pbmit-main-header-area .container-fluid{
		max-width: none;
        width: auto;
        padding: 0 50px;
	}
	.header-style-4 .pbmit-menuarea{
		margin: 0 0 0 3%;
	}
	.header-style-4 .site-navigation ul.navigation > li > a{
		height: 90px;
		line-height: 90px;
	}
	.header-style-5 .pbmit-main-header-area .container-fluid{
		max-width: none;
        width: auto;
        padding: 0 30px;
	}
	.header-style-5 .pbmit-header-content-wrapper{
		position: relative;
        padding-right: 30px;
        background-color: var(--pbmit-white-color);
        border-radius: 0 0 20px 0;
	}
	.header-style-5 .pbmit-header-content-wrapper:before,
	.header-style-5 .pbmit-header-content-wrapper:after,
	.header-style-5 .pbmit-button-box-second::before,
	.header-style-5 .pbmit-button-box-second:after{
		content: "";
        position: absolute;
        background-color: transparent;
        height: 40px;
        width: 20px;
        box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
	}
	.header-style-5 .pbmit-header-content-wrapper:before{
		bottom: -40px;
        right: calc(98% - 1px);
        border-top-left-radius: 20px;
	}
	.header-style-5 .pbmit-header-content-wrapper:after{
		top: 0;
        left: 100%;
        border-top-left-radius: 20px;
	}
	.header-style-5 .pbmit-menuarea{
		margin: 0 0 0 70px;
	}
	.header-style-5 .site-navigation ul.navigation > li > a{
		height: 80px;
		line-height: 80px;
	}
	.header-style-5 .pbmit-button-box-second{
		position: relative;
        padding: 10px 50px 15px 20px;
        background-color: var(--pbmit-white-color);
        border-radius: 0 0 0 20px;
        height: 80px;
	}
	.header-style-5 .pbmit-button-box-second:before{
		top: 0;
        right: 100%;
        border-top-right-radius: 20px;
	}
	.header-style-5 .pbmit-button-box-second:after{
		bottom: -40px;
        left: calc(92% - 1px);
        border-top-right-radius: 20px;
	}
	.header-style-5 .pbmit-slider-area{
		margin: 10px 30px 0;
        max-width: 100%;
        overflow: hidden;
        border-radius: 20px;
	}
	.header-style-6 .pbmit-main-header-area .container-fluid{
		max-width: none;
        width: auto;
        padding: 0 40px;
	}
	.header-style-6 .pbmit-logo{
		margin-right: 15%;
        order: 1;
	}
	.header-style-6 .pbmit-menuarea{
		order: 0;
	}
	.header-style-6 .pbmit-right-box{
		order: 2;
	}
	.header-style-7 .pbmit-main-header-area .container-fluid{
		max-width: none;
		width: auto;
		padding: 0 25px;
	}
	.header-style-7 .site-navigation {
		margin: 0 0 0 50px;
		flex: 1;
	}
	.header-style-7 .pbmit-header-button{
		font-size: 18px;
        line-height: 24px;
	}
	.header-style-7 .pbmit-header-button a,
	.header-style-8 .pbmit-header-button a{
		display: flex;
		align-items: center;
	}
	.header-style-8 .pbmit-header-button a{
		color: var(--pbmit-white-color);
	}
	.header-style-7 .pbmit-header-button a::before,
	.header-style-8 .pbmit-header-button a::before {
        display: inline-block;
        content: "\e85d";
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        font-weight: 400;
        font-family: "pbminfotech-base-icons";
        background-color: var(--pbmit-light-color-3);
        color: var(--pbmit-global-color);
        border-radius: 50%;
        text-align: center;
        margin-right: 10px;
    }
	.header-style-8 .pbmit-header-button a::before{
		font-size: 18px;
		background-color: var(--pbmit-light-color);
	}
	.header-style-8{
		margin: 30px 30px 0;
	}
	.header-style-8 .pbmit-main-header-area .container-fluid{
		max-width: none;
        width: auto;
        padding: 0 25px;
	}
	.header-style-8 .pbmit-menuarea{
		position: relative;
        padding: 0 25px;
        background-color: var(--pbmit-white-color);
        border-radius: 0 0 20px 20px;
        margin-left: 10%;
	}
	.header-style-8 .pbmit-menuarea:before,
	.header-style-8 .pbmit-menuarea:after{
		content: "";
        position: absolute;
        background-color: transparent;
        height: 40px;
        width: 20px;
        top: 0;
        box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
	}
	.header-style-8 .pbmit-menuarea:before{
		right: 100%;
        border-top-right-radius: 20px;
	}
	.header-style-8 .pbmit-menuarea:after{
		left: 100%;
        border-top-left-radius: 20px;
	}
	.header-style-8 .site-navigation ul.navigation > li > a{
		height: 75px;
		line-height: 75px;
	}
	.header-style-9{
		position: relative;
		margin: 0 15px;
	}
	.header-style-9 .pbmit-pre-header-wrapper .container-fluid{
		padding: 0 20px;
		max-width: none;
		width: auto;
	}
	.site-header.header-style-9 .pbmit-social-links li:not(:last-child){
		padding-right: 15px;
	}
	.header-style-9 .pbmit-main-header-area .container-fluid{
		max-width: none;
		width: auto;
		padding: 0 0 0 25px;
	}
	.header-style-9 .pbmit-menuarea{
		flex: 1;
		margin-left: 40px;
	}
	.header-style-9 .site-navigation ul.navigation > li > a{
		height: 85px;
		line-height: 85px;
		color: var(--pbmit-white-color);
	}
	.header-style-9 .pbmit-right-box{
		position: relative;
        padding: 10px 0 15px 20px;
        background-color: var(--pbmit-white-color);
        border-radius: 0 0 0 20px;
        height: 85px;
        margin-left: 20px;
        z-index: 1;
	}
	.header-style-9 .pbmit-right-box:before,
	.header-style-9 .pbmit-right-box:after{
		content: "";
        position: absolute;
        background-color: transparent;
        height: 40px;
        width: 20px;
        box-shadow: 0 -20px 0 0 var(--pbmit-white-color);
        z-index: 0;
	}
	.header-style-9 .pbmit-right-box:before{
		top: 0;
        right: 100%;
        border-top-right-radius: 20px;
	}
	.header-style-9 .pbmit-right-box:after{
		bottom: -40px;
        left: calc(100% - 20px);
        border-top-right-radius: 20px;
	}
	/*=== Title Bar ===*/
	.pbmit-title-bar-wrapper{
		margin: 10px 10px 0;
        max-width: 100%;
        overflow: hidden;
        border-radius: 20px;
	}
	/*=== Banner Slider ===*/
	.pbmit-slider-two{
		position: relative;
        overflow: hidden;
        border-radius: 20px;
	}
	.header-style-3 .pbmit-slider-three,
	.pbmit-slider-six{
		margin: 0 15px;
        max-width: 100%;
        overflow: hidden;
        border-radius: 20px;
	}
	.pbmit-slider-four{
		margin: 0 50px;
		max-width: 100%;
		overflow: hidden;
		border-radius: 20px;
	}
	.pbmit-slider-six{
		margin: 0 40px;
	}
	.pbmit-slider-seven{
		margin: 0 20px;
		max-width: 100%;
		overflow: hidden;
		border-radius: 20px;
	}
	.pbmit-slider-eight{
		max-width: 100%;
        overflow: hidden;
        border-radius: 20px;
	}
	.pbmit-slider-nine{
		max-width: 100%;
        overflow: hidden;
        border-radius: 20px;
	}
	/*=== Blog Classic ===*/
	.blog-right-col{
		flex: 0 0 72%;
		max-width: 72%;
		padding-right: 46px;
	}
	.blog-left-col,
	.service-left-col{
		flex: 0 0 28%;
    	max-width: 28%;
	}
	/*=== Service Detail ===*/
	.service-right-col{
		flex: 0 0 72%;
		max-width: 72%;
		padding-left: 42px;
	}
}

@media (min-width: 1025px){
	/*=== Img Animation ===*/
	.pbmit-animation-style1{
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	}
	.pbmit-animation-style1.active,
	.pbmit-animation-style2.active,
	.pbmit-animation-style3.active,
	.pbmit-animation-style4.active{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	.pbmit-animation-style1 img{
		transform: scale(1.5) translate(-100px, 0);
	}
	.pbmit-animation-style1.active img,
	.pbmit-animation-style2.active img,
	.pbmit-animation-style3.active img,
	.pbmit-animation-style4.active img{
		transform: scale(1) translate(0, 0);
	}
	.pbmit-animation-style2{
		clip-path: polygon(100% 0%,100% 0%,100% 100%,100% 100%);
	}
	.pbmit-animation-style2 img{
		transform: scale(1.5) translate(100px,0px);
	}
	.pbmit-animation-style3 {
		clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
	}
	.pbmit-animation-style3 img {
		transform: scale(1.5) translate(0, 100px);
	} 
	.pbmit-animation-style4 {
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
	.pbmit-animation-style4  img {
		transform: scale(1.5) translate(0, -100px);
	}
	.pbmit-animation-style7 img {
		transform:  scale(0.5);
		transition: 0.9s;
	}
	.pbmit-animation-style7.active img {
		transform:  scale(1);
	}
	/*=== Homepage 02 ===*/
	.testimonial-two{
		border-radius: 30px;
	}
	/*=== Homepage 05 ===*/
	.pbmit-static-box-style-1{
		padding: 0!important
	}
	.pbmit-static-box-style-1:not(.pbmit-active) .pbmit-bg-imgbox{
		background-color: var(--pbmit-light-color);
		background-image: none !important;
	}
	.pbmit-elementor-bg-color-light .pbmit-static-box-style-1:not(.pbmit-active) .pbmit-bg-imgbox{
		background-color: var(--pbmit-white-color);
	}
	.pbmit-static-box-style-1:not(.pbmit-active) .pbmit-bg-imgbox::after{
		background: transparent;
	}
	/*=== Portfolio Detail ===*/
	.portfolio-single .ihbox-style-area .col-xl-3:not(:last-child) .pbmit-ihbox-style-14{
		border-right: 1px solid #DDDDDD;
	}
}

@media screen and (min-width: 992px){
	.site-footer .pbmit-footer-widget-col-1{
		flex: 0 0 34%;
        max-width: 34%;
	}
	.site-footer .pbmit-footer-widget-col-2,
	.site-footer .pbmit-footer-widget-col-3,
	.site-footer .pbmit-footer-widget-col-4{
		flex: 0 0 22%;
        max-width: 22%;
	}
}

@media (min-width: 768px){
	.pbmit-col-20{
		width: 20%;
	}
	.pbmit-column-three .pbmit-portfolio-style-5:nth-child(-n+9){
		width: 29%;
	}	.pbmit-column-three .pbmit-portfolio-style-5:nth-child(1),
	.pbmit-column-three .pbmit-portfolio-style-5:nth-child(5){
		width: 42%;
	} 
	.pbmit-column-three .pbmit-portfolio-style-5 .pbmit-featured-wrapper img{
		height: 415px;
		object-fit: cover;
	}
	.about-section-nine .pbmit-col1,
	.about-section-nine .pbmit-col3{
		width: 40%;
	}
	.about-section-nine .pbmit-col2,.about-section-nine .pbmit-col3{
		width: 30%;
	}
	/*=== Homepage 08 ===*/
	.testimonial-eight-col-1{
		width: 40%;
	}
	.testimonial-eight-col-2{
		width: 30%;
	}
	.testimonial-eight-col-3{
		width: 30%;
	}
	.before-after-eight-left-top .pbmit-col1{
		width: 62%;
	}
	.before-after-eight-left-top .pbmit-col2{
		width: 19%;
	}
	.before-after-eight-left-top .pbmit-col3{
		width: 19%;
	}
	.before-after-eight-left-bottom .pbmit-col1{
		width: 16%;
	}
	.before-after-eight-left-bottom .pbmit-col2{
		width: 16%;
	}
	.before-after-eight-left-bottom .pbmit-col3{
		width: 68%;
	}
}

@media (min-width: 575px){
	.pbmit-testimonial-style-2 .pbmit-featured-wrapper img{
		display: none;
	}
	.pbmit-testimonial-style-2 .pbminfotech-box-img{
		border-radius: 30px;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media(max-width: 1700px) and (min-width: 1367px){
	.before-after-left-area{
		padding: 90px 60px 0px 60px;
	}
}

@media (min-width: 1367px) and (max-width: 1780px){
	.testimonial-four-spacing{
		padding-left: 170px;
	}
}

@media (min-width: 1367px) and (max-width: 1600px){
	.testimonial-four-spacing{
		padding-left: 120px;
	}
	.before-after-eight-left-box, 
	.before-after-eight-left-top,
	.before-after-eight-right-box{
		/* padding-left: 80px; */
	}
}

@media (min-width: 1367px) and (max-width: 1400px){
	.testimonial-four-spacing{
		padding-left: 65px;
	}
}

@media(min-width: 1199px) and (max-width: 1680px){
	.portfolio-section-seven .pbmit-portfolio-heading-wrapper .pbmit-heading-subheading .pbmit-title{
		display: -webkit-box;
        -webkit-box-orient: vertical;
        position: relative;
        -webkit-line-clamp: 2;
        overflow: hidden;
	}
}

@media(min-width: 1025px) and (max-width: 1366px){
	.pbmit-ihbox-style-22 .pbmit-heading-desc,
	.pbmit-ihbox-style-22 .pbmit-element-title{
		/* display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-clamp: 1; */
		overflow: hidden;
	}
	.pbmit-ihbox-style-22 .pbmit-heading-desc{
		/* line-clamp: 2;
		-webkit-line-clamp: 2; */
	}
}

@media(min-width: 1025px) and (max-width: 1200px){
	.pbmit-ihbox-style-8 .pbmit-ihbox-box {
		display: block !important;
	}
	.pbmit-ihbox-style-8 .pbmit-ihbox-icon, 
	.pbmit-ihbox-style-8 .pbmit-ihbox-svg {
		margin: 0 0 20px !important;
	}
	.pbmit-ihbox-style-7 .pbmit-icon-wrapper{
		display: block !important;
	}
	.pbmit-ihbox-style-7 .pbmit-ihbox-icon,
	.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
		margin: 0 0 20px !important;
	}
	.pbmit-ihbox-style-15 .pbmit-ihbox-box{
		display: block !important;
	}
	.pbmit-static-box-style-1 .pbmit-content-box{
		padding:50px
	}
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title,
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title{
		font-size: 20px;
		line-height: 26px
	}
	.pbmit-ihbox-style-19 .pbmit-ihbox-box{
		padding: 50px 25px 25px;
	}
	.about-six-col-1,
	.about-six-col-3{
		width: 30%;
	}
	.about-six-col-2{
		width: 40%;
	}
	.about-us-nine-bg .pbmit-col1{
		width: 40%;
	}
	.about-us-nine-bg .pbmit-col2{
		width: 60%;
	}
}

@media (min-width: 1201px) and (max-width: 1700px){
	.service-section-nine{
		padding-bottom: 80px;
	}
}

@media (min-width: 1201px) and (max-width: 1480px){
	.header-style-5 .pbmit-menuarea{
		margin: 0 0 0 30px;
	}
	.header-style-5 .site-navigation ul.navigation > li > a{
		margin: 0 15px;
	}
	.header-style-8{
		margin: 25px 25px 0;
	}
	.header-style-8 .pbmit-menuarea{
		margin-left: 5%;
		padding: 0 10px;
	}
}

@media (min-width: 1201px) and (max-width: 1450px){
	.header-style-6 .site-navigation ul.navigation > li > a{
		margin: 0 15px;
	}
	.header-style-6 .pbmit-logo{
		margin-right: 12%;
	}
	.header-style-7 .site-navigation{
		margin: 0 0 0 30px;
	}
	.header-style-7 .site-navigation ul.navigation > li > a{
		margin: 0 18px;
	}
}

@media (min-width:1201px) and (max-width:1400px){
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title,
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title{
		font-size:22px;
		line-height: 28px
	}
}

@media (min-width:1201px) and (max-width:1366px){
	.pbmit-ihbox-style-13 .pbmit-element-heading,
	.pbmit-ihbox-style-13 .pbmit-element-title{
		font-size: 16px;
		line-height: 22px;
	}
	.header-style-4 .pbmit-pre-header-wrapper{
		width: calc(100% - 60px);
	}
	.header-style-4 .pbmit-main-header-area .container-fluid,
	.header-style-6 .pbmit-main-header-area .container-fluid{
		padding: 0 30px;
	}
	.pbmit-slider-four,
	.pbmit-slider-six{
		margin: 0 30px;
	}
	.header-style-5 .pbmit-menuarea{
		margin: 0 0 0 10px;
	}
	.header-style-6 .site-navigation ul.navigation > li > a{
		margin: 0 10px;
	}
	.pbmit-blog-style-5 .pbmit-post-title{
		margin-bottom: 132px;
	}
	.pbmit-blog-style-5 .pbminfotech-box-content{
		padding: 30px 30px 20px;
	}
}

@media (min-width:1201px) and (max-width:1370px){
	.pbmit-blog-style-3 .pbmit-meta-line,
	.pbmit-blog-style-3 .pbmit-meta-line a{
		font-size: 12px;
		line-height: 20px;
	}
	.pbmit-blog-style-3 .pbminfotech-box-content {
		padding: 20px 20px;
	}
}

@media(min-width: 1201px) and (max-width: 1340px){
	.pbmit-blog-style-5 .pbmit-post-title{
		margin-bottom: 120px;
	}
}

@media(min-width: 1200px) and (max-width: 1300px){
	.footer-style-3 .pbmit-newsletter h3{
		font-size: 35px;
	}
	.footer-style-3 .pbmit-newsletter button{
		width: 37%;
	}
}

@media(min-width: 1201px) and (max-width: 1300px){
	.pbmit-blog-style-5 .pbmit-post-title{
		margin-bottom: 110px;
	}
}

@media(min-width: 1201px) and (max-width: 1260px){
	.pbmit-blog-style-5 .pbmit-post-title{
		margin-bottom: 100px;
	}
}

@media (min-width:1025px) and (max-width:1600px){
	.testimonial-section-nine .pbmit-inner{
		padding: 0 80px;
	}
	.testimonial-nine-arrow .swiper-button-prev{
		left: 10px;
	}
	.testimonial-nine-arrow .swiper-button-next{
		right: 10px;
	}
}

@media (min-width:992px) and (max-width:1200px){
	.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box{
		padding: 40px 30px;
	}
	.pbminfotech-ele-ptable-style-2 .pbmit-pricing-table-box{
		padding: 40px 30px 70px;
	}
}

@media (min-width:768px) and (max-width:1200px){
	.about-two-content .pbmit-fid-style-one .pbminfotech-ele-fid-style-1:last-child{
		display: none;
	}
}

@media(min-width: 575px) and (max-width: 767px){
	.pbmit-testimonial-style-7 .pbmit-featured-wrapper img{
		width: 50px;
		height: 50px;
	}
}

@media(min-width: 500px) and (max-width: 767px){
	.pbmit-ihbox-style-18 .pbmit-ihbox-headingicon{
		padding: 20px;
	}
	.pbmit-ihbox-style-18 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-18 .pbmit-ihbox-icon-wrapper{
		font-size: 17px;
		line-height: 17px;
	}
	.pbmit-ihbox-style-18 .pbmit-element-title{
		font-size: 16px;
		line-height: 26px;
	}
}
 .pbmit-blog-style-2 .pbmit-post-title a{
	margin-bottom:10px;
 }

 .blog-three-right-col .pbmit-blog-style-2:not(:last-child) .post-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
 }
 .pbmit-post-desc{
	margin-bottom: 0px;
 }
 .pbmit-heading-subheading{
	margin-bottom:20px;
 }
 .pbmit-ihbox-style-8-new .pbmit-ihbox-style-8 .pbmit-ihbox-icon{
	margin-right:15px !important;
 }
 .pbmit-heading-subheading .pbmit-title{
	font-size: 42px;;
 }
 .pbmit-testimonial-style-9 .pbmit-box-content-wrap{
	padding:20px !important;
 }
 .pbmit-testimonial-style-9 .pbminfotech-testimonial-text h3{
	font-size: 20px;
	margin-bottom:0px;
 }
 .pbmit-element-testimonial-style-9 .pbmit-vertical-scroller-wrapper{
	height:450px !important;
 }
  .pbmit-ihbox-style-17 .pbmit-ihbox-box {
    padding: 20px 20px 60px !important;
  }
.testimonial-eight-left-box img{
	width:100%;
}
/* Subtitle Container Styling */
.pbmit-subtitle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background-color: #f84dae !important;
  padding: 8px 12px !important;
  border-radius: 30px !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(248, 77, 174, 0.4) !important;
  animation: floatSub 3s ease-in-out infinite !important;
}

/* Glowing Pulsing Dot Indicator */
.pbmit-subtitle::before {
  content: '' !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #ffffff !important;
  border-radius: 50% !important;
  display: inline-block !important;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7) !important;
  animation: pulseDot 1.6s infinite !important;
}

/* Shimmer Light Bar Effect */
.pbmit-subtitle::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 60% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg, 
    transparent, 
    rgba(255, 255, 255, 0.4), 
    transparent
  ) !important;
  transform: skewX(-20deg) !important;
  animation: shimmer 3s infinite !important;
}

/* --- Keyframe Animations --- */

/* 1. Floating Animation */
@keyframes floatSub {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(248, 77, 174, 0.6);
  }
}

/* 2. Pulsing Dot Animation */
@keyframes pulseDot {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* 3. Shimmer Pass Effect */
@keyframes shimmer {
  0% {
    left: -100%;
  }
  30%, 100% {
    left: 200%;
  }
}

.accordion-item.active .accordion-header, .accordion-item.active .accordion-button{
	background-color: #f84dae !important;
}
.accordion-header, .accordion-body{
	padding: 0px 20px;
}
.accordion-item.active .pbmit-accordion-title{
	color:white;
}
 .accordion-body{
	padding: 20px 20px;
}
.section-service-two{
	background-color: black;
}
.pbmit-heading-subheading .pbmit-heading-desc{
	/* color:#666666; */
}


    :root {
      --primary: #f84dae;
      --primary-dark: #c81e82;
      --primary-glow: rgba(248, 77, 174, 0.25);
      --bg-color: #fff4f9;
      --card-bg: #ffffff;
      --text-main: #1c0a14;
      --text-muted: #826b77;
      --border-color: #fce1f0;
      --success-green: #2e7d32;
    }


    .form-section {
      
      background-color: var(--bg-color);
      color: var(--text-main);
      display: flex;
      justify-content: center;
      align-items: center;
      /* min-height: 100vh; */
      padding: 40px 20px;
    }


    /* Left Sidebar Banner */
    .brand-sidebar {
      width: 35%;
      background: linear-gradient(145deg, #f84dae 0%, #c81e82 100%);
      color: #ffffff;
      padding: 50px 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
    }

    .brand-sidebar::before {
      content: '';
      position: absolute;
      top: -50px;
      right: -50px;
      width: 200px;
      height: 200px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
    }

    .brand-badge {
      align-self: flex-start;
      font-size: 0.75rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.2);
      padding: 6px 14px;
      border-radius: 30px;
      font-weight: 600;
    }

    .brand-sidebar h2 {
      color:white;
      font-size: 2rem;
      line-height: 1.2;
      margin-top: 20px;
    }

    .brand-sidebar p {
      font-size: 1rem;
      /* opacity: 0.9; */
      margin-top: 15px;
      /* line-height: 1.5; */
	  margin-bottom: 0px;
    }

    .sidebar-footer {
      font-size: 0.8rem;
      opacity: 0.8;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 20px;
    }

    /* Form Content Area */
    .form-wrapper {
      width: 65%;
      padding: 50px 40px;
    }

    .form-section-title {
      font-size: 1.2rem;
      /* text-transform: uppercase; */
      /* letter-spacing: 1.5px; */
      color: var(--primary-dark);
      font-weight: 600;
      margin-bottom: 15px;
      border-bottom: 1px solid var(--border-color);
      padding-bottom: 6px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
      margin-bottom: 25px;
    }

    .full-width {
      grid-column: span 2;
    }

    .field-container {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .field-container label {
      font-size: 1rem;
      font-weight: 400;
      color: #f84dae;
    }

    .field-container input,
    .field-container select,
    .field-container textarea {
      width: 100%;
      padding: 12px 16px;
      border: 1.5px solid var(--border-color);
      border-radius: 12px;
      font-family: inherit;
      font-size: 1rem;
      background-color: #fffbfd !important;
      color: var(--text-main);
      transition: all 0.25s ease;
      outline: none;
	  height: 50px;
    }

    .field-container textarea {
      resize: vertical;
      min-height: 75px;
    }

    .field-container input:focus,
    .field-container select:focus,
    .field-container textarea:focus {
      border-color: var(--primary);
      background-color: #ffffff;
      box-shadow: 0 0 0 4px var(--primary-glow);
    }

    /* Pill Selection Options */
    .pill-group {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    .pill-item input {
      display: none;
    }

    .pill-item label {
      display: inline-block;
      padding: 8px 14px;
      background: #fff0f7;
      border: 1px solid var(--border-color);
      border-radius: 20px;
      font-size: 0.78rem;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .pill-item input:checked + label {
      background: var(--primary);
      color: #ffffff;
      border-color: var(--primary);
      box-shadow: 0 4px 10px var(--primary-glow);
    }

    /* Submit Button */
    .submit-btn {
      /* width: 100%; */
      padding:10px 16px;
      background: var(--primary);
      color: #ffffff;
      border: none;
      border-radius: 14px;
      font-family: inherit;
      font-size: 1rem;
      font-weight: 600;
      /* letter-spacing: 0.5px; */
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 8px 20px var(--primary-glow);
      margin-top:20px;
    }

    .submit-btn:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
    }

    /* Success Message Banner */
    .success-card {
      display: none;
      margin-top: 20px;
      padding: 18px 20px;
      background-color: #f84dae;
      border: 1.5px solid #f7bbdc;
      border-radius: 14px;
      color: #166534;
      animation: fadeIn 0.4s ease forwards;
    }

    .success-card-content {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .success-icon {
      width: 40px;
      height: 40px;
      background-color: #fff;
      color: #f84dae;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.1rem;
      flex-shrink: 0;
    }

    .success-card h4 {
      font-size: 1.2rem;
      font-weight: 500;
      margin-bottom: 2px;
	  color:#fff;
    }

    .success-card p {
      font-size: 1rem;
      color: white;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .form-container{
       
  display: flex;
  width: 100%;
  max-width: 1050px;
  background: var(--card-bg);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(248, 77, 174, 0.12);
  border: 1px solid var(--border-color);

    }

    /* Mobile Responsiveness */
    @media (max-width: 850px) {
      .form-container { flex-direction: column; }
      .brand-sidebar, .form-wrapper { width: 100%; }
      .brand-sidebar { padding: 35px 25px; }
      .form-wrapper { padding: 35px 22px; }
      .form-grid { grid-template-columns: 1fr; }
      .full-width { grid-column: span 1; }
    }
input::placeholder, textarea::placeholder{
	color:black;
}
.field-container textarea{
	min-height:160px;
}
.iti, #phone{
	width: 100%;
      padding: 0px 0px;
      border: 1.5px solid var(--border-color) !important;
      border-radius: 12px;
      font-family: inherit;
      font-size: 1rem;
      background-color: #fffbfd;
      color: var(--text-main);
      transition: all 0.25s ease;
      outline: none;
	  height: 50px;
}
select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url('data:image/svg+xml;utf8,<svg fill="grey" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center !important;
}
.site-header .site-branding img{
max-height:unset;
width:170px;
}
header .pbmit-btn::after{
	display: none;
}


  .footer {
    width: 100%;
    background: #000000;
    color: #ffffff;
    position: relative;
  
    padding: 50px 28px 0;
  }

  .footer-container {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.65fr 1fr 1fr 1.65fr;
    gap: 55px;
    padding-bottom: 20px;
  }

  /* Logo */
  .footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px;
  }

  .logo-icon {
    width: 58px;
    height: 58px;
    border: 3px solid #f84dae;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f84dae;
    
    font-size: 36px;
    font-weight: bold;
  }

  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }

  .logo-text span {
    color: #ffffff;
    font-size: 25px;
    
    font-weight: 700;
    letter-spacing: 2px;
  }

  .logo-text small {
    color: #f84dae;
    font-size: 12px;
    letter-spacing: 5px;
    margin-top: 8px;
  }

  /* Description */
  .brand-column p {
    max-width: 500px;
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    margin: 0;
  }

  /* Headings */
  .footer-column h3 {
    color: #f84dae;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 1.2;
  }

  /* Lists */
  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }

  .footer-column ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s ease;
  }

  .footer-column ul li a:hover {
    color: #f84dae;
  }

  /* Contact */
  .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 17px;
  }

  .contact-icon {
    color: #f84dae;
    font-size: 25px;
    min-width: 24px;
    line-height: 1.2;
  }

  .contact-item p {
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
  }

  .contact-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.5;
    word-break: break-word;
    transition: 0.3s ease;
  }

  .contact-item a:hover {
    color: #f84dae;
  }

  /* Bottom */
  .footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    border-top: 1px solid #2a2a2a;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-bottom p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
  }

  /* Back To Top */
  .back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    border: 2px solid #f84dae;
    border-radius: 50%;
    background: #f84dae;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: all 0.3s ease;
  }

  .back-to-top:hover {
    background: #000000;
    color: #f84dae;
    transform: translateY(-5px);
  }

  /* Tablet */
  @media (max-width: 1000px) {
    .footer-container {
      grid-template-columns: 1fr 1fr;
      gap: 45px 35px;
    }

    .footer-column h3 {
      font-size: 27px;
      margin-bottom: 35px;
    }

    .brand-column {
      grid-column: span 2;
    }

    .brand-column p {
      max-width: 800px;
    }
  }

  /* Mobile */
  @media (max-width: 650px) {
    .footer {
      padding: 40px 22px 0;
    }

    .footer-container {
      grid-template-columns: 1fr;
      gap: 13px;
      padding-bottom: 5px;
    }

    .brand-column {
      grid-column: auto;
    }

    .footer-logo {
      margin-bottom: 25px;
    }

    .logo-icon {
      width: 52px;
      height: 52px;
      font-size: 31px;
    }

    .logo-text span {
      font-size: 22px;
    }

    .brand-column p {
      font-size: 16px;
      line-height: 1.7;
    }

    .footer-column h3 {
      font-size: 25px;
      margin-bottom: 25px;
    }

    .footer-column ul li {
      margin-bottom: 20px;
    }

    .footer-column ul li a,
    .contact-item a,
    .contact-item p {
      font-size: 15px;
    }

    .contact-item {
      margin-bottom: 20px;
    }

    .footer-bottom {
      min-height: 75px;
    }

    .footer-bottom p {
      font-size: 13px;
      line-height: 1.6;
    }

    .back-to-top {
      width: 40px;
      height: 40px;
      right: 18px;
      bottom: 18px;
      font-size: 24px;
    }
  }

  /* Small Mobile */
  @media (max-width: 400px) {
    .footer {
      padding-left: 17px;
      padding-right: 17px;
    }

    .footer-column h3 {
      font-size: 23px;
    }

    .brand-column p {
      font-size: 16px;
    }

    .footer-bottom p {
      font-size: 12px;
    }
  }
.pbmit-progress-wrap.active-progress{
	display: none;
}
.service-section-nine .pbmit-sticky-col{
	/* transform: unset !important; */
}
.service-nine-left-box1 .ihbox-style-18-area {
  right: -59px;
  top: 71px;
}
/* Styling to match the existing right-side card aesthetic */
.service-left-img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.tailoring-card-wrapper {
    background-color: #fff0f5;
    border: 1px solid #f8bbd0;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.08);
}

.top-icon-group i {
    color: #e91e63;
    font-size: 18px;
    margin: 0 4px;
}

.card-main-title {
    font-size: 24px;
    font-weight: 600;
    color: #2b2b2b;
    /* letter-spacing: 0.5px; */
	margin-bottom:0px;
}

.feature-card {
    background: #ffffff;
    border: 1px solid #fce4ec;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(233, 30, 99, 0.1);
}

.icon-circle {
    width: 52px;
    height: 52px;
    background-color: #f8bbd0;
    color: #d81b60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    /* letter-spacing: 0.5px; */
}

.feature-desc {
    font-size: 16px;
    color: #666666;
    /* line-height: 1.3; */
}
.pbmit-service-style-2 .pbmit-service-image-wrapper img{
	aspect-ratio: 1/1.1;
	object-fit: cover;
	width:100%;

}
.pbmit-title-bar-wrapper{
	position: relative;
	margin: 0 0px;
	/* padding: 140px 0px 140px 15px; */
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 0px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.pbmit-title-bar-wrapper::before{
	content: "";
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background:rgba(0,0,0,0.35);
    /* opacity: 0.84; */
	border-radius: 0px;
}
.header-style-1 {
    position: relative;
    margin: 0px 10px 0;
  }
  .tailoring-card-wrapper{
	margin-top:40px;
  }
   .about-section-nine .container {
    padding: 0 0px;
  }
  .blog-sec{
	padding-top:0px !important;
  }
  .about-one-rightbox .pbmit-heading-subheading .pbmit-heading-desc,
  .about-seven-right-box .pbmit-heading-subheading .pbmit-heading-desc,
  .before-after-section-eight .pbmit-heading-subheading .pbmit-heading-desc,
  .about-nine-left-box .pbmit-heading-desc,
  .pbminfotech-box-wrap .pbminfotech-box-desc,
  .about-eight-right-box .pbmit-heading-subheading .pbmit-heading-desc{
	text-align: justify;
  }
 .about-seven-right-box {
    padding: 0px 0px 0px 30px;
  }
  .container-fluid{
	max-width:1250px !important;
  }
  .pbmit-element-posts-wrapper.row .pbmit-blog-style-1{
	padding-left:10px;
	padding-right:10px;
  }
  .section-service-three{
	background-color: #000;
  }
.ihbox-six-right-area .pbmit-miconheading-style-19:nth-child(2) .pbmit-ihbox-style-19 .pbmit-ihbox-box, .ihbox-six-right-area .pbmit-miconheading-style-19:nth-child(3) .pbmit-ihbox-style-19 .pbmit-ihbox-box, .ihbox-six-right-area .pbmit-miconheading-style-19:nth-child(6) .pbmit-ihbox-style-19 .pbmit-ihbox-box{
		background-color: white;
  }
  .section-service-three .pbmit-heading-subheading .pbmit-heading-desc{
	color:white
  }
    .section-service-three .pbmit-heading-subheading .pbmit-title{
color:#f84dae;
  }
  .terms-content p {
	text-align: justify;
  }
  .terms-content h3{
	font-size: 28px;
	margin-bottom: 5px;
  }
  .terms-content{
	padding:30px 0px !important;
  }
  .pbmit-menu-wrap img{
    display: none;
  }
  .header-style-1{
	margin: 0px;
  }
  .pbmit-slider-bg {
    position: relative;
}

.pbmit-slider-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.pbmit-slider-content {
    position: relative;
    z-index: 2;
}
.pbmit-header-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.01);
    /* backdrop-filter: blur(2px); */
    /* -webkit-backdrop-filter: blur(2px); */
    z-index: 10;
}

.pbmit-main-header-area {
    position: relative;
    z-index: 2;
}
.pbmit-slider-nine{
	border-radius: 0px !important;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper img, .icon-circle img{
width:40px;
}
.pbmit-sortable-yes{
padding-top:0px !important;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper img{
width:60px;
filter:brightness(1) invert(1)
}
.footer-column  img{
	width:170px;
	margin-top:-25px;
	margin-bottom:10px;
}
.pbmit-element-timeline-style-1{
	padding-top:0px !important;
}
.pbmit-ihbox-style-22 .pbmit-ihbox-icon-wrapper img{
width:60px;
height:auto;
}
.pbmit-number-rotate1{
margin-left:-10px;
}
.pbmit-number-rotate1 .pbmit-fid span{
margin-left:20px;
}
.pbmit-btn .pbmit-button-text{
        color:#f84dae;
    }
    .pbmit-ihbox-style-12 .pbmit-ihbox-icon-wrapper img{
        width:80px;
        filter:brightness(1) invert(1)
    }
  @media(min-width:1400px){
	.pbmit-slider-nine .pbmit-slider-item {
    height: 650px;
  }
  .pbmit-service-style-2 .pbmit-content-box {
    left: 30px;
  }
   .pbmit-service-style-2 .pbmit-service-title {
    font-size: 24px;
    line-height: 30px;
  }
  .about-seven-right-box {
    padding: 0px 0px 0px 30px;
  }
  .before-after-eight-right-box {
    padding: 0 18px 0 15px;
  }
  .pbmit-blog-style-3 .pbminfotech-box-content {
    padding: 20px 20px;
  }
  .about-eight-right-box .pbmit-col-stretched-right{
	margin-right:-70px !important;
  }
  .about-eight-right-box {
    padding: 0px 0px 0px 20px;
  }
   .about-eight-ihbox-style {
    margin-top: -170px;
  }
  .ihbox-six-left-area {
    padding: 0px 0px 0px 30px;
  }
  .portfolio-section-seven{
	padding-bottom:0px !important;
  }
  .pbmit-element-timeline-style-1 .pbmit-timeline-desc {
    padding: 0;
  }
  }
.iti__flag-container{
	bottom:-3px !important;
	border-radius: 10px 0px 0px 10px !important;
}
.iti{
	width:100%;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container,
.iti--separate-dial-code .iti__selected-flag{
	border-radius: 10px 0px 0px 10px !important;
}
.brand-sidebar img{
	margin-top:30px;
	object-fit:cover;
}
.navigation > li.dropdown > a {
    position: relative;
    padding-right: 20px;
}

.navigation > li.dropdown > a::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s ease;
}

.navigation > li.dropdown:hover > a::before {
    transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {

    .form-container .row {
        display: flex;
        flex-direction: column;
    }

    .form-container .brand-sidebar {
        order: 2;
        width: 100%;
        margin-top: 35px;
    }

    .form-container .form-wrapper {
        order: 1;
        width: 100%;
    }

    .rf-contact-cards {
        max-width: 100%;
    }
}