:root {
    --ff-grotesk: "Mozilla Headline", sans-serif;
    --ff-inria-sans: "Mozilla Text", sans-serif;
    --color-primary-orange: #ee2b32;
    --color-black: #19191a;
    --color-white: #ffffff;
    --color-primary: #19191a;
}
a {
    color: unset;
    text-decoration: none;
}
a:focus {
    outline: 0 solid;
}
a:hover {
    text-decoration: none;
    color: unset;
}
.inset-0 {
    inset: 0;
    z-index: 1;
}
figure {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
    color: var(--color-black);
    font-family: var(--ff-grotesk);
    font-weight: 500;
    text-transform: uppercase;
}
h1,
.h1 {
    font-size: 108px;
    line-height: 103.636%;
    letter-spacing: -3.3px;
}
h2,
.h2 {
    font-size: 58px;
    line-height: 106.667%;
    letter-spacing: -1.2px;
}
h3,
.h3 {
    font-size: 26px;
    line-height: 114.286%;
    letter-spacing: -0.28px;
}
h4,
.h4 {
    font-size: 22px;
    line-height: 116.667%;
}
h5,
.h5 {
    font-size: 16px;
    line-height: 155.556%;
    letter-spacing: -0.36px;
}
h6,
.h6 {
    font-size: 14px;
}
@media only screen and (max-width: 1399.98px) {
    h1,
    .h1 {
        font-size: 88px;
    }
}
@media only screen and (max-width: 1199.98px) {
    h1,
    .h1 {
        font-size: 78px;
    }
    h2,
    .h2 {
        font-size: 48px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 991.98px) {
    h1,
    .h1 {
        font-size: 58px;
    }
    h2,
    .h2 {
        font-size: 43px;
    }
    h3,
    .h3 {
        font-size: 22px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    h1,
    .h1 {
        font-size: 50px;
    }
    h2,
    .h2 {
        font-size: 38px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
}
html {
    overflow-x: clip;
}
body {
    overflow-x: clip;
    color: var(--color-black);
    font-family: var(--ff-inria-sans);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
}
@media only screen and (max-width: 991.98px) {
    body {
        font-size: 14px;
    }
}
p {
    margin-bottom: 0;
}
input:focus,
textarea:focus,
button:focus {
    outline: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.section-margin-top {
    margin-top: 130px;
}
.section-margin-bottom {
    margin-bottom: 130px;
}
.section-margin-top-bottom {
    margin-top: 130px;
    margin-bottom: 130px;
}
.row-margin-top {
    margin-top: 60px;
}
.row-margin-bottom {
    margin-bottom: 60px;
}
.section-padding-top {
    padding-top: 130px;
}
.section-padding-bottom {
    padding-bottom: 130px;
}
.section-padding-top-bottom {
    padding-top: 130px;
    padding-bottom: 130px;
}
.row-padding-top {
    padding-top: 60px;
}
.row-padding-bottom {
    padding-bottom: 60px;
}
@media only screen and (max-width: 1199.98px) {
    .section-margin-top {
        margin-top: 80px;
    }
    .section-margin-bottom {
        margin-bottom: 80px;
    }
    .section-margin-top-bottom {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .row-margin-top {
        margin-top: 45px;
    }
    .row-margin-bottom {
        margin-bottom: 45px;
    }
    .section-padding-top {
        padding-top: 80px;
    }
    .section-padding-bottom {
        padding-bottom: 80px;
    }
    .section-padding-top-bottom {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .row-padding-top {
        padding-top: 45px;
    }
    .row-padding-bottom {
        padding-bottom: 45px;
    }
}
@media only screen and (max-width: 991.98px) {
    .section-margin-top {
        margin-top: 65px;
    }
    .section-margin-bottom {
        margin-bottom: 65px;
    }
    .section-margin-top-bottom {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .row-margin-top {
        margin-top: 35px;
    }
    .row-margin-bottom {
        margin-bottom: 35px;
    }
    .section-padding-top {
        padding-top: 65px;
    }
    .section-padding-bottom {
        padding-bottom: 65px;
    }
    .section-padding-top-bottom {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .row-padding-top {
        padding-top: 45px;
    }
    .row-padding-bottom {
        padding-bottom: 35px;
    }
}
@media only screen and (max-width: 991.98px) and (max-width: 767.98px) {
    .row-padding-bottom.extend {
        padding-bottom: 0px;
    }
}
.mt-24 {
    margin-top: 24px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-14 {
    margin-top: 14px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-14 {
    margin-bottom: 14px;
}
@media only screen and (max-width: 1199.98px) {
    .mt-24 {
        margin-top: 20px;
    }
    .mt-40 {
        margin-top: 30px;
    }
    .mb-24 {
        margin-bottom: 20px;
    }
    .mb-40 {
        margin-bottom: 30px;
    }
}
.section-middle {
    margin: 0 auto;
}
.bg_color_offwhite {
    background-color: #f6f6f6;
}
.bg_color_black {
    background-color: var(--color-black);
}
.text_color_orange {
    color: var(--color-primary-orange);
    font-weight: 600;
}
.z-index-one {
    z-index: 1 !important;
}
.z-index-minus-one {
    z-index: -1 !important;
}
.section-middle {
    margin: 0 auto;
}
.ft_object {
    -o-object-fit: cover;
    object-fit: cover;
}
.max_wd_content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.border-top-white {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.border-bottom-white {
    border-bottom: 1px solid #39393a;
}
.border-top {
    border-top: 1px solid #dfdfdf !important;
}
.border-bottom {
    border-bottom: 1px solid #dfdfdf !important;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-sz-20 {
    font-size: 18px;
}
.font-sz-40 {
    font-size: 38px;
}
.font-sz-28 {
    font-size: 26px !important;
}
.font-grotesk {
    font-family: var(--ff-grotesk);
}
ul.custom-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body::-webkit-scrollbar {
    width: 0.3em;
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 10px;
}
#smooth-content {
    background-color: var(--color-white);
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: var(--color-black);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader .spinner-wrap {
    width: 180px;
    height: 180px;
    position: relative;
}
.preloader .spinner-wrap .preloader-logo {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.preloader .spinner-wrap .spinner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-top: 3px solid var(--color-primary-orange);
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 2s infinite linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}
@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}
@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}
@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.img-custom-anim-bottom {
    animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}
@keyframes img-anim-bottom {
    0% {
        transform: translateY(-5%);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.cursor {
    pointer-events: none;
    position: fixed;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: exclusion;
    transition: transform 0.3s ease, opacity 0.4s ease;
    z-index: 99999;
    transform: translate(-50%, -50%) scale(1);
}
.cursor-active {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.1;
    cursor: pointer;
}
.cursor-pointer {
    cursor: pointer;
}
.back-to-top-btn {
    position: fixed;
    bottom: 10px;
    right: 30px;
    background: #fff;
    mix-blend-mode: exclusion;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    display: none;
    z-index: 9999;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.back-to-top-btn i {
    color: var(--color-black);
    font-size: 16px;
    transition: 0.3s;
}
.back-to-top-btn i::before {
    vertical-align: middle;
}
@media (min-width: 100px) {
    .container.custom-container {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 768px) {
    .container.custom-container {
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 992px) {
    .container.custom-container {
        margin-left: calc((100% - 970px) / 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
    .container.custom-container.left-align {
        margin-right: calc((100% - 970px) / 2);
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .container.custom-container {
        margin-left: calc((100% - 1143px) / 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
    .container.custom-container.left-align {
        margin-right: calc((100% - 1143px) / 2);
        margin-left: auto;
    }
}
@media (min-width: 1400px) {
    .container.custom-container {
        margin-left: calc((100% - 1366px) / 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
    .container.custom-container.left-align {
        margin-right: calc((100% - 1366px) / 2);
        margin-left: auto;
    }
}
.structa_screenfix_right {
    margin-right: calc((-100vw + 100%) / 2);
}
.structa_screenfix_left {
    margin-left: calc((-100vw + 100%) / 2);
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1364px;
    }
    .container.container-ex-large,
    .container-lg.container-ex-large,
    .container-md.container-ex-large,
    .container-sm.container-ex-large,
    .container-xl.container-ex-large,
    .container-xxl.container-ex-large {
        max-width: 1660px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
.section-title span {
    font-family: var(--ff-grotesk);
    font-size: 16px;
    font-weight: 500;
    line-height: 155.556%;
    letter-spacing: -0.36px;
    margin-bottom: 12px;
}
.btn-wt-border {
    font-family: var(--ff-grotesk);
    font-size: 16px;
    font-weight: 500;
    line-height: 155.556%;
    letter-spacing: -0.36px;
    transition: all 0.3s;
    position: relative;
}
.btn-wt-border::before, .btn-wt-border::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: 1px;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.btn-wt-border::before {
    background-color: var(--color-black);
}
.btn-wt-border::after {
    transform: scaleX(1);
    transform-origin: 100% 0;
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
    background-color: var(--color-black);
}
.btn-wt-border:hover::before {
    transform: scaleX(1);
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
    background-color: var(--color-black);
}
.btn-wt-border:hover::after {
    transform: scaleX(0);
    background-color: var(--color-black);
    transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.common-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: max-content;
    gap: 24px;
    color: var(--color-white);
    font-family: var(--ff-grotesk);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.36px;
    z-index: 1;
    padding: 17px 22px;
    transition: all 0.5s ease-in-out;
    background-color: var(--color-primary-orange);
}
.common-btn.border-button {
    background-color: transparent;
    border: 1px solid var(--color-black);
    color: var(--color-black);
}
@media only screen and (max-width: 1199.98px) {
    .common-btn {
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 991.98px) {
    .common-btn {
        padding: 13px 16px;
        gap: 9px;
    }
}
.common-btn .button-icon {
    transition: all 0.4s ease-in-out;
    transform-style: preserve-3d;
}
.common-btn .button-icon svg,
.common-btn .button-icon i {
    font-size: 22px;
}
.common-btn .button-icon.button-primary-hover-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    inset: 0%;
    transform: translate3d(-26px, 26px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.common-btn .button-icon.button-primary-icon {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.common-btn::before {
    position: absolute;
    height: 100%;
    width: 0%;
    background-color: var(--color-primary-orange);
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
}
.common-btn:hover {
    color: #fff;
}
.common-btn:hover.hover-white {
    color: var(--color-black);
    background-color: var(--color-white);
}
.common-btn:hover.hover-black {
    background-color: var(--color-black);
}
.common-btn:hover .button-icon.button-primary-hover-icon {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.common-btn:hover .button-icon.button-primary-icon {
    transform: translate3d(26px, -26px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.search-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.search-btn i {
    color: var(--color-black);
    transition: all 0.3s ease;
}
.search-btn:hover i {
    color: var(--color-primary-orange);
}
.search-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    padding: 80px 20px 0;
}
.search-form-overlay.active {
    display: flex;
}
.search-form-overlay .search-form-container {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 24px;
    animation: slideDown 0.3s ease;
}
.search-form-overlay .search-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.search-form-overlay .search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form-overlay .search-icon {
    position: absolute;
    left: 12px;
}
.search-form-overlay .search-input {
    flex: 1;
    height: 50px;
    border: 1px solid #e0e0e0;
    padding: 0 48px;
    font-size: 14px;
}
.search-form-overlay .search-input:focus {
    outline: none;
    border-color: var(--color-primary-orange);
    box-shadow: 0 0 0 2px rgba(51, 102, 255, 0.2);
}
.search-form-overlay .search-input::placeholder {
    color: #a0a0a0;
}
.search-form-overlay .search-close-btn {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 50%;
}
.search-form-overlay .search-close-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.search-form-overlay .search-submit-btn {
    align-self: flex-end;
    padding: 10px 28px;
    background-color: var(--color-primary-orange);
    color: white;
    border: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.search-form-overlay .search-submit-btn:hover {
    background-color: var(--color-black);
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes anim-ripple {
    from {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1);
    }
    to {
        opacity: 0;
        transform: scale3d(2, 2, 1);
    }
}
.structa-header {
    position: absolute;
    z-index: 41;
    width: 100%;
    top: 0;
    transition: all 0.4s;
    padding: 20px 0;
}
.structa-header.main-two {
    position: relative;
}
.structa-header.sticky-header {
    position: fixed;
    animation: slide_down_site 0.35s ease-out;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    border-bottom: unset;
}
@media only screen and (max-width: 1199.98px) {
    .structa-header.sticky-header {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 991.98px) {
    .structa-header.sticky-header {
        padding: 0px 0;
    }
}
.structa-header.v6.sticky-menu {
    background-color: var(--color-white);
}
@media only screen and (min-width: 992px) {
    .structa-header.v6 .sticky-wrap {
        padding-block: 14px;
    }
}
.structa-header.v6 .status {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 70px;
    position: relative;
}
.structa-header.v6 .status .status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--color-primary);
    position: relative;
}
.structa-header.v6 .status .status-dot::before, .structa-header.v6 .status .status-dot::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: -3px;
    left: -3px;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    opacity: 0.6;
    animation: anim-ripple 2s infinite;
}
.structa-header.v6 .status .status-dot::after {
    animation-delay: 1.25s;
}
.structa-header.v6 .structa-menu-toggle.large {
    border: none;
    padding: 0;
    outline: 0;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
}
.structa-header.dark-header {
    background-color: transparent;
}
.structa-header.dark-header .main-menu a {
    color: var(--color-white);
}
.structa-header.dark-header .main-menu ul.sub-menu li a {
    color: var(--color-black);
}
.structa-header.dark-header .header-logo-sticky {
    display: none;
}
.structa-header.dark-header.sticky-menu {
    background-color: var(--color-primary);
}
.structa-header.dark-header.sticky-menu .main-menu a {
    color: var(--color-white);
}
.structa-header.dark-header.sticky-header {
    background: #fff;
}
.structa-header.dark-header.sticky-header .header-logo {
    display: none;
}
.structa-header.dark-header.sticky-header .header-logo-sticky {
    display: block;
}
.structa-header.dark-header.sticky-header .main-menu a {
    color: var(--color-black);
}
.structa-header.dark-header.sticky-header svg {
    color: var(--color-black);
}
.structa-header.has-border-bottom .container {
    border-bottom: 1px solid var(--color-4);
}
.structa-header.has-border-bottom.sticky-menu .container {
    border-bottom: none;
}
.structa-header.sticky-menu {
    animation: slide_down_site 0.35s ease-out;
}
@media (max-width: 991px) {
    .sticky-wrap {
        padding: 10px 0;
    }
}
.header-logo,
.header-logo-sticky {
    max-width: 350px;
}
.main-menu a {
    color: var(--color-black);
    font-family: var(--ff-grotesk);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    transition: all 0.5s;
}
.main-menu>ul>li {
    margin: 0 22px;
}
@media only screen and (max-width: 1199.98px) {
    .main-menu>ul>li {
        margin: 0 15px;
    }
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu li.menu-item-has-children>a::before {
    font-family: "remixicon";
    content: "\ea4e";
    position: absolute;
    left: 106%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
}
.main-menu li.menu-item-has-children:hover a::before {
    transform: translateY(-50%) rotate(180deg);
}
.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "\ea4d";
    position: relative;
    margin-left: 2px;
    top: 2px;
    font-size: 18px;
    display: inline-block;
    font-family: "remixicon";
    transition: all 0.4s ease-in-out;
}
.main-menu ul li:hover.menu-item-has-children>a:after {
    transform: rotate(-180deg);
}
.main-menu ul li:last-child {
    margin-right: 0;
}
.main-menu ul li:first-child {
    margin-left: 0;
}
.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9;
}
.main-menu ul.sub-menu {
    position: absolute;
    text-align: left;
    top: 40px;
    left: 0;
    background-color: var(--color-white);
    visibility: hidden;
    min-width: 240px;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    transform-origin: top center;
    transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu li a {
    color: var(--color-black);
    font-family: var(--ff-grotesk);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    transition: all 0.4s;
    position: relative;
}
.main-menu ul.sub-menu li:not(.menu-item-has-children)>a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    transition: all 0.3s ease;
}
.main-menu ul.sub-menu li a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0;
    background-color: var(--color-primary);
    transition: all 0.3s ease;
}
.main-menu ul.sub-menu li a:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}
.main-menu ul.sub-menu li.menu-item-has-children a.no-border {
    display: block;
}
.main-menu ul.sub-menu li.menu-item-has-children a.no-border::before {
    content: none;
}
.main-menu ul.sub-menu li.menu-item-has-children a.no-border:after {
    position: absolute;
    right: 0;
    content: "\ea6d";
}
.main-menu ul.sub-menu li.menu-item-has-children:hover a::after {
    transform: rotate(-90deg) !important;
}
.main-menu ul.sub-menu li ul.sub-menu {
    transition: all 0.4s;
    margin-left: 0px !important;
    transform: translateY(30px);
}
.main-menu ul.sub-menu li:hover ul.sub-menu {
    transform: translateY(0px);
}
.main-menu .main-menu ul.sub-menu>a .sub-menu-item.menu-item-has-children::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 0 !important;
    width: 0;
    background-color: #0a165e;
    transition: all 0.3s ease;
}
.main-menu ul.sub-menu {
    padding: 12px 0;
    left: -27px;
}
.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 4px 10px 4px 20px;
}
.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto;
}
.menu-style1>ul>li>a {
    padding: 32px 0;
}
.menu-style1 {
    margin-right: 40px;
}
.menuBar-toggle {
    font-size: 26px;
    cursor: pointer;
    border: none;
    background: none;
    border-radius: 5px;
    padding-inline: 5px;
    width: 50px;
    height: 42px;
}
.menuBar-toggle svg,
.menuBar-toggle i {
    color: var(--color-primary);
    width: 40px;
    height: 35px;
    position: relative;
    z-index: 9;
}
.menuBar-toggle .has-extend .menuBar-toggle svg,
.menuBar-toggle .has-extend .menuBar-toggle i {
    color: var(--color-primary);
}
.dark-header svg,
.dark-header i {
    color: var(--color-white);
}
@-webkit-keyframes slide_down_site {
    from {
        transform: translateY(-150%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes slide_down_site {
    from {
        transform: translateY(-150%);
    }
    to {
        transform: translateY(0);
    }
}
.structa-menu-large-toggle {
    border: none;
    padding: unset;
    background: transparent;
}
.offcanvas {
    --bs-offcanvas-width: 532px;
}
.desktop-sidemenu {
    background-color: var(--color-primary);
}
.desktop-sidemenu .sidemenu-header {
    padding-inline: 80px 60px;
    padding-block-start: 20px;
}
.desktop-sidemenu .sidemenu-header .btn-close {
    background-image: unset;
    display: grid;
    place-content: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: var(--color-3);
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 1;
}
.desktop-sidemenu .sidemenu-header .btn-close i,
.desktop-sidemenu .sidemenu-header .btn-close svg {
    color: var(--color-white);
    width: 18.414px;
    height: 18.414px;
    flex-shrink: 0;
    transition: all 0.5s ease;
}
.desktop-sidemenu .sidemenu-header .btn-close:focus, .desktop-sidemenu .sidemenu-header .btn-close:active {
    box-shadow: none;
}
.desktop-sidemenu .sidemenu-header .btn-close:hover i,
.desktop-sidemenu .sidemenu-header .btn-close:hover svg {
    transform: rotate(-45deg) scale(1.3);
}
.desktop-sidemenu .sidemenu-body {
    padding: 50px 80px 80px;
    display: flex;
    flex-direction: column;
}
.desktop-sidemenu .sidemenu-body .short-info>img, .desktop-sidemenu .sidemenu-body .short-info>svg {
    margin-bottom: 32px;
}
.desktop-sidemenu .sidemenu-body p {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 166.667%;
}
.desktop-sidemenu .sidemenu-body .contact-info {
    margin-top: 80px;
    color: var(--color-white);
    max-width: 255px;
}
.desktop-sidemenu .sidemenu-body .contact-info h6 {
    color: var(--color-white);
    margin-bottom: 20px;
}
.desktop-sidemenu .sidemenu-body .contact-info .contact {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.desktop-sidemenu .sidemenu-body .contact-info .contact a {
    font-size: 16px;
    line-height: 166.667%;
}
@media only screen and (max-width: 1199.98px) {
    .desktop-sidemenu .sidemenu-body .contact-info {
        margin-top: 50px;
    }
}
.desktop-sidemenu .sidemenu-body .revew {
    margin-top: auto;
    max-width: 244px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.desktop-sidemenu .sidemenu-body .revew * {
    color: var(--color-white);
}
.structa-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(var(--color-black-rgb), 0.6);
    z-index: 999999;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.structa-menu-wrapper .mobile-logo {
    display: block;
    text-align: left;
    max-width: 220px;
    background-color: var(--color-white);
    padding: 15px 0;
}
.structa-menu-wrapper .structa-menu-toggle {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 26px;
    z-index: 1;
    color: var(--color-white);
    display: flex;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    border-left: 1px solid rgba(var(--color-black-rgb), 0.1);
    padding: 0;
    outline: 0;
}
.structa-menu-wrapper .structa-menu-toggle i {
    color: var(--color-black);
}
.structa-menu-wrapper .structa-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--color-white);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1;
    padding: 0;
}
.structa-menu-wrapper.structa-body-visible {
    opacity: 1;
    visibility: visible;
}
.structa-menu-wrapper.structa-body-visible .structa-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.structa-menu-wrapper.v2 {
    transition: all ease 0.6s;
}
.structa-menu-wrapper.v2 .structa-menu-area {
    transition: all ease 0.6s;
    max-width: 100%;
    display: flex;
    left: 110%;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left {
    max-width: 400px;
    width: 100%;
    flex-shrink: 0;
    border-right: 1px solid var(--color-4);
    padding-inline: 60px;
    padding-block: 40px 60px;
    background: var(--color-primary);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (max-width: 1399.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left {
        max-width: 300px;
        padding-inline: 30px;
        padding-block: 20px 30px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left {
        max-width: 250px;
        padding-inline: 20px;
        padding-block: 20px;
    }
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-logo {
    max-width: 176px;
    background-color: transparent;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info {
    max-width: 244px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .rating-point {
    color: var(--color-white);
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .stars {
    line-height: 1;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .stars ul {
    line-height: inherit;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .stars ul li {
    line-height: inherit;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .stars ul li i,
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info .stars ul li svg {
    color: var(--color-white);
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-left .mobile-menu-info p {
    color: var(--color-white);
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center {
    width: 100%;
    background-color: var(--color-primary);
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu {
    min-height: 100%;
    padding-left: 136px;
    padding-block: 100px;
}
@media only screen and (max-width: 1399.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu {
        padding-left: 80px;
        padding-block: 80px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu {
        padding-left: 40px;
        padding-block: 60px;
    }
}
@media only screen and (max-width: 991.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu {
        padding-block: 40px;
        padding-left: 50px;
    }
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu::-webkit-scrollbar {
    width: 0px;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 0px;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0px;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu scrollbar {
    scrollbar-color: transparent;
    scrollbar-width: unset;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li {
    border-bottom: none;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li:not(:first-of-type) {
    margin-top: 45px;
}
@media only screen and (max-width: 1399.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li:not(:first-of-type) {
        margin-top: 25px;
    }
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li.structa-active a {
    opacity: 1;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li a {
    opacity: 0.4;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a {
    color: var(--color-white) !important;
    font-size: 128px;
    font-weight: 600;
    line-height: 107.692%;
    letter-spacing: -3.9px;
    position: relative;
    padding: 0;
    display: inline-block;
    transition: all 0.3s;
}
@media only screen and (max-width: 1399.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a {
        font-size: 93px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a {
        font-size: 73px;
    }
}
@media only screen and (max-width: 991.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a {
        font-size: 68px;
    }
}
@media only screen and (max-width: 767.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a {
        font-size: 63px;
    }
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a>.structa-mean-expand {
    height: 100%;
    position: absolute;
    inset: 0;
    width: 100%;
    background-color: transparent;
    padding: 0;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu>ul>li>a>.structa-mean-expand::before {
    content: unset;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu {
    margin-top: 40px;
}
@media only screen and (max-width: 1399.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu {
        margin-top: 20px;
    }
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu li {
    line-height: 1;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu li a {
    color: var(--color-white) !important;
    padding: 0;
    display: inline-block;
    line-height: 1;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu li:not(:last-of-type) {
    margin-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-center .structa-mobile-menu .sub-menu li:not(:last-of-type) {
        margin-bottom: 10px;
    }
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right {
    max-width: 400px;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--color-primary);
    padding-inline: 60px;
    padding-block: 20px 60px;
}
@media only screen and (max-width: 1399.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right {
        max-width: 300px;
        padding-inline: 30px;
        padding-block: 20px 30px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right {
        max-width: 250px;
        padding-inline: 20px;
        padding-block: 20px;
    }
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .structa-menu-toggle {
    display: grid;
    place-content: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: var(--color-3);
    color: var(--color-white);
    margin-left: auto;
    transition: all 0.25s ease-in-out;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .structa-menu-toggle i,
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .structa-menu-toggle svg {
    color: var(--color-white);
    line-height: 1;
    font-size: 28px;
    font-weight: 100;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .structa-menu-toggle:hover {
    transform: rotate(90deg);
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info .title {
    color: var(--color-white);
    font-weight: 600;
    line-height: 141.667%;
    letter-spacing: -0.24px;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info .address {
    color: var(--color-white);
    font-size: 16px;
    line-height: 166.667%;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info .contact a {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 166.667%;
    display: inline-block;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info .contact a[href^="mailto:"] {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.structa-menu-wrapper.v2 .structa-menu-area .structa-mobile-menu-right .contact-info .contact a[href^="tel:"] {}
.structa-menu-wrapper.v2.structa-body-visible .structa-menu-area {
    left: 0;
}
.structa-mobile-menu {
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    text-align: left;
}
.structa-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(232, 6, 60, 0.2);
    background-color: var(--color-black);
}
.structa-mobile-menu::-webkit-scrollbar {
    width: 2px;
    background-color: var(--color-black);
}
.structa-mobile-menu::-webkit-scrollbar-thumb {
    background-color: #0a165e;
}
.structa-mobile-menu ul {
    margin: 0;
    padding: 0 0;
}
.structa-mobile-menu ul li {
    list-style-type: none;
}
.structa-mobile-menu ul li:last-child {
    border-bottom: 0;
}
.structa-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 15px;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--color-black) !important;
    font-weight: 400;
}
.structa-mobile-menu ul li.structa-active>a {
    color: #2b4dff;
}
.structa-mobile-menu ul li.structa-active>a:before {
    transform: rotate(90deg);
}
.structa-mobile-menu ul li ul li {
    padding-left: 10px;
}
.structa-mobile-menu ul .structa-item-has-children>a .structa-mean-expand {
    position: absolute;
    right: 0;
    top: 3px;
    font-weight: 400;
    font-size: 16px;
    width: 60%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    background-color: var(--color-white);
    color: var(--color-black);
    transition: all ease 0.4s;
}
.structa-mobile-menu ul .structa-item-has-children>a .structa-mean-expand:before {
    content: "\ea6d";
    display: inline-block;
    transition: all ease 0.3s;
    font-family: "remixicon" !important;
}
.structa-mobile-menu ul .structa-item-has-children.structa-active>a .structa-mean-expand:before {
    transform: rotate(-90deg);
}
.structa-menu-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
}
@media (max-width: 400px) {
    .structa-menu-wrapper .structa-menu-area {
        width: 100%;
    }
}
.structa-mobile-menu-btn {
    text-align: start;
    padding: 20px 15px;
}
.structa-mobile-menu-btn .sidebar-wrap {
    margin-bottom: 20px;
}
.structa-mobile-menu-btn .sidebar-wrap h6 {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-primary);
    margin-bottom: 0;
    line-height: 22px;
    text-transform: inherit;
}
.structa-mobile-menu-btn .social-btn {
    display: flex;
    gap: 10px;
    padding-top: 5px;
}
.structa-mobile-menu-btn .social-btn a {
    height: var(--icon-size, 48px);
    width: var(--icon-size, 48px);
    line-height: 48px;
    display: inline-block;
    color: var(--title-color);
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--smoke-color);
    background: var(--smoke-color);
}
.structa-mobile-menu-btn .social-btn a:hover {
    background: var(--title-color);
    color: var(--white-color);
    border-color: var(--title-color);
}
.structa-mobile-menu-btn .social-btn.style3 {
    gap: 20px;
}
.structa-mobile-menu-btn .social-btn.style3 .link-effect {
    height: 25px;
    position: relative;
    overflow: hidden;
    display: block;
    line-height: normal;
}
.structa-mobile-menu-btn .social-btn.style3 .link-effect .effect-1 {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: 0.3s;
}
.structa-mobile-menu-btn .social-btn.style3 .link-effect:hover .effect-1 {
    top: -100%;
}
.structa-mobile-menu-btn .social-btn.style3 a {
    background: transparent;
    width: auto;
    height: auto;
    line-height: normal;
    border-radius: 0;
    color: var(--title-color);
    border: 0;
    font-size: 18px;
}
.structa-mobile-menu-btn .social-btn.style3 a:hover {
    background: transparent;
    color: var(--title-color);
}
a.structa-default-btn.sm-size {
    font-size: 14px;
    line-height: 1;
    padding: 17px 15px;
    border-radius: 6px;
    font-weight: 600;
    width: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    align-items: center;
    text-align: center;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: var(--color-white) !important;
    background-color: var(--color-primary);
    z-index: 0;
    overflow: hidden;
    position: relative;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    transform-style: preserve-3d;
}
.header-top {
    padding: 12px 0;
}
.header-address-wrapper p {
    font-size: 14px;
}
.header-address-wrapper p b {
    transition: all 0.5s;
}
.header-address-wrapper p:hover b {
    color: var(--color-primary-orange);
}
.desktop-sidemenu {
    background-color: var(--color-black);
}
.desktop-sidemenu .sidemenu-header {
    padding-inline: 80px 60px;
    padding-block-start: 20px;
}
.desktop-sidemenu .sidemenu-header .btn-close {
    background-image: unset;
    display: grid;
    place-content: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: var(--color-3);
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 1;
}
.desktop-sidemenu .sidemenu-header .btn-close i,
.desktop-sidemenu .sidemenu-header .btn-close svg {
    color: var(--color-white);
    width: 18.414px;
    height: 18.414px;
    flex-shrink: 0;
    transition: all 0.5s ease;
}
.desktop-sidemenu .sidemenu-header .btn-close:focus, .desktop-sidemenu .sidemenu-header .btn-close:active {
    box-shadow: none;
}
.desktop-sidemenu .sidemenu-header .btn-close:hover i,
.desktop-sidemenu .sidemenu-header .btn-close:hover svg {
    transform: rotate(-45deg) scale(1.3);
}
.desktop-sidemenu .sidemenu-body {
    padding: 50px 80px 80px;
    display: flex;
    flex-direction: column;
}
.desktop-sidemenu .sidemenu-body .short-info>img, .desktop-sidemenu .sidemenu-body .short-info>svg {
    margin-bottom: 32px;
}
.desktop-sidemenu .sidemenu-body p {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 166.667%;
}
.desktop-sidemenu .sidemenu-body .contact-info {
    margin-top: 80px;
    color: var(--color-white);
    max-width: 255px;
}
.desktop-sidemenu .sidemenu-body .contact-info h6 {
    color: var(--color-white);
    margin-bottom: 20px;
    font-size: 18px;
}
.desktop-sidemenu .sidemenu-body .contact-info .contact {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.desktop-sidemenu .sidemenu-body .contact-info .contact a {
    font-size: 16px;
    line-height: 166.667%;
}
@media only screen and (max-width: 1199.98px) {
    .desktop-sidemenu .sidemenu-body .contact-info {
        margin-top: 50px;
    }
}
.desktop-sidemenu .sidemenu-body .revew {
    margin-top: auto;
    max-width: 244px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.desktop-sidemenu .sidemenu-body .revew * {
    color: var(--color-white);
}
.service-box {
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 40px 32px;
}
.service-box .service-icon {
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}
.service-box .service-info {
    margin-top: 80px;
}
@media only screen and (max-width: 991.98px) {
    .service-box .service-info {
        margin-top: 50px;
    }
}
.service-box .service-info p {
    margin: 14px 0 40px;
    max-width: 336px;
}
.service-box:hover .service-icon {
    animation-name: bounce;
}
.service-box.service-box-2 {
    max-width: 326px;
    padding: 0;
}
.service-box.service-box-2 .service-info {
    margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
    .service-box.service-box-2 {
        max-width: 100%;
    }
    .service-box.service-box-2 .service-info p {
        max-width: 100%;
    }
}
.service-box.service-box-3 {
    border: unset;
    padding: 0;
}
.service-box.service-box-3 .service-info {
    margin-top: 40px;
}
.service-box.service-box-3 .service-info p {
    max-width: 326px;
}
.service-box-4 .service-img img {
    transition: all 0.5s ease;
}
.service-box-4 .service-info-wrap {
    padding: 32px 32px 0;
    margin-top: -92px;
}
.service-box-4 .service-info-wrap .service-info {
    padding: 32px;
    background-color: #fff;
}
@media only screen and (max-width: 1399.98px) {
    .service-box-4 .service-info-wrap {
        padding: 25px 25px 0;
    }
    .service-box-4 .service-info-wrap .service-info {
        padding: 25px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .service-box-4 .service-info-wrap {
        padding: 18px 18px 0;
    }
    .service-box-4 .service-info-wrap .service-info {
        padding: 18px;
    }
}
.service-box-4:hover .service-img img {
    transform: scale(1.15);
}
.service-two-wrapper .single-service-two-border {
    position: relative;
}
.service-two-wrapper .single-service-two-border:not(:last-child)::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #39393a;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 991.98px) {
    .service-two-wrapper .single-service-two-border:not(:last-child)::before {
        height: 1px;
        width: 100%;
        right: auto;
        top: auto;
        left: 0;
        bottom: 0px;
        transform: unset;
    }
}
.service-two-wrapper.wrapper-three .single-service-two-border:not(:last-child)::before {
    background-color: #dfdfdf;
}
.service-two-wrapper.work-process .single-service-two-border:not(:last-child)::before {
    right: 38px;
    top: 50%;
    transform: translate(-100%, -50%);
}
@media only screen and (max-width: 1199.98px) {
    .service-two-wrapper.work-process .single-service-two-border:not(:last-child)::before {
        right: 22px;
    }
}
@media only screen and (max-width: 991.98px) {
    .service-two-wrapper.work-process .single-service-two-border:not(:last-child)::before {
        height: 1px;
        width: 100%;
        right: auto;
        top: auto;
        left: 0;
        bottom: -25px;
        transform: unset;
    }
}
.service-two-wrapper.details-blog-border .single-service-two-border:not(:last-child)::before {
    right: -46px;
}
@media only screen and (max-width: 1399.98px) {
    .service-two-wrapper.details-blog-border .single-service-two-border:not(:last-child)::before {
        display: none;
    }
}
.process-box span {
    color: var(--color-primary-orange);
    font-family: var(--ff-grotesk);
    font-size: 78px;
    line-height: 1;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    margin-bottom: 80px;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}
.process-box .process-info {
    max-width: 244px;
}
@media only screen and (max-width: 1399.98px) {
    .process-box .process-info {
        max-width: 232px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .process-box span {
        font-size: 58px;
        margin-bottom: 50px;
    }
}
.process-box:hover span {
    animation-name: bounce;
}
.slider-button-wrap-arrow {
    gap: 16px;
}
.slider-button-wrap-arrow .slide-btn {
    width: 72px;
    height: 56px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.slider-button-wrap-arrow .slide-btn i {
    color: var(--color-black);
    transition: all 0.3s ease-in-out;
    font-size: 22px;
}
.slider-button-wrap-arrow .slide-btn:hover {
    background-color: var(--color-primary-orange);
}
.slider-button-wrap-arrow .slide-btn:hover i {
    color: var(--color-white);
}
.slider-button-wrap-arrow .slide-btn svg {
    transition: all 0.3s ease-in-out;
}
.slider-button-wrap-arrow .slide-btn:hover svg {
    color: var(--color-white);
}
@media only screen and (max-width: 991.98px) {
    .slider-button-wrap-arrow .slide-btn {
        width: 60px;
        height: 40px;
    }
}
.slider-button-wrap-arrow.two {
    top: 43%;
    padding: 0 90px;
}
@media only screen and (max-width: 991.98px) {
    .slider-button-wrap-arrow.two {
        padding: 0 40px;
    }
}
.slider-button-wrap-arrow.two .slide-btn {
    background-color: #fff;
}
.slider-button-wrap-arrow.two .slide-btn:hover {
    background-color: var(--color-primary-orange);
}
.slider-button-wrap-arrow.two .slide-btn:hover i {
    color: var(--color-white);
}
@media only screen and (max-width: 1199.98px) {
    .slider-button-wrap-arrow.two.testimonial-nav {
        padding: 0 40px;
    }
}
.slider-button-wrap-arrow.three {
    left: 50%;
    transform: translateX(-50%);
    bottom: 120px;
    max-width: 1569px;
    padding-right: 30px;
}
@media only screen and (max-width: 1399.98px) {
    .slider-button-wrap-arrow.three {
        max-width: 1193px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .slider-button-wrap-arrow.three {
        bottom: 70px;
    }
}
.slider-button-wrap-arrow.three .slide-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    color: var(--color-white);
}
.slider-button-wrap-arrow.three .slide-btn:hover {
    background-color: #fff;
    color: var(--color-black);
}
.slider-button-wrap-arrow.four .slide-btn {
    background-color: #222223;
    color: var(--color-white);
}
.slider-button-wrap-arrow.four .slide-btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--color-black);
}
.project-slider-two .slider-button-wrap-arrow.two {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.project-slider-two:hover .slider-button-wrap-arrow.two {
    opacity: 1;
    top: 46%;
}
.project-slider-single .project-slider-img img {
    transition: all 0.5s ease;
}
.project-slider-single:hover .project-slider-img img {
    transform: scale(1.15);
}
.project-slider-single .project-info h3 {
    transition: all 0.3s ease;
}
.project-slider-single .project-info h3:hover {
    color: var(--color-primary-orange) !important;
}
@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.service-two-box-single {
    padding: 28px 0;
    border-bottom: 1px solid #dfdfdf;
}
.service-two-box-single:first-child {
    border-top: 1px solid #dfdfdf;
}
.service-two-box-single .service-two-info-box h2 {
    font-size: 78px;
    line-height: 1;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    transition: all 0.4s;
    mix-blend-mode: multiply;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1399.98px) {
    .service-two-box-single .service-two-info-box h2 {
        font-size: 68px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .service-two-box-single .service-two-info-box h2 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 991.98px) {
    .service-two-box-single .service-two-info-box h2 {
        font-size: 43px;
    }
}
@media only screen and (max-width: 767.98px) {
    .service-two-box-single .service-two-info-box h2 {
        font-size: 33px;
    }
}
.service-two-box-single .service-two-info-box.current h2 {
    color: var(--color-primary-orange);
}
.service-two-box-single .service-img {
    overflow: hidden;
    position: absolute;
    right: auto;
    left: 0;
    top: 50%;
    max-width: 180px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(0.9) translateY(-50%);
    z-index: 0;
    opacity: 0;
    transition: all 0.4s;
}
.service-two-box-single .service-img.two {
    left: auto;
    right: 0;
}
@media only screen and (max-width: 1199.98px) {
    .service-two-box-single .service-img {
        max-width: 140px;
        height: 150px;
    }
}
@media only screen and (max-width: 991.98px) {
    .service-two-box-single .service-img {
        max-width: 110px;
        height: 123px;
    }
}
@media only screen and (max-width: 991.98px) {
    .service-two-box-single .service-img {
        max-width: 85px;
        height: 92px;
    }
}
.service-two-box-single .service-img.current {
    transform: scale(1) translateY(-50%);
    opacity: 1;
}
.project-box .project-img img {
    transition: all 0.5s ease;
}
.project-box:hover .project-img img {
    transform: scale(1.15);
}
.project-box .project-info h3 {
    transition: all 0.3s ease;
}
.project-box .project-info h3:hover {
    color: var(--color-primary-orange) !important;
}
.project-box.box-two .project-info {
    max-width: 390px;
    padding: 40px 32px;
    margin: -68px 0 0 60px;
    transition: all 0.4s;
    opacity: 0;
}
@media only screen and (max-width: 767.98px) {
    .project-box.box-two .project-info {
        margin: -68px 0 0 20px;
        padding: 20px;
        max-width: 270px;
    }
}
.project-slider-three .project-box.box-two .project-info {
    max-width: 308px;
    padding: 40px 23px;
    margin: -68px 0 0 20px;
}
.swiper-slide-active .project-box.box-two .project-info {
    opacity: 1;
    transition-delay: 0.4s;
}
.project-three-box .project-three-img img {
    transition: all 0.5s ease;
}
.project-three-box .project-three-img .project-three-info {
    padding: 40px 0 0 30px;
    bottom: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
}
.project-three-box .project-three-img .project-three-info h3 {
    cursor: pointer;
    transition: all 0.3s ease;
}
.project-three-box .project-three-img .project-three-info h3:hover {
    color: var(--color-primary-orange);
}
.project-three-box:hover .project-three-img img {
    transform: scale(1.15);
}
.project-three-box:hover .project-three-img .project-three-info {
    transform: translateY(0);
}
.work-mixi .mix {
    display: none;
}
.showcase-list {
    gap: 16px;
}
.showcase-list li {
    background-color: #f6f6f6;
    cursor: pointer;
    transition: all 0.3s;
    font-family: var(--ff-grotesk);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    padding: 14px 20px;
}
.showcase-list li.active {
    background-color: var(--color-black);
    color: var(--color-white);
}
@media only screen and (max-width: 1399.98px) {
    .showcase-list {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 991.98px) {
    .showcase-list {
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 5px;
    }
}
.faq-wrap .accordion-item {
    margin-bottom: 15px;
    border: none;
    background: unset;
    border-top: 1px solid #dfdfdf;
    border-radius: unset;
    padding-top: 30px;
    padding-bottom: 15px;
}
.faq-wrap .accordion-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
}
.faq-wrap .accordion-button {
    color: var(--color-black);
    font-family: var(--ff-grotesk);
    font-size: 22px;
    font-weight: 500;
    line-height: 116.667%;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    background-color: unset;
    padding: 0;
    padding-right: 26px;
}
.faq-wrap .accordion-button svg,
.faq-wrap .accordion-button i {
    padding-right: 8px;
}
.faq-wrap .accordion-button:focus {
    z-index: unset;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}
.faq-wrap .accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: contain;
    position: absolute;
    right: 0px;
    background-image: url(../images/style/plus-1.svg);
    transition: unset;
    font-size: 11px;
}
.faq-wrap .accordion-button:not(.collapsed)::after {
    transform: unset;
    background-image: url(../images/style/x-1.svg);
}
.faq-wrap .accordion-body {
    padding: 18px 50px 0 0px;
}
.faq-wrap .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.faq-wrap.faq-two .accordion-button::before, .faq-wrap.faq-two .accordion-button::after {
    display: none;
}
.faq-wrap.faq-two .accordion-button span {
    color: var(--color-primary-orange);
    margin-right: 12px;
}
.faq-wrap.faq-two .accordion-body {
    padding: 24px 0px 0 0px;
}
.faq-wrap.for-black .accordion-button,
.faq-wrap.for-black .accordion-body {
    color: var(--color-white);
}
.faq-wrap.for-black .accordion-button::after {
    background-image: url(../images/style/plus-2.svg);
}
.faq-wrap.for-black .accordion-button:not(.collapsed)::after {
    background-image: url(../images/style/x-2.svg);
}
.faq-wrap.for-black .accordion-item {
    border-color: #39393a;
}
.chose-bottom-wrap {
    padding: 110px 120px;
}
@media only screen and (max-width: 1199.98px) {
    .chose-bottom-wrap {
        padding: 80px 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    .chose-bottom-wrap {
        padding: 65px 30px;
    }
}
.quote-icon {
    color: var(--color-primary-orange);
}
.testimonial-box .quoted-text {
    font-family: var(--ff-grotesk);
    font-size: 38px;
    line-height: 125%;
}
@media only screen and (max-width: 1199.98px) {
    .testimonial-box .quoted-text {
        font-size: 33px;
    }
}
.testimonial-box h5 {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 120%;
    margin: 48px 0 4px;
}
@media only screen and (max-width: 1199.98px) {
    .testimonial-box h5 {
        margin: 35px 0 4px;
    }
}
.testimonial-box.two .quoted-info-wrap {
    margin-top: 44px;
}
@media only screen and (max-width: 1199.98px) {
    .testimonial-box.two .quoted-info-wrap {
        margin-top: 35px;
    }
}
.testimonial-box.two h5 {
    margin: 0px 0 4px;
}
.testimonial-slider .testimonial-box h5,
.testimonial-slider .testimonial-box p {
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    transition: all 0.2s ease-out;
}
.testimonial-slider .testimonial-box h5 {
    transition-delay: 0.4s;
}
.testimonial-slider .testimonial-box p {
    transition-delay: 0.6s;
}
.testimonial-slider .swiper-slide-active .testimonial-box h5,
.testimonial-slider .swiper-slide-active .testimonial-box p {
    opacity: 1;
    transform: none;
}
.structa-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: #303031;
    opacity: 1;
    margin: 0 4px !important;
}
.structa-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-white);
}
.structa-pagination.testimonial-pagination {
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 991.98px) {
    .structa-pagination.testimonial-pagination {
        position: relative;
        bottom: unset;
    }
}
.structa-pagination.structa-pagination-two .swiper-pagination-bullet {
    background: #e3e3e4;
}
.structa-pagination.structa-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-black);
}
.testimonial-wrapper {
    padding: 130px 120px;
}
@media only screen and (max-width: 1399.98px) {
    .testimonial-wrapper {
        padding: 130px 90px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .testimonial-wrapper {
        padding: 80px 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    .testimonial-wrapper {
        padding: 65px 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .testimonial-wrapper {
        padding: 65px 20px;
    }
}
.testimonial-wrapper.two {
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 110px 80px;
    max-width: 1270px;
}
@media only screen and (max-width: 1199.98px) {
    .testimonial-wrapper.two {
        padding: 80px 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    .testimonial-wrapper.two {
        padding: 65px 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .testimonial-wrapper.two {
        padding: 65px 20px;
    }
}
.testimonial-cta-img {
    margin-top: -100px;
}
.cta-title {
    font-size: 78px;
    line-height: 105%;
    letter-spacing: -1.6px;
}
@media only screen and (max-width: 1199.98px) {
    .cta-title {
        font-size: 68px;
    }
}
@media only screen and (max-width: 991.98px) {
    .cta-title {
        font-size: 48px;
    }
}
@media only screen and (max-width: 767.98px) {
    .cta-title {
        font-size: 46px;
    }
}
.cta-banner {
    height: 700px;
    background-attachment: fixed;
}
@media only screen and (max-width: 1399.98px) {
    .cta-banner {
        height: 600px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .cta-banner {
        height: 500px;
    }
}
@media only screen and (max-width: 991.98px) {
    .cta-banner {
        height: 400px;
    }
}
.fun-fact .fun-title-box {
    border-bottom: 1px solid #dfdfdf;
    height: 135px;
}
@media only screen and (max-width: 1399.98px) {
    .fun-fact .fun-title-box {
        height: 111px;
    }
}
@media only screen and (max-width: 991.98px) {
    .fun-fact .fun-title-box {
        height: 92px;
    }
}
.fun-fact .counter-item {
    font-size: 148px;
    line-height: 1;
    letter-spacing: -4.5px;
}
.fun-fact .counter-item .odometer-digit {
    display: inline-flex;
}
.fun-fact .counter-item .odometer-auto-theme {
    line-height: 1;
    vertical-align: unset;
}
.fun-fact .counter-item em {
    font-style: normal;
    margin-left: -32px;
    font-size: 110px;
    padding-right: 3px;
}
@media only screen and (max-width: 1399.98px) {
    .fun-fact .counter-item {
        font-size: 118px;
    }
    .fun-fact .counter-item em {
        margin-left: -17px;
        font-size: 88px;
    }
}
@media only screen and (max-width: 991.98px) {
    .fun-fact .counter-item {
        font-size: 98px;
    }
    .fun-fact .counter-item em {
        margin-left: -13px;
        font-size: 72px;
    }
}
@media only screen and (max-width: 991.98px) {
    .fun-max.max_wd_content {
        width: 100%;
    }
}
.fun-fact-wrapper.fun-max-wrap {
    flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
    .fun-fact-wrapper.fun-max-wrap {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767.98px) {
    .fun-fact-wrapper.fun-max-wrap {
        justify-content: center;
    }
}
.odometer-formatting-mark {
    display: none;
}
.subscribe-wrap {
    padding: 100px 0;
}
@media only screen and (max-width: 991.98px) {
    .subscribe-wrap {
        padding: 60px 0;
    }
}
.fun-box-img {
    height: 100%;
}
@media only screen and (max-width: 991.98px) {
    .fun-box-img {
        height: 400px;
    }
}
.skills-box {
    padding-right: 58px;
    padding-bottom: 4px;
}
.skills-box .skill-item:not(:last-child) {
    margin-bottom: 28px;
}
.skills-box .skill-item .skills-title {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}
.skills-box .skill-item .skill-progress {
    height: 4px;
    background-color: transparent;
    position: relative;
}
.skills-box .skill-item .skill-progress .progres {
    position: absolute;
    height: 100%;
    width: 40%;
    top: 0;
    left: 0;
    background: var(--color-primary-orange);
    transition: all 1.5s;
}
.skills-box .skill-item .skill-progress .progres::after {
    content: attr(data-value);
    position: absolute;
    left: 101.5%;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-black);
    font-family: var(--ff-inria-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.team-box .team-img-wrap .team-img img {
    transition: all 0.5s ease;
}
.team-box .team-img-wrap .social-list {
    position: absolute;
    right: 28px;
    opacity: 0;
    transition: all 0.5s ease;
}
.team-box .team-info h4 {
    margin: 20px 0 4px;
    transition: all 0.3s ease;
}
.team-box .team-info h4:hover {
    color: var(--color-primary-orange);
}
.team-box:hover .team-img-wrap .team-img img {
    transform: scale(1.08);
}
.team-box:hover .team-img-wrap .social-list {
    opacity: 1;
    top: 100%;
    transform: translateY(-50%);
}
.team-box.team-two .team-info {
    max-width: 280px;
    width: 100%;
    padding: 28px 10px 0 0;
}
.team-box.team-two .team-info h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 1399.98px) {
    .team-box.team-two .team-info {
        max-width: 240px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .team-box.team-two .team-img-wrap .social-list {
        top: 0px;
        right: 20px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .team-box.team-two:hover .team-img-wrap .social-list {
        top: 20px;
        transform: unset;
    }
}
.social-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 48px;
    background-color: var(--color-primary-orange);
    border-radius: 50%;
    color: var(--color-white);
    transition: all 0.5s ease;
}
.social-list li a:hover {
    background-color: var(--color-black);
}
.social-list.only-icon {
    gap: 16px;
}
.social-list.only-icon li a {
    height: unset;
    width: unset;
    color: var(--color-black);
    background-color: transparent;
    border-radius: unset;
}
.social-list.only-icon li a i {
    font-size: 18px;
}
.social-list.only-icon li a:hover {
    color: var(--color-primary-orange);
}
.social-list.bg-ofwhite {
    gap: 10px;
}
.social-list.bg-ofwhite li a {
    background-color: #f6f6f6;
    color: var(--color-black);
}
.social-list.bg-ofwhite li a:hover {
    background-color: var(--color-black);
    color: #fff;
}
.social-list.only_white {
    gap: 10px;
}
.social-list.only_white li a {
    background-color: #fff;
    color: var(--color-black);
}
.social-list.only_white li a:hover {
    background-color: var(--color-black);
    color: #fff;
}
.social-list.bg-black-list {
    gap: 10px;
}
.social-list.bg-black-list li a {
    background-color: #222223;
    color: var(--color-white);
}
.social-list.bg-black-list li a:hover {
    background-color: var(--color-white);
    color: var(--color-black);
}
.social-list.structa-share-wrapper li {
    padding-top: 5px;
}
.social-list.structa-share-wrapper li a {
    border: 1px solid #dfdfdf;
    background-color: transparent;
}
.social-list.structa-share-wrapper li a:hover {
    border: 1px solid var(--color-primary-orange);
    background-color: transparent;
    color: var(--color-black);
}
.structa-blog-box .structa-blog-thumb img {
    transition: all 0.5s ease;
}
.structa-blog-box .structa-blog-content .border-meta {
    border-bottom: 1px solid #dfdfdf;
    padding: 12px 0;
}
.structa-blog-box .structa-blog-content h3 {
    margin-top: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.structa-blog-box .structa-blog-content h3 a {
    color: inherit;
    line-height: inherit;
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 1px;
    background-position: 0px 95%;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-repeat: no-repeat;
    position: relative;
    display: inline;
}
.structa-blog-box:hover .structa-blog-thumb img {
    transform: scale(1.08);
}
.structa-blog-box:hover .structa-blog-content h3 a {
    background-size: 100% 1px;
}
.structa-blog-box.blog-box-four .structa-blog-thumb {
    max-width: 270px;
    height: 322px;
    width: 100%;
}
.structa-blog-box.blog-box-four .img-overlay::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(25, 25, 26, 0) 20%, rgba(25, 25, 26, 0.9) 80%);
    content: "";
}
.structa-blog-box.blog-box-four .img-overlay img {
    object-fit: cover;
    transition: all 0.3s;
}
.structa-blog-box.blog-box-four .structa-blog-content {
    padding: 40px 40px 0;
}
.structa-blog-box.blog-box-four .structa-blog-content .structa-meta {
    border-bottom: unset;
    padding: 24px 0;
}
@media only screen and (max-width: 991.98px) {
    .structa-blog-box.blog-box-four .structa-blog-content {
        padding: 100px 20px 0;
    }
}
.structa-blog-box.blog-box-four.right-side {
    height: 100%;
}
.structa-blog-box.blog-box-four.right-side .structa-blog-content ul.structa-meta {
    border-top: 1px solid #dfdfdf;
}
@media only screen and (max-width: 1399.98px) {
    .structa-blog-box.blog-box-four.right-side .structa-blog-content {
        padding: 30px 30px 0;
    }
}
@media only screen and (max-width: 1199.98px) {
    .structa-blog-box.blog-box-four.right-side {
        height: auto;
    }
    .structa-blog-box.blog-box-four.right-side .structa-blog-thumb {
        max-width: 100%;
        height: 211px;
        width: 100%;
    }
}
.structa-blog-wrapper {
    gap: 80px;
}
.structa-blog-wrapper .structa-blog-box .structa-blog-content h2.blog-title {
    transition: all 0.3s ease;
}
.structa-blog-wrapper .structa-blog-box .structa-blog-content h2.blog-title:hover {
    color: var(--color-primary-orange);
}
@media only screen and (max-width: 1199.98px) {
    .structa-blog-wrapper {
        gap: 40px;
    }
}
.footer-desc {
    max-width: 440px;
    margin-top: 24px;
}
.footer-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
}
.footer-listing {
    gap: 10px;
}
.footer-listing li {
    position: relative;
    display: inline-block;
    width: max-content;
}
.footer-listing li::before {
    position: absolute;
    height: 1px;
    width: 0;
    background-color: var(--color-black);
    content: "";
    left: 0;
    bottom: 0;
    transition: all 0.4s;
}
.footer-listing li:hover::before {
    width: 100%;
}
.footer-big-logo-wrap img {
    margin-bottom: -10px;
}
.copy-text {
    padding: 24px 0;
    color: var(--color-black);
}
.footer-wrap.footer-black .footer-desc,
.footer-wrap.footer-black .footer-title,
.footer-wrap.footer-black .footer-listing li,
.footer-wrap.footer-black .footer-contact-box,
.footer-wrap.footer-black .copy-text {
    color: var(--color-white);
}
.footer-wrap.footer-black .footer-listing li::before {
    background-color: #fff;
}
.subscribe-form input {
    width: 100%;
    border: unset;
    padding: 16px 77px 16px 24px;
    background-color: var(--color-white);
}
.subscribe-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    padding: 0 20px;
    height: 100%;
}
.about-info-wrap {
    max-width: 750px;
}
.about-img-box {
    padding-right: 50px;
}
@media only screen and (max-width: 1399.98px) {
    .about-img-box {
        padding-right: 0px;
    }
}
.about-info-box {
    padding-bottom: 85px;
}
.about-info-box .section-title h4.text_color_orange {
    font-weight: 400;
    text-transform: capitalize;
}
@media only screen and (max-width: 1199.98px) {
    .about-info-box {
        padding-bottom: 0px;
    }
}
.vision-area {
    margin-top: -63px;
}
@media only screen and (max-width: 1399.98px) {
    .vision-area {
        margin-top: -40px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .vision-area {
        margin-top: 50px;
    }
}
.vision-area.team-single-top {
    margin-top: -93px;
}
@media only screen and (max-width: 1399.98px) {
    .vision-area.team-single-top {
        margin-top: -50px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .vision-area.team-single-top {
        margin-top: 50px;
    }
}
.vision-wrap {
    padding: 100px 80px;
    position: relative;
}
@media only screen and (max-width: 991.98px) {
    .vision-wrap {
        padding: 60px 20px;
    }
}
.vision-wrap::before {
    position: absolute;
    width: 1px;
    height: 38%;
    background-color: #39393a;
    content: "";
    left: 49%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767.98px) {
    .vision-wrap::before {
        width: 100%;
        height: 1px;
        background-color: #39393a;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
.vision-single {
    max-width: 357px;
}
@media only screen and (max-width: 991.98px) {
    .vision-single {
        max-width: 288px;
    }
}
@media only screen and (max-width: 767.98px) {
    .vision-single {
        max-width: 100%;
    }
}
.about-bottom-info {
    max-width: 354px;
    margin: 0 0 0 auto;
}
.marquee-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.marquee-container .marquee {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll_x linear infinite;
    animation-duration: 20s;
    justify-content: space-between;
}
.marquee-container .marquee .marquee-item-container {
    flex: 0 0 auto;
    display: flex;
    min-width: auto;
    flex-direction: row;
    gap: 15px;
}
.marquee-container .marquee .marquee-item-container .marquee-item {
    transform: none;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.marquee-container .marquee .marquee-item-container .marquee-item h2 {
    color: var(--color-primary-orange);
    font-size: 108px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -3.3px;
    text-transform: lowercase;
}
@media only screen and (max-width: 991.98px) {
    .marquee-container .marquee .marquee-item-container .marquee-item h2 {
        font-size: 68px;
    }
}
.marquee-container .marquee .marquee-item-container .marquee-item span {
    display: inline-block;
    width: 50px;
    text-align: center;
}
.marquee-container .marquee:hover {
    animation-play-state: paused;
}
@keyframes scroll_x {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
.hero-area-two {
    padding: 106px 0 0px;
}
@media only screen and (max-width: 1399.98px) {
    .hero-area-two {
        padding: 60px 0 0px;
    }
}
@media only screen and (max-width: 991.98px) {
    .hero-area-two {
        padding: 25px 0 0px;
    }
}
.hero-area-five {
    padding: 160px 0 120px;
}
@media only screen and (max-width: 1399.98px) {
    .hero-area-five {
        padding: 90px 0 70px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .hero-area-five {
        padding: 70px 0 40px;
    }
}
@media only screen and (max-width: 991.98px) {
    .hero-area-five {
        padding: 60px 0 0;
    }
}
.hero-info {
    padding: 220px 0 92px;
}
.hero-info .hero-sub {
    font-family: var(--ff-grotesk);
    font-size: 22px;
    font-weight: 500;
}
@media only screen and (max-width: 991.98px) {
    .hero-info {
        padding: 170px 0 90px;
    }
}
.hero-info .info-desc {
    font-size: 18px;
    line-height: 150%;
    max-width: 562px;
}
.hero-info .hero-avatar span {
    font-size: 14px;
    max-width: 208px;
    line-height: 150%;
}
.hero-info.info-five {
    max-width: 800px;
}
@media only screen and (max-width: 991.98px) {
    .hero-info.info-five {
        max-width: unset;
    }
}
.hero-content-sm-img li:not(:first-child) {
    margin-left: -17px;
}
.hero-slider-wrapper {
    display: flex;
    align-items: end;
    padding-top: 400px;
}
@media only screen and (max-width: 1199.98px) {
    .hero-slider-wrapper {
        padding-top: 300px;
    }
}
@media only screen and (max-width: 991.98px) {
    .hero-slider-wrapper {
        padding-top: 200px;
    }
}
.hero-slider-wrapper::before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(25, 25, 26, 0.6);
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
}
.hero-slider-wrapper .hero-slider-info .hero-sub {
    font-family: var(--ff-grotesk);
    font-size: 22px;
    opacity: 0;
    transform: translateY(80px);
    transition: all 700ms ease;
    transition-delay: 800ms;
    position: relative;
    z-index: 3;
}
.hero-slider-wrapper .hero-slider-info .slide-hero-title {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1000ms ease;
    transition-delay: 1300ms;
}
.hero-slider-wrapper .hero-slider-bottom-info p {
    font-size: 22px;
    line-height: 150%;
    max-width: 708px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 700ms ease;
    transition-delay: 1800ms;
}
.hero-slider-wrapper .image-layer {
    transform: scale(1.1);
    transition: all 7000ms linear;
}
.hero-slider .swiper-slide-active .hero-slider-wrapper .hero-slider-info .hero-sub {
    opacity: 1;
    transform: translateY(0px);
}
.hero-slider .swiper-slide-active .hero-slider-wrapper .hero-slider-info .slide-hero-title {
    opacity: 1;
    transform: translateY(0px);
}
.hero-slider .swiper-slide-active .hero-slider-wrapper .hero-slider-bottom-info p {
    font-size: 22px;
    line-height: 150%;
    max-width: 708px;
    opacity: 1;
    transform: translateY(0px);
}
.hero-slider .swiper-slide-active .hero-slider-wrapper .image-layer {
    transform: scale(1);
}
.hero-info-two h1 .title-text {
    font-size: 138px;
    line-height: 102.857%;
    letter-spacing: -4.2px;
    text-transform: uppercase;
}
.hero-info-two h1 abbr {
    padding-left: 190px;
}
.hero-info-two h1 abbr::before {
    position: absolute;
    left: 0;
    top: 64px;
    content: "";
    width: 170px;
    height: 10px;
    background-color: var(--color-primary-orange);
}
.hero-info-two h1 abbr .hero-info-desc {
    font-family: var(--ff-inria-sans);
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.8px;
    text-transform: initial;
    max-width: 715px;
}
.hero-info-two.info-three h1 .title-text {
    font-size: 133px;
}
.hero-info-two.info-three h1 abbr::before {
    top: 10px;
    height: 1px;
    background-color: var(--color-black);
}
.hero-info-two.info-three h1 abbr .hero-info-desc {
    max-width: 563px;
}
@media only screen and (max-width: 1399.98px) {
    .hero-info-two h1 .title-text {
        font-size: 108px;
    }
    .hero-info-two h1 .title-text img {
        height: 82px !important;
    }
    .hero-info-two.info-three h1 .title-text {
        font-size: 108px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .hero-info-two h1 .title-text {
        font-size: 88px;
    }
    .hero-info-two h1 .title-text img {
        height: 64px !important;
    }
    .hero-info-two h1 abbr {
        padding-left: 100px;
    }
    .hero-info-two h1 abbr::before {
        width: 80px;
    }
    .hero-info-two h1 abbr .hero-info-desc {
        font-size: 16px;
        max-width: 615px;
    }
    .hero-info-two.info-three h1 .title-text {
        font-size: 88px;
    }
}
@media only screen and (max-width: 991.98px) {
    .hero-info-two h1 .title-text {
        font-size: 68px;
    }
    .hero-info-two h1 .title-text img {
        height: 50px !important;
    }
    .hero-info-two h1 abbr {
        padding-left: 0px;
    }
    .hero-info-two h1 abbr::before {
        display: none;
    }
    .hero-info-two.info-three h1 .title-text {
        font-size: 68px;
    }
    .hero-info-two.info-three h1 abbr .hero-info-desc {
        max-width: unset;
    }
}
@media only screen and (max-width: 767.98px) {
    .hero-info-two h1 .title-text {
        font-size: 48px;
    }
    .hero-info-two h1 .title-text img {
        display: none;
    }
    .hero-info-two h1 abbr {
        padding-left: 0px;
    }
    .hero-info-two h1 abbr::before {
        display: none;
    }
    .hero-info-two.info-three h1 .title-text {
        font-size: 48px;
    }
}
.hero-cta-box {
    display: inline-block;
    height: max-content;
}
.hero-cta-box .img-1 {
    animation: rotate2 15s linear infinite;
}
.hero-cta-box .img-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    max-width: 54%;
}
@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.bg-hero::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    content: "";
    background-color: var(--color-black);
}
@media only screen and (max-width: 991.98px) {
    .bg-hero::before {
        height: 200px;
    }
}
@media only screen and (max-width: 767.98px) {
    .bg-hero::before {
        height: 150px;
    }
}
.video-icon-wrap .video-icon-bg {
    display: inline-block;
    width: 200px;
    height: 120px;
    background: rgba(255, 96, 47, 0.8);
}
@media only screen and (max-width: 991.98px) {
    .video-icon-wrap .video-icon-bg {
        width: 100px;
        height: 80px;
    }
}
.video-icon-wrap i,
.video-icon-wrap svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    transition: all 0.5s;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    opacity: 1;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.video__player-wrapper .video-player {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.video-button #play-icon-wrap {
    cursor: pointer;
}
.video__player-wrapper .video-player.pointer {
    cursor: pointer;
}
.video__player-wrapper .play-btn.disabled {
    visibility: hidden;
    cursor: initial;
    opacity: 0;
}
.breadcrumb-area {
    padding: 110px 0 0;
}
.breadcrumb-area .hero-info h4.text_color_orange {
    font-weight: 400;
    text-transform: none;
}
@media only screen and (max-width: 991.98px) {
    .breadcrumb-area {
        padding: 40px 0 0;
    }
}
.breadcrumb-area .breadcrumbs ul {
    list-style: none;
    padding: 0;
    display: flex;
}
.breadcrumb-area .breadcrumbs ul li {
    color: var(--color-primary-orange);
    font-family: var(--ff-grotesk);
    font-size: 22px;
    font-weight: 400;
    line-height: 116.667%;
    text-transform: none;
    z-index: 0;
    padding: 0 20px;
    position: relative;
}
.breadcrumb-area .breadcrumbs ul li:first-child {
    padding-left: 0;
}
.breadcrumb-area .breadcrumbs ul li::before {
    content: "/";
    right: -7px;
    top: 6px;
    font-size: 22px;
    z-index: -1;
    line-height: 12px;
    position: absolute;
    font-weight: 400;
}
.breadcrumb-area .breadcrumbs ul li:last-child::before {
    display: none;
}
.brand-box {
    width: 320px;
    height: 240px;
    flex-shrink: 0;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}
.brand-box img {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}
.brand-box:hover img {
    filter: grayscale(0%);
}
@media only screen and (max-width: 767.98px) {
    .brand-box {
        width: 296px;
        height: 196px;
    }
}
.brand-slide-wrap .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.brand-slide-wrap .swiper-wrapper .swiper-slide {
    width: auto;
}
.sidebar-wrapper {
    gap: 54px;
}
.sidebar-link {
    gap: 16px;
}
.sidebar-link li {
    border: 1px solid var(--color-black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    font-family: var(--ff-grotesk);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.4px;
    transition: all 0.4s;
}
.sidebar-link li:hover {
    background-color: var(--color-primary-orange);
    border: 1px solid transparent;
    color: #fff;
}
.widget-search input {
    border: 1px solid #dfdfdf;
    padding: 16px 53px 16px 20px;
}
.widget-search button {
    right: 20px;
}
.widget-category ul {
    gap: 8px;
}
.widget-category ul li {
    transition: all 0.2s;
}
.widget-category ul li:hover {
    color: var(--color-primary-orange);
}
.widget-recent-post .recent-post-wrapper {
    gap: 28px;
}
.widget-recent-post .recent-post-wrapper .recent-post-box {
    gap: 24px;
}
.widget-recent-post .recent-post-wrapper .recent-post-box .recent-post-img {
    flex-shrink: 0;
}
.widget-recent-post .recent-post-wrapper .recent-post-box .recent-post-img img {
    max-width: 104px;
    height: 112px;
}
.widget-recent-post .recent-post-wrapper .recent-post-box .recent-post-info h5 {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    margin-bottom: 4px;
    transition: all 0.3s;
}
.widget-recent-post .recent-post-wrapper .recent-post-box:hover .recent-post-info h5 {
    color: var(--color-primary-orange);
}
.structa-details-content p {
    margin-bottom: 20px;
}
.structa-details-content p.text-1 {
    margin-bottom: 0;
}
.structa-details-content p.text-2 {
    margin-bottom: 50px;
}
.structa-details-content .details-title {
    margin-bottom: 24px;
}
.structa-details-content .details-title.title-bottom {
    font-size: 38px;
    line-height: 110%;
    letter-spacing: -0.6px;
}
.details-gap-bottom-80 {
    margin-bottom: 80px;
}
.details-gap-top-80 {
    margin-top: 80px;
}
@media only screen and (max-width: 1199.98px) {
    .details-gap-bottom-80 {
        margin-bottom: 40px;
    }
    .details-gap-top-80 {
        margin-top: 40px;
    }
}
.listing-wrap {
    gap: 12px;
}
.listing-wrap li {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}
.structa-pagination {
    gap: 16px;
}
.structa-pagination li a {
    line-height: 1;
    font-family: var(--ff-grotesk);
    font-size: 14px;
    font-weight: 500;
    padding: 18px 24px;
    background: #f6f6f6;
    transition: all 0.3s;
    display: inline-block;
}
.structa-pagination li a:hover {
    background-color: var(--color-black);
    color: #fff;
}
.structa-pagination li.active a {
    background-color: var(--color-black);
    color: #fff;
}
.tag-list {
    gap: 12px;
}
.tag-list li {
    font-family: var(--ff-grotesk);
    background: #f6f6f6;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    transition: all 0.4s;
}
.tag-list li:hover {
    color: var(--color-primary-orange);
}
.project-details-col .col {
    flex: 0 0%;
}
.project-details-col .col-info {
    max-width: 180px;
}
@media only screen and (max-width: 575.98px) {
    .project-details-col .col-info {
        max-width: 100%;
    }
}
.comments-wrap .single-comments-box {
    gap: 28px;
}
@media only screen and (max-width: 991.98px) {
    .comments-wrap .single-comments-box {
        gap: 12px;
    }
}
.comments-wrap .single-comments-box:not(:last-child) {
    margin-bottom: 42px;
}
.comments-wrap .single-comments-box:nth-child(even) {
    padding-left: 128px;
}
@media only screen and (max-width: 991.98px) {
    .comments-wrap .single-comments-box:nth-child(even) {
        padding-left: 20px;
    }
}
.comments-wrap .single-comments-box .comments-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.comments-wrap .single-comments-box .comments-info .btn-wt-border {
    border-bottom: 1.5px solid var(--color-primary-orange);
}
.comments-wrap .single-comments-box .comments-info .btn-wt-border:hover {
    color: var(--color-primary-orange);
}
.form-wrapper {
    padding: 100px;
}
.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=file]),
.form-wrapper textarea,
.form-wrapper select {
    width: 100%;
    padding: 14px 0;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    transition: border-color 0.3s ease;
    background: inherit;
}
.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=file]):focus,
.form-wrapper textarea:focus,
.form-wrapper select:focus {
    border-bottom-color: var(--color-primary-orange);
    box-shadow: none;
    outline: none;
    background: transparent;
}
.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=file])::placeholder,
.form-wrapper textarea::placeholder,
.form-wrapper select::placeholder {
    color: var(--color-black);
}
.form-wrapper.for-black input {
    font-family: var(--ff-inria-sans);
}
.form-wrapper.for-black input:not([type=checkbox]):not([type=radio]):not([type=file]),
.form-wrapper.for-black textarea {
    border-bottom: 1px solid #39393a;
    background-color: transparent;
    color: #fff;
}
.form-wrapper.for-black input:not([type=checkbox]):not([type=radio]):not([type=file]):focus,
.form-wrapper.for-black textarea:focus {
    border-bottom-color: var(--color-primary-orange);
    box-shadow: none;
    outline: none;
    background: transparent;
}
.form-wrapper.for-black input:not([type=checkbox]):not([type=radio]):not([type=file])::placeholder,
.form-wrapper.for-black textarea::placeholder {
    color: var(--color-white);
}
@media only screen and (max-width: 1199.98px) {
    .form-wrapper {
        padding: 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    .form-wrapper {
        padding: 30px;
    }
}
.form-wrapper.wrapper-two {
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 70px;
}
.form-wrapper.wrapper-two .form-check-input[type=checkbox] {
    border-radius: 0;
}
@media only screen and (max-width: 1199.98px) {
    .form-wrapper.wrapper-two {
        padding: 50px;
    }
}
@media only screen and (max-width: 991.98px) {
    .form-wrapper.wrapper-two {
        padding: 30px;
    }
}
.contact-address-info {
    gap: 32px;
}
.contact-address-info .single-address-info .info-address {
    font-size: 22px;
    display: inline-block;
    margin-top: 6px;
}
.map-wrap {
    height: 700px;
}
.map-wrap iframe {
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 1199.98px) {
    .map-wrap {
        height: 500px;
    }
}
@media only screen and (max-width: 991.98px) {
    .map-wrap {
        height: 350px;
    }
}
.error-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.error-wrap {
    height: calc(100vh - 102px);
}
.error-wrap .error-info {
    max-width: 680px;
}
@media only screen and (max-width: 991.98px) {
    .error-wrap {
        height: calc(100vh - 122px);
    }
}
