/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --thm-font: 'Open Sans', 'Jost', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #726f84;
    --thm-gray-rgb: 114, 111, 132;
    --thm-primary: #237a91;
    --thm-primary-rgb: 35, 122, 145;
    --thm-primary-dark: #043a4e;
    --thm-primary-dark-rgb: 4, 58, 78;
    --thm-primary-light: #edf3f6;
    --thm-primary-light-rgb: 237, 243, 246;
    --thm-primary-medium: #9FC3CD;
    --thm-black: #0f0d1d;
    --thm-black-rgb: 15, 13, 29;
    --thm-base: #ffffff;
    --thm-base-rgb: 255, 255, 255;
    --thm-light: #f2f4f8;
    --thm-light-rgb: 242, 244, 248;
    --thm-letter-space-big: 0.1em;
    --thm-letter-space-small: -0.02em;
    --thm-subtle-danger: #f8d7da;
}

.background-light {
    background-color: var(--thm-light) !important;
}

.background-primary-light {
    background-color: var(--thm-primary-light) !important;
}

.background-primary-dark {
    background-color: var(--thm-primary-dark) !important;
}

.background-black {
    background-color: var(--thm-black) !important;
}

.background-gray {
    background-color: var(--thm-gray) !important;
}

.strong {
    font-weight: bold !important;
}

.text-color-light {
    color: var(--thm-light) !important;
}

.text-color-white {
    color: #fff !important;
}

.text-color-primary {
    color: var(--thm-primary) !important;
}

.text-color-primary-dark {
    color: var(--thm-primary-dark) !important;
}

.form-message {
    padding: 10px;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #fff;
    background: var(--thm-black);
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.wow {
    visibility: hidden;
}

body {
    font-family: var(--thm-font);
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
}

    body.locked {
        overflow: hidden;
    }

a {
    color: var(--thm-gray);
    color: var(--thm-primary);
}

    a,
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.btn-primary {
    color: #fff;
    background-color: var(--thm-primary);
    border-color: var(--thm-primary);
    box-shadow: none;
    border-radius: unset;
}

.btn-primary:hover, .btn-primary:active, btn-primary:focus {
    color: #fff;
    background-color: var(--thm-primary-dark);
    border-color: var(--thm-primary-dark);
    box-shadow: none;
    border-radius: unset;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-primary);
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 50px;
    transition: 500ms;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.thm-btn.compact {
    padding: 18px 20px;
    white-space: nowrap;
    font-size: 13px;
}

.thm-btn.dark {
    background-color: var(--thm-primary-dark);
    color: var(--thm-base);
}

.thm-btn:hover {
    background: var(--thm-primary-light);
    color: var(--thm-primary);
}

.thm-btn.black, .hover-black:hover, .thm-btn.dark:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

.thm-btn.black:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

.dark-bg-jarallax {
    position: relative;
    display: block;
    background-color: var(--thm-black) !important;
}

.dark-bg-jarallax div[id^="jarallax-container"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}

h3.text-uppercase {
    font-size: 1.5rem;
    font-weight: bold;
}

.hide {
    display: none !important;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.w-60 {
    width: 60%;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-100 {
    padding-bottom: 120px !important;
}

.pt-100 {
    padding-top: 120px !important;
}

.pt-120 {
    padding-top: 100px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pr-xs {
    padding-right: 7px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.border-top-primary {
    border-top: 4px solid var(--thm-primary);
}

.rotate-big-text {
    font-size: 100px;
    color: var(--thm-primary-light);
    text-transform: uppercase;
    font-weight: 300;
    cursor: vertical-text;
    position: absolute;
    top: calc(450px + 900px);
    right: 120px;
    transform: rotate(90deg);
    opacity: .4;
    z-index: -1;
    transform-origin: right center;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    width: 900px;
    height: 130px;
    line-height: 130px;
}

.filter-luminosity {
    mix-blend-mode: luminosity !important;
    background-blend-mode: luminosity;
    opacity: .7 !important;
}

.seo-only {
    display: none !important;
    visibility: hidden !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--thm-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.text-primary-dark {
    color: var(--thm-primary-dark);
}

.text-primary {
    color: var(--thm-primary);
}

.text-smaller {
    font-size: smaller;
}

.section {
    position: relative;
    display: block;
    padding: 90px 0 90px;
}

.section-innerpage {
    position: relative;
    display: block;
    padding: 60px 0 80px;
}

.section-title {
    margin-bottom: 50px;
}

.section-title__title,
.section h2,
.section-innerpage h2 {
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
    letter-spacing: var(--thm-letter-space-small);
}

.section-innerpage h2 {
    margin-bottom: 15px;
}

.section-innerpage p + h2 {
    margin-top: 40px;
}

.section h2.lgr,
.section-innerpage h2.lgr {
    font-size: 40px;
    line-height: 45px;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 7px;
    align-items: center;
}

.section-innerpage .section-title__tagline {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.05em;
}

.section-title__text,
.section p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-title__lead {
    font-size: 26px !important;
    color: var(--thm-primary);
    font-weight: 400;
    line-height: 45px !important;
}

.section-innerpage p,
.section-innerpage ul {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--thm-base);
}


/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

    .scroll-to-top i {
        color: var(--thm-base);
        font-size: 18px;
        line-height: 45px;
    }

    .scroll-to-top:hover {
        background-color: var(--thm-black);
    }

        .scroll-to-top:hover i {
            color: var(--thm-base);
        }

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    padding: 0 60px;
    background: rgba(var(--thm-primary-dark-rgb), .17);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 91;
    transition: all 500ms ease;
}

.boxed-wrapper .main-header {
    padding-right: 0;
}

.main-header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background-color: rgba(var(--thm-base-rgb), .15);
}

.main-menu {
    position: relative;
    z-index: 91;
}

.main-menu-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-wrapper__left {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-wrapper__logo {
    position: relative;
    float: left;
    padding: 40.5px 60px;
    padding: 0 0;
    padding-left: 0;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

    .main-menu-wrapper__logo a {
        display: block;
        height: 90px;
        width: 90px;
        margin-right: 50px;
        visibility: hidden
    }


.main-menu-wrapper__main-menu {
    position: relative;
    display: flex;
    padding-left: 60px;
    padding-right: 60px;
}


.main-menu-wrapper__right {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.main-menu-wrapper__social-box {
    position: relative;
    display: block;
    float: left;
}

.main-menu-wrapper__social {
    display: flex;
    align-items: center;
    padding: 19px 0;
}

    .main-menu-wrapper__social a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: var(--thm-base);
        font-size: 17px;
        transition: all 500ms ease;
    }

        .main-menu-wrapper__social a + a {
            margin-left: 25px;
        }

        .main-menu-wrapper__social a:hover {
            color: var(--thm-primary);
        }

.main-menu-wrapper__search-box {
    position: relative;
    display: block;
    float: left;
    margin-left: 60px;
    margin-right: 60px;
}

.boxed-wrapper .main-menu-wrapper__search-box {
    margin-right: 0;
}

.main-menu-wrapper__search {
    font-size: 24px;
    color: var(--thm-base);
    padding: 45.5px 60px 45.5px;
    display: inline-block;
    transition: all 500ms ease;
    border-left: 1px solid rgba(255, 255, 255, .15);
    border-right: 1px solid rgba(255, 255, 255, .15);
}

    .main-menu-wrapper__search:hover {
        color: var(--thm-primary);
    }

.main-menu-wrapper__phone-contact {
    position: relative;
    display: block;
    float: left;
}

.boxed-wrapper .main-menu-wrapper__phone-contact {
    display: none;
}



.main-menu-wrapper__phone-contact > p {
    font-size: 16px;
    color: var(--thm-light);
    margin: 0;
    line-height: 20px;
    opacity: 1;
    font-weight: 600;
}

.main-menu-wrapper__phone-contact > a {
    font-size: 16px;
    color: var(--thm-base);
    font-weight: 600;
    transition: all 500ms ease;
}

    .main-menu-wrapper__phone-contact > a:hover {
        color: var(--thm-primary);
    }


.stricky-header {
    padding: 0 60px;
    background-color: var(--thm-black);
}


    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        align-items: center;
        display: none;
    }

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 40.5px;
    padding-bottom: 40.5px;
    position: relative;
}

    .main-menu .main-menu__list > li + li,
    .stricky-header .main-menu__list > li + li {
        margin-left: 44px;
    }

    .main-menu .main-menu__list > li > a,
    .stricky-header .main-menu__list > li > a {
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        color: var(--thm-base);
        text-transform: uppercase;
        position: relative;
        transition: all 500ms ease;
        letter-spacing: var(--thm-letter-space-big);
    }

        .main-menu .main-menu__list > li > a::before,
        .stricky-header .main-menu__list > li > a::before {
            content: '';
            width: 10px;
            height: 2px;
            background-color: var(--thm-base);
            position: absolute;
            bottom: 0px;
            left: 0;
            transition: transform 500ms ease;
            transform: scale(0, 1);
            transform-origin: right center;
            z-index: -1;
        }

    .main-menu .main-menu__list > li.current > a,
    .main-menu .main-menu__list > li:hover > a,
    .stricky-header .main-menu__list > li.current > a,
    .stricky-header .main-menu__list > li:hover > a {
        color: var(--thm-base);
    }

        .main-menu .main-menu__list > li.current > a::before,
        .main-menu .main-menu__list > li:hover > a::before,
        .stricky-header .main-menu__list > li.current > a::before,
        .stricky-header .main-menu__list > li:hover > a::before {
            transform: scale(1, 1);
            transform-origin: left center;
        }




.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: var(--thm-base);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

    .main-menu .main-menu__list li ul li + li,
    .stricky-header .main-menu__list li ul li + li {
        border-top: 1px solid rgba(var(--thm-black), 0.1);
    }

    .main-menu .main-menu__list li ul li a,
    .stricky-header .main-menu__list li ul li a {
        font-size: 13px;
        line-height: 20px;
        color: var(--thm-black);
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        transition: 500ms;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: var(--thm-letter-space-big);
    }

    .main-menu .main-menu__list li ul li:hover > a,
    .stricky-header .main-menu__list li ul li:hover > a {
        background-color: var(--thm-primary);
        color: var(--thm-base);
    }

    .main-menu .main-menu__list li ul li > ul,
    .stricky-header .main-menu__list li ul li > ul {
        top: 0;
        left: 100%;
    }

        .main-menu .main-menu__list li ul li > ul.right-align,
        .stricky-header .main-menu__list li ul li > ul.right-align {
            top: 0;
            left: auto;
            right: 100%;
        }

        .main-menu .main-menu__list li ul li > ul ul,
        .stricky-header .main-menu__list li ul li > ul ul {
            display: none;
        }

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: var(--thm-primary-dark);
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform 500ms ease, visibility 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important
    }
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
}

    .mobile-nav__buttons a + a {
        margin-left: 10px;
    }

    .mobile-nav__buttons a:hover {
        color: var(--thm-base);
    }

.main-menu .mobile-nav__toggler {
    cursor: pointer;
    transition: 500ms;
    margin-right: 20px;
    display: flex;
}

.main-menu .mobile-nav__toggler-bar {
    width: 30px;
    height: 2px;
    background-color: var(--thm-base);
    display: block;
    transform: scale(1);
    transform-origin: right center;
    transition: transform 500ms ease;
}

.main-menu-three .mobile-nav__toggler-bar {
    background: var(--thm-black);
}

.main-menu .mobile-nav__toggler:hover .mobile-nav__toggler-bar {
    transform: scale(1) !important;
}

.main-menu .mobile-nav__toggler-bar:nth-child(1) {
    transform: scaleX(.55);
    margin-bottom: 4px;
}

.main-menu .mobile-nav__toggler-bar:nth-child(2) {
    transform: scaleX(.75);
    margin-bottom: 4px;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--thm-base);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center;
    }

    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom;
    }

    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top;
    }

    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        transform-origin: center center;
    }
}

@keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center;
    }

    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom;
    }

    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top;
    }

    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        transform-origin: center center;
    }
}

@-webkit-keyframes shapeMover {

    0%, 100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes shapeMover {

    0%, 100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@-webkit-keyframes banner3Shake {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes banner3Shake {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@-webkit-keyframes squareMover {

    0%, 100% {
        transform: translate(0, 0) rotate(0);
    }

    20%, 60% {
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%, 80% {
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes squareMover {

    0%, 100% {
        transform: translate(0, 0) rotate(0);
    }

    20%, 60% {
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%, 80% {
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@-webkit-keyframes treeMove {

    0%, 100% {
        transform: rotate(0deg) translateX(0);
    }

    25%, 75% {
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes treeMove {

    0%, 100% {
        transform: rotate(0deg) translateX(0);
    }

    25%, 75% {
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        transform: rotate(10deg) translateX(30px);
    }
}


/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}


@-webkit-keyframes service_hexagon_2 {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}


@keyframes service_hexagon_2 {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
    z-index: 999;
    visibility: hidden;
}

    .mobile-nav__wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-nav__wrapper.expanded {
        opacity: 1;
        transform: translateX(0%);
        visibility: visible;
    }

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--thm-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

    .mobile-nav__content .thm-btn {
        padding: 8px 0;
        width: 100%;
        text-align: center;
    }

    .mobile-nav__content .logo-box {
        margin-bottom: 20px;
        display: flex;
    }

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--thm-text-dark);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .mobile-nav__content .main-menu__list ul {
        display: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-nav__content .main-menu__list li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-nav__content .main-menu__list li a {
        display: flex;
        justify-content: space-between;
        line-height: 30px;
        color: var(--thm-base);
        font-size: 14px;
        font-family: var(--thm-font);
        font-weight: 500;
        height: 46px;
        align-items: center;
        transition: 500ms;
    }

        .mobile-nav__content .main-menu__list li a.expanded {
            color: var(--thm-primary);
            font-size: 16px;
        }

        .mobile-nav__content .main-menu__list li a button {
            width: 30px;
            height: 30px;
            background-color: var(--thm-primary);
            border: none;
            outline: none;
            color: var(--thm-base);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            transform: rotate(-90deg);
            transition: transform 500ms ease;
        }

            .mobile-nav__content .main-menu__list li a button.expanded {
                transform: rotate(0deg);
                background-color: var(--thm-base);
                color: var(--thm-black);
            }

    .mobile-nav__content .main-menu__list li.cart-btn span {
        position: relative;
        top: auto;
        right: auto;
        transform: translate(0, 0);
    }

    .mobile-nav__content .main-menu__list li.cart-btn i {
        font-size: 16px;
    }

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .mobile-nav__top .main-menu__login a {
        color: var(--thm-text-dark);
    }

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

    .mobile-nav__social a {
        font-size: 16px;
        color: var(--thm-primary);
        transition: 500ms;
    }

        .mobile-nav__social a + a {
            margin-left: 30px;
        }

        .mobile-nav__social a:hover {
            color: var(--thm-base);
        }

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .mobile-nav__contact li {
        color: var(--thm-text-dark);
        font-size: 14px;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
    }

        .mobile-nav__contact li + li {
            margin-top: 15px;
        }

        .mobile-nav__contact li a {
            color: var(--thm-base);
            transition: 500ms;
        }

            .mobile-nav__contact li a:hover {
                color: var(--thm-primary);
            }

        .mobile-nav__contact li > i {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: var(--thm-primary);
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 11px;
            margin-right: 10px;
            color: var(--thm-base);
        }

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}




/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.swiper-wrapper {
    height: 910px;
}

.main-slider {
    overflow: hidden;
    position: relative;
}

    .main-slider .swiper-slide {
        position: relative;
        background-color: var(--thm-primary-dark);
    }

        .main-slider .swiper-slide .container {
            position: relative;
            z-index: 30;
        }

    .main-slider .image-layer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        transform: scale(1);
        transition: transform 7000ms ease;
        z-index: 1;
        background-color: var(--thm-gray);
        background-blend-mode: overlay;
        opacity: 0.97;
        background-position: center center;
        max-height: 970px;
        overflow: hidden;
    }

        .main-slider .image-layer.nofilter {
            background-blend-mode: unset;
            opacity: 1;
        }

.main-slider-three .image-layer {
    background-blend-mode: unset;
    opacity: 1;
}

[class*=main-slider-shape-] {
    position: absolute;
    width: 889px;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(200px);
    display: none;
}

@media (min-width: 1025px) {
    [class*=main-slider-shape-] {
        display: block;
    }
}

.main-slider-shape-1 {
    background-image: url(../img/shapes/main-shape.png);
    z-index: 10;
    mix-blend-mode: unset;
}


.main-slider .swiper-slide-active .main-slider-shape-1 {
    opacity: .4;
    transform: translate(0);
    transition: all 1500ms ease;
    transition-delay: 200ms;
}

.main-slider .container {
    padding-top: 196px;
    padding-bottom: 178px;
}

.main-slider__content {
    position: relative;
    display: block;
    margin-top: 50px;
}

.main-slider p.background {
    font-size: 16px;
    position: relative;
    font-weight: 700;
    color: var(--thm-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: rgba(var(--thm-primary-rgb), .50);
    display: inline-block;
    padding: 8px 30px;
    margin: 0;
    opacity: 0;
    transform: translateY(-120px);
    transition-delay: 0;
    transition: transform 2000ms ease, opacity 2000ms ease;
}

.main-slider .content,
.main-slider p {
    opacity: 0;
    transform: translateY(110px);
    transition-delay: 1200ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
    font-size: 26px;
    text-transform: none;
    line-height: 30px;
    color: #fff;
    padding-bottom: 40px;
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 30px;
    color: var(--thm-base);
    font-weight: 900;
    letter-spacing: var(--thm-letter-space-small);
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
    padding-top: 32px;
}

.main-slider .thm-btn {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

    .main-slider .thm-btn:hover {
        background-color: var(--thm-primary-dark);
        color: var(--thm-base);
    }

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active .content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider__nav {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


    .main-slider__nav .swiper-button-next,
    .main-slider__nav .swiper-button-prev {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 30px;
        width: 30px;
        z-index: 100;
        font-size: 20px;
        color: var(--thm-base);
        opacity: 1;
        margin: 0;
        transition: all 500ms ease;
    }


        .main-slider__nav .swiper-button-next:hover,
        .main-slider__nav .swiper-button-prev:hover {
            color: var(--thm-base);
        }

            .main-slider__nav .swiper-button-prev:hover .main-slider__next-text {
                color: var(--thm-base);
            }

            .main-slider__nav .swiper-button-next:hover .main-slider__prev-text {
                color: var(--thm-base);
            }

        .main-slider__nav .swiper-button-next::after,
        .main-slider__nav .swiper-button-prev::after {
            display: none;
        }

    .main-slider__nav .swiper-button-prev {
        margin-bottom: 0px;
        display: flex;
        flex-direction: row-reverse;
    }

        .main-slider__nav .swiper-button-prev .icon-left-arrow {
            position: relative;
            transform: rotate(180deg);
            transition: all 500ms ease;
        }

        .main-slider__nav .swiper-button-prev span {
            margin-left: 10px;
        }

    .main-slider__nav .swiper-button-next span {
        margin-right: 10px;
    }

    .main-slider__nav .swiper-button-prev i,
    .main-slider__nav .swiper-button-next i {
        transition: all 500ms ease;
        right: 0;
        position: relative;
    }

    .main-slider__nav .swiper-button-prev:hover i {
        right: 5px;
    }

    .main-slider__nav .swiper-button-next:hover i {
        right: -5px;
    }

.main-slider__next-text {
    font-size: 12px;
    color: var(--thm-base);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: var(--thm-letter-space-big);
    transition: all 500ms ease;
}

.main-slider__prev-text {
    font-size: 12px;
    color: var(--thm-base);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: var(--thm-letter-space-big);
    transition: all 500ms ease;
}



/*--------------------------------------------------------------
# Call Box
--------------------------------------------------------------*/
.callbox__call {
    display: flex;
    align-items: center;
    padding-top: 35px;
}

.callbox__call-icon:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}


.welcome-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.welcome-one__left {
    position: relative;
    display: block;
    margin-right: 60px;
}

.welcome-one__img-box {
    position: relative;
    display: block;
}

.welcome-one__img-1 {
    background-color: var(--thm-black);
}

    .welcome-one__img-1 > img {
        width: 100%;
    }

.welcome-one__img-2 {
    background-color: var(--thm-black);
    border-top: 20px solid var(--thm-base);
    border-left: 20px solid var(--thm-base);
    position: absolute;
    bottom: -60px;
    right: -20px;
}

.welcome-one__video-btn {
    height: 125px;
    width: 125px;
    background-color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    font-size: 20px;
    position: absolute;
    top: 40px;
    left: -40px;
    transition: all 500ms ease;
}



.welcome-one__video-btn-icon .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 125px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

    .welcome-one__video-btn-icon .ripple:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        content: "";
        position: absolute;
    }

    .welcome-one__video-btn-icon .ripple:after {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        content: "";
        position: absolute;
    }

    .welcome-one__video-btn-icon .ripple:before,
    .welcome-one__video-btn-icon .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 125px;
        height: 125px;
        transform: translate(-50%, -50%);
        -ms-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
        -o-box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
        box-shadow: 0 0 0 0 rgba(var(--thm-black-rgb), 0.6);
        -webkit-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }

    100% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }

    100% {
        box-shadow: 0 0 0 40px rgba(15, 13, 29, 0);
    }
}


.callbox__call-icon {
    height: 68px;
    width: 68px;
    background-color: #dbe8ec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: var(--thm-primary);
    transition: all 500ms ease;
}

.welcome-one__call:hover .welcome-one__call-icon {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}


.callbox__call-text {
    margin-left: 20px;
    width: 80%;
}

    .callbox__call-text p {
        font-size: 20px;
        font-weight: 400;
        margin: 0;
    }

    .callbox__call-text a {
        font-size: 18px;
        color: var(--thm-black);
        transition: all 500ms ease;
    }

        .callbox__call-text a:hover {
            color: var(--thm-primary);
        }

.callbox__big-text {
    font-size: 120px;
    color: var(--thm-light);
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: 300;
    cursor: vertical-text;
    position: absolute;
    top: 358px;
    right: -473px;
    transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Two Boxes
--------------------------------------------------------------*/
.two-boxes {
    position: relative;
    display: block;
    z-index: 2;
    padding-bottom: 120px;
}

    .two-boxes .row {
        --bs-gutter-x: 0px;
    }

.two-boxes__single {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.10);
    padding: 60px 60px 52px;
    counter-increment: twoBoxesCount;
}

.two-boxes__single.padding-condensed {
    padding: 50px 60px 50px;
}

.two-boxes__single.padding-condensed p {
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: -10px
}

.two-boxes__single-content {
    position: relative;
    display: block;
    padding-left: 68px;
}


.two-boxes__title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 11px;
    margin-top: -6px;
    letter-spacing: var(--thm-letter-space-small);
}

.two-boxes__text {
    font-size: 16px;
    margin: 0;
}

/*--------------------------------------------------------------
# Image Box One
--------------------------------------------------------------*/
.image-box-one {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    padding: 180px 0 90px;
    margin-top: -60px;
}


.image-box-one--one-page {
    margin-top: 0;
    padding-top: 120px;
    background-color: transparent;
}


.image-box-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.image-box-one__img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.image-box-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
}

    .image-box-one__img > img {
        width: 100%;
        transform: scale(1);
        transition: all 500ms ease;
    }

.image-box-one__single:hover .image-box-one__img > img {
    transform: scale(1.05);
    opacity: 1;
}

.image-box-one__content {
    padding: 48px 50px 44px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 40px;
    z-index: 1;
}

    .image-box-one__content:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background-color: var(--thm-primary);
        z-index: -1;
        transform: translateY(100%);
        transition: all 500ms ease;
    }

.image-box-one__single:hover .image-box-one__content:before {
    transform: translateY(0);
}



.image-box-one__icon span {
    font-size: 65px;
    color: var(--thm-base);
    line-height: 65px;
    display: block;
    transform: scale(1);
    transform-origin: left center;
    transition: transform 500ms ease;
}

.image-box-one__single:hover .image-box-one__icon span {
    transform: scale(.85);
}

.image-box-one__tagline,
.image-box-one__content p {
    font-size: 14px;
    color: var(--thm-base);
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-big);
}

    .image-box-one__tagline.lgr {
        font-size: 16px !important;
        padding-bottom: 5px;
    }

.image-box-one__title,
.image-box-one__content .image-box-one__title,
.image-box-one__content .h2 {
    font-size: 18px;
    color: var(--thm-base);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: var(--thm-letter-space-small);
}

    .image-box-one__title a {
        color: var(--thm-base);
        transition: all 500ms ease;
        background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
    }

        .image-box-one__title a:hover {
            color: var(--thm-base);
            background-size: 100% 2px;
        }

/*--------------------------------------------------------------
# Our Mission
--------------------------------------------------------------*/
.our-mission, .calltoaction {
    position: relative;
    display: block;
    padding: 60px 0 70px;
    background-color: transparent;
}

.our-mission-bg, .calltoaction-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-mission__inner {
    position: relative;
    display: block;
    text-align: center;
}

.our-mission__title {
    font-size: 60px;
    color: var(--thm-base);
    font-weight: 900;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 46px;
    letter-spacing: var(--thm-letter-space-small);
}



/*--------------------------------------------------------------
# Faq One
--------------------------------------------------------------*/
.faq-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}





.faq-one-accrodion {
    position: relative;
    display: block;
    counter-reset: count;
}

    .faq-one-accrodion .accrodion {
        position: relative;
        display: block;
        border: 1px solid transparent;
        transition: all 500ms ease;
    }

        .faq-one-accrodion .accrodion.active {
            border: 1px solid var(--thm-primary-light);
            background-color: var(--thm-base);
            box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .05);
        }

    .faq-one-accrodion .accrodion-title {
        position: relative;
        display: block;
        cursor: pointer;
        padding: 22px 0px 22px;
        padding-top: 23.5px;
        padding-bottom: 23.5px;
        padding-left: 40px;
        padding-right: 30px;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        background-color: #f7f8fb;
    }

        .faq-one-accrodion .accrodion-title h4 {
            margin: 0;
            font-size: 16px;
            font-weight: 800;
            line-height: 28px;
            color: var(--thm-black);
            text-transform: uppercase;
            position: relative;
            letter-spacing: var(--thm-letter-space-small);
            transition: all 500ms ease;
        }

            .faq-one-accrodion .accrodion-title h4 span {
                position: relative;
                display: inline-block;
                color: var(--thm-primary);
            }

                .faq-one-accrodion .accrodion-title h4 span:before {
                    counter-increment: count;
                    content: ""counter(count);
                }

    .faq-one-accrodion .accrodion + .accrodion {
        margin-top: 10px;
    }

    .faq-one-accrodion .accrodion.active .accrodion-title {
        background-color: transparent;
    }

        .faq-one-accrodion .accrodion.active .accrodion-title h4 {
            color: var(--thm-black);
        }

    .faq-one-accrodion .accrodion-title h4::before {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 12px;
        color: var(--thm-primary);
        position: absolute;
        top: 50%;
        right: 0;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateY(-50%);
        transition: all 500ms ease;
    }

    .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
        content: "\f068";
        color: var(--thm-black);
        height: 35px;
        width: 35px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .faq-one-accrodion h4 div {
        width: 94%;
        padding-right: 10px;
    }

    .faq-one-accrodion .accrodion-content {
        position: relative;
        padding: 0px 40px 28px;
        border-bottom: 0px solid #e5e5e5;
    }



    .faq-one-accrodion .accrodion.last-chiled.active .accrodion-content {
        border-bottom: 0px solid transparent;
    }

    .faq-one-accrodion .accrodion-content p {
        margin: 0;
        font-size: 16px;
    }

.faq-one__right {
    position: relative;
    display: block;
}

.faq-one__img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

    .faq-one__img > img {
        width: 100%;
    }

.faq-one__bottom,
.section_flex__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 42px;
}

.faq-one__list-box,
.section_flex__list-box {
    position: relative;
    display: block;
    margin-right: 15px;
}



.faq-one__list li,
.section_flex__container li {
    display: flex;
    align-items: center;
}

.faq-one__list li + li,
.section_flex__container li + li {
    margin-top: 6px;
}



.faq-one__list li .icon span,
.section_flex__container li .icon span {
    font-size: 20px;
    color: var(--thm-primary);
    display: block;
    transform: scale(1);
    transform-origin: right center;
    transition: transform 500ms ease;
}

.faq-one__list li:hover .icon span,
.section_flex__container li:hover .icon span {
transform: scale(.75);
}

.faq-one__list li .text,
.section_flex__container li .text {
margin-left: 20px;
}

.faq-one__list li .text p,
.section_flex__container li .text p {
    margin: 0;
    font-weight: 400;
}

.faq-one__experience-box,
.section_flex__experience-box {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    text-align: center;
    max-width: 200px;
    width: 100%;
    padding: 28px 0 38px;
}

.faq-one__experience-box h2,
.section_flex__experience-box h2 {
    font-size: 60px;
    color: var(--thm-base);
    line-height: 70px;
    font-weight: 900;
}

.faq-one__experience-box p,
.section_flex__experience-box p {
    margin: 0;
    color: var(--thm-base);
    line-height: 25px;
}

/*--------------------------------------------------------------
# Testimonials One
--------------------------------------------------------------*/
.testimonials-one {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    padding: 120px 0 120px;
}



.testimonial-one-map {
    position: absolute;
    top: 0%;
    left: 55%;
    right: 0;
    width: 1170px;
    height: 566px;
    transform: translateX(-50%);
    opacity: 0.07;
}



.testimonials-one__left .section-title__tagline {
    letter-spacing: 0;
}


.testimonials-one__carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 40px;
}

.testimonials-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 64px;
    left: -405px;
}

.testimonials-one__carousel.owl-theme .owl-nav .owl-next {
    height: 65px;
    width: 65px;
    background: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 23px;
    text-align: center;
    transition: all 500ms ease;
}

.testimonials-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 65px;
    width: 65px;
    background: var(--thm-base);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 23px;
    text-align: center;
    transform: rotate(180deg);
    transition: all 500ms ease;
}

.testimonials-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonials-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: var(--thm-base);
    background-color: var(--thm-primary);
}

.testimonials-one__carousel.owl-theme .owl-nav button:focus {
outline: none;
}

.testimonials-one__single {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, .07);
    padding: 40px 50px 57px;
    min-height: 260px;
}

.testimonials-one__text {
    margin: 0;
}

.testimonials-one__client-info {
    position: relative;
    display: block;
    padding-top: 22px;
}

.testimonials-one__client-name,
.testimonials-one__client-info h5 {
    font-size: 16px;
    color: var(--thm-black);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: var(--thm-letter-space-small);
}

.testimonials-one__client-title,
.testimonials-one__client-info p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: var(--thm-letter-space-big);
    margin: unset;
}

.testimonials-one__client-img {
    position: absolute;
    left: 50px;
    bottom: -38px;
    overflow: hidden;
    border-radius: 50%;
}

.testimonials-one__client-img > img {
    width: 77px;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.testimonials-one__quote {
    position: absolute;
    bottom: 60px;
    right: 50px;
    background-image: url(../img/testimonial/testimonials-1-icon.png);
    background-repeat: no-repeat;
    width: 99px;
    height: 55px;
}


/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counters-one {
    position: relative;
    display: block;
    background-color: var(--thm-black);
    padding-bottom: 0;
}

.counters-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}

.counters-one__box {
    position: relative;
    display: block;
    margin: 0;
}

.counter-one__single {
    position: relative;
    display: inline-block;
    max-width: 284px;
    width: 100%;
    text-align: center;
}

.counter-one__single:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 9px;
    content: "";
    width: 1px;
    background-color: rgb(255, 255, 255, .1);
}

.counter-one__single:first-child:before {
    display: none;
}

.counter-one__icon {
    position: relative;
    display: flex;
    height: 110px;
    width: 110px;
    margin: 0 auto;
    background-color: #06050c;
    align-items: center;
    justify-content: center;
}

.counter-one__icon span {
    font-size: 65px;
    color: var(--thm-primary);
    line-height: 65px;
    display: block;
    transform: scale(1);
    transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__icon span {
    transform: scale(.85);
}

.counter-one__single h3 {
    font-size: 40px;
    color: var(--thm-base);
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 4px;
    margin-top: 25px;
    font-family: var(--thm-font) !important;
    letter-spacing: var(--thm-letter-space-small);
}

.counter-one__text {
    font-size: 12px;
    font-weight: 700;
    color: var(--thm-base);
    text-transform: uppercase;
    margin: 0;
    letter-spacing: var(--thm-letter-space-big);
}

.counter-one__single .odometer-formatting-mark {
    display: none;
}


/*--------------------------------------------------------------
#Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
    display: block;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 555px;
    width: 100%;
}

/*--------------------------------------------------------------
# Teams
--------------------------------------------------------------*/

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 2;
}

.team-one__content {
    position: relative;
    background-color: transparent;
    display: block;
    margin: 20px 10px;
    min-height: 200px;
    padding: 60px 66px 67px;
    transition: all 500ms ease;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.10)
}

.team-one__content p {
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 14px;
}

.team-one__single:hover {
    background-image: url(../img/backgrounds/ncti-inspire.png);
    background-size: cover;
    color: #fff !important;
}

.team-one__single:hover a {
    color: #fff !important;
}

.team-one__single:hover .team-one__content {
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
}

.team-one__content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: var(--thm-letter-space-small);
    text-transform: uppercase;
}

.team-one__content a {
color: var(--thm-black);
transition: all 500ms ease;
background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
}

.team-one__content a:not(.team-one__btn):hover {
    color: var(--thm-primary);
    background-size: 100% 2px;
}



.team-one__btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--thm-black);
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-big);
}

/*--------------------------------------------------------------
# Cta One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    background-color: var(--thm-primary);
    padding: 90px 0;
}

.cta-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: cover;
    background-color: var(--thm-primary);
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-image: url(../img/backgrounds/cta-one-bg.png);
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-one__title, .cta-header__title {
    font-size: 29px;
    color: var(--thm-base);
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
}

.cta-one__right {
    padding-left: 15px;
}

.cta-header__title {
    color: var(--thm-primary-medium);
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
}

.cta-header__tagline {
    color: var(--thm-base);
    text-transform: unset;
    font-size: 22px;
    line-height: 27px;
    position: relative;
}

.cta-one__btn {
    background-color: var(--thm-base);
    color: var(--thm-black);
    letter-spacing: unset;
}

.cta-one__btn:hover {
    background-color: var(--thm-primary-dark);
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--thm-primary-dark);
}

.site-footer-shape {
    position: absolute;
    top: 200px;
    right: -250px;
    width: 800px;
    height: 604px;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 105px 0 46px;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-right: 70px;
}

.footer-widget__about-logo {
    position: relative;
    display: block;
    margin-bottom: 35px;
}


.footer-widget__text {
    font-size: 16px;
    color: #8f8da0;
    margin: 0;
    line-height: 155%;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .10);
    margin-top: 18px;
    padding-top: 20px;
}

.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: top;
    padding-bottom: 10px;
}

.footer-widget__contact-list li + li {
    margin-top: 2px;
}


.footer-widget__contact-list li .icon i {
    font-size: 14px;
    color: var(--thm-primary);
}

.footer-widget__contact-list li .text {
    margin-left: 20px;
}

.footer-widget__contact-list li .text p {
    margin: 0;
    font-size: 16px;
    color: #8f8da0;
    line-height: normal;
}

.footer-widget__contact-list li .text p a {
    font-size: 16px;
    color: #8f8da0;
    font-weight: 500;
    transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--thm-base);
}


.footer-widget__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--thm-base);
    margin-bottom: 32px;
    letter-spacing: var(--thm-letter-space-small);
}

.footer-widget__explore-list {
    position: relative;
    display: block;
    float: left;
    margin-right: 60px;
}

.footer-widget__explore-list li + li {
    margin-top: 4px;
}

.footer-widget__explore-list li a {
    font-size: 16px;
    color: #8f8da0;
    transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
    color: var(--thm-base);
}

.footer-widget__explore-list-two {
    margin-right: 0;
}

.footer-widget__title-news {
    margin-bottom: 30px;
}

.footer-widget__news {
    margin-bottom: 30px;
}

.footer-widget__news-source, .footer-widget__news-date {
    display: inline-block;
    font-size: 12px;
    color: #8f8da0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-big);
    margin: 0;
    padding-right: 5px;
}


.footer-widget__news-source p, .footer-widget__news-date p {
    margin-bottom: 0;
    margin-top: 0;
}

.footer-widget__news-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: var(--thm-letter-space-small);
    margin-bottom: 15px;
    margin-top: 0;
    color: var(--thm-base);
}

.footer-widget__news-title > a {
    color: var(--thm-light);
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
}

.footer-widget__news-title > a:hover {
    color: var(--thm-primary-light);
    background-size: 100% 2px;
}

.site-footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .05);
    padding: 30px 0;
}

.site-footer-bottom__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.site-footer-bottom__left p {
    font-size: 16px;
    color: #8f8da0;
    margin: 0;
}

.site-footer-bottom__left a {
    color: #8f8da0;
    transition: all 500ms ease;
}

.site-footer-bottom__left a:hover {
    color: var(--thm-base);
}

.site-footer__social {
    display: flex;
    align-items: center;
}

.site-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8f8da0;
    font-size: 17px;
    transition: all 500ms ease;
}

.site-footer__social a + a {
    margin-left: 25px;
}

.site-footer__social a:hover {
    color: var(--thm-base);
}

#cookie-banner {
    z-index: 1050;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-one:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--thm-light);
    ;
    height: 425px;
    z-index: -1;
}

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
}

    .services-one__img > img {
        width: 100%;
        transition: all 500ms ease;
        transform: scale(1);
    }

.services-one__single:hover .services-one__img > img {
    transform: scale(1.05);
}

.services-one__content {
    position: relative;
    display: block;
    padding: 42px 50px 50px;
    background-color: var(--thm-base);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
}


.services-one__title {
    font-size: 24px;
    color: var(--thm-black);
    font-weight: 800;
    line-height: 34px;
    letter-spacing: var(--thm-letter-space-small);
    text-transform: uppercase;
}

.services-one__title a {
    color: var(--thm-black);
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
}

.services-one__title a:hover {
    color: var(--thm-primary);
    background-size: 100% 2px;
}

.services-one__text {
    font-size: 16px;
    margin: 0;
    padding-top: 21px;
    padding-bottom: 14px;
}

.services-one__btn,
.btn-link-animate {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--thm-black);
    text-transform: uppercase;
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-big);
}

.services-one__btn:hover,
.btn-link-animate:hover {
    color: var(--thm-primary);
}

.btn-link-animate:before,
.services-one__btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 10px;
    content: "";
    background-color: currentColor;
    transition: width 500ms ease;
}

.btn-link-animate:hover::before,
.services-one__btn:hover::before {
    width: 100%;
}


/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.team-one__container {
    position: relative;
    display: block;
    max-width: 1780px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.team-one .row {
    --bs-gutter-x: 60px;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
}

.team-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-primary-rgb), .90);
    transform: translateY(100%);
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__single:hover .team-one__img:before {
    transform: translateY(0);
}

.team-one__img {
    background-color: var(--thm-black);
}

    .team-one__img > img {
        width: 100%;
    }

.team-one__hover-content {
    position: absolute;
    top: 43px;
    left: 50px;
    transform: translateX(-160%);
    transition: all 900ms ease;
    opacity: 0;
    z-index: 2;
}

.team-one__single:hover .team-one__hover-content {
    transform: translateX(0%);
    opacity: 1;
}

.team-one__name {
    font-size: 24px;
    color: var(--thm-base);
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: var(--thm-letter-space-small);
}

.team-one__title {
    font-size: 12px;
    color: var(--thm-base);
    line-height: 22px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-big);
    opacity: .7;
}

.team-one__bottom {
    position: absolute;
    bottom: 50px;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 50px;
    z-index: 2;
    transform: translateY(215%);
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__bottom {
    transform: translateY(0%);
}



.team-one__btn {
    font-size: 12px;
    color: var(--thm-base);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    transition: all 500ms ease;
}

.team-one__btn:hover {
    color: var(--thm-base);
}

.team-one__btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 2px;
    content: "";
    transition: width 500ms ease;
    background-color: currentColor;
}

.team-one__btn:hover:before {
    width: 100%;
}

.team-one__social {
    display: flex;
    align-items: center;
}

.team-one__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-base);
    font-size: 17px;
    transform: scale(1);
    transition: transform 500ms ease;
}

.team-one__social a + a {
    margin-left: 15px;
}

.team-one__social a:hover {
    color: var(--thm-base);
    transform: scale(.85);
}

/*--------------------------------------------------------------
# Testimonials Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
}

.testimonial-two__slider {
    position: relative;
    display: block;
    border-bottom: 4px solid var(--thm-primary);
    padding-bottom: 118px;
}

.testimonial-two__slider .slider-pager {
    position: relative;
    display: block
}

.testimonial-two__thumb-box li + li {
    margin-top: 10px;
}

.testimonial-two__thumb-box li a {
    position: relative;
    display: block
}

.testimonial-two__img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 500ms ease;
    cursor: pointer;
}

.testimonial-two__img-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--thm-base-rgb), .3);
    content: "";
    z-index: 1;
    transition: all 500ms ease;
}

.testimonial-two__thumb-box .swiper-slide-thumb-active .testimonial-two__img-holder:before {
    background-color: rgba(var(--thm-base-rgb), .0);
}

.testimonial-two__img-holder {
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.testimonial-two__img-holder img {
    width: 92px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0.6s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.testimonials-two__main-content {
    position: relative;
    display: block;
}

.testimonial-two__slider .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

.testimonial-two__slider .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px solid;
    left: 0px;
    background: transparent;
    transform: translatez(0);
}


.testimonial-two__conent-box {
    position: relative;
    display: block;
    margin-top: -11px;
}

.testimonial-two__text {
    font-size: 34px;
    color: var(--thm-black);
    font-weight: 400;
    line-height: 54px;
    margin: 0;
}

.testimonial-two__client-details {
    position: relative;
    display: block;
    padding-top: 37px;
}

.testimonial-two__client-name {
    font-size: 18px;
    color: var(--thm-primary);
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 6px;
    font-weight: 800;
    letter-spacing: var(--thm-letter-space-small);
}

.testimonial-two__clinet-title {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: block;
    letter-spacing: var(--thm-letter-space-big);
}

.testimonial-two__nav {
    position: absolute;
    bottom: 0;
    right: 0;
}



.testimonial-two__nav-list #testimonials-one__carousel__swiper-button-next,
.testimonial-two__nav-list #testimonials-one__carousel__swiper-button-prev {
    height: 60px;
    width: 60px;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.testimonial-two__nav-list [class*=swiper-button-] i {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-light);
    border-radius: 50%;
    color: var(--thm-black);
    transition: all 500ms ease;
    position: static;
}

.testimonial-two__nav-list [class*=swiper-button-] i:hover {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

.testimonial-two__nav-list [class*=swiper-button-]::after {
    display: none;
}

.testimonial-two__nav-list [class*=swiper-button-] .icon-right-arrow1.icon-prev {
    position: relative;
    display: block;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
}


#testimonials-one__thumb {
    width: 92px;
    height: 300px;
}

.testimonials-one--page {
    padding: 120px;
    padding-bottom: 160px;
}

.testimonials-one--page .row {
    --bs-gutter-y: 70px;
}


/*--------------------------------------------------------------
# Two Section
--------------------------------------------------------------*/
.two-section {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.two-section__left {
    position: relative;
    display: block;
    margin-right: 60px;
}

.two-section__img-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 78px;
}


.two-section__img-box-single + .two-section__img-box-single {
    margin-left: 10px;
}

.two-section-img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.two-section-img > img {
    max-width: 300px;
    width: 100%;
}

.two-section__points {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: var(--thm-base);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    padding-right: 35px;
    bottom: -30px;
    left: 10px;
}

.two-section__points .icon span {
    color: var(--thm-primary);
    font-size: 20px;
}

.two-section__points .text {
    margin-left: 15px;
}

.two-section__points .text p {
    font-size: 14px;
    color: var(--thm-black);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
    margin: 0;
}

.two-section__left-title {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
}

.two-section__middle-content {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 44px;
}

.two-section__middle-content-icon span {
    font-size: 65px;
    color: var(--thm-primary);
}

.two-section__middle-content-icon h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: var(--thm-letter-space-small);
    padding-top: 18px;
}

.two-section__middle-content-text-box {
    margin-left: 55px;
}

.two-section__middle-content-text {
    font-size: 16px;
    margin: 0;
}

.two-section__bottom-text-box {
    font-size: 16px;
    margin: 0;
}

.two-section__right {
    position: relative;
    display: block;
    margin-left: -10px;
}

.contact-expert {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    padding: 72px 80px 80px;
}

.contact-expert__top-title {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 34px;
}

.contact-expert__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.contact-expert__input {
    position: relative;
    display: block;
}

.contact-expert__input input[type="email"],
.contact-expert__input input[type="text"],
.contact-expert__input textarea {
    width: 100%;
    height: 70px;
    padding-left: 30px;
    padding-right: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-gray);
    border: none;
    outline: none;
    display: block;
    margin-bottom: 10px;
    background-color: var(--thm-base);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .05);
}

.contact-expert__input textarea {
    height: 140px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.contact-expert__input textarea:focus {
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .05);
}

.contact-expert__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 0;
    transform: translateY(-50%);
}

.contact-expert__icon i {
    font-size: 14px;
    color: var(--thm-gray);
}

.contact-expert__icon-comment {
    top: 54px;
}

.contact-expert__btn {
    font-size: 14px;
    color: var(--thm-base);
    background-color: var(--thm-primary);
    border: none;
    outline: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 86px;
    letter-spacing: 0.1em;
    transition: all 500ms ease;
    width: 100%;
}

.contact-expert__btn:hover {
    background-color: var(--thm-black);
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
    position: relative;
    display: block;
    border-top: 1px solid #e6e9ef;
    padding: 108px 0 120px;
}

.cta-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.cta-two-bg-overly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .90);
}

.cta-two__inner {
    position: relative;
    display: block;
    text-align: center;
}

.cta-two__title {
    font-size: 50px;
    color: var(--thm-primary);
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: var(--thm-letter-space-small);
}

.cta-two__text {
    font-size: 24px;
    margin: 0;
}

.cta-two__icon-box {
    position: relative;
    display: block;
    padding-top: 35px;
}

.cta-two__icon-box li {
    position: relative;
    display: inline-block;
}

.cta-two__icon-box li + li {
    margin-left: 5px;
}

.cta-two__icon-box li a {
    height: 77px;
    width: 77px;
    background-color: var(--thm-black);
    font-size: 35px;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 500ms ease;
}

.cta-two__icon-box li a:hover {
    background-color: var(--thm-primary);
}



/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

.office .row {
    --bs-gutter-y: 30px;
}

.office__sorter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.office__city-count {
    font-size: 18px;
    margin: 0;
    color: var(--thm-gray);
    font-weight: 500;
}

.office__city-sorter {
    border: none;
    outline: none;
    border: none;
    outline: none;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 340px;
    height: 70px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-gray);
    background-color: var(--thm-light);
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: .65em auto;
    margin-top: 20px;
}

.office__image {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.office__image img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.office__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 20px;
    letter-spacing: -0.02em;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 800;
}

.office__title a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.office__title a:hover {
    color: var(--thm-primary);
}

.office__sidebar {
    margin-bottom: 60px;
}

.office__sidebar__item:not(.office__sidebar__search) {
    border: 1px solid #e6e9ef;
    padding: 30px;
}

.office__sidebar__item + .office__sidebar__item {
    margin-top: 30px;
}

.office__sidebar__item__title {
    font-size: 20px;
    font-weight: 800;
    color: var(--thm-black);
    margin: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.office__sidebar__location {
    padding-bottom: 20px !important;
}

.office__sidebar__location__list {
    margin: 0;
    margin-top: -10px;
}

.office__sidebar__location__list li {
    position: relative;
}

.office__sidebar__location__list li + li {
    margin-top: 10px;
}


.office__sidebar__location__list li a {
    font-size: 16px;
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.office__sidebar__location__list li:hover a {
    color: var(--thm-black);
    text-shadow: 0 0 1px currentColor;
}

.office__sidebar__search {
    background-color: var(--thm-primary);
    padding-left: 30px;
    padding-right: 30px;
}

.office__sidebar__search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.office__sidebar__search ::-webkit-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

.office__sidebar__search :-ms-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

.office__sidebar__search ::-ms-input-placeholder {
    opacity: 1;
    color: #ffffff;
}

.office__sidebar__search ::placeholder {
    opacity: 1;
    color: #ffffff;
}

.office__sidebar__search input[type=text],
.office__sidebar__search input[type=search] {
    width: 100%;
    height: 71px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.office__sidebar__search button[type=submit] {
    padding: 0;
    border: none;
    outline: none;
    color: var(--thm-black);
    font-size: 20px;
    background-color: transparent;
    color: #fff;
}

.office__city-sorter {
    max-width: unset !important;
}

.office__sidebar__location__list p {
    font-size: 16px;
    margin-top: 0;
    line-height: 160%;
}

.office__sidebar__location__list li {
    margin-bottom: 35px;
}

.office__sidebar__location__list h4 {
    font-size: 18px;
    letter-spacing: .03em;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--thm-black);
}

.office__sidebar__location__list li h4 a, .office__sidebar__location__list li h4 {
    color: var(--thm-black);
    font-weight: 600;
}

.office__sidebar__location__list li a, .office__sidebar__location__list li h4 {
    font-size: 16px;
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.office__sidebar__location__list li h4 a.corporate {
    font-size: 18px !important;
    color: var(--thm-primary-color);
}

.office__sidebar__item__title {
    margin-bottom: 35px;
}

iframe.100h {
    position: absolute;
    height: 100%;
    border: none
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.feature {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-color: var(--thm-black);
}

.feature-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.02;
}

.feature__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.feature__content {
    display: block;
    position: relative;
    background-color: var(--thm-base);
    padding: 45px 48px 50px;
    z-index: 1;
}

.feature__content:before {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 10px;
    background-color: var(--thm-primary);
    content: "";
    transition: all 500ms ease;
    z-index: -1;
}

.feature__single:hover .feature__content:before {
    height: 100%;
}

.feature__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-small);
}

.feature__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
    transition: background 500ms ease;
}

.feature__title a:hover {
    color: var(--thm-base);
    background-size: 100% 2px;
}

.feature__single:hover .feature__title {
    color: var(--thm-base);
}

.feature__text {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
    padding-bottom: 14px;
    transition: all 500ms ease;
}

.feature__single:hover .feature__text {
    color: var(--thm-base);
}

.feature__btn {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: var(--thm-black);
    display: inline-block;
    text-transform: uppercase;
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-big);
}

.feature__btn:hover {
    color: var(--thm-black);
}

.feature__single:hover .feature__btn {
    color: var(--thm-base);
}

.feature__btn:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 10px;
    content: "";
    background-color: currentColor;
    transition: all 500ms ease;
}

.feature__btn:hover::before {
    width: 100%;
}


.feature__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
}

.feature__img > img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}

.feature__single:hover .feature__img > img {
    transform: scale(1.05);
}

.feature-bottom {
    position: relative;
    display: block;
    max-width: 760px;
    margin: 30px auto 0;
}

.feature-bottom__contact {
    position: relative;
    display: flex;
    align-items: center;
}

.feature-bottom__call {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.feature-bottom__call > img {
    width: 67px;
}

.feature-bottom__icon {
    height: 62px;
    width: 62px;
    background-color: var(--thm-primary);
    color: var(--thm-base);
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -49px;
    transform: translateY(-50%);
}

.feature-bottom__content-box {
    margin-left: 85px;
}

.feature-bottom__tagline {
    font-size: 14px;
    color: #8f8da0;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.feature-bottom-desc {
    font-size: 22px;
    color: var(--thm-base);
    line-height: 32px;
    font-weight: 400;
}


/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    ;
    padding: 120px 0 92px;
}

.services-two__top-left {
    position: relative;
    display: block;
}



.services-two__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: -10px;
}

.services-two__top-right-text {
    font-size: 16px;
    margin: 0;
}

.services-two__single {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
    margin-bottom: 60px;
    padding: 50px 50px 62px;
    min-height: 315px;
}


.services-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--thm-primary);
    transform: scale(1);
    transition: all 200ms linear;
}

.services-two__single:hover .services-two__icon span {
    transform: scale(.85);
}

.services-two__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 28px;
    margin-top: 14px;
    letter-spacing: var(--thm-letter-space-small);
}

.services-two__title a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 87% / 0px 2px no-repeat;
    color: var(--thm-black);
}

.services-two__title a:hover {
    background-size: 100% 2px;
    color: var(--thm-primary);
    transition: all 500ms ease;
}

.services-two__text {
    font-size: 16px;
    margin: 0;
}

.services-two__arrow {
    height: 65px;
    width: 65px;
    position: absolute;
    bottom: -32px;
    left: 50px;
    border-radius: 50%;
    background-color: var(--thm-base);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
    color: var(--thm-black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__arrow {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 244px 0 139px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: var(--thm-black);
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 3;
}

.thm-breadcrumb {
    padding-top: 3px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-big);
}

.thm-breadcrumb li + li {
    margin-left: 8px;
}

.thm-breadcrumb li a {
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--thm-primary);
}



.page-header__inner h2 {
    font-size: 50px;
    color: var(--thm-base);
    line-height: 52px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
}

/*Services Page*/


.services-page:before {
    display: none;
}

[class*=page-header-shape-] {
    position: absolute;
    width: 697px;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
    position: relative;
    display: block;
    padding: 120px 0 109px;
}

.services-details__left {
    position: relative;
    display: block;
}

.services-details__img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.services-details__img > img {
    width: 100%;
}

.services-details__top-content {
    margin-top: 42px;
    margin-bottom: 53px;
}

.services-details__top-title {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 18px;
    letter-spacing: var(--thm-letter-space-small);
}

.services-details__top-text {
    font-size: 16px;
    margin: 0;
}

.services-details__planning {
    position: relative;
    display: flex;
}

.services-details__planning-img {
    background-color: var(--thm-black);
}

.services-details__planning-img > img {
    width: 354px;
}

.services-details__planning-content {
    margin-left: 45px;
    margin-top: -8px;
}

.services-details__planning-title {
    font-size: 24px;
    letter-spacing: var(--thm-letter-space-small);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 20px;
}

.services-details__planning-text {
    font-size: 16px;
    margin: 0;
}

.services-details__planning-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.services-details__planning-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.services-details__planning-list li + li {
    margin-top: 7px;
}

.services-details__planning-list li .icon {
    position: relative;
    top: 3px;
}

.services-details__planning-list li .icon span {
    color: var(--thm-primary);
    font-size: 20px;
    display: block;
    transform: scale(1);
    transition: transform 500ms ease;
}

.services-details__planning-list li:hover .icon span {
    transform: scale(.75);
}

.services-details__planning-list li .text {
    margin-left: 15px;
}

.services-details__planning-list li .text p {
    margin: 0;
    color: var(--thm-black);
}

.services-details__bottom-text {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
    padding-top: 50px;
}

.services-details__bottom-box {
    position: relative;
    margin-top: 47px;
}

.services-details__bottom-box-single {
    position: relative;
    display: flex;
}

.services-details__bottom-box-single + .services-details__bottom-box-single {
    margin-top: 47px;
}

.services-details__bottom-box-icon span {
    font-size: 65px;
    color: var(--thm-primary);
    display: block;
    transform: scale(1);
    transition: transform 500ms ease;
}

.services-details__bottom-box-single:hover .services-details__bottom-box-icon span {
    transform: scale(.85);
}

.services-details__bottom-box-content {
    margin-left: 30px;
    margin-top: -5px;
}

.services-details__bottom-box-title,
.services-details__bottom-box-content h4 {
    font-size: 18px;
    letter-spacing: var(--thm-letter-space-small);
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.services-details__bottom-box-text,
.services-details__bottom-box-content p {
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
    line-height: 32px;
}

.services-details__bottom-box-content p:last-of-type {
    margin: 0;
}

.services-details__sidebar {
    position: relative;
    display: block;
}

.services-details__services-list-box {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    padding: 43px 30px 34px;
}

.sidebar__box-list ul {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    padding: unset;
}

.sidebar__box {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    padding: 43px 30px 15px;
}

.sidebar__box h3 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
    padding-left: 0;
    margin-bottom: 1rem
}

.sidebar__box-list {
    padding: 50px 30px 50px;
}

.sidebar__box-list h3 {
    padding-left: 20px;
}

.services-detials__categories {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 7px;
    padding-left: 20px;
}

.services-details__services-list li,
.services-details__services-list,
.sidebar__box-list li {
    position: relative;
    display: block;
}


.services-details__services-list li + li,
.sidebar__box-list li + li {
    margin-top: 5px;
}

.sidebar__box-list li a,
.services-details__services-list li a {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: var(--thm-gray);
    font-weight: 500;
    display: block;
    background-color: var(--thm-light);
    padding: 12.5px 20px;
    transition: all 500ms ease;
}

.sidebar__box-list li:active a,
.sidebar__box-list li.active a,
.sidebar__box-list li:hover a,
.services-details__services-list li.active a,
.services-details__services-list li:hover a {
    background-color: var(--thm-base);
    color: var(--thm-black);
}

.sidebar__box-list li span,
.services-details__services-list li span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    font-size: 20px;
    transform: scale(0);
}

.sidebar__box-list li.active span,
.sidebar__box-list li:active span,
.sidebar__box-list li:hover span,
.services-details__services-list li.active span,
.services-details__services-list li:hover span {
    color: var(--thm-primary);
    transform: scale(1);
}

.services-details__help-box,
.sidebar-primary-color__box {
    position: relative;
    display: block;
    padding: 43px 50px 41px;
    margin-top: 30px;
    background-color: var(--thm-primary);
}

.services-details__help-box-bg,
.sidebar-primary-color__box-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: var(--thm-primary);
    opacity: 0.1;
}


.services-details__help-box-title {
    font-size: 20px;
    color: var(--thm-base);
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 33px;
    z-index: 10;
    position: relative;
}

.services-details__help-box-text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #c3d4ff;
    position: relative;
    z-index: 10;
    line-height: 32px;
    margin-bottom: 31px;
}

.sidebar-primary-color__box p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #c3d4ff;
    position: relative;
    z-index: 10;
    line-height: 32px;
    margin-bottom: 31px;
}

.services-details__phone,
.sidebar-primary-color__box a.lgr {
    color: var(--thm-base);
    font-size: 24px;
    font-weight: 400;
    display: block;
    position: relative;
    transition: all 500ms ease;
    z-index: 10;
    letter-spacing: 0.1em;
}

.sidebar-primary-color__box a.lgr:hover {
    color: var(--thm-black);
}

.services-details__phone:hover {
    color: var(--thm-black);
}

/*Cases Page*/
.cases-page {
    margin-top: 0;
    padding-top: 120px;
}



/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 23px;
    font-weight: 800;
    letter-spacing: var(--thm-letter-space-small);
    text-transform: uppercase;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--thm-primary);
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
    height: 84px;
    border-radius: 0px;
    width: 100%;
    padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-gray);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--thm-base);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-base);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-base);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--thm-base);
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    width: 60px;
    outline: none;
    border: none;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 45px 30px 20px;
    background-color: var(--thm-light);
}

.sidebar__post .sidebar__title {
    padding-left: 20px;
    margin-bottom: 3px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    background-color: transparent;
    transition: all 500ms ease;
}

.sidebar__post-list li:hover {
    background-color: var(--thm-base);
}

.sidebar__post-list li + li {
    margin-top: 9px;
}

.sidebar__post-image {
    background-color: var(--thm-black);
    margin-right: 20px;
}

.sidebar__post-image > img {
    width: 70px;
    border-radius: 0px;
}

.sidebar__post-content h3 {
    color: var(--thm-black);
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    font-weight: 400;
}

.sidebar__post-content .sidebar__post-content_meta {
    color: var(--thm-gray);
    font-size: 12px;
    display: block;
    font-weight: 600;
    letter-spacing: var(--thm-letter-space-big);
    text-transform: uppercase;
}

.sidebar__post-content .sidebar__post-content_meta i {
    margin-right: 5px;
    color: var(--thm-primary);
}

.sidebar__post-content h3 {
    text-transform: unset;
}

.sidebar__post-content h3 a {
    font-size: 16px;
    color: var(--thm-black);
    transition: all 500ms ease;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: var(--thm-letter-space-small);
}

.sidebar__post-content h3 a:hover {
    color: var(--thm-primary);
}

.sidebar__category {
    position: relative;
    display: block;
    background: var(--thm-light);
    ;
    padding: 46px 30px 34px;
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li + li {
    margin-top: 3px;
}

.sidebar__category-list li a {
    color: var(--thm-gray);
    font-size: 16px;
    position: relative;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 5px 20px;
    border-radius: 0px;
}

.sidebar__category-list li a:hover {
    background-color: var(--thm-base);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05);
    color: var(--thm-black);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 500ms ease;
    color: var(--thm-primary);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    opacity: 0;
}

.sidebar__category-list li a:hover span {
    opacity: 1;
}

.sidebar__tags {
    position: relative;
    display: block;
    background: var(--thm-light);
    ;
    padding: 47px 45px 50px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 12px;
    color: var(--thm-gray);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.4s ease;
    background: var(--thm-base);
    display: inline-block;
    letter-spacing: var(--thm-letter-space-big);
    padding: 5px 20px;
    margin-left: 5px;
}

.sidebar__tags-list a + a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--thm-base);
    background: var(--thm-primary);
}

.sidebar__comments {
    position: relative;
    display: block;
    background-color: var(--thm-light);
    ;
    padding: 47px 50px 43px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
position: relative;
display: block;
padding-left: 65px;
}

.sidebar__comments-list li + li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--thm-black);
    border-radius: 50%;
    font-size: 15px;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.sidebar__comments-icon:hover {
    background-color: var(--thm-primary);
}

.sidebar__comments-text-box p {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.sidebar__comments-text-box h5 {
    font-size: 16px;
    color: var(--thm-black);
    line-height: 26px;
}

/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-details__left {
    position: relative;
    display: block;
}

.news-details__img {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.news-details__img > img {
    width: 100%;
}

.news-details__date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--thm-primary);
    padding: 0px 20px;
    z-index: 1;
}

.news-details__date-box p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--thm-base);
    margin: 0;
    letter-spacing: 0.1em;
}

.news-details__content {
    position: relative;
    display: block;
    margin-top: 19px;
}

.news-details__meta {
    display: flex;
    align-items: center;
    margin: 0;
}

.news-details__meta li {
font-size: 12px;
color: var(--thm-gray);
font-weight: 600;
text-transform: uppercase;
}

.news-details__meta li + li {
    margin-left: 12px;
}

.news-details__meta li a {
    color: var(--thm-gray);
    transition: all 500ms ease;
}

.news-details__meta li a i {
    color: var(--thm-primary);
}

.news-details__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 7px;
}

.news-details__text-one {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 33px;
    line-height: 32px;
}

.news-details__text-two {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 33px;
    line-height: 32px;
}

.news-details__text-three {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 32px;
}

.news-details__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #e6e9ef;
    padding: 30px 0 30px;
    margin-top: 55px;
}

.news-details__bottom p {
    margin: 0;
}

.news-details__tags span {
    color: var(--thm-black);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.news-details__tags a {
    color: var(--thm-base);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--thm-primary);
    display: inline-block;
    padding: 5px 20px;
    letter-spacing: 0.1em;
    transition: all 500ms ease;
}

.news-details__tags a:hover {
    background-color: var(--thm-black);
}

.news-details__tags a + a {
    margin-left: 5px;
}

.news-details__social-list {
    display: flex;
    align-items: center;
}

.news-details__social-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-gray);
    font-size: 18px;
    transition: all 500ms ease;
}

.news-details__social-list a + a {
    margin-left: 30px;
}

.news-details__social-list a:hover {
    color: var(--thm-primary);
}

/* author */
.author-one {
    background-color: var(--thm-light);
    padding: 60px 60px 60px;
    display: flex;
    margin-bottom: 54px;
}

.author-one__image {
    width: 172px;
    background-color: var(--thm-black);
}

.author-one__image img {
    width: 172px;
    mix-blend-mode: luminosity;
}

.author-one__content {
    margin-left: 40px;
    margin-top: -8px;
}

.author-one__content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 18px;
    letter-spacing: var(--thm-letter-space-small);
}

.author-one__content p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-top: 13px;
}

/*--------------------------------------------------------------
## Mobile Nav scrollbar
--------------------------------------------------------------*/

.custom-scrollbar::-webkit-scrollbar {
    width: 14px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: var(--thm-black);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--thm-primary);
    border-radius: 6px;
    border: 3px solid var(--thm-black);
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--thm-primary);
}


/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/
.form__input-box {
    position: relative;
    display: block;
}

.form__input-box input[type="text"],
.form__input-box input[type="email"] {
    height: 70px;
    width: 100%;
    background-color: var(--thm-light);
    padding-left: 30px;
    padding-right: 60px;
    margin-bottom: 10px;
    border-radius: 0px;
    outline: none;
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 500;
    display: block;
    box-shadow: none !important;
}

.form__input-box textarea {
    font-size: 14px;
    color: var(--thm-gray);
    height: 140px;
    width: 100%;
    background: var(--thm-light);
    padding: 20px 30px 30px;
    border: none;
    border-radius: 0px;
    outline: none;
    margin-bottom: 20px;
    font-weight: 500;
}

.form__input-box select {
    border: none;
    outline: none;
    border: none;
    outline: none;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 70px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-gray);
    background-color: var(--thm-light);
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    background-size: .65em auto;
    margin-bottom: 20px;
}

.field-validation-error {
    background-color: var(--bs-danger) !important;
    color: #fff !important;
    padding: 5px 5px 5px 25px !important;
    border-radius: 0 !important;
    margin-bottom: 25px !important;
    margin-top: -10px !important;
    display: block !important;
}

.input-validation-error {
    background-color: var(--thm-subtle-danger) !important;
    border: 1px solid var(--bs-danger) !important;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 51px;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
}

.comment-one__single {
    display: flex;
    border-bottom: 1px solid #e6e9ef;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.comment-one__content {
    position: relative;
    margin-left: 45px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 800;
    margin-bottom: 36px;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
}

.comment-one__content p {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}

.comment-one__btn {
    font-size: 12px;
    color: var(--thm-base);
    line-height: 40px;
    padding: 2px 20px;
    font-weight: 700;
    letter-spacing: var(--thm-letter-space-big);
    position: absolute;
    top: 0;
    right: 0;
}

.comment-one__btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
    overflow: hidden;
}

.comment-one__image img {
    border-radius: 50%;
    mix-blend-mode: luminosity;
}

.comment-form .comment-form__title {
    margin-top: -6px;
}

.comment-form__input-box {
    position: relative;
    display: block;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 70px;
    width: 100%;
    border: none;
    background: var(--thm-light);
    padding-left: 30px;
    padding-right: 60px;
    margin-bottom: 30px;
    border-radius: 0px;
    outline: none;
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 500;
    display: block;
}

.comment-form__icon {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 0;
    transform: translateY(-50%);
}

.comment-form__icon i {
    font-size: 14px;
    color: var(--thm-gray);
}

.contact-expert__icon-comment {
    top: 20px;
    transform: inherit;
}

.comment-form__input-box textarea {
    font-size: 14px;
    color: var(--thm-gray);
    height: 140px;
    width: 100%;
    background: var(--thm-light);
    padding: 20px 30px 30px;
    border: none;
    border-radius: 0px;
    outline: none;
    margin-bottom: 20px;
    font-weight: 500;
}

.comment-form__btn:hover {
    background: var(--thm-black);
    color: var(--thm-base);
}

/*--------------------------------------------------------------
## Locations
--------------------------------------------------------------*/
.locations {
    position: relative;
    display: block;
    padding-bottom: 90px;
}

.locations .section-title__tagline {
    letter-spacing: 0;
}

.location__inner {
    position: relative;
    display: block;
    border-top: 1px solid #e6e9ef;
    padding-top: 120px;
}

.locations .row {
    --bs-gutter-x: 17px;
}

.locations__single {
    position: relative;
    display: block;
    background-color: var(--thm-primary-light);
    border: 1px solid var(--thm-light);
    padding: 45px 40px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    min-height: 270px;
}

.locations__single:hover {
    background-color: var(--thm-primary);
}

.locations__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 33px;
    letter-spacing: var(--thm-letter-space-small);
    transition: all 500ms ease;
}

.locations__single:hover .locations__title {
    color: var(--thm-base);
}

.locations__text,
p.locations__text,
.locations__single p {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    transition: all 500ms ease;
}

.locations__single:hover .locations__text,
.locations__single:hover p {
    color: var(--thm-base);
}

.locations__mail-phone-box {
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 500;
    line-height: 30px;
}

.locations__mail {
    color: var(--thm-gray);
    display: block;
    transition: all 500ms ease;
}

.locations__single:hover .locations__mail {
    color: var(--thm-base);
}

.locations__mail:hover {
    color: var(--thm-black);
}

.locations__phone {
    color: var(--thm-gray);
    display: block;
    transition: all 500ms ease;
}

.locations__single:hover .locations__phone {
    color: var(--thm-base);
}

.locations__phone:hover {
    color: var(--thm-black);
}

/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
.about {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.about__img-box {
    position: relative;
    display: block;
}

.about-img {
    position: relative;
    display: block;
    background-color: transparent;
}

.about-img > img {
    width: 100%;
}

.about__right {
    position: relative;
    display: block;
    margin-left: 68px;
}

.about__title {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
    margin-top: -12px;
    letter-spacing: var(--thm-letter-space-small);
}

.about__icon-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 35px;
}

.about__icon span {
    font-size: 65px;
    color: var(--thm-primary);
}

.about__icon-text {
    margin-left: 30px;
}

.about__icon-text p {
    font-weight: 600;
    color: var(--thm-black);
    margin: 0;
}

.about__right-text {
    font-weight: 400;
    margin: 0;
    padding-bottom: 49px;
}

.about__phone-contact {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.about__phone-contact-icon {
    height: 68px;
    width: 68px;
    background-color: #dbe8ec;
    font-size: 35px;
    color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.about__phone-contact:hover .about__phone-contact-icon {
    background-color: var(--thm-primary);
    color: var(--thm-base);
}

.about__phone-contact-text {
    margin-left: 30px;
}

.about__phone-contact-text p {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}

.about__phone-contact-text a {
    color: var(--thm-black);
}

/*Counter Page*/
.counter-page .counters-one__box {
    padding-bottom: 107px;
}

/*Team Page*/
.team-page .row {
    --bs-gutter-x: 30px;
}

/*FAQS Page*/
.faqs-page {
    background-color: var(--thm-light);
    padding: 120px 0 120px;
}

.faqs-page .faq-one-accrodion .accrodion-title {
    background-color: var(--thm-base);
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 67px 0 120px;
}

.error-page__inner,
.coming-soon-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__title,
.error-page__inner h2 {
    font-size: 200px;
    font-weight: 400;
    line-height: 202px;
    color: var(--thm-primary);
}

.coming-soon-page__inner h2 {
    font-size: 100px;
    font-weight: 400;
    line-height: 102px;
    color: var(--thm-primary);
    text-transform: none;
}

.error-page__tagline,
.error-page__inner h3,
.coming-soon-page__inner h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: var(--thm-letter-space-small);
    margin-bottom: 22px;
}

.error-page__text {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.error-page__form {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 29px auto 30px;
}

.error-page__form-input {
    position: relative;
    display: block;
}

.error-page__form input[type="search"] {
    height: 84px;
    max-width: 550px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--thm-light);
    font-size: 16px;
    color: var(--thm-gray);
    font-weight: 500;
    padding-left: 50px;
    padding-right: 75px;
}

.error-page__form button[type="submit"] {
    background-color: transparent;
    color: var(--thm-black);
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 35px;
    bottom: 0;
    width: 50px;
    outline: none;
    border: none;
}

.error-page__btn:hover {
    background-color: var(--thm-black);
    color: var(--thm-base);
}

/* main menu three update */
.main-header-three .main-menu .main-menu__list > li + li,
.main-menu-three.stricky-header .main-menu__list > li + li {
    margin-left: 50px;
}
