header{
	width:100%;
	overflow:hidden;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.header-area {
    position: absolute;
    z-index: 9;
	border-bottom: 1px solid #a2daff;
}
.header-area::before {
    position: absolute;
    content: "";
    width: 1608px;
    height: 100%;
    background: #0D8FE5;
    right: -34px;
    top: 0;
    z-index: -1;
    transform: skew(-30deg);
}
.p-50 {
    padding: 0 50px;
}
.align-items-center {
    align-items: center!important;
}
.header-itmes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu {
    margin-right: -100px;
}
.plumbtech-btn {
    text-align: right;
}
.header-menu ul {
    list-style: none;
    display: inline-block;
}
.header-menu ul li {
    display: inline-block;
    margin-right: 30px;
}
.header-menu ul li a {
    color: #FFF;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    transition: .5s;
    padding: 36px 0;
    text-decoration: none;
    display: inline-block;
}
.header-menu ul li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    left: -6px;
    opacity: 0;
    transition: all 500 ease;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bi-plus::before {
    content: "\f4fe";
}
.header-menu ul .sub-menu {
    background: #fff;
    position: absolute;
    top: 98%;
    border-radius: 5px;
    width: 250px;
    text-align: left;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #0D8FE5;
    opacity: 0;
    z-index: 11;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    overflow: hidden;
    padding: 10px 10px;
}
.phone span {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}
.phone h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
}
.phone h4 i {
    margin-right: 10px;
}
.plumbtech-btn a {
    color: #0D8FE5;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 5px;
    background: #FFF;
    display: inline-block;
    padding: 12px 33px;
    position: relative;
    z-index: 1;
    transition: all 500 ease;
    overflow: hidden;
}
.plumbtech-btn a::before {
    position: absolute;
    content: '';
    background-color: #0D8FE5;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}
@media (min-width: 992px){
	.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
	}
}