@font-face {
    font-family: Inter;
    font-display: swap;
}

body,
html {
    font-family: Inter;
}

a {
    text-decoration: none;
}

:focus-visible {
    outline: inherit;
}

input:focus {
    box-shadow: inherit!important;
}

.relative {
    position: relative;
}

.primary-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #258788;
    background: linear-gradient(90deg, #258788 35%, #079d58 100%);
}

.primary-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.primary-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.primary-btn:hover {
    color: #fff!important;
    border: inherit!important;
}

.secondary-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
}

.secondary-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.secondary-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.secondary-btn:hover {
    color: #fff!important;
}

section.contactus-section {
    position: relative;
    padding-top: 60px;
    background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/25fb4c46-5076-40a5-2f74-ab1978190b00/public);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    padding-bottom: 30px;
}

section.contactus-section .contactus-area {
    padding: 0 60px;
}

section.contactus-section h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    line-height: 50px;
}

section.contactus-section h2 span,
section.contactus-section span {
    display: inline-block;
    font-weight: 900;
    font-size: 45px;
    margin: 0;
    background: -webkit-linear-gradient(left, #efc161 30%, #efac1e 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.contactus-section span {
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

section.contactus-section a {
    display: block;
    font-size: 16px;
    color: #fff;
    width: max-content;
    padding: .5em 1em;
    line-height: 26px;
    border: 1px solid #fff
}

section.contactus-section .contact-form {
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
    padding: 1.5em 1em
}

section.contactus-section .contact-form h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #272727;
    line-height: 1;
    margin-bottom: 20px
}

section.contactus-section .contact-form form label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px
}

section.contactus-section .contact-form form input {
    border: inherit;
    border-bottom: 1px solid #9e9e9e;
    width: 100%;
    font-size: 14px;
    color: #9e9e9e;
    height: 40px;
    margin-bottom: 15px;
    padding: 0
}

section.contactus-section .contact-form form input::placeholder {
    color: #9d9d9d
}

section.contactus-section .contact-form form button {
    background-image: -moz-linear-gradient(180deg, #034971 0, #0071bc 100%);
    background-image: -webkit-linear-gradient(180deg, #034971 0, #0071bc 100%);
    background-image: -ms-linear-gradient(180deg, #034971 0, #0071bc 100%);
    display: block;
    width: 100%;
    border: inherit;
    height: 50px;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 15px
}

div#site-footer {
    position: relative;
    background-color: #f0f0f0
}

div#site-footer footer.footer {
    padding: 0 25px
}

div#site-footer .footer-main h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 20px
}

div#site-footer .footer-main li {
    list-style: none
}

div#site-footer .footer-main ul {
    padding: 0;
    margin: 0
}

div#site-footer .footer-main a,
div#site-footer .footer-main ul li a {
    font-size: 15px;
    color: #636363;
    font-weight: 400;
    line-height: 30px;
    display: block;
    margin: 0
}

div#site-footer .footer-main .industries {
    display: flex
}

div#site-footer .footer-main .locations {
    display: flex;
    justify-content: flex-start
}

div#site-footer .footer-main .locations ul:first-child {
    margin-right: 40px
}

div#site-footer .footer-main .industries div:first-child {
    margin-right: 30px
}

div#site-footer .footer-main .content p {
    font-size: 14px;
    color: #525252;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 30px
}

div#site-footer footer.footer .footer-main {
    padding: 80px 0 20px 0;
    border-bottom: 1px solid #63636336
}

div#site-footer .footer-main .content li a {
    color: #525252;
    font-size: 18px;
    padding-right: 20px;
    line-height: 28px;
    display: inline-block;
    margin-bottom: 0
}

div#site-footer .footer-main .content li a:last-child {
    padding-right: 0
}

div#site-footer .footer-main a {
    margin-bottom: 20px
}

div#site-footer .footer-main .alllocations {
    padding-left: 30px
}

div#site-footer footer.footer .footer-bottom {
    padding: 20px 0
}

div#site-footer footer.footer .footer-bottom ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

div#site-footer footer.footer .footer-bottom ul li {
    list-style: none
}

div#site-footer footer.footer .footer-bottom p,
div#site-footer footer.footer .footer-bottom p a,
div#site-footer footer.footer .footer-bottom ul li a {
    font-size: 16px;
    color: #636363;
    font-weight: 400;
    padding: 0 20px;
    line-height: 26px
}

div#site-footer a:hover {
    color: #05512a!important
}

div#site-footer footer.footer .footer-bottom p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px
}

div#site-footer .footer-main a.map::before {
    content: "";
    background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/5a28dfdb-b962-4d5c-0007-8c233251d400/public);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 18px;
    display: block;
    position: absolute;
    left: -5px;
    top: 7px
}

div#site-footer .footer-main a.call,
div#site-footer .footer-main a.map,
div#site-footer .footer-main a.phone {
    position: relative;
    padding-left: 20px
}

div#site-footer .footer-main a.call::before {
    content: "";
    background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/9556b08f-a465-4643-a1d7-4004d5eb6900/public);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: -5px;
    top: 5px
}

div#site-footer .footer-main a.phone::before {
    content: "";
    background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/6cc13821-49bb-46e6-6700-b2440097a700/public);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: -5px;
    top: 5px
}

div#rightside-call {
    position: fixed;
    top: 50%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    height: 50px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 20px;
    font-weight: 500;
    padding: .7em
}

div#rightside-call a {
    color: #fff;
    display: none;
    margin-left: 10px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

div#rightside-call:hover a {
    display: block
}

div#rightside-chat {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    height: 50px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 20px;
    font-weight: 500;
    padding: .7em;
    top: 40%
}

div#rightside-chat a {
    color: #fff;
    display: none;
    margin-left: 10px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

div#rightside-chat:hover a {
    display: block
}

div#leftside-form {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1111;
    transition: all .7s;
    transform: translateX(-100%);
    width: 600px;
    display: flex;
    align-items: center;
    cursor: default
}

div#leftside-form h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: #000;
    line-height: 1;
    margin-bottom: 25px
}

div#leftside-form h3 span {
    display: block;
    background: -webkit-linear-gradient(left, #3879ab, #02a04e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000021
}

div#leftside-form form.seo-audit-form input {
    border: 2px solid #1b8e79;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px
}

div#leftside-form form.seo-audit-form input::placeholder {
    color: #9d9d9d
}

div#leftside-form form.seo-audit-form button {
    width: 100%;
    background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    border: inherit;
    height: 51px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

div#leftside-form form.seo-audit-form {
    width: 70%;
    margin: 0 auto
}

button#leftside-form-btn {
    border: inherit;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
    top: 375px;
    left: -75px;
    background-image: -moz-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -webkit-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    background-image: -ms-linear-gradient(180deg, #caa32d 0, #f3bc18 100%);
    padding: 0
}

button#leftside-form-btn.active {
    z-index: 11111
}

div#leftside-form button#closebtn {
    border: inherit;
    width: max-content;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #838383
}

div#leftside-form button#closebtn img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

div#readContent,
div#readContent2 {
    display: none;
}

button#readMore,
button#readMore2 {
    padding: 0;
    border: inherit;
    background-color: transparent;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-top: 20px;
}

div#site-header .header {
    min-height: 110px;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
}

div#site-header .header img {
    object-fit: contain;
}

div#site-header .header a.cta {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    width: max-content;
    background-color: #fff;
    color: #000;
    padding: 0.5em 1em;
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 16%);
    border-radius: 12px;
}

section#pagebanner-section {
    position: relative;
    background-image: url(../../../nJwaBs__P2JfMUeYJ4vmjQ/8a655c8a-0404-44f0-51ff-b0b8f2b5b900/public);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 2rem;
}

section#pagebanner-section h1 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    line-height: 70px;
    margin-bottom: 0px;
}

section#industries-section a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: block;
    margin-left: calc(var(--bs-gutter-x) * .5);
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    width: max-content;
    z-index: 2;
}

section#industries-section img {
    height: 320px;
    object-fit: cover;
    width: 100%;
}

section#industries-section .position-relative::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000073;
    width: 94%;
    display: block;
    margin: auto;
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}


/* header#header .container {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 1.5rem;
} */

header#header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.75rem 0;
    z-index: 100;
    background: var(--color-white);
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium);
}

header#header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header#header .header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
}

header#header .header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header#header .header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header#header .menu>ul {
    margin: 0;
    padding: 0;
}

header#header .menu>ul>li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.5rem;
}

header#header .menu>ul>li>a {
    position: relative;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    border: none;
    outline: none;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

header#header .menu>ul>li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    z-index: 109;
    opacity: 0;
    visibility: hidden;
    border-top: 5px solid #edb91b;
    /* background: #258788; */
    /* background: linear-gradient(90deg, #258788 35%, #079d58 100%); */
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: 0 10px 10px -5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fff;
}

header#header .menu>ul>li .menu-subs>ul>li {
    line-height: 1;
}

header#header .menu>ul>li .menu-subs>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: var(--color-black);
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header#header .menu>ul>li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
}

header#header .menu>ul>li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

header#header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
    display: block;
    line-height: 1;
}

header#header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: #000;
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

header#header .menu>ul>li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    padding: 1.25rem 1rem;
}

header#header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 24%;
    padding: 0.5rem;
    border-radius: 8px;
    margin-right: 15px;
}

header#header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 0;
}

header#header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
    text-align: center;
}

header#header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
    margin-right: 10px;
}

header#header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
header#header .menu>ul>li .menu-subs>ul>li>a:hover {
    color: #f2bc18;
}

header#header .header-item-right a:hover,
header#header .menu>ul>li:hover>a {
    color: #f2bc18;
}

header#header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
    padding: 0;
    margin: 0;
}

header#header .menu-mobile-header,
header#header .menu-mobile-toggle {
    display: none;
}

header#header .header-item-right a.cta {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    width: max-content;
    background-color: #fff;
    color: #000;
    padding: 0.5em 1em;
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 16%);
    border-radius: 12px;
}

header#header .menu>ul>li .menu-subs.menu-column-4>.list-item:nth-child(1) {
    background-color: #f2f8ff;
}

header#header .menu>ul>li .menu-subs.menu-column-4>.list-item:nth-child(2) {
    background-color: #f1f5f9;
}

header#header .menu>ul>li .menu-subs.menu-column-4>.list-item:nth-child(3) {
    background-color: #f2f5f9;
}

section#content-wrapper h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
}

section#content-wrapper p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    text-align: justify;
}

@media screen and (min-width: 993px) {
    header#header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        margin-top: 30px;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 992px) {
    header#header .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    header#header .header-item-left,
    header#header .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    header#header .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0.5rem 0;
    }
    header#header .menu-mobile-toggle {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        margin-top: -0.25rem;
        background: none;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    header#header .menu-mobile-toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background: #fff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    header#header .menu-mobile-toggle span:nth-child(1) {
        top: 0;
    }
    header#header .menu-mobile-toggle span:nth-child(2),
    header#header .menu-mobile-toggle span:nth-child(3) {
        top: 0.5rem;
    }
    header#header .menu-mobile-toggle span:nth-child(4) {
        top: 1rem;
    }
    header#header .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header#header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        z-index: 111;
        overflow: hidden;
        background: #258788;
        background: linear-gradient(90deg, #258788 35%, #079d58 100%);
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    header#header .menu.active {
        -webkit-transform: translate(0%);
        transform: translate(0%);
    }
    header#header .menu>ul>li {
        display: block;
        line-height: 1;
        margin: 0;
    }
    header#header .menu>ul>li>a {
        display: block;
        line-height: 3.125rem;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    header#header .menu>ul>li>a i.ion {
        position: absolute;
        font-size: 1.25rem;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    header#header .menu .menu-mobile-header {
        position: relative;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 110;
        background: var(--color-white);
    }
    header#header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: var(--color-black);
    }
    header#header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: block;
    }
    header#header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        color: #fff;
        text-transform: capitalize;
    }
    header#header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        color: var(--color-black);
    }
    header#header .menu .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    header#header .menu>ul>li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    header#header .menu>ul>li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    header#header .menu>ul>li .menu-subs.active {
        display: block;
    }
    header#header .menu>ul>li .menu-subs.menu-column-4>.list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0rem;
    }
    /* header#header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
        margin-top: 0;
    } */
    header#header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
        margin-bottom: 1.25rem;
    }
    header#header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0rem;
    }
    header#header .menu>ul>li .menu-subs>ul>li>a {
        display: block;
    }
    header#header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
        margin-bottom: 1rem;
    }
    header#header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block;
    }
    header#header .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.65);
        -webkit-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
    }
    header#header .overlay.active {
        opacity: 1;
        visibility: visible;
    }
    header#header .header-item-right a.cta {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    section.contactus-section .contactus-area {
        padding: 0
    }
    section.contactus-section h2 {
        font-size: 24px;
        line-height: 34px
    }
    section.contactus-section h2 span,
    section.contactus-section span {
        font-size: 30px
    }
    section.contactus-section h2 br {
        display: none
    }
    section.contactus-section a {
        font-size: 12px;
        margin-bottom: 20px
    }
    div#site-footer footer.footer .footer-main {
        padding: 40px 0
    }
    div#site-footer .footer-main .industries {
        display: block
    }
    div#site-footer .footer-main h3 {
        margin: 20px 0
    }
    div#site-footer .footer-main .alllocations {
        padding-left: calc(var(--bs-gutter-x) * .5)
    }
    div#site-footer .footer-main a,
    div#site-footer .footer-main ul li a {
        font-size: 14px;
        line-height: 26px
    }
    div#site-footer footer.footer .footer-bottom ul {
        display: block;
        text-align: center
    }
    div#site-footer footer.footer .footer-bottom ul li {
        margin: 10px 0
    }
    div#site-footer footer.footer .footer-bottom p {
        font-size: 15px;
        line-height: 25px
    }
    div#leftside-form,
    div#leftside-form-btn,
    div#rightside-call,
    div#rightside-chat {
        display: none
    }
    button#leftside-form-btn {
        display: none
    }
    section.contactus-section h2 br {
        display: none
    }
    section.contactus-section h2 span {
        display: inline-block
    }
    section.contactus-section .contact-form h3 {
        font-size: 24px
    }
    section.contactus-section {
        background-image: inherit;
        background-image: inherit;
        background: #258788;
        background: linear-gradient(90deg, #258788 35%, #079d58 100%);
        padding: 30px 0
    }
    div#site-footer footer.footer .footer-main .row .col-lg-3:last-child img {
        display: none
    }
    div#site-footer .footer-main .locations {
        display: block
    }
    div#site-footer footer.footer .footer-bottom p a {
        padding: 0
    }
    div#site-header .header {
        padding: 10px 0;
        position: absolute;
        min-height: 50px;
    }
    div#site-header .header .row {
        justify-content: space-between!important;
    }
    div#site-header .header .row .col-lg-6 {
        width: 45%;
    }
    div#site-header .header a.cta {
        width: max-content;
        font-size: 12px;
        padding: 10px;
    }
    section#pagebanner-section h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0;
    }
    section#pagebanner-section h1 br {
        display: none;
    }
    section#pagebanner-section {
        padding: 160px 0 50px 0;
        background-image: inherit!important;
        background: #258788;
        background: linear-gradient(90deg, #258788 35%, #079d58 100%)!important;
    }
    section#industries-section .row {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    section#industries-section {
        padding: 1rem 0 !important;
    }
    section#industries-section .row .row div {
        margin-bottom: 20px;
    }
    section#industries-section a {
        font-size: 22px;
        line-height: 1;
        margin: 0;
    }
    section#industries-section a br {
        display: none;
    }
    section#industries-section .position-relative::after {
        width: 95%;
    }
    section#content-wrapper h3 {
        font-size: 24px;
        line-height: 34px;
    }
    section#content-wrapper p {
        font-size: 13px;
        line-height: 20px;
    }
}