header.header {
    width: 100%;
    position: relative;
    z-index: 1000;
    height: 30px;
}
header.header .header-menu a {
    display: inline-block;
}
.header-phone-link {
    color: #36aff5 !important;
    font-weight: bold;
    font-size: 20px;
}
.header2.header-landing-page {
    display: flex;
    position: fixed;
    height: unset;
    align-items: center;
    padding: 10px;
}
header.header2.header-landing-page .header-logo img {
    margin-top: unset;
}
.header-landing-page .header-number .icon {
    margin-right: 5px;
}
header.header .inner {
    width: 100%;
    height: 100%;
    position: absolute;
}
header.header .inner .inner-row {
    margin: 0;
}
header.header .inner .inner-row .header-left,
header.header .inner .inner-row .header-right {
    height: 50px;
}
header.header .inner .inner-row .header-left {
    background-color: #fff;
}
header.header .inner .inner-row .header-right {
    background-color: #0a0914;
}
header.header .inner2 {
    width: 100%;
    position: absolute;
}
header.header .inner2 .inner2-bg {
    height: 50px;
    background-image: linear-gradient(to right, #fff, #0a0914);
}
header.header .header-menu {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.9em;
    background-color: #000;
    display: flex;
    justify-content: flex-end;
}
header.header .header-menu .header-chat,
header.header .header-menu .header-contact,
header.header .header-menu .header-number {
    width: auto;
    height: 100%;
    float: right;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}
header.header .header-menu .header-contact:hover,
header.header .header-menu .header-number:hover {
    background: white;
    color: black;
}
header.header .header-menu .header-chat i.fas,
header.header .header-menu .header-contact i.fas,
header.header .header-menu .header-number i.fas {
    color: #00a0e0;
}
header.header .icon path {
    fill: #00a0e0;
}

header.header .header-menu .header-number {
    border: 0;
}
header.header2 {
    width: 100%;
    z-index: 999;
    background-color: white;
    padding: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    height: 84px;
    display: none;
    justify-content: space-between;
    align-items: center;
}
header.header2 .header-logo {
    height: 100%;
    width: auto;
    display: inline-block;
}
header.header2 .header-logo img {
    width: auto;
    height: auto;
    margin-top: -10px;
    max-width: 300px;
}
header.header2 a,
header.header2 a:visited,
header.header2 a:hover {
    color: inherit;
    text-decoration: inherit;
}
header.header2 .free-quote {
    width: auto;
    line-height: 45px;
    float: right;
    background-color: #00a0e0;
    background: linear-gradient(to top, #005374, #00a0e0);
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    border-radius: 23px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    letter-spacing: 0.5px;
    margin-right: 20px;
    margin-left: 15px;
}
header.header2 ul.header-menu-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
header.header2 ul.header-menu-list li {
    display: inline-block;
    line-height: 45px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-left: 12px;
    margin-right: 12px;
    text-transform: uppercase;
    float: left;
}
header.header2 ul.header-menu-list li.active {
    color: #005374;
    border-bottom: 3px solid #005374;
}
header.header2 .header-menu-item,
header.header2 .menu-item {
    width: auto;
    line-height: 45px;
    float: right;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-left: 12px;
    margin-right: 12px;
}
header.header2 .header-menu-item.active,
header.header2 .menu-item.active {
    color: #005374;
    border-bottom: 3px solid #005374;
}
#nav {
    background-color: #003042;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    width: 100%;
    font-size: 1.5em;
}
#nav a,
#nav a:hover,
#nav a:visited {
    color: inherit;
    text-decoration: inherit;
}
#nav ul li {
    text-align: center;
    line-height: 2em;
}
#nav ul li.active {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: italic;
}
header.header-mobile {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 2px 2px 10px 0px #049ede;
}
header.header-mobile img.header-mobile-logo {
    height: auto;
    width: auto;
    max-width: 200px;
    margin: 10px 0;
    margin-left: 10px;
}
header.header-mobile .nav-toggler .icon {
    float: right;
    font-size: 2.5em;
    margin-right: 10px;
    cursor: pointer;
}
header.header-mobile .nav-toggler .bars {
    display: inline-block;
    color: #00a2ff;
}
header.header-mobile .nav-toggler .close {
    display: none;
    color: #464646;
}
header.header-mobile .nav-toggler.active .bars {
    display: none;
}
header.header-mobile .nav-toggler.active .close {
    display: inline-block;
}
.menu-mobile {
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 60px;
    left: 0;
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: 999;
    overflow: hidden;
    width: calc(100% - 60px);
    transform: translateX(-100%);
}
.menu-mobile.active {
    transform: translateX(0);
}
.menu-mobile .menu-mobile-buttons {
    margin: 0 !important;
}
.menu-mobile .menu-mobile-buttons .menu-mobile-button {
    height: 50px;
    border-left: 1px solid #919090;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    background-color: #000;
    padding: 0;
}
.menu-mobile .menu-mobile-buttons .menu-mobile-button i.fas {
    color: #00a0e0;
}
.menu-mobile ul.menu-mobile-list,
.menu-mobile ul.header-menu-list-mobile {
    list-style: none;
    margin-top: 20px;
}
.menu-mobile ul.menu-mobile-list a,
.menu-mobile ul.menu-mobile-list a:visited,
.menu-mobile ul.menu-mobile-list a:hover,
.menu-mobile ul.header-menu-list-mobile a,
.menu-mobile ul.header-menu-list-mobile a:visited,
.menu-mobile ul.header-menu-list-mobile a:hover {
    color: inherit;
    text-decoration: inherit;
}
.menu-mobile ul.menu-mobile-list li,
.menu-mobile ul.header-menu-list-mobile li {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 2em;
}
.page-id-3427 .header2,
.page-id-3427 .header-contact {
    display: none !important;
}
.header-mobile > a {
    display: inline-block;
}
.header-landing-page + .main-content {
    margin-top: 84px;
}
#menu-main-menu .sub-menu,
#menu-main-menu-1 .sub-menu {
    display: none;
    position: absolute;
    background: white;
    max-width: 200px;
    padding-left: 0;
    padding-top: 0;
    border-radius: 0 0 3px 3px;
}

#menu-main-menu .menu-item.active > .sub-menu,
#menu-main-menu-1 .menu-item.active > .sub-menu {
    display: block;
}

.sub-menu {
    padding-left: 0;
    list-style: none;
}

#menu-main-menu-1 .sub-menu .menu-item {
    font-size: 20px !important;
}

#menu-main-menu .sub-menu .menu-item {
    font-size: 16px !important;
}

.sub-menu .menu-item {
    transition: all 0.2s ease-in-out;
}

.sub-menu .menu-item:hover {
    color: #005374;
}

.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 0.255em;
    height: 0.255em;
    border: 0.07em solid currentColor;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1.8);
    margin-left: 0.5em;
    vertical-align: middle;
    transition: transform 0.2s ease-in-out;
}

.menu-item-has-children.active > a::after {
    transform: rotate(-135deg) scale(1.8);
}

@media (min-width: 992px) {
    #menu-main-menu .menu-item:hover > .sub-menu,
    #menu-main-menu-1 .menu-item:hover > .sub-menu {
        display: block;
    }
    #menu-main-menu .sub-menu,
    #menu-main-menu-1 .sub-menu {
        padding-top: 1rem;
    }
}

@media (min-width: 1300px) {
    header.header2 .header-logo img {
        max-width: 300px;
    }
}
@media (max-width: 1299px) {
    header.header2 .header-logo img {
        max-width: 200px;
    }
}
@media (max-width: 1140px) {
    header.header2 ul.header-menu-list {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    header.header2 {
        display: flex;
    }
}
@media (max-width: 992px) {
    header.header-mobile {
        max-width: 100vw;
        display: flex !important;
        justify-content: space-between;
    }
    .header-landing-page + .main-content {
        margin-top: 62px;
    }
}
@media (max-width: 576px) {
    .header-landing-page .header-number span {
        display: none;
    }
    .header-landing-page .header-number .icon {
        font-size: 30px;
    }
}
