/******************************

    00 - Home
    01 - Inner Page
		01 - Service Detail
        02 - Portfolio Detail
        03 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        04 - Team Member Detail
        05 - Contact Us
        06 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
#page{
	overflow: hidden;
}
/** Homepage 01 **/
.ihbox-section-one{
	padding: 25px 10px 100px 10px;
}


	.arrow-container{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.arrow-1{
  width: 100px;
  height: 100px;
  background: #389143;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-2{
  width: 60px;
  height: 60px;
  background: #389143;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

.arrow-2:before{
  width: 52px;
  height: 52px;
  content: "";
  border: 2px solid #369742;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.arrow-2 i.fa{
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

/* Custom Animate.css */

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.who-we-are-one-leftbox{
	background-image: url(../images/homepage-1/bg/img-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 30px;
	height: 100%;
	position: relative;
    border: 5px solid var(--pbmit-secondary-color);
}
.who-we-are-one-leftbox .fid-style-area{
	position: absolute;
	left: 0;
	width: auto;
	bottom: 0;
	max-width: 100%;
}
.pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.pbmit-bottom-left-corner {
    bottom: 0%;
    right: -30px;
    transform: rotate(90deg);
}
.pbmit-sticky-corner svg path {
    fill: var(--pbmit-secondary-color);
}
.pbmit-top-right-corner {
    top: -30px;
    left: 0%;
    transform: rotate(90deg);
}
.who-we-are-one-content{
	padding: 40px 70px 52px 0px;
}
.service-bg-one {
	background-image: url(../images/homepage-1/bg/staticbox-bg-img.png);
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
.blog-arrow,
.testimonial-arrow,
.service-arrow,
.team-arrow,
.product-arrow{
	position: absolute;
	right: 12px;
	bottom: 0;
}
.service-bg-one .swiper-button-next, 
.service-bg-one .swiper-button-prev{
	color: var(--pbmit-white-color);
	border-color: var(--pbmit-white-color);
}
.service-bg-one .swiper-button-next:hover, 
.service-bg-one .swiper-button-prev:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.client-area{
	padding: 80px 0 90px 0;
	border-top: 1px solid #404A3D1A;
}
.about-us-one-bg{
	background-image: url(../images/bg/contact-bg.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
	border-radius: 30px;
}
.about-us-one-rightbox{
	background-image: url(../images/homepage-1/bg/img-04.png);
    background-position: bottom center;
    background-repeat: no-repeat;
	background-color: var(--pbmit-global-color);
	padding: 85px 80px 70px 80px;
	border-radius: 30px;
}
.ihbox-style-5-bg{
	position: relative;
	background-image: url(../images/homepage-1/bg/icon-bg-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 80px 100px 80px 85px;
	border-radius: 30px;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.ihbox-style-5-bg .pbmit-ihbox-style-5{
	position: relative;
	z-index: 1;
}
.ihbox-style-5-bg:before{
	content: "";
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	border-radius: 30px;
	background-color: var(--pbmit-blackish-color);
	opacity: .5;
}
/** Homepage 02 **/ 
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeIn{
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}
.animated{
	animation-duration: 2s;
}
.ihbox-two-bg{
	margin: -30px 20px 0 20px;
	padding: 70px 0px 40px 0px;
	border-radius: 0 0 30px 30px;
	background-color: var(--pbmit-global-color);
	background-image: url(../images/homepage-2/bg/bg-pattern-01.png);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.about-two-area{
	margin-top: 100px;
	border-radius: 30px;
	overflow: hidden;
	height: 73.8vh !important;
}
.about-two-area .sticky-img{
	border-radius: 30px;
}
.about-two-rightbox{
	padding: 80px 65px 0px 65px;
}
.about-two-innerbox{
	padding-left: 70px;
}
.about-two-innerbox .pbmit-ihbox-style-12{
	margin-bottom: 30px;
}
.about-two-innerbox .sticky-inner-img{
	border-radius: 15px;
}
.service-two-slider{
	padding-bottom: 85px !important;
}
.service-two-slider .swiper-pagination-bullet-active,
.pbmit-testimonialbox-right .swiper-pagination-bullet-active{
	outline: none;
	width: 20px;
	height: 20px;
	background-color: var(--pbmit-global-color);
}
.pbmit-element-static-box-style-1{
	background-image: url(../images/homepage-2/bg/staticbox-bg-img.png);
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
.appointment-two-area{
	border-radius: 30px;
	overflow: hidden;
}
.appointment-two-leftbox{
	padding: 50px 0 0 38px;
	position: relative;
}
.appointment-two-leftbox .ihbox-style-area{
	position: absolute;
	right: 86px;
	width: auto;
	top: 106px;
	max-width: 100%;
}
.appointment-two-mainbox{
	background-image: url(../images/contact-bg-img.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 60px 40px 60px 40px;
    background-color: #fff;
    border-radius: 0px 30px 30px 0px;
}
.appointment-two-mainbox form .form-control{
	border: none;
	background-color: var(--pbmit-light-color);
}
/** Homepage 03 **/ 
.ihbox-section-three{
	border-bottom: 1px solid #404A3D1A;
	padding: 50px 0;
}
.about-us-three-imgbox img{
	-webkit-mask-image: url(../images/homepage-3/about-shape.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center left;
    -webkit-mask-repeat: no-repeat;
}
.about-us-three-content{
	padding: 75px 0px 0px 95px;
}
.tab-section-three{
	background-image: url(../images/homepage-3/bg/bg-pattern-01.png);
}


.testimonial-three .pbmit-testimonialbox-left{
	border-right: 1px solid rgba(var(--pbmit-blackish-color-rgb),.1);
}
.testimonial-three .pbmit-testimonialbox-right{
	padding: 0 0 90px 70px;
}
.pbmit-testimonialbox-right .swiper-slider[data-dots="true"]{
	padding-bottom: 0;
}
.pbmit-testimonialbox-right .swiper-horizontal>.swiper-pagination-bullets{
	justify-content: end;
}
.ttml-three-arrow{
	justify-content: left;
}
.free-quote-section{
	background-image: url(../images/homepage-3/bg/bg-img-01.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
	border-radius: 30px;
	overflow: hidden;
}
.free-quote-section .left-box{
	padding: 20px 0px 0px 40px;
}
.free-quote-section .right-box{
	padding: 100px 90px 100px 0px;
}

/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - 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: 26px;
	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: .5px;
    color: var(--pbmit-blackish-color);
    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: "\e8dd";
    left: inherit;
    right: 8px;
    font-size: 10px;
    font-family: 'pbminfotech-base-icons';
    top: 50%;
    z-index: 1;
    color: var(--pbmit-secondary-color);
    background-color: transparent;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: initial;
    transition: all 0.4s ease-in;
}
.service-sidebar .all-post-list ul li a:after{
	position: absolute;
    content: "";
    left: 0;
    font-size: 20px;
    top: 50%;
    width: 7px;
    height: 7px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
    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-secondary-color);
}
.service-sidebar .all-post-list ul li:hover a:before,
.service-sidebar .all-post-list ul li.post-active a:before{
	color: var(--pbmit-secondary-color);
    background-color: var(--pbmit-global-color);
}
.service-sidebar .widget:last-child{
	background-color: transparent;
}
.service-sidebar .widget.pbmit-download-content{
	padding: 0;
}
.sidebar .pbmit-download-content .widget-title{
	margin-left: 30px;
    margin-right: 30px;
}
.widget .download .item-download a {
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 5px;
    padding-left: 25px;
    background-color: var(--pbmit-white-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-secondary-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:last-child a {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    margin-bottom: 0;
}
.widget .download .item-download:last-child a .pbmit-download-content i {
    color: var(--pbmit-blackish-color);
    transition: all 0.3s ease-in-out;
}
.widget .download .item-download:last-child .pbmit-download-item {
    color: var(--pbmit-secondary-color);
    background-color: var(--pbmit-white-color);
}
.widget .download .item-download a:hover {
    background-color: var(--pbmit-secondary-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:hover {
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
}
.widget .download .item-download:last-child a:hover .pbmit-download-item {
    background-color: var(--pbmit-global-color);
}
.service-details .pbmit-service-feature-image img{
	margin-bottom: 50px;
    border-radius: 30px;
}
.service-details .pbmit-ihbox-style-9 .pbmit-ihbox-contents{
	margin: 30px 30px 0 0;
}
.service-details .pbmit-ihbox-style-9 .pbmit-heading-desc{
	padding: 10px 0 0 0;
}
.service-details .accordion{
	padding-top: 15px;
}
/** 02 - Portfolio Detail **/
.portfolio-single .pbmit-featured-img-wrapper{
	padding-bottom: 80px;
}
.portfolio-single .pbmit-featured-img-wrapper img{
	border-radius: 30px;
}
.pbmit-single-project-details-list {
	padding: 45px;
    border-radius: 30px;
    background-color: var(--pbmit-white-color);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: .5px;
    text-transform: capitalize;
    position: relative;
	font-weight: 500;
    color: var(--pbmit-secondary-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-value {
    display: block;
}
.portfolio-single .pbmit-pf-entry-content{
	padding-left: 36px;
}
.portfolio-single .pbmit-heading .pbmit-title{
	margin-bottom: 20px;
}
.portfolio-single .pf-img-box img{
	border-radius: 20px;
}
.portfolio-single .pf-img-box .first-img{
	padding-right: 20px;
}
.portfolio-single .pf-img-box .second-img{
	padding-left: 20px;
}
.portfolio-single .pbmit-ihbox-style-9 .pbmit-heading-desc{
	padding: 10px 0 0 0;
}
.portfolio-single .pbmit-ihbox-style-9 .pbmit-ihbox-contents, 
.portfolio-single .pbmit-miconheading-style-9 .pbmit-ihbox-contents{
	margin: 30px 30px 0 0;
}
.portfolio-single .navigation{
	margin-top: 50px;
	border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb),.1);
}
/** 03 - Blog Detail**/
.pbmit-element-posts-wrapper.row .pbmit-blog-style-1{
	padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/** Sidebar Right**/
.sidebar .widget{ 
    border: none;
    padding: 30px;
    margin-bottom: 55px;
	border-radius: 30px;
    background-color: var(--pbmit-white-color);
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.sidebar .widget.widget-search{
	background-color: var(--pbmit-secondary-color);
}
.sidebar .widget .widget-title{ 
	display: block;
	padding-bottom: 15px;
	margin-bottom: 20px;
    position: relative;
    width: auto;
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
	padding-left: 30px;
    padding-bottom: 0;
	text-transform: capitalize;
	color: var(--pbmit-blackish-color);
} 
.sidebar .widget.widget-search .widget-title{
	color: var(--pbmit-white-color);
}
.sidebar .widget .widget-title:before{
	content: "\e89d";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    left: -3px;
    font-size: 12px;
	line-height: 22px;
    color: var(--pbmit-secondary-color);
    top: 50%;
    transform: translateX(0%) translateY(-70%);
}
.sidebar .widget.widget-search .widget-title:before{
	color: var(--pbmit-white-color);
}
.widget .search-form {
    position: relative;
}
.widget .search-form input{
	background-color: var(--pbmit-white-color);
	height: 65px;
    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%;
}
.widget .search-form .search-submit{
	position: absolute;
    top: 5px;
    right: 5px;
    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:hover{
	background-color: var(--pbmit-blackish-color);
}
.widget .search-form .search-submit:hover:after{
	color: var(--pbmit-white-color);
}
.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-blackish-color);
    line-height: normal;
    font-weight: normal;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}
.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: #666;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),.05);
}
.sidebar .widget-categories ul li:last-child .pbmit-cat-li{
	border-bottom: none;
}
.sidebar .widget-categories .pbmit-cat-li a{
	font-size: 14px;
    line-height: 24px;
    position: relative;
	padding-left: 20px;
	margin: 15px 0;
	font-weight: 500;
	color: rgba(24, 26, 23, .8);
    text-transform: uppercase;
    letter-spacing: .5px;
	font-family: var(--pbmit-heading-typography-font-family);
}
.sidebar .widget-categories .pbmit-cat-li a:before{
	position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 8px;
    width: 8px;
    background-color: var(--pbmit-global-color);
    border-radius: 50%;
	transition: all .25s ease-in-out;
}
.sidebar .widget-categories .pbmit-brackets{
    margin-left: 8px;
	transition: all .25s ease-in-out;
}
.sidebar .widget-categories .pbmit-cat-li:hover > a,
.sidebar .widget-categories .pbmit-cat-li:hover .pbmit-brackets{
	color: var(--pbmit-secondary-color);
}
.sidebar .widget-categories .pbmit-cat-li > a:hover:before{
	background-color: var(--pbmit-secondary-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: 26px;
	border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb),.1);
}
.widget-recent-post .recent-post-list-li:last-child{
	border-bottom: none;
}
.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-content{
	display: flex;
    flex-direction: column;
}
.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: 18px;
    line-height: 24px;
	font-weight: 500;
	font-family: var(--pbmit-heading-typography-font-family);
}
.widget-recent-post .pbmit-rpw-title a:hover{
	color: var(--pbmit-secondary-color);
}
.pbmit-rpw-content .pbmit-rpw-date a{
	color: var(--pbmit-secondary-color);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
	display: inline-block;
	font-family: var(--pbmit-heading-typography-font-family);
}
.widget.pbmit-service-ad{
	padding: 0;
	background-image: url(../images/bg/ads-bg-img.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: 80px 50px;
    border-radius: 30px;
}
.pbmit-service-ads .pbmit-ads-icon{
	padding-bottom: 20px;
}
.pbmit-service-ads .pbmit-ads-icon i{
	width: 85px;
    height: 85px;
    line-height: 85px;
    display: inline-block;
    border-radius: 100%;
    font-size: 35px;
    text-align: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}
.pbmit-service-ads .pbmit-ads-title {
    font-size: 30px;
    line-height: 35px;
	margin-bottom: 15px;
    color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-desc {
    font-size: 15px;
    line-height: 25px;
	padding-bottom: 30px;
    color: var(--pbmit-white-color);
}
.pbmit-service-ads .pbmit-ads-desc i {
    font-size: 20px;
    padding-right: 5px;
    color: var(--pbmit-global-color);
}
.pbmit-service-ads .pbmit-btn {
    display: inline-flex;
}
.pbmit-service-ads .pbmit-btn:hover{
	background-color: var(--pbmit-blackish-color);
}
aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .pbmit-meta-tags a{
    line-height: 30px;
	margin: 0 6px 12px 0;
    display: inline-block;
    font-size: 13px !important;
    padding: 0 20px;
    height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    -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: 20px;
}
aside.widget.widget-tag-cloud a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
/** 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{
	position: absolute;
    bottom: 30px;
    left: 30px;
}
.post.blog-classic .pbmit-meta-cat a{
	font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .5px;
    padding: 5px 15px 3px 15px;
    border-radius: 15px;
    color: var(--pbmit-secondary-color);
	background-color: var(--pbmit-white-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 i {
    margin-right: 2px;
    font-size: 20px;
	color: var(--pbmit-secondary-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-btn{
	font-size: 13px;
	line-height: 15px;
	letter-spacing: .65px;
	padding: 21px 35px;
	text-transform: uppercase;
}
/** Blog Single **/
.blog-details .post.blog-classic{
	margin-bottom: 0;
	position: relative;
}
.blog-details .pbmit-featured-img-wrapper{
	position: relative;
}
.blog-details .pbmit-featured-wrapper{
	position: relative;
	margin-bottom: 30px;
}
.blog-details .post.blog-classic .pbmit-blog-meta-top{
	margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.1);
}
.pbmit-firstletter::first-letter{
	color: var(--pbmit-secondary-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 .pbmit-secondary-color,
.blog-details .pbmit-entry-content p u,
.pbmit-single-event-body-content .pbmit-secondary-color,
.pbmit-single-event-body-content p u,
.pbmit-service_content .pbmit-secondary-color,
.pbmit-service_content p u,
.pbmit-team-single .pbmit-secondary-color,
.pbmit-team-single p u,
.pbmit-pf-entry-content .pbmit-secondary-color{
	color: var(--pbmit-secondary-color);
}
.blog-details .pbmit-entry-content blockquote{
	border: 0;
	padding: 40px 70px 40px 145px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400 !important;
    margin: 35px 0;
    position: relative;
    letter-spacing: 0px;
    border-radius: 30px;
	font-style: normal;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-entry-content blockquote:before{
	content: '\e88e';
    font-family: "pbminfotech-base-icons";
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 45px;
    left: 45px;
    font-style: normal;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}
.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: uppercase;
    font-weight: 500;
    color: var(--pbmit-secondary-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 blockquote:after{
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.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 .pbmit-icon-list-icon i{
	font-size: 15px;
	margin-right: 15px;
	color: var(--pbmit-secondary-color);
}
.blog-details .list-group{
	padding: 20px 0;
}
.blog-details .list-group .pbmit-icon-list-text{
	font-family: var(--pbmit-body-typography-font-family);
}
.blog-details .pbmit-blog-meta-bottom{
	margin-top: 35px;
}
.blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a{
	background-color: var(--pbmit-white-color);
}
.blog-details .pbmit-blog-meta-bottom .pbmit-meta-tags a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.blog-details .post-navigation{
	border-top: 1px solid rgba(24, 26, 23, 0.10);
    margin-top: 30px;
}
.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 .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 .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: #666;
    transition: all 0.3s ease-in;
}
.post-navigation .nav-links .pbmit-post-nav-head {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
	letter-spacing: .5px;
	margin-left: 8px;
    transition: all 0.3s ease-in;
    color: #666;
	font-family: var(--pbmit-heading-typography-font-family);
}
.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;
}
.nav-links .nav-previous .pbmit-post-nav-wrapper {
    text-align: left;
}
.post-navigation .nav-links .nav-title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 5px;
	font-weight: 500;
    text-transform: capitalize;
    -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;
	font-family: var(--pbmit-heading-typography-font-family);
}
.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;
}
.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: 150px;
    min-width: 150px;
    height: 150px;
    border: 4px solid var(--pbmit-global-color);
    display: block;
    overflow: hidden;
    margin-right: 40px;
    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: 22px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
}
.blog-details .pbmit-author-box a {
    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(24, 26, 23, 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;
	justify-content: space-between;
}
.pbmit-comment-content .pbmit-comment-author {
	margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    display: inline-flex;
    position: relative;
    color: #525252;
}
.pbmit-comment-author-inner{
	margin: 0 5px;
    font-weight: 600;
    text-transform: capitalize;
	color: var(--pbmit-secondary-color);
}
.pbmit-comment-author-inner a{
	color: var(--pbmit-secondary-color);
}
.blog-details .pbmit-comment-date{
	display: block;
    font-size: 16px;
	margin: 0 0 0 30px;
	font-weight: 400;
	color: rgba(24, 26, 23, 0.8);
}
.blog-details .pbmit-comment-date a{
	font-size: 16px;
    line-height: 26px;
    position: relative;
}
.blog-details .pbmit-comment-content p{
	margin: 10px 0 18px;
}
.blog-details .pbmit-comment-content .reply a{
	display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    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-secondary-color);
    padding: 2px 19px;
    border-radius: 30px;
	border: 1px solid var(--pbmit-secondary-color);
	font-family: var(--pbmit-heading-typography-font-family);
}
.blog-details .pbmit-comment-content .reply a::after{
	font-family: 'pbminfotech-base-icons';
    content: "\e8dd";
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 24px;
    font-size: 11px;
    margin-left: 5px;
    font-weight: 500;
}
.blog-details .pbmit-comment-content .reply a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.comment-list .children{
	margin-left: 100px;
    padding-top: 8px;
}
.blog-details .comment-respond{
	background-color: var(--pbmit-white-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-respond .comment-form form textarea.form-control{
	color: var(--pbmit-blackish-color);
    line-height: normal;
    padding: 20px 12px;
}
.blog-details .comment-respond .comment-form .form-check{
	margin-top: 20px;
	margin-bottom: 25px;
}
.blog-details .comment-respond .comment-form .form-check label{
	font-size: 15px;
}

/** 04 - Team Member Detail **/
.pbmit-team-single-info{
	margin-bottom: 50px;
}
.team-single .pbmit-featured-wrapper{
	/*height: 560px;*/
    max-height: 650px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
.team-single .pbmit-featured-wrapper img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-single .pbmit-team-detail{
	position: relative;
    border-radius: 30px;
    margin-left: -40px;
    background: var(--pbmit-white-color);
    background-image: url(../images/team/team-detail-pattern.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.team-single .pbmit-team-detail .pbmit-team-des{
	padding: 40px 20px 0 20px;
}
.team-single .pbmit-team-detail .pbmit-team-des table th{
    color: var(--pbmit-secondary-color);
}
.pbmit-team-des .pbmit-team-summary{
	margin-bottom: 35px;
}
.pbmit-team-des .pbmit-team-designation{
	font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    color: #999;
    letter-spacing: .5px;
	margin-bottom: 5px;
	padding-left: 15px;
}
.pbmit-team-des .pbmit-team-designation:before{
	content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--pbmit-secondary-color);
    transform: translateX(0%) translateY(-50%);
}
.pbmit-team-des .pbmit-team-title{
	font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
}
.pbmit-team-des .pbmit-short-description{
	margin-bottom: 20px;
}
.pbmit-team-des .pbmit-single-team-info{
	padding-bottom: 40px;
}
.pbmit-single-team-info li{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
	color: var(--pbmit-blackish-color);
}
.pbmit-single-team-info li,
.pbmit-single-team-info li a{
	color: var(--pbmit-body-typography-color);
}
.pbmit-single-team-info li label{
	font-size: 16px;
    line-height: 22px;
	min-width: 120px;
	text-transform: capitalize;
	display: inline-block;
    margin-bottom: 0;
    padding-right: 10px;
	color: var(--pbmit-secondary-color);
}
.team-single .pbmit-social-links li{
	margin-bottom: 5px;
    margin-right: 6px;
}
.team-single .pbmit-social-links li a{
	position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
	background-color: transparent;
    color: var(--pbmit-secondary-color);
    border: 1px solid var(--pbmit-secondary-color);
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.team-single .pbmit-social-links li a:hover{
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-secondary-color);
}
.team-single .comment-respond{
	overflow: hidden;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 80px 80px 60px 80px;
	border-radius: 60px;
	background-color: var(--pbmit-white-color);
}
/** 05 - Contact Us **/
.contact-img-box{
	background-image: url(../images/bg/contact-img.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	border-radius: 30px 0px 0px 30px;
}
.contact-form-area{
	padding: 40px 40px 30px 40px;
	border-radius: 0px 30px 30px 0px;
	background-image: url(../images/bg/img-01.png);
	background-position: bottom right;
    background-repeat: no-repeat;
}
.iframe-section iframe{
	height: 550px;
	max-width: 100%;
    width: 100%;
}
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;
}

.font-18{
	font-size: 18px;
}

/**06 - Comment Form **/
.form-control{
	margin-bottom: 20px;
	font-size: 15px;
	height: 60px;
	line-height: normal;
	padding: 10px 20px;
    font-weight: 400;
	border-width: 0 0 1px 0;
	font-family: inherit;
    background-color: #f3c74a2e;
    /* box-shadow: 0px 0px 4px 1px var(--pbmit-global-color); */
    border-radius: 10px;
    border: 2px solid var(--pbmit-global-color);
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
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;
	color: #fff;
}
.form-control::placeholder{
	opacity: 0.8;
	color: #fff;
}

.testim {
		width: 100%;
		background: url(../images/pro-shape.png) #0a5103 center center repeat;
		background-attachment: fixed;
		/*position: absolute;
		top: 50%;
		-webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);*/
}

.moving-wave-top, .moving-wave-bottom {
    position: relative;
    height: 44px;
    margin-top: 0px;
    width: 170em;
    visibility: inherit;
    animation: cloudwash 25s linear infinite;
    overflow: hidden;
    background: url(../images/wave-top.png) #114217;
}

.moving-wave-bottom {
    margin-top: 0px;
    z-index: 2;
    margin-bottom: -44px;
    background: url(../images/wave-bottom.png);
}

@keyframes cloudwash {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-45%, 0, 0);
    transform: translate3d(-45%, 0, 0); } 
}

.testim .wrap {
    position: relative;
    width: 100%;
    /*max-width: 1020px;*/
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 11;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 1;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    /*width: 100px;
    height: 100px;*/
	max-width: 100%;
    margin: auto;
   /* border-radius: 50%;*/
}

.testim .cont div .img.img-sm img {
    width: 160px;
}

.testim .cont div h2 {
    color: var(--pbmit-global-color);
    font-size: 34px;
    font-weight: 600;
    margin: 15px 0;
    text-shadow: 1px 2px #000;
}

.testim .cont .img-active {
}

.testim .cont div p {
    font-size: 16px;
    color: #fff;
    width: 50%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

.testim .cont .img-sm, .testim .cont .img-active {
    z-index: 11;
    position: relative;
}

@media (max-width: 991px){
	.testim .cont .img-sm{
		display: none;
	}
	.testim .cont div p{
		width: 100%;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}

.wrapper {/*
  background-color: #f6f8ff;
  width: 100%;
  min-height: 100vh;
  min-width: 90vh;*/
  background: transparent;
  opacity: 1;
}

.wrapper.pre {
  background-size: cover !important;
  background: url(https://images.unsplash.com/photo-1523633589114-88eaf4b4f1a8?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3870&q=80);
  background: url(https://images.unsplash.com/photo-1462556791646-c201b8241a94?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2896&q=80);
  position: absolute;
  top: 0;
  z-index: -2;
  opacity: 0.75;
  background: url(https://assets.codepen.io/4927073/mybg.jpg);
}

.wrapper .line {
  width: 50%;
  margin: 25px auto 0 auto;
  height: 1px;
  background-color: #c3d2e3;
}

/*.container {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  width: 90%;
  padding: 10px 0px;
  text-align: center;
  margin: auto;
}*/
.scm-card {
  /*max-width: 600px;
  min-height: 140px;
  min-width: 595px;*/

  background-color: rgb(11, 40, 15, 0.7);
  border-radius: 10px;
    border: 2px solid #daa100;
  margin: 0 auto;
}
.tabs {
  text-align: left;
  position: relative;
}
.tabs input {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.tabs input + label:hover {
  color: #fff;
    padding: 12px 20px;
}
.tabs .tabsShadow {
  width: 100%;
  padding: 10px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  position: absolute;
  height: 35px;
  z-index: 0;
  top: 0;
  pointer-events: none;
}

.content .item {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  padding: 10px 20px;
    width: 100%;
}

#tab-1:checked ~ .glider {
  left: 0px;
}
#tab-2:checked + label {
  color: #fff;
  background: #d99e00;
}
#tab-2:checked ~ .glider {
  background: linear-gradient(90deg, #51a14c 0%, #10c33e 100%);
  box-shadow: 0px 0px 8px 0px rgba(47, 187, 12, 0.62);
}

#tab-3:checked + label {
  color: #fff;
  background: #d99e00;
}

#tab-1:checked ~ section #content-1,
#tab-2:checked ~ section #content-2,
#tab-3:checked ~ section #content-3,
#tab-4:checked ~ section #content-4,
#tab-5:checked ~ section #content-5 {
  opacity: 1;
  visibility: visible;
}

.tabs input + label img{
    width: 80px;
    display: block;
    margin-bottom: 18px !important;
    margin: 0px auto;
}

.tabs input + label {
  /*margin: 12px -8px;*/
    margin: 0px 8px;
  width: auto;
  transition: all 0.3s;
  text-align: center;
  border: none;
  border-bottom: 0.5pt solid #1d1e22;
  color: #d99e00;
  display: inline-block;
  -webkit-box-pack: center;
    padding: 12px 20px;
  vertical-align: top;
  justify-content: flex-start;
  background: #0f3413;
  box-shadow: 1px 1px 2px 1px #231f20;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0.5px;
  border-radius: 7px 7px 0 0 !important;
  border-top: 1px solid #3b3d3f;
  /*letter-spacing: 0.1666666667em !important;
  font-family: "antique-olive" !important;*/
  cursor: pointer;
}

.content {
  margin: 0px auto;
  text-align: left;
  line-height: 20px;
    height: 435px;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);
  display: block;
  padding: 1.25rem;
  z-index: 2;
    border-top: 2px solid #daa100;
    background: rgb(11, 40, 15, 0.7);
  position: relative;
}

.container .card {
  max-width: 600px;
  min-height: 140px;
  border-radius: 10px;
  border: none;
  margin: 0 auto;
  z-index: 4 !important;
  position: relative;
  background: linear-gradient(#141e30, #243b55);
  background: #16181a;
  border-top: 1px solid #3b3d3f;
  background: hsl(232deg 18% 8%);
}

.content p {
    font-size: 18px;
    font-style: normal;
    color: #f0f2fc;
    line-height: 30px;
  font-weight: 400 !important;
}
h2.tab-title,
h2.tab-title,
h2.tab-title,
h2.tab-title {
  display: inline-flex;
  color: #fff;
  background-position: bottom center;
  margin-bottom: 0pt !important;
  margin-top: 6pt;
    background: linear-gradient( 60deg, hsl(127deg 47% 46%), hsl(127deg 72% 58%), hsl(44deg 40% 49%), hsl(44deg 88% 62%) );
  text-fill-color: transparent !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  text-transform: capitalize;
  font-size: 28px;
  letter-spacing: 0px;
    line-height: 34px;
  font-weight: 600 !important;
}

h2.tab-title.tab-logistics {
  background: linear-gradient(10deg, #f7ec9c, #ff8651);
}

h2.tab-title.tab-processing {
  background: linear-gradient(10deg, #02ce85, #02ceab);
}

h2.tab-title.tab-farming {
  background: linear-gradient(
    60deg,
    hsl(202deg 100% 75%),
    hsl(205deg 100% 64%),
    hsl(230deg 100% 75%),
    hsl(270deg 100% 72%)
  );
}

h2.tab-title.tab-distribution {
  background: linear-gradient(70deg, #c51574, #97389b);
}

.tabs input {
  position: relative;
  opacity: 0;
  margin: auto !important;
  display: none;
  padding: 0;
}
label.tab.tab-farming {
  border-radius: 6pt 0 0 6pt;
}
label.tab.tab-distribution {
  border-radius: 0 6pt 6pt 0;
}
#tab-1:checked + label {
    color: #fff;
    background: #d99e00;
}
#tab-4:checked + label {
  color: #fff;
  background: #d99e00;
}
#tab-5:checked + label {
  color: #fff;
  background: #d99e00;
}
#tab-1:checked ~ .glider {
  left: 1.6%;
}

#tab-2:checked ~ .glider {
  left: 21.85%;
}
#tab-3:checked ~ .glider {
  background: linear-gradient(
    90deg,
    #faffcc 0%,
    #f5eea3 10%,
    #ffe48a 40%,
    #ffb54d 65%,
    #ff974d 85%,
    #ff8052 100%
  );
  left: 42.15%;
  box-shadow: 0px 0px 8px 0px hsl(17.72deg 100% 70% / 70%);
}

#tab-4:checked ~ .glider {
  background: linear-gradient(90deg, #b9326f 0%, #ff5ddc 100%);
  box-shadow: 0px 0px 8px 0px rgba(231, 13, 93, 0.57);
  left: 62.365% !important;
}

#tab-5:checked ~ .glider {
  background: linear-gradient(90deg, #b9326f 0%, #ff5ddc 100%);
  box-shadow: 0px 0px 8px 0px rgba(1, 1, 93, 0.57);
  left: 62.365% !important;
}

.glider {
  width: 15%;
  padding: 0px 13px;
  height: 4.5px;
  border-radius: 0 0 1px 1px;
  position: absolute;
  box-shadow: 0px 0px 8px 0px hsl(262deg 100% 70% / 70%);
  background: linear-gradient(
    113deg,
    hsl(260deg 100% 64%) 0%,
    hsl(190deg 100% 55%) 100%
  );
  transition: all 0.3s;
  top: 36px;
  z-index: 2;
}

span.numit {
  font-size: 12pt;
  font-family: "muli";
  font-weight: 600;
  text-shadow: 0.5px 0.5px 0.5px #e7e9f5;
  color: #0e101a;
  margin-right: 2px;
  margin-left: -2px;
  padding: 0;
  color: aliceblue;
  text-shadow: 0.5pt 0.5pt 0.5pt #2d3748;
}

.scm-title{
}

.scm-title h5{
	color: #d99e00;
    margin-top: 2em;
    margin-bottom: 2em;
}

.scm-title i{
    padding-right: 10px;
    padding-left: 10px;
}

.scm-img img{
    border: 5px solid #d99e00;
    border-radius: 12px;
    border-right: 0px;
}

@media (max-width: 767px){
	.content {
    height: 800px;
	padding: 0px;
	}
	.tabs input + label{
    font-size: 15px;
	}
}

@media (max-width: 575px){
	.content {
    height: 750px;
	}
	.tabs input + label{
		width: 100%;
		margin: 0px 0px;
	}
	#tab-1:checked + label img{
		display: block;
	}
	.tabs input + label img {
		display: none;
	}
}

.flex-content.layout-teaser-boxes {
	position: relative
}

.flex-content.layout-teaser-boxes .overlay-link {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%
}

.flex-content.layout-teaser-boxes .container-teaser {
	position: relative;
	display: block;
	margin-bottom: 40px
}

@media print,
screen and (min-width:40em) {
	.flex-content.layout-teaser-boxes .container-teaser {
		margin-bottom: 20px
	}
}

.flex-content.layout-teaser-boxes .container-teaser .box-image {
	border-radius: 20px;
	box-shadow: 0 0 0 3px #f3c74a;
	transform: translateY(0);
	transition: transform .3s ease-in
}

.flex-content.layout-teaser-boxes .container-teaser .box-image:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 29, 6, .6);
	border-radius: 20px;
	content: "";
	opacity: 1;
	transition: opacity .4s ease-in
}

.flex-content.layout-teaser-boxes .container-teaser .box-image:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	box-shadow: 0 0 20px 0 #cbd300;
	content: "";
	opacity: 0;
	transition: opacity .2s cubic-bezier(.165, .84, .44, 1)
}

.flex-content.layout-teaser-boxes .container-teaser .image {
	position: relative;
	width: 100%;
	border-radius: 20px
}

.flex-content.layout-teaser-boxes .container-teaser:hover {
	cursor: pointer
}

.flex-content.layout-teaser-boxes .container-teaser:hover .box-image {
	transform: translateY(-10px)
}



@media print,
screen and (min-width:40em) {
	.flex-content.layout-teaser-boxes .container-teaser:hover .box-image {
		transform: translateY(-20px)
	}
}

@media print,
screen and (min-width:64em) {
	.flex-content.layout-teaser-boxes .container-teaser:hover .box-image {
		transform: translateY(-40px)
	}
}

.flex-content.layout-teaser-boxes .container-teaser:hover .box-image:before {
	opacity: 0
}

.flex-content.layout-teaser-boxes .container-teaser:hover .box-image:after {
	opacity: 1
}

.flex-content.layout-teaser-boxes .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.flex-content.layout-teaser-boxes .overlay:hover .headline {
	top: 60%
}

@media print,
screen and (min-width:40em) {
	.flex-content.layout-teaser-boxes .overlay:hover .headline {
		top: 52%
	}
}

@media print,
screen and (min-width:64em) {
	.flex-content.layout-teaser-boxes .overlay:hover .headline {
		top: 40%
	}
}

@media screen and (min-width:75em) {
	.flex-content.layout-teaser-boxes .overlay:hover .headline {
		top: 54%
	}
}

@media screen and (min-width:90em) {
	.flex-content.layout-teaser-boxes .overlay:hover .headline {
		top: 62%
	}
}

.flex-content.layout-teaser-boxes .overlay:hover .link {
	opacity: 1
}

.flex-content.layout-teaser-boxes .headline,
.flex-content.layout-teaser-boxes .link {
	position: absolute;
	left: 50%
}

.flex-content.layout-teaser-boxes .headline {
	font-size: 28px;
	font-size: 1.75rem;
	top: 50%;
	color: #fff;
	font-family: Alfa Slab One, Times, Times New Roman, Georgia, serif;
	line-height: 1.4;
	transform: translate(-50%, -50%);
	transition: top .3s ease-in
}

@media print,
screen and (min-width:40em) {
	.flex-content.layout-teaser-boxes .headline {
		font-size: 30px;
		font-size: 1.875rem
	}
}

@media print,
screen and (min-width:64em) {
	.flex-content.layout-teaser-boxes .headline {
		font-size: 30px;
		font-size: 1.875rem
	}
}

@media screen and (min-width:75em) {
	.flex-content.layout-teaser-boxes .headline {
		font-size: 36px;
		font-size: 2.25rem
	}
}

.flex-content.layout-teaser-boxes .link {
	bottom: 70px;
	color: #cbd300;
	font-weight: 800;
	opacity: 1;
	text-transform: uppercase;
	transform: translate(-50%);
	transition: opacity .4s ease-in;
	white-space: nowrap
}

@media print,
screen and (min-width:40em) {
	.flex-content.layout-teaser-boxes .link {
		bottom: 30px
	}
}

@media print,
screen and (min-width:64em) {
	.flex-content.layout-teaser-boxes .link {
		bottom: 70px;
		opacity: 0
	}
}

.img-shadow img{
    box-shadow: 0px 0px 16px 2px var(--pbmit-global-color);
    border: 3px solid var(--pbmit-global-color);
    border-radius: 12px;
}

.grade-table{
    width: auto;
}

.grade-table th, .grade-table td{
    border: 1px solid #ccc;
    padding: 8px 20px;
}

.grade-table th{
    color: #3eac37;
}

.grade-table td{
    color: #fff;
}