:root {
    --bodyhf: var(--titlehf);
    --titlehf: black;
    --bghf: white;
    --secondaryhf: #0d1b48;
    --primaryhf: #2143b1;
}

.header,.footer {
    color: var(--bodyhf);
    font-family: Manrope,sans-serif;
    
}

.header a,.footer a {
    background-color: #0000
}

.header a:active,.header a:hover,.footer a:active,.footer a:hover  {
    outline: 0
}

.header ul,.footer ul,.header ol,.footer ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}
.text-block,.text-block-2 {
    color: #fff
}
.footer {
    color: #798b75
}

.footer-bottom {
    background-color: #0d1b48;
    padding-top: 20px;
    padding-bottom: 20px
}
.ft-bottom {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 150%;
    display: flex
}

.footer-center {
    background-color: #0d1b48;
    border-top: 1px solid #fff3;
    border-bottom: 1px solid #fff3;
    padding-top: 40px;
    padding-bottom: 40px
}

.footer-top {
    background-color: #0d1b48;
    padding-top: 35px;
    padding-bottom: 35px
}

.ft-top {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: center;
    display: flex
}


.footer-title {
    color: #fff !important;
    margin-bottom: 0;
    font-size: 26px !important;
    font-weight: 500 !important;
}

.footer-form {
    width: 100%;
    max-width: 30%;
    margin-bottom: 0
}

.ft-form {
    grid-column-gap: 10px;
    justify-content: flex-end;
    align-items: stretch;
    display: flex
}

.footer-btn {
    color: #fff;
    background-color: #0000;
    background-image: url(https://cdn.prod.website-files.com/6703d3e5e893d36b2e0b37ec/6703d3e5e893d36b2e0b3a32_ic-arrow.svg);
    background-position: 98px;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 10px 42px 10px 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none !important;
    transition: background-position .3s,background-color .3s,border-color .3s
}

.footer-btn:hover {
    border-color: var(--secondaryhf);
    background-color: var(--secondaryhf);
    background-position: 103px
}

.ft-input {
    background-color: var(--bghf);
    color: var(--bodyhf);
    border: 0 #000;
    border-radius: 50px;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    line-height: 130%
}

.ft-input::-moz-placeholder {
    color: var(--bodyhf);
    font-size: 14px;
    line-height: 130%
}

.ft-input::placeholder {
    color: var(--bodyhf);
    font-size: 14px;
    line-height: 130%
}

.ft-center {
    grid-column-gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.ft-right {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 62%;
    display: flex
}

.ft-heading {
    color: #f7f6f1;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 150%
}

.ft-menu {
    flex-flow: column;
    display: flex
}

.ft-link {
    color: #fff !important;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none !important;
    transition: color .3s
}

.ft-link:hover,.ft-link.w--current {
    color: #fff !important;
}

.ft-text {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 40px !important;
    font-size: 14px;
    line-height: 150%
}

.ft-left {
    width: 100%;
    max-width: 22%
}

.ft-address {
    color: #fff !important;
    width: 100%;
    max-width: 200px;
    font-size: 14px;
    line-height: 150%
}

.ft-contact {
    color: #fff !important;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none !important;
    transition: color .3s;
    display: inline-block
}

.ft-contact:hover {
    color: #fff !important;
}

.ft-info {
    grid-row-gap: 10px;
    color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    display: flex
}

.service-item {
    display: flex
}
.service-item img,.service-item .as-data{
    transition: all .4s ease;
}
.service-item:hover img{
    transform: translate3d(0px, 0px, 0px) scale3d(1.03, 1.03, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.service-item:hover .as-data{
    background: rgb(247, 237, 222);
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.nav-top-wrap {
    grid-column-gap: 60px;
    background-color: var(--secondaryhf);
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px
}
.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.w-container:before,.w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.nav-top {
    grid-column-gap: 60px;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.nav-top-link {
    grid-column-gap: 8px;
    color: #fff !important;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 130%;
    text-decoration: none !important;
    transition: color .3s;
    display: flex
}

.nav-top-link:hover {
    color: var(--secondaryhf)
}

.nav-top-left {
    grid-column-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.nav-left {
    grid-column-gap: 60px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.navbar-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex
}

.nav-menu {
    display: flex
}
.navbar {
    background-color: var(--bghf);
    padding-top: 15px;
    padding-bottom: 15px
}


.navbar-social {
    grid-column-gap: 4px;
    display: flex
}


.header img,.footer img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

.social-icon {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    transition: background-color .3s;
    display: flex
}

.social-icon:hover {
    background-color: var(--secondaryhf)
}

.header .container,.footer .container {
    width: 100%;
    max-width: 1336px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}


.nav-link {
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none !important;
    position: relative;
    overflow: hidden
}

.nav-link:hover,.nav-link.w--current {
    color: var(--primaryhf) !important;
}

.nav-text.hover {
    position: absolute
}

.nav-inner-link {
    color: #000;
    line-height: 130%;
    text-decoration: none !important;
    position: relative;
    overflow: hidden
}

.nav-inner-link:hover,.nav-inner-link.w--current {
    color: var(--primaryhf) !important;
}

.nav-dropdown {
    grid-column-gap: 8px;
    color: #000;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex
}

.navbar-link {
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none !important;
}

.nav-line {
    background-color: #0000001a;
    width: auto;
    height: 1px
}


.nav-right {
    grid-column-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.nav-btn {
    grid-column-gap: 10px;
    color: #000;
    border: 1px solid #000;
    border-radius: 40px;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none !important;
    transition: border-color .3s,background-color .3s;
    display: flex
}

.nav-btn:hover {
    border-color: var(--secondaryhf);
    background-color: var(--secondaryhf)
}
.demo,.nav-btn svg{
    transition: all .4s ease;
}

.nav-btn:hover svg{
    transform: translate3d(5px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.demo:hover{
    color: #fff !important;
}

.nav-btn.mobile {
    display: none
}

.nav-btn.desktop {
    color: #000;
    background-color: orange;
    border-color: orange
}

.nav-btn.desktop.logbut {
    background-color: #c9c9c9;
    border-color: #c9c9c9
}

.nav-btn.desktop.logbut.nav2{
    background-color: #fff;
}

.nav-btn-arrow {
    min-width: 10px;
    max-width: 10px;
    min-height: 10px;
    max-height: 10px
}
.nav-data {
    grid-column-gap: 20px;
    justify-content: flex-end;
    align-items: stretch;
    display: flex
}


.nav-search {
    color: var(--bodyhf);
    background-color: #0000;
    background-image: url(https://cdn.prod.website-files.com/6703d3e5e893d36b2e0b37ec/6703d3e5e893d36b2e0b3a3d_ic-search.svg);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 0 #000;
    width: 100%;
    max-width: 110px;
    height: auto;
    margin-bottom: 0;
    padding: 0 0 0 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
    transition: max-width .4s
}

.nav-search:focus {
    max-width: 180px
}

.nav-search::-moz-placeholder {
    color: var(--bodyhf);
    font-size: 12px;
    font-weight: 400
}

.nav-search::placeholder {
    color: var(--bodyhf);
    font-size: 12px;
    font-weight: 400
}

.nav-divider {
    background-color: #0000001a;
    width: 1px;
    height: auto
}


.w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative
}

.w-dropdown-btn,.w-dropdown-toggle,.w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none !important;
    position: relative
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.w-dropdown-list {
    min-width: 100%;
    display: none;
    position: absolute;
    overflow: hidden;
    transition: height 0.4s ease;
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

.link-wrap {
    grid-row-gap: 10px;
    background-color: var(--bghf);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: column;
    min-width: 200px;
    padding: 20px 25px;
    display: flex
}

.link-wrap.w--open {
    padding-top: 25px
}


@media screen and (max-width: 991px) {
    .nav-top-wrap {
        display: none
    }

    .w-layout-blockcontainer {
        max-width:728px
    }

    .w-container {
        max-width:728px
    }

    .header .container,.footer .container {
        max-width: 100%
    }

    .nav-menu {
        background-color: var(--bghf);
        flex-flow: column;
        padding: 20px
    }

    .nav-top-wrap {
        display: none
    }

    .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding: 12px 0;
        display: flex
    }

    .nav-dropdown {
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: flex
    }

    .navbar-link {
        flex-flow: column;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        padding: 12px 0;
        display: flex
    }

    .nav-line {
        display: none
    }

    .nav-right {
        grid-column-gap: 25px
    }

    .nav-btn {
        justify-content: center;
        align-items: center;
        margin-top: 12px
    }

    .nav-btn.mobile {
        display: flex
    }

    .nav-btn.desktop {
        display: none
    }

    .nav-search {
        color: #000;
        background-position: 0 52%;
        max-width: 100%;
        font-size: 14px;
        line-height: 150%
    }

    .nav-search:focus {
        max-width: 100%
    }

    .nav-search::-moz-placeholder {
        color: #000;
        font-size: 14px;
        font-weight: 500
    }

    .nav-search::placeholder {
        color: #000;
        font-size: 14px;
        font-weight: 500
    }

    .nav-divider {
        display: none
    }

    .link-wrap {
        grid-row-gap: 12px;
        background-color: #0000;
        border-width: 0 0 1px;
        border-bottom-color: #0000001a;
        padding: 20px 20px 0
    }
    .footer-top {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .ft-top {
        grid-column-gap: 0px;
        grid-row-gap: 20px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start
    }
    .ft-center {
        grid-column-gap: 0px;
        grid-row-gap: 40px;
        flex-flow: column
    }

    .ft-right {
        max-width: 100%
    }

    .ft-left {
        max-width: 38%
    }
}


@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width:none
    }
    .w-container{
        margin-left: 0;
        margin-right: 0
    }
    .nav-right {
        grid-column-gap: 20px
    }
    .link-wrap.w--open {
        padding-left: 10px;
        padding-right: 10px
    }
    .ft-right {
        grid-row-gap: 40px;
        flex-flow: wrap
    }

    .ft-text {
        margin-bottom: 20px
    }

    .ft-left {
        max-width: 54%
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width:none
    }
    .nav-right {
        grid-column-gap: 16px
    }
    .footer-title {
        font-size: 18px
    }
    .ft-form {
        grid-column-gap: 0px;
        grid-row-gap: 10px;
        flex-flow: column
    }

    .footer-center {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .footer-btn {
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto
    }

    .ft-input {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .ft-center {
        grid-row-gap: 30px
    }

    .ft-right {
        grid-column-gap: 18px;
        grid-row-gap: 30px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .ft-text {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .ft-left {
        text-align: center;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        display: flex
    }

    .ft-address {
        max-width: none
    }
}
