#bringer-header:before {
    background: #fff;
}
@media only screen and (max-width: 739px) {
    .bringer-mobile-nav {
        background: #fff;
    }
}
.pbmit-ihbox-style-1{
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-1:hover{
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
	margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-icon-type-icon {
	font-size: 70px;
    line-height: 70px;
    color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-1 .pbmit-element-heading {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 24px;
    line-height: 28px;
    padding-top: 10px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-1 .pbmit-heading-desc {
	font-size: 15px;
	color: #666;
}
.pbmit-ihbox-style-1 .pbmit-svg-btn {
	padding-top: 10px;
	display: block;
}
.pbmit-ihbox-style-1 .pbmit-svg-btn svg {
    width: 15px;
    height: auto;
    position: relative;
    opacity: 1;
}
.pbmit-ihbox-style-1:hover .pbmit-svg-btn svg line{
	stroke-dashoffset: 0 !important;
    stroke: #24b7eb;
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
    border-bottom: 2px solid #fff;
}
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-heading-desc,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-icon-type-icon,
.pbmit-bg-color-secondary .pbmit-ihbox-style-2 .pbmit-element-title,
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-heading-desc,
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-icon-type-icon,
.pbmit-bg-color-blackish .pbmit-ihbox-style-1 .pbmit-element-title {
	color: #fff;
}
.pbmit-svg-btn svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.pbmit-svg-btn svg line:nth-child(2),
.pbmit-svg-btn svg line:nth-child(3){
	stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}
.pbmit-svg-btn svg line {
    stroke: #000;
}