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

    00 - Home
    01 - Inner Page
        00 - About Us
        01 - Our History 
		02 - Services
        03 - Service Detail
        04 - portfolio Detail
        05 - Blog Detail
             Blog Classic
             Sidebar Right
             Blog Large
        06 - Team Single
        07 - Contact Us
        08 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
/** Homepage 01 **/
.video-section-one{
	margin-top: -55px;
	z-index: 1;
    position: relative;
}
.video-one-left-box{
	padding: 40px 40px 15px 40px;
	background-image: url(../images/homepage-1/bg/img-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	box-shadow: 0 9px 35px 0 rgb(26 47 106 / 7%);
    border-radius: 5px;
    overflow: hidden;
}
.video-one-left-box:before{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
	background-color: rgba(79,135,251,.80);
}
.video-one-bg{
	border-radius: 5px;
	border-bottom:1px solid var(--pbmit-global-color);
	box-shadow: 0 9px 35px 0 rgb(26 47 106 / 7%);
	background-color: var(--pbmit-white-color);
}
.video-one-main-box{
	padding: 50px 31px 15px 40px;
}
.video-one-main-box h4{
	font-size: 20px;
    line-height: 30px;
	margin-bottom: 25px;
	color: var(--pbmit-blackish-color);
}
.video-one-img{
	position: relative;
	display: inline-block;
}
.video-one-img img{
	border-radius: 4px;
}
.video-one-button-bg{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
}
.video-one-play-button{
	position: relative;
	background-color: rgba(255,255,255,.8);
    color: #000;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
	box-shadow: 0 5px 57px 0 rgb(0 0 0 / 15%);
}
.video-one-play-button:before{
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
	left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
	-webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}
.video-one-play-button a:after{
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
	left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.45);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 45%);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
	-webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}
@-webkit-keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
@keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}
.video-one-play-button span{
	font-size: 20px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.video-one-play-button a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.video-one-right-box{
	padding: 35px 40px 15px 40px;
}
.video-one-right-box .pbmit-timelist-list li {
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    border-bottom: 1px solid #e2e4e8;
    padding: 15px 0;
}
.video-one-right-box .pbmit-timelist-list .pbmit-timelist-li-value {
    float: right;
    font-weight: 600;
}
.video-one-right-box .pbmit-timelist-list li:last-child {
    border-bottom: none;
}
/*.about-section-one{
	margin-top: 60px;
}*/
.service-section-one {
    padding-bottom: 60px;
    background-image: url(../images/homepage-1/bg/pattern-1.png);
    background-position: 0 0;
    background-repeat: repeat;
    background-color: var(--pbmit-light-color);
}
.counter-section-one{
	overflow: hidden;
	margin-top: -145px;
}
.counter-one-bg{
	padding: 80px 0 80px 40px;
	position: relative;
}
.counter-one-bg:before{
	position: absolute;
    height: 100%;
    width: 131%;
    top: 0;
    left: 0;
    content: "";
    display: block;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	background-image: url(../images/homepage-1/bg/dotted-map.png);
    background-size: cover;
	background-color: var(--pbmit-global-color);
}
.counter-section-one .pbminfotech-ele-fid-style-1{
	z-index: 1;
	position: relative;
}
.about-us-section-one{
	margin-top: -80px;
	padding-top: 150px;
    background-image: url(../images/homepage-1/bg/bg-01-new.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-us-section-one .pbmit-btn{
	margin-bottom: 21.73913043px;
}
.testimonial-one-bg{
	background-image: url(../images/homepage-1/bg/map.png);
    background-repeat: no-repeat;
	background-position: center center;
}
.testimonial-one-bg .swiper-slider{
	padding-bottom: 0;
}
.testimonial-one-bg .swiper-pagination-bullet-active{
	border-color: var(--pbmit-global-color);
	background-color: transparent;
	border: 1px solid var(--pbmit-global-color);
}
.appoinment-section-one{
	overflow: hidden;
}


.appoinment-one-bg {
    position: relative;
    padding: 50px 50px 35px 15px;
}


.appoinment-one-bg:before{
	position: absolute;
    height: 100%;
    width: 165%;
    top: 0;
  	right: 0;
    content: "";
    display: block;
	background-image: url(../images/homepage-1/bg/pattern-1.png);
	background-repeat: repeat;
	background-color: var(--pbmit-light-color);
}
.appoinment-one-bg .pbmit-heading-subheading{
	z-index: 1;
	position: relative;
}
.appoinment-one-bg form {
    z-index: 1;
    position: relative;
}
.appoinment-one-img{
	position: relative;
}
.appoinment-one-img:before{
	position: absolute;
    height: 100%;
    width: 162%;
    top: 0;
    left: 0;
    content: "";
    display: block;
	padding: 371px;
	background-image: url(../images/img-02-1.jpg);
    background-size: cover;
}
.client-section-one{
	border-bottom: 1px solid #e5e8ef;
}
/** Homepage 02 **/ 
.icon-box-two{
	border-bottom: 1px solid #e5e8ef;
	padding: 40px 0 30px 0;
}
.about-two-content{
	padding-right: 60px;
}
.about-two-content h6{
	font-size: 20px;
    line-height: 30px;
}
.about-two-first-img{
	text-align: right;
}
.about-two-first-img img{
	border-radius: 5px;
	box-shadow: 0 9px 35px 0 rgb(26 47 106 / 7%);
}
.about-two-bg{
	position: absolute;
    z-index: 9;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
	font-size: 14px;
}
.about-two-bg:before{
	background: url(../images/homepage-2/bg/brand-pattarn.png) repeat 0 0;
    content: "";
    position: absolute;
    width: 100px;
    height: 210px;
    left: -50px;
    top: -53px;
}
.about-two-icon{
	position: relative;
	width: 7em;
    height: 7em;
	border-radius: 50%;
	background-color: var(--pbmit-white-color);
	box-shadow: 0 9px 35px 0 rgb(26 47 106 / 7%);
}
.about-two-icon span{
	font-size: 2.75em;
	color: var(--pbmit-global-color);
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.service-section-two{
    background-image: url(../images/homepage-2/bg/pattern-1.png);
    background-position: 0 0;
    background-repeat: repeat;
}
.counter-section-two{
	background-image: url(../images/homepage-2/bg/dotted-map2.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.counter-two-box{
	display: flex;
	align-items: center;
}
.counter-two-icon-box{
	position: relative;
	width: 4em;
    height: 4em;
	border-radius: 50%;
	font-size: 14px;
	box-sizing: content-box;
    border: 2px solid transparent;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.counter-two-icon-box span{
	font-size: 1.25em;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.counter-two-icon-content{
	margin-left: 20px;
}
.counter-two-icon-content a{
	color: rgba(255,255,255,.9);
}
.counter-two-icon-content a:hover{
	opacity: .85;
}
.team-section-two{
	background-image: url(../images/homepage-2/bg/pattern-1.png);
    background-position: 0 0;
    background-repeat: repeat;
}
.about-us-section-two{
	background-image: url(../images/homepage-2/bg/bg-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: var(--pbmit-global-color);
}
.about-us-two-btn{
	text-align: right;
}
.testimonial-section-two{
	background-image: url(../images/homepage-2/bg/map.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.client-section-two{
	padding-top: 30px;
	border-top: 1px solid #e5e8ef;
}
.client-section-two .col-md-20percent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	margin-bottom: 30px;
}
.blog-section-two{
	background-image: url(../images/homepage-2/bg/pattern-1.png);
    background-position: 0 0;
    background-repeat: repeat;
}
/** Homepage 03 **/ 
.icon-box-three{
	margin-top: -150px;
	z-index: 1;
	position: relative;
}
.icon-box-three .pbmit-inbox-col-wrapper:first-child .pbmit-ihbox-style-1{
	border-radius: 4px 0 0 0;
}
.icon-box-three .pbmit-inbox-col-wrapper:last-child .pbmit-ihbox-style-1{
	border-radius: 0 4px 0 0;
}
.icon-box-three .pbmit-ihbox-style-1{
	padding: 30px 50px 25px 50px;
	background-color: var(--pbmit-global-color);
	height: 100%;
}
.icon-box-three .ihbox-style-bg{
	background-color: #3b77f3;
}
.icon-box-three .pbmit-ihbox-style-1 .pbmit-timelist-wrapper ul li{
	font-size: 14px;
    line-height: 24px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255,255,255,.25);
}
.icon-box-three .pbmit-ihbox-style-1 .pbmit-timelist-wrapper ul li:last-child{
	border-bottom: none;
}
.pbmit-bg-color-globalcolor .icon-box-three .pbmit-timelist-li-title,
.pbmit-bg-color-globalcolor .icon-box-three .pbmit-timelist-li-value{
	color: rgba(255,255,255,.9);
}
.icon-box-three .pbmit-timelist-li-value{
	float: right;
    font-weight: 600;
}
.about-three-content{
	margin-top: 35px;
}
.about-three-content h5{
	padding-left: 30px;
	position: relative;
}
.about-three-content h5::after{
	content: '\e829';
	position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    font-weight: 400;
	font-family: "pbminfotech-base-icons";
	color: var(--pbmit-global-color);
}
.about-three-static-box{
	padding-top: 50px;
}
.service-section-three{
	background-image: url(../images/homepage-3/bg/pattern-1.png);
    background-position: center center;
    background-repeat: repeat;
}
.counter-section-three {
    background-image: url(../images/bg-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--pbmit-global-color);
    height: 186px;
}
.counter-section-three .pbminfotech-ele-fid-style-2{
	position: relative;
}
.counter-section-three .pbminfotech-ele-fid-style-2:after{
	content: '';
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,.22);
    position: absolute;
    top: 0;
}
.counter-section-three .pbminfotech-ele-fid-style-2:first-child:after{
	display: none;
}
.simple-process-box{
	position: relative;
}
.simple-process-box:before{
	background: url(../images/homepage-3/bg/step-counter-bg.png) repeat 0 0;
    content: "";
    position: absolute;
    width: 1366px;
    height: 190px;
    background-repeat: no-repeat;
    background-position: top;
    left: -90px;
}
.testimonial-section-three{
	background-image: url(../images/homepage-3/bg/bg-04.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-section-three .swiper-slider{
	margin-left: 60px;
	padding-bottom: 0;
}
.testimonial-section-three .swiper-pagination-bullets {
	text-align: right;
    bottom: 60px;
    right: 40px;
}
.pricing-section-three{
	background-image: url(../images/homepage-3/bg/pattern-1.png);
    background-position: center center;
    background-repeat: repeat;
}

/*----------------------------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 00  About Us 1 **/
.about-us-one{
	padding-right: 69px;
}
.about-us-one p{
	margin-bottom: 35px;
}
.about-us-video-box {
    padding-left: 63px;
	position: relative;
}
.about-us-video-box img{
	border-radius: 4px;
}
.about-us-video-box .video-one-button-bg{
	left: 55%;
}
.team-section{
	background-image: url(../images/homepage-1/bg/pattern-1.png);
    background-position: 0 0;
    background-repeat: repeat;
}
/**  About Us 2 **/
.about-us-2-section .client-section-two{
	margin-bottom: 30px;
	padding-top: 0;
}
.progressbar-section{
	overflow: hidden;
}
.progressbar-bg-box{
	padding: 80px 70px 60px 0;
	position: relative;
}
.progressbar-bg-box:before{
	position: absolute;
    height: 100%;
    width: 165%;
    top: 0;
 	right: 0;
    content: "";
    display: block;
	z-index: -1;
	background-color: var(--pbmit-light-color);
	background-image: url(../images/homepage-1/bg/pattern-1.png);
    background-position: center center;
    background-repeat: repeat;
}
.progressbar-bg-box .progress{
	background-color: #1e2227;
}
.progressbar-img-box{
	position: relative;
}
.progressbar-img-box:before{
	position: absolute;
    height: 100%;
    width: 162%;
    top: 0;
    left: 0;
    content: "";
    display: block;
	background-image: url(../images/homepage-1/bg/bg-02.jpg);
    background-size: cover;
	padding: 322px;
}

/** 01  Our History**/
.pbmit-ourhistory-contant{
	padding-top: 90px;
	padding-bottom: 40px;
}	
.pbmit-ourhistory-contant .pbmit-heading-subheading .pbmit-title{
	font-size: 38px;
}
.pbmit-ourhistory .simple-text{
	font-weight: 600;
}
.pbmit-ourhistory .pbmit-ourhistory-right {
  padding-bottom: 50px;
  padding-left: 70px;
  position: relative;
}
.pbmit-ourhistory .pbmit-ourhistory-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: content-box;
	background-color: var(--pbmit-global-color);
}
.pbmit-ourhistory .label {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
	color: var(--pbmit-secondary-color);
}
.pbmit-ourhistory h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.pbmit-ourhistory .pbmit-ourhistory-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    width: 4px;
    height: 100%;
    background: var(--pbmit-white-color);
}
.pbmit-ourhistory .pbmit-ourhistory-right.last{
    padding-bottom:0;
}
.pbmit-ourhistory img{
    border-radius: 4px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.pbmit-ourhistory-type2:last-child .pbmit-ourhistory-right:after {
    display: none;
}
.pbmit-timeline-inner{
    margin: 0 -15px;
}
.pbmit-ourhistory .pbmit-ourhistory-right .pbmit-timeline-image,
.pbmit-ourhistory .pbmit-ourhistory-right .label{
    margin-bottom: 30px;
    display: none;
}

/** 06  Team Single **/
.pbmit-team-single{
	padding-top: 100px;
	padding-bottom: 70px;
}
.pbmit-team-details-inner {
    margin-right: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 50px rgb(79 110 173 / 10%);
    border-radius: 4px;
    overflow: hidden;
}
.pbmit-team-img {
    position: relative;
}
.pbmit-team-details .pbmit-team-info-block {
    padding: 30px;
    border-bottom: 1px solid #e5e8ef;
}
.pbmit-team-details .pbmit-team-info-block:last-child{
	border-bottom: none;
}
.pbmit-team-details .pbmit-team-details-inner .pbmit-team-title{
    font-weight: 800;
    margin-bottom: 5px;
	font-size: 24px;
    line-height: 30px;
}
.pbmit-team-details .pbmit-team-details-inner .pbmit-team-designation{
    font-size: 16px;
    line-height: 26px;
    color: var(--pbmit-global-color);
    margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 0;
}
.pbmit-team-details .pbmit-heading{
	font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.pbmit-single-team-info {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.pbmit-single-team-info li label {
    width: 110px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
}
.pbmit-single-team-info li:last-child label {
    margin-bottom: 0;
}
.pbmit-team-single-pbar .progressbar:last-child{
	padding-bottom: 4px;
}
.pbmit-team-single-pbar{
	margin-top: 30px;
}
.pbmit-team-details .pbmit-team-social-links li {
    margin-right: 20px;
	margin-bottom: 8px;
	display: inline-block;
}
.pbmit-team-details .pbmit-team-social-links a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: var(--pbmit-global-color);
    font-size: 16px;
    border-radius: 4px;
	background-color: var(--pbmit-light-color);
}
.pbmit-team-details .pbmit-team-social-links a:hover {
	background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
}
.team-details-wrap .pbmit-title,
.team-contact .pbmit-title{
    font-size: 30px;
    line-height: 40px;
	margin-bottom: 30px;
}
.team-details-wrap p{
	margin-bottom: 35px;
}
.team-details-list-group {
    padding-top: 30px;
}
.team-headding-dec{
	padding-right: 18px;
}
.team-contact{
	padding-top: 30px;
}
.team-details-contact .form-control{
	padding-left: 0;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0;
	border-bottom: 2px solid #ececec;
}
.team-details-contact .form-control:focus{
	border-color: var(--pbmit-global-color);
}
.team-contact textarea.form-control {
    margin-bottom: 0;
}
.team-details-contact .pbmit-btn{
	margin-bottom: 30px;
}
.section-faq {
   margin-top: 50px;
}
.twentytwenty-wrapper {
    margin-bottom: 35px;
}
.before-after-section{
	padding-top: 45px;
}

/** 02 - Services **/
.service-section .col-md-4{
	padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}

/** 03 - Service Detail **/
.service-left-col {
    flex: 0 0 30%;
    max-width: 30%;
	padding-top: 80px;
    padding-bottom: 80px;
}
.service-right-col {
	flex: 0 0 70%;
    max-width: 70%;
	padding-top: 80px;
    padding-bottom: 80px;
}
.service-sidebar .post-list:first-child{
	padding: 0;
}
.service-sidebar .post-list:last-child{
	border: none;
	padding: 0;
	background-color: var(--pbmit-global-color);
}
.service-sidebar .post-list{
	padding: 30px;
	border: 1px solid #e5e8ef;
    border-radius: 4px;
    margin-bottom: 30px;
	overflow: hidden;
}
.service-sidebar .widget .widget-title{
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
	margin-bottom: 35px;
	position: relative;
	padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}
.service-sidebar .widget .widget-title::after{
	content: "";
	display: block;
    width: 30px;
    height: 3px;
    bottom: 0px;
	margin-top: 0;
    margin-bottom: -2px;
    left: 1px;
    position: absolute;
    background-color: var(--pbmit-global-color);
}
.post-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-list li{
    border: none;
    padding: 0!important;
    border-bottom: 1px solid #e5e8ef;
	position: relative;
	-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.post-list li:last-child{
	border-bottom: none;
}
.post-list li.post-active{
	background-color: var(--pbmit-global-color);
}
.post-list li:hover{
	background-color: var(--pbmit-global-color);
}
.post-list li:hover a{
	color: var(--pbmit-white-color);
}
.post-list li.post-active a{
	color: var(--pbmit-white-color);
}
.post-list li a{
	color: #222;
    padding: 16px 25px;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 700;
}
.post-list li.post-active a:after{
	background-color: var(--pbmit-white-color);
}
.post-list li a:after{
    content: '\e814';
    font-family: "pbminfotech-base-icons";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
    border-radius: 50%;
	color: var(--pbmit-secondary-color);
	background-color: #f2f3f7;
}
.widget .download .item-download:first-child {
    border-bottom: 1px solid #e5e8ef;
    margin-bottom: 20px;
	padding-bottom: 15px;
    position: relative;
}
.widget .download .item-download a {
    display: block;
    padding: 0 0;
	line-height: 25px;
	font-size: 16px;
    font-weight: 700;
}
.widget .download .item-download i {
    color: var(--pbmit-global-color);
    font-size: 45px;
    padding-right: 12px;
    float: left;
    line-height: 47px;
    font-weight: 400;
}
.widget .download .item-download a span{
	color: var(--pbmit-body-typography-color);
	font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}
.pbmit-service-single img{
	box-shadow: 0 0 50px rgb(79 110 173 / 10%);
    border-radius: 4px;
}
.service-details .pbmit-service-contant{
	padding-top: 50px;
}
.service-details .pbmit-title{
	font-size: 30px;
	margin-bottom: 20px;
}
.service-details .service-page-infobox{
	padding-top: 45px;
}
.service-details .service-plan{
	margin-top: 50px;
}
.service-details .service-list-group-img{
	padding-bottom: 45px
}
.service-details .service-list-group-img .list-group{
	margin-top: 40px;
}
.service-details .service-list-group-img img{
	margin-bottom: 35px;
}
.service-details .service-our-dentist{
	border-top: 1px solid #e5e8ef;
	padding-top: 25px;
}
.service-details .service-our-dentist .col-md-4{
	margin-bottom: 30px;
}

/** 04 - portfolio Detail **/
.portfolio-style-1 .pbmit-portfolio-style-1{
	margin-bottom: 15px;
}
.portfolio-style-1 .col-md-4{
	padding-right: 7.5px;
    padding-left: 7.5px;
}
.portfolio-style-3 .col-md-4{
	padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}
.portfolio-single{
	padding-top: 100px;
	padding-bottom: 70px;
}
.portfolio-single .pbmit-pf-featured-wrapper img{
	margin-bottom: 60px;
    border-radius: 4px;
    box-shadow: 0 30px 50px rgb(0 0 0 / 5%);
}
.pbmit-portfolio-block{
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e8ef;
}
.pbmit-portfolio-block h4{
	margin-bottom: 20px;
}
.pbmit-portfolio-lines-wrapper {
    margin-top: 30px;
    margin-bottom: 0;
}
.pbmit-portfolio-lines-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 10px;
}
.pbmit-portfolio-line-li {
    margin-bottom: 0;
    position: relative;
}
.pbmit-portfolio-line-title {
	text-transform: none;
    font-weight: 700;
	letter-spacing: .5px;
    font-size: 14px;
    margin-bottom: 12px;
	width: 116px;
    display: inline-block;
    color: #222;
}
.pbmit-portfolio-content{
	padding-right: 15px;
}
.pbmit-portfolio-content .portfolio-heading{
	font-size: 40px;
    line-height: 50px;
	margin-bottom: 25px;
}
.pbmit-portfolio-inner {
    padding: 30px 10px 5px 30px;
    margin-bottom: 30px;
	background-color: var(--pbmit-light-color);
}
.pbmit-portfolio-content .portfolio-second-heading{
	font-size: 35px;
    line-height: 45px;
	margin-bottom: 20px;
}
.pbminfotech_single_image img{
	margin-bottom: 35px;
}
.pf_single_image-img{
	padding-top: 30px;
}
.navigation.post-navigation {
    margin-top: 40px;
}
.post-navigation .nav-links {
    margin-top: -1px;
    padding-top: 41px;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    width: 100%;
}
.post-navigation .nav-links .nav-previous, 
.post-navigation .nav-links .nav-next {
    width: unset;
}
.post-navigation .nav-links .nav-previous {
    margin-right: auto!important;
	width: unset;
}
.post-navigation .nav-links a{
	border: 4px solid #f2f3f4;
	display: flex;
}
.post-navigation .pbmit-portfolio-nav-icon{
	border-right: 4px solid #f2f3f4;
	width: 80px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 24px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.post-navigation .pbmit-portfolio-nav-icon i{
	position: absolute;
    left: 50%;
    top: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.post-navigation .pbmit-portfolio-nav-wrapper{
	padding: 20px 40px;
	width: 240px;
}
.post-navigation .nav-next .pbmit-portfolio-nav-wrapper{
	text-align: right;
}
.post-navigation .pbmit-portfolio-nav.nav-title {
    font-weight: 400;
    color: #797979;
	display: block;
}
.post-navigation .nav-next .pbmit-portfolio-nav-icon{
	border-left: 4px solid #f2f3f4;
	border-right: 0;
}
.post-navigation .nav-links a:hover .pbmit-portfolio-nav-icon{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-pf-single-related-wrapper{
	margin-top: 50px;
}
.pbmit-pf-single-related-title{
	margin-bottom: 20px;
}
.pbmit-entry-content .heading-title {
    font-size: 26px;
    line-height: 34px;
	margin-bottom: 20px;
}
.portfolio-single-list-group{
	padding-top: 25px;
}
.portfolio-single-list-group img{
	margin-bottom: 35px;
}
.pbmit-pf-single-content-bottom{
	padding-top: 20px;
}
.pbmit-pf-single-content-bottom p{
	margin-bottom: 35px;
}
.pbmit-pf-single-icon{
	padding-top: 20px;
}
.portfolio-single .pbmit-portfolio-wrap {
    background-color: var(--pbmit-white-color);
    box-shadow: 0 0 50px rgb(79 110 173 / 10%);
    border-radius: 4px;
}
.portfolio-single .pbmit-pf-block-box h4{
	line-height: 26px;
    margin-bottom: 30px;
	color: var(--pbmit-global-color);
}
.portfolio-single .pbmit-pf-block-box {
    padding: 30px;
    border-bottom: 1px solid #e5e8ef;
}
.portfolio-single .pbmit-pf-block-box:last-child{
	border: none;
}

/** 05 - Blog Detail**/
.blog-grid .pbmit-blogbox-style-1{
	margin-bottom: 30px;
}
.blog-right-col{
    flex: 0 0 70%;
    max-width: 70%; 
	padding: 80px 15px;
}
.blog-left-col{
    flex: 0 0 30%;
    max-width: 30%;
	padding: 80px 15px; 
}
.blog-details .pbmit-featured-wrapper {
    margin-bottom: 30px; 
}
/** --- Blog Classic ---**/
.post.blog-classic{
	position: relative;
}
.post.blog-classic:not(:last-child) {	
    margin-bottom: 50px;
}
.blog-classic .pbmit-featured-img-wrapper {
	margin-bottom: 30px;
}
.blog-classic .pbmit-featured-img-wrapper img{
	border-radius: 8px;
}
.blog-classic .pbmit-blog-classic-inner .pbmit-meta-cat {
	background-color: var(--pbmit-global-color);
    padding: 6px 25px;
    font-size: 12px;
	position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
	font-weight: 700;
    letter-spacing: .5px;
	border-radius: 15px;
}
.blog-classic .pbmit-blog-classic-inner .pbmit-meta-cat a{
	color: var(--pbmit-white-color);
    padding: 0 5px;
}
.blog-classic:not(:last-child) .pbmit-blog-classic-inner {
    padding: 0 0 50px 0;
    border-bottom: 1px solid #e5e8ef;
}
.blog-classic .pbmit-post-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}
.blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}
.blog-classic .pbmit-blog-meta, .pbmit-blog-meta a {
    color: #a3acb9;
}
.blog-classic .pbmit-blog-meta a:hover {
    color: var(--pbmit-global-color);
}
.blog-classic .pbmit-blog-meta>span{
	margin-right: 15px;
}
.blog-classic .pbmit-blog-meta i{
	color: var(--pbmit-global-color);
}
.blog-classic .pbmit-entry-content {
    margin-top: 20px;
    font-size: 16px;
}
.blog-classic .pbmit-read-more-link{
	padding-top: 10px;
}
.blog-classic .pbmit-read-more-link a{
	letter-spacing: 0;
	line-height: 30px;
	font-size: 13px;
}
.blog-grid .row .col-md-4{
	margin-bottom: 30px;
}
/**--- Sidebar Right ---**/
.sidebar .widget-search{
	padding: 0 !important;
	border: none !important;
}
.sidebar .widget{ 
    padding:30px;
    margin-bottom: 30px;
    border-radius: 4px;
	border: 1px solid #e5e8ef;
}
.widget .search-form {
    position: relative;
}
.widget .search-form .search-field {
    display: block;
    width: 100%;    
	height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 15px;
	padding-left: 30px;
    font-weight: 400;
    color: #777c82;
    background: #ecf1f8;
	border: none;
    border-radius: 4px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family:inherit;
}
.sidebar .widget .search-form a{
    position: absolute;
    right: 0px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 60px;
	line-height: 60px;
    margin-top: -30px;
    font-size: 20px;
    z-index: 1;
    width: 70px;
    text-align: center;
    color: #a3acb9;
}
.sidebar .widget a,
.sidebar .widget .post-date{
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 700;
}
.sidebar .recent-post-list li{
    padding-bottom: 15px;
    display: flex !important;
    align-items: normal;
    width: 100%;
	margin-top: 10px;
}
.sidebar .recent-post-list li:last-child{
	padding-bottom: 0;
}
.sidebar .recent-post-list li:first-child{
	margin-top: 0;
}
.sidebar .recent-post-list .media{
    display: flex;
}
.sidebar .recent-post-list .recent-post-thum{
    width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
}
.sidebar .recent-post-list .recent-post-thum img{
	width: 70px;
}
.sidebar .media-body a{
	color: var(--pbmit-blackish-color);
}
.sidebar .media-body a:hover{
	color: var(--pbmit-global-color);
}
.sidebar .recent-post-list .post-date {
    line-height: 17px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
}
.sidebar .recent-post-list .post-date a{
	color: var(--pbmit-global-color);
	font-size: 13px;
}
.sidebar .recent-post-list .post-date:hover{
    color: var(--pbmit-global-color);
}
.sidebar .widget-categories ul li{
    margin: 15px 0;
    padding: 0!important;
    position: relative;
    list-style: none;
	display: block;
}
.sidebar .widget-categories ul li:first-child{
	margin: 0;
}
.sidebar .widget-categories ul li:last-child{
	margin-bottom: 0;
}
.sidebar .widget-categories ul li a{
    color: var(--pbmit-blackish-color);
    font-size: 14px;
    font-weight: 700;
	padding-left: 20px;
	position: relative;
}
.sidebar .widget-categories ul li a:hover{
	color: var(--pbmit-global-color);
}
.sidebar .widget-categories ul li a:before{
	content: '\f115';
    top: 2px;
    font-size: 13px;
    font-weight: 400;
	left: 0;
	position: absolute;
	font-family: 'pbminfotech-base-icons';
}
.sidebar .widget-categories li span {
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #ecf1f8;
    color: #a3acb9;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 700;
    top: -2px;
	border-radius: 50%;
}
.sidebar .widget .tagcloud a{
    display: inline-block;
    font-weight: 600;
    color: #a3acb9;
    font-size: 14px;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: #ecf1f8;
	border-radius: 4px;
	margin: 0 4px 8px 0;
}
.sidebar .widget .tagcloud a:hover{
     color: var(--pbmit-white-color);
     background: var(--pbmit-global-color);
}
.sidebar .widget.widget-archive ul li {
    padding: 0 0 15px 0;
}
.single-service-contact-inner{
	text-align: center;
    color: #fff;
    padding: 0 30px 15px;
    position: relative;
}
.single-service-contact-inner:before{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 344px solid white;
    border-bottom: 0 solid transparent;
    left: -10px;
    top: -57px;
    transform: rotate(-7deg);
}
.single-service-contact-inner:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 73px solid transparent;
    border-right: 382px solid var(--pbmit-global-color);
    border-bottom: 0 solid transparent;
    left: -9px;
    top: -83px;
    transform: rotate(4deg);
}
.single-service-contact h2{
	font-size: 22px;
    line-height: 24px;
	margin-bottom: 20px;
    color: var(--pbmit-white-color);
}
.sidebar .widget .widget-title {
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 15px;
	text-transform: none;
    color: var(--pbmit-secondary-color);
	border-bottom: 1px solid rgba(0,0,0,.09);
}
.sidebar .widget .widget-title::after {
	content: "";
    width: 30px;
    height: 3px;
    bottom: 0px;
    left: 1px;
    position: absolute;
	display: block;
	margin-top: 0;
	margin-bottom: -2px;
	background-color: var(--pbmit-global-color);
}
/** --- Blog Large ---**/
.post.blog-details .blog-classic{
	position: relative;
}
.post.blog-details .pbmit-blog-classic-inner{
	padding: 0;
	border-bottom: none;
}
.post blockquote {
    padding: 30px;
    padding-right: 60px;
    margin: 60px 0 60px 0;
    border-left: 5px solid #000;
    background-color: transparent;
    font-size: 19px;
    line-height: 30px;
    color: #222;
    position: relative;
	font-weight: 500;
	border-color: var(--pbmit-global-color);
}
.post blockquote p{
	margin: 0;
}
.post blockquote .authorOrTitle{
	display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
	color: var(--pbmit-global-color);
}
.post.blog-details .pbmit-entry-content .alignright {
    float: right;
	margin: 5px 0 0px 20px;
}
.post.blog-details .pbmit-entry-content h4{
	margin-bottom: 20px;
}
.post.blog-details .pbmit-entry-content ul{
	padding-left: 40px;
	margin-bottom: 16px;
	list-style: disc;
}
.pbmit-blog-meta.pbmit-blog-meta-bottom {
    padding: 30px 0 25px;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: center;
    margin-top: 35px;
}
.pbmit-blog-meta-bottom-left {
    margin-right: auto!important;
    width: 100%;
    padding-right: 10px;
}
.pbmit-meta.pbmit-meta-tags {
    color: #8b90a0;
}
.pbmit-meta.pbmit-meta-tags a{
    color: #8b90a0;
    font-size: 13px;
    font-weight: 400;
	padding: 5px 10px;
    background-color: #eee;
    border-radius: 5px;
}
.pbmit-meta.pbmit-meta-tags a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.comments-box{
    border-top: 1px solid #e9e9e9;
    padding-top: 25px;
}
.comments-box .comments-title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
	padding-bottom: 0px;
}
.comments-box .media{ 
    display: flex;
	padding: 30px 0 30px 0;
}
.comments-box .children{
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.comments-box .children .media.even.depth-2{
    margin-left: 50px;
}
.comments-box .comment-author img{
    border-radius: 50%;
    width: 70px;
    height: 70px
}
.media-body.comment-meta {
	position: relative;
    flex-grow: 1;
    background: #fff;
    margin-left: 22px;
}
.comments-box .comment-author {
    display: block;
    margin-top: 4px;
    margin-bottom: 3px;
    color: #222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.comments-box .comment-date{
	display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}
.comments-box .comment-date a{
    color: var(--pbmit-global-color);
}
.comment-reply-title {
    font-size: 24px;
    line-height: 34px;
	margin-bottom: 20px;
}
.comment-meta .reply {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .1em;
}
.comment-meta .reply a{
	font-size: 12px;
	display: inline-block;
	font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	border-radius: 2px;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.comment-meta .reply a:hover{
	background-color: var(--pbmit-blackish-color);
}
.comment-respond {
    margin-top: 30px;
}
.comments-box p{
    margin-bottom: 0px;
}
.comment-form form .form-group:last-child{
    margin-bottom: 10px;
} 

/** 07 - Contact us **/
.contact-section{
	margin-top: 40px;
}
.contact-heading-title{
	margin-bottom: 30px;
}
.contact-section .contact-ihbox-style{
	border-bottom: 1px dotted var(--pbmit-body-typography-color);
	padding-bottom: 30px;
}
.contact-section .pbmit_wrapper{
	margin-left: 60px;
	margin-bottom: 35px;
}
.contact-section .pbmit_wrapper ul li{
	margin-right: 4px;
    margin-bottom: 8px;
    display: inline-block;
}
.contact-section .pbmit_wrapper ul li a{
	color: #777;
}
.contact-section .pbmit_wrapper ul li a:hover{
	color: var(--pbmit-global-color);
}
.contact-form {
    background-color: var(--pbmit-white-color);
    box-shadow: 0 0 40px rgb(183 196 226 / 15%);
    padding: 40px;
    padding-bottom: 15px;
    border-radius: 4px;
	margin-top: -48px;
    z-index: 1;
    position: relative;
}
.contact-form .form-control {
    color: #848484;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.contact-form .form-control:focus{
	color: #848484;
}
.contact-form textarea.form-control {
    height: 100px;
}
.contact-section-iframe iframe{
	width: 100%;
	height: 450px;
}
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: -29px;
	margin-right: 20%;
}
.message-status{
	margin-top: 30px;
}
/**08 - Comment Form **/
.form-group{margin-bottom:25px;}
.form-control{
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-body-typography-color);
    height: 50px;
    line-height: 50px;
    padding: 20px 10px 20px 20px;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    margin-bottom:5px;
    width: 100%;
}
textarea.form-control{
	height: 150px;
}
.form-control:focus{
	color: var(--pbmit-body-typography-color);
}
form button{
	margin-bottom: 30px;
}
.form-style-1 textarea.form-control {
    height: 150px;
    resize: none;
	margin-bottom: 20px;
    padding: 12px 15px;
	border: 2px solid #ececec;
}
.form-style-1 .form-control{
	padding: 0 15px;
	margin-bottom: 10px;
	border: 2px solid #ececec;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	color: #848484;
}
.form-style-1 input[type="checkbox"]{
	position: absolute;
    top: 6px;
	-webkit-appearance: auto;
}
.form-style-1 label{
	padding-left: 25px;
}
.form-style-1 .form-control:focus{
	border-color: var(--pbmit-global-color);
}



ul.pbmit-social-links i {
    color: white;
}

ul.pbmit-contact-info li {
    color: white;
}

ul.pbmit-contact-info a {
    color: white;
    letter-spacing: 1.48px;
    font-size: 14px;
}

ul.pbmit-contact-info a:hover {
    color: #037b8d;
}





  #banner {
            width: 100%;
            height: 100vh;
            position: relative;
            overflow: hidden;
        }
        video {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }


 /*  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 29%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  
    transition: opacity 0.5s;
    text-shadow: 1px 1px black;
}
*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 55%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    transition: opacity 0.5s;
    text-shadow: 1px 1px black;
}

.btnnnni a {
  border-radius: 5px !important;
  padding: 15px 25px;
}
.pbmit-btn.pbmit-btn-outline.jkl.kk {
  padding: 18px 25px;
}
.overlay p{
  margin-top: 22px !important;
  margin-bottom:40px !important;
         }


        .overlay:hover {
            opacity: 1;
        }

        .news-block-five{
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            padding: 10px;
            background-color: white;
        }

    .borderrrrrr {
    background-color: white !important;
    position: absolute;
    margin-left: -74px;
    padding: 50px;
}

.m-bbbb{
    paddding-bottom: 190px !important;
}






section.services-area {
    position: relative;
    z-index: 0;
}

 
.tab {
  float: left;
/*  border: 1px solid #cecbcb;
  background-color: #d0d0d0;*/
  width: 25%;
}

.tab button {
  display: block;
  background-color: inherit;
  color: white;
  padding: 12px 14px;
  width: 100%;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  background: linear-gradient(to bottom, #f00 0%, #710909 100%);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgb(255, 0, 0) 0%, rgb(113, 9, 9) 100%);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgb(255, 0, 0) 0%, rgb(113, 9, 9) 100%);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgb(6, 6, 6) 0%, rgb(40, 40, 40) 100%);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin-bottom: 4px;
  border-bottom: 2px solid white;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-image: linear-gradient(to right, #710909, #f00 0%, #710909, #f00 0%);
color: white !important;
border-radius: 4px;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #f00;
}
/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;

  width: 75%;
  border-left: none;

}



.tab-righttt {
  margin-left: 40px;
}

.prodetail h3 {
  font-size: 26px;
  color: #c70404;
  font-weight: 600;
  padding-bottom: 16px;
}


.heading-page{
    position: relative;
}

.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgb(2 2 2 / 10%);
}
.background-color-373435 {
    background-color:#1f679f;
}

ul.listt li a:hover {
    color: #08798c;
}



@media screen and (max-width: 600px) {


.texttt.text-center.padd {
    padding: 40px 0px !important;
}

.about-us-video-box1 img {
    width: 100% !important;
}.about-us-video-box1 img {
    max-width: 100% !important;
    /* margin-left: -90px; */
    width: 660px;
}

}




@media screen and (max-width: 600px) {


.about-one-img img {
    max-width: 100%;
    margin-left: 0px !important;
    width: 100%;
    width: 100%;
}


.about-us-video-box1 img {
    max-width: 660px !important;
    /* margin-left: -90px; */
    width: 100% !important;
}
.overlay.jkl span {
    font-size: 16px !important;
}
.btnnnni a {
    margin-bottom: 13px;
}.about-us-video-box1 {
    margin-top: 15px;
}.abouttt {
    margin-bottom: 20px;
}
}


.modal-dialog {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}


.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    overflow: scroll;
}


.popup p {
    font-size: 11px;
}


.contact-form label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
}

.pbmit-heading-subheading.text-center.jkl {
    margin-top:0px;
}

input.pbmit-btn.pbmit-btn-lg.book-app {
    background-color: #fff;
    color: #1f679f;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* -webkit-appearance: none; */
    -moz-appearance: block !important;
    /* appearance: none; */
    /* border-radius: .375rem; */
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}


/*.main-menu .navigation > li.has-child :after {
   color: white;
   content: ' ▾';
}*/

/* Add arrows to the dropdown menu items */

.navigation .dropdown > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    margin-right: 5px;
    vertical-align: middle;
    margin-left: 6px;
}

.navigation .dropdown > a::before {
    border-bottom-color: white;
}

.navigation .dropdown > a::after {
    border-top-color: #0d0c0c;
}



/* Style the dropdown sub-menu */
.navigation .dropdown ul {
    display: none;
    position: absolute;

    padding: 0;

}

.navigation .dropdown:hover > ul {
    display: block;
}

h3.pbmit-service-title a {
    color: #ffffff !important;
}

.appoinment-one-bg.jkll label {
    font-weight: 600;
    margin-bottom: 7px;
}

.abouttt p{
    text-align: justify;
}

.visionnn.text-center {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
}

.visionnn.text-center {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    min-height: 314px;
    margin-bottom: 30px;
}


.list-check li::before {
    font-family: 'pbminfotech-base-icons';
    content: "\e81c";
    font-size: 41px;
    color: #08798c;
    position: absolute;
    font-weight: 600;
    left: 0;
    /* font-size: 41px; */
}
.list-check li {
    position: relative;
    padding-left: 62px;
    padding-bottom: 32px;
    line-height: 1.5em;
    color: #222;
    font-size: 34px;
}


.visionnn1.text-center img {
    margin-bottom: 21px;
}


.pbmit-heading-subheading.jkl input {
    background-color: #e3e3e3;
}

textarea.form-control.jkl {
    height: 67px;
}

aside.widget.post-list.jkl {
    background-color: #0c9eb7;
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 6px;
}

img.right-img {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 16px;
}



.bggg{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 10px;
}


.cp-widget-button {display:inline-block;position:fixed;bottom:23%;right:1%;z-index:999999}

.cp-widget-button__inner {animation:bounce 1s infinite alternate;-webkit-animation:bounce 1s infinite alternate}

.cp-widget-button__inner {height:64px;width:64px;line-height:64px;border-radius:50%;text-align:center;cursor:pointer}

.cp-widget-button__inner img {margin:0 auto}@keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px);}}@-webkit-keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px)}}





.cp-widget-button1 {display:inline-block;position:fixed;bottom:12%;right:1%;z-index:999999}

.cp-widget-button__inner1 {animation:bounce 1s infinite alternate;-webkit-animation:bounce 1s infinite alternate}

.cp-widget-button__inner1 {height:64px;width:64px;line-height:64px;border-radius:50%;text-align:center;cursor:pointer}

.cp-widget-button__inner1 img {margin:0 auto}@keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px);}}@-webkit-keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px)}}



ul.srlist li::before {
    content: '\2713';
    display: inline-block;
    color: #08798c;
    padding: 0 6px 0 0;
	font-weight: 600;
}

ul.srlist li {
    line-height: 30px;
}

section.about-section-one.sctnclr {
    background: #227da8;
	color: #fff;
	padding-top: 30px;
}

section.about-section-one.sctnclr h4 {
    color: #fff;
}

section.about-section-one.sctnclr h2 {
    color: #fff;
}

.sctnbtn {
    background: #198754 !important;
	color:#fff!important;
}





section.faq.bg-primary {
   background: transparent !important;
}

.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
    background-color: #08798c;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 40px;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #08798c;
}

.faq .faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;     color: #fff;
}

.collapsed i.fas.fa-arrow-up {
    
}
.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}

.mrgntp {
    margin-top: 0px;
}

.servicessssss p {
    text-align: justify;
}

p.pstr {
    margin-bottom: 10px;
	color: #08798c;
}

.h2clr {
    color: #08798c !important;
	font-size: 30px !important;
}

.sectioncolor {
    background-color: #effcff;
}

.service-pding {
    padding: 15px;
}
.service-pding span {
   
}
.service-pding p {
   
}

.service-pding span img {
    padding: 10px;
}

.services-title-content .sub-title {
    display: block;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 17px;
}

.services-title-content.text-center.m-r-80 h3 {
    color: #043d81;
    /* font-family: "Anton", sans-serif; */
    font-weight: 900;
    font-size: 29px;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 40px;
}
.texttt.text-center.padd {
    padding: 40px 143px;
}



.single-services-box  {
    background-color: #043d81;
    display: block;
    padding: 30px;
    margin: 7px;
    color: white !important;
    min-height: 116px;
}



.single-services-box.text-center img {
    margin-bottom: 12px;
}


.single-services-box a h3 {
    color: white;
}



.single-services-box h3 {
    position: relative;
    /* padding-left: 65px; */
    line-height: 1.4;
    font-size: 17px;
    font-weight: 700;
    font-family: "Muli", sans-serif;
    text-align: center;
}



.single-services-box a:hover {
    background-color: #000000;
}

section.services-area.ptb-100.overlay1 {
    padding: 60px 0px;
}





.overlay1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 79%);
    z-index: -3;
}





a.pbmit-btn.jkllll {
    background-color: #444444;
}








article.pbmit-blogbox-style-1 {
    padding: 11px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
}





h6.h6classs.text-white {
    font-size: 20px;
    padding-bottom: 5px;
}



h2.h2classs.text-white {
    font-size: 45px;  padding-bottom: 12px;
}



.bgj {
    background-color: #043d81;
}





.readyy p{
    color: white;
}

.pbminfotech-box-content-inner p{
    color: white;
}



.banner-txt h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    display: block;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 5px #000;
    padding: 25px;
    text-align: center;
}

.inner-banner .banner-txt h2 span {
    width: 70px;
    height: 3px;
    background: #fff;
    display: block;

}

section.inner-uper-img {
    padding-top: 60px;
    padding-bottom: 60px;
}


.banner-txt {
    padding-top: 134px;
    padding-bottom: 50px;
}


section.inner-pages {
    padding-top: 60px;
    padding-bottom: 60px;
}

 

.downn-aboutt {
    margin-top: 90px;
}

ul.listttt li {
    font-size: 16px;
    padding: 5px;
    text-align: justify;
}
h4.shgg {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}


ul.listttt li i {
    font-size: 20px;
    position: absolute;
    margin-left: -32px;
    margin-top: 6px;
    color: #043d81;
    font-weight: 700;
}


span.listt-inn {
    font-size: 18px;
    font-weight: 700;
    color: #121212;
}
.pbmit-heading-subheading.a1 {
    background: #f3f3f3;
    padding: 20px;
}


.pbmit-heading-subheading111 img {
    border-radius: 2px;
    box-shadow: 2px 2px #20417b;
    margin-bottom: 40px;
    padding: 1px;
    width: 100%;
    border: 1px solid gainsboro;
}


.swatii-logo img {
    padding: 6px;
    background: #fff;
    margin-bottom: 21px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #bed8f7;
    margin-left: 11px;
    width: 23%;
}
ul.contactus-111 li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: white !important;
    font-size: 22px;
    background-color: #1b1c1b;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50px;
}
.contact-boxes-1 {
    background-color: #fff;
    border: 1px solid #eef2f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 45px;
    padding: 45px 35px;
    margin-top: 205px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

ul.contactus-111 li {
    padding-left: 60px;
    position: relative;
    padding-top: 0;
    padding-bottom: 36px;
    color: #000000 !important;
    font-size: 15px !important;
}


.outer-box.ddd.de {
    padding: 26px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    background-color: #1b74bc;
}
 
input#birthday {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    background-color: #ecf1f8;
    color: #838383;
    border: none;
    padding: 12px;
}
label {
    color: #fff;
}

select#cars {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    background-color: #ecf1f8;
    color: #838383;
    padding: 12px;
}

.sub-title h2 {
    font-weight: 700;
    color: #fff;
    font-size: 37px;
    text-transform: capitalize;
}


button.submitss {
    width: 100%;
    padding: 11px;
    border: none;
    border-radius: 5px;
    margin-top: 35px;
    /* border: 1px solid gainsboro; */
    background-color: #043d81;
    color: #fff;
}


.bin-img img {
    width: 100%;
    height: auto;
    display: block;
}.bin-content {
    padding: 10px;
    background-color:#1f679f;
}


.bin-service-card {
    border: 1px solid #eee;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.bin-content p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 24px;
}
.read-btn {
    display: inline-block;
    padding: 11px 36px;
    background-color: #38c2cc;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s;
}
.s {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #043d81;
}

.bin-content h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.cust-advantagesboxs {
    margin-bottom: 44px;
}
.cust-advantagesicon {
    margin-right: 48px;
    min-width: 80px;
    transition: 0.5s ease;
}


.readyy {
    text-align: center;
}

li.a1 {
    background-color: #01467c;
}

.heddd h3 {
    color: #ffff;
    font-size: 42px;
    font-weight: 700;
    margin-top: -64px;
}

.inner-breadd {
    padding-top: 134px;
    text-align: center;
    padding-bottom: 50px;
}section.inner-pages-data {
    padding-top: 60px;
    padding-bottom: 60px;
}

 
.outer-box.ddd.de.color-chngesssa {
    background-color: #fff;
}


section.contact-form.swati-ss.color-chngesss {
    padding-top: 60px;
    padding-bottom: 60px;
}



.about-one-img1.inner-imgess img {
    box-shadow: 57px -43px #1b75bb;
    padding: 2px;
}

section.ssds {
    padding-top: 60px;
    padding-bottom: 60px;
}

form#contact-form1 {
    background-color: #1f679f;
    padding: 24px;
    border-radius: 8px;
}
.list-style-one li:before {
    content: "→";
    position: absolute;
    left: -1px;
    top: -4px;
    display: block;
    font-size: 19px;
    line-height: 1.6em;
    padding: 0px;
    color: #1f679f;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.list-style-one li {
    position: relative;
    font-size: 17px;
    color: #000000;
    line-height: 1.5em;
    padding-left: 24px;
    margin-bottom: 6px;
}

.special h3 {
    font-size: 50px;
    margin-top: 27px;
    margin-bottom: 27px;
    color: #fff;
}section.new-offerrr {
    padding-top: 60px;
    padding-bottom: 60px;
}

.special p {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: -3px;
}
.special {
    width: 540px;
    max-width: 100%;
    margin: 32px auto 0;
    display: block;
    background: #1f679f;
    border: 4px dashed #fff;
    padding: 24px;
    box-sizing: border-box;
    text-align: center;
}



.offer-texttt {
    text-align: center;
    line-height: 29px;
    font-size: 18px;
}

p.sss-slider {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    text-transform: capitalize;
}
span.color {
    color: #6ae6ff;
}




@media only screen and (max-width: 768px) {



.contact-boxes-1 {
    background-color: #fff;
    border: 1px solid #eef2f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 13px !important;;
    padding: 45px 35px;
    margin-top: 0px !important;;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-left: 11px !important;;
}
     p.sss-slider {
        font-size: 15px !important;
        /* margin-right: 174px !important; */
        /* margin-left: 21px; */
        line-height: 19px;
    }



.s {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: #043d81;
    margin-bottom: 3px;
}


a.pbmit-btn.pbmit-btn-outline.jkl.kk {
    display: none;
}

.btnnnni {
    text-align: justify;
   
}
.about-us-video-box1 img {
    max-width: 100%;
    /* margin-left: -90px; */
    width: 660px;
}

.cust-advantages {
    padding: 30px !important;
}
.contact-form {
 
    padding: 2px !important;
   
}

.sub-title h2 {
   
    font-size: 30px !important;
  
    margin-bottom: -26px !important;
}

.cust-advantagesicon {
    margin-right: 22px !important; 
 
}

h2.h2classs.text-white {
    font-size: 35px !important;
    margin-bottom: -11px !important;
}

.btnnnni a {
    border-radius: 5px !important;
    padding:6px 20px;
}

.site-navigations ul.navigation > li > a {
 
    color: #ffffff !important;
   
}


ul.pbmit-contact-info.displyy-nonee {
    display: none;
}


.header-style-1 .pre-header ul li {
    display: inline-block;
    position: relative;
    padding-right: 22px;
    float: none !important;
}


.header-style-1 .pre-header {
 
    text-align: center !important;
}










}



ul.teammm li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
}

.team-dis h3 {
    font-size: 23px;
    color: #37c3cd;
}ul.teammm li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #46af91;
}


.teamss-inner-pagee img {
    box-shadow: 57px -43px #1b75bb;
    padding: 2px;
}








li.header h4 {
    font-size: 42px;
    margin-top: 14px;
    color: #ffff;
    font-weight: 700;
}


.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    height:605px;
}
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #1f679f;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 15px;
    text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

 

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}












.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex
;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}


a.button1 {
    background-color: #1f679f;
    padding: 11px 58px;
    font-size: 19px;
    color: #fff;
    font-weight: 800;
    border-radius: 5px;
}

.sub-title p {
    color: white;
}

h2.h2classs.text-white {
    font-size: 33px;
    padding-bottom: 0px;
}