.checked-box1 label,.main-menu-five__social-box-title,.thm-btn,body {
    font-family: var(--tecture-font)
}

body,p {
    font-size: 17px;
    line-height: 26px
}

li,ol,ul {
    margin: 0;
    padding: 0
}
.about-three__text, .how-it-work__text{
    text-align: justify;
}
.checked-box1 label,body {
    color: var(--tecture-gray);
    line-height: 26px;
    font-weight: 400
}

.main-menu__social a,.page-wrapper,.thm-btn,.xs-sidebar-widget,body.locked {
    overflow: hidden
}

:root {
    --tecture-font: "Figtree",sans-serif;
    --tecture-font-2: "Barlow Semi Condensed",sans-serif;
    --tecture-gray: #b6b6b6;
    --tecture-gray-rgb: 182,182,182;
    --tecture-white: #ffffff;
    --tecture-white-rgb: 255,255,255;
    --tecture-base: #a6a182;
    --tecture-base-rgb: 166,161,130;
    --tecture-black: #1f2022;
    --tecture-black-rgb: 31,32,34;
    --tecture-bdr-color: rgba(255, 255, 255, 0.20);
    --tecture-bdr-color-rgb: 55,58,60
}

.row {
    --bs-gutter-x: 30px
}

.gutter-y-30 {
    --bs-gutter-y: 30px
}

.body-bg-color-1 {
    position: relative;
    background-color: #0a0c09
}

.theme-border-left,.theme-border-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--tecture-bdr-color);
    z-index: -1
}

@media only screen and (max-width : 730px) {
    .theme-border-left,.theme-border-right {
        position:absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: var(--tecture-bdr-color);
        z-index: -1
    }

    .theme-border-left {
        left: 10px!important
    }

    .theme-border-right {
        right: 10px!important
    }
}

.theme-border-left {
    left: 100px
}

.theme-border-right {
    right: 100px
}

.preloader,.thm-btn:after {
    right: 0;
    bottom: 0
}

a {
    color: var(--tecture-base);
    -webkit-transition: .5s;
    transition: .5s
}

a,a:focus,a:hover,a:visited {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--tecture-font-2);
    color: var(--tecture-white);
    margin: 0
}

p {
    color: #aeb0b4;
    margin: 0
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 0
}

li,ul {
    list-style: none
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.list-unstyled {
    padding-left: 0
}

@media (min-width: 1400px) {
    .container {
        max-width:1400px
    }
}

#particles-js,.section-shape-1 {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0
}

::-webkit-input-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-title__title,.thm-btn {
    color: var(--tecture-white);
    font-weight: 700
}

.section-separator {
    border-color: var(--tecture-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0
}

#particles-js {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: .4
}

.section-shape-1 {
    background-repeat: repeat;
    background-position: center;
    background-image: url(https://pilotesdecimentacion.com/assets/images/shapes/section-shape-1.webp);
}

.preloader,.preloader__image {
    background-repeat: no-repeat;
    background-position: center center
}

.section-title {
    position: relative;
    display: block;
    margin-bottom: 58px;
    margin-top: -12px
}

.section-title__title {
    font-size: 54px;
    line-height: 64px;
    text-transform: uppercase
}

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: 0!important;
    font-size: 17px;
    background-color: var(--tecture-base);
    padding: 17px 40px;
    border-radius: 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    text-transform: capitalize;
    gap: 5px;
    z-index: 1
}

.preloader,.scroll-to-top {
    position: fixed;
    text-align: center
}

.thm-btn:after,.thm-btn:before {
    width: 50%;
    height: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    background-color: var(--tecture-white);
    z-index: -1;
    content: ""
}

.thm-btn span {
    font-size: 23px;
    position: relative;
    display: inline-block;
    top: -1px
}

.thm-btn:before {
    top: 0;
    left: 0
}

.thm-btn:hover:after,.thm-btn:hover:before {
    height: 100%
}

.thm-btn:hover {
    color: var(--tecture-black)
}

.preloader {
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/loader.png);
    background-size: 60px auto;
    width: 100%;
    height: 100%
}

.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: 0 0;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: .2s
}

.scroll-to-top__wrapper,.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:after,.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
    background-color: var(--tecture-base)
}

.scroll-to-top:hover {
    color: var(--tecture-base)
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    margin-left: 10px
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    position: relative;
    overflow: hidden
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tecture-bdr-color)
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px
}

.xs-sidebar-group .xs-overlay {
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .4s ease-in .8s;
    -o-transition: .4s ease-in .8s;
    transition: .4s ease-in .8s;
    cursor: url(../images/icon/cross-out.png),pointer;
    z-index: 999
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    -webkit-transition: .8s ease-out;
    -o-transition: .8s ease-out;
    transition: .8s ease-out;
    right: 100%
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--tecture-base);
    border-color: var(--tecture-base)
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .5s cubic-bezier(.9, .03, 0, .96) .6s;
    -o-transition: .5s cubic-bezier(.9, .03, 0, .96) .6s;
    transition: .5s cubic-bezier(.9, .03, 0, .96) .6s;
    visibility: hidden;
    opacity: 0
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    background-color: var(--tecture-black);
    -webkit-transition: .7s cubic-bezier(.9, .03, 0, .96) .4s;
    -o-transition: .7s cubic-bezier(.9, .03, 0, .96) .4s;
    transition: .7s cubic-bezier(.9, .03, 0, .96) .4s
}

.sidebar-textwidget {
    padding: 70px 30px
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in .3s;
    -o-transition: .3s ease-in .3s;
    transition: .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 1s ease-out 1.2s;
    -o-transition: 1s ease-out 1.2s;
    transition: 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0
}

.welcome-style1__img .img1:hover::before,.welcome-style1__img .img2:hover::before {
    opacity: .5
}

.xs-bg-black {
    background-color: #000
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    max-width: 172px;
    width: 100%;
    margin-bottom: 30px
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px
}

.checked-box1 input[type=checkbox],.main-menu .main-menu__list>li>ul>li>ul>li>ul,.main-menu__contact-list li:first-child:before,.stricky-header .main-menu__list>li>ul>li>ul>li>ul,.stricky-header .main-menu__top {
    display: none
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px
}

.xs-sidebar-group .content-inner .content-box p {
    color: #fff
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type=email],.xs-sidebar-group .content-inner .form-inner .form-group input[type=text],.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: #848484;
    border: none;
    outline: 0;
    transition: .5s
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
    border: none;
    outline: 0;
    background-color: var(--tecture-white);
    color: var(--tecture-black);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 45px;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu-two .main-menu__list>li.dropdown>a:after,.main-menu-two .main-menu__list>li>a,.main-menu__btn:hover,.search-popup__content .thm-btn i,.search-popup__content .thm-btn:hover i,.stricky-header.main-menu-two .main-menu__list>li>a,.welcome-style1__content .bottom-box .mail-box h3 a:hover,.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
    color: var(--tecture-white)
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: #00224f
}

.checked-box1 {
    position: relative;
    display: block;
    min-height: 26px
}

.checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 16px;
    cursor: pointer
}

.main-menu__contact-list li .icon i,.main-menu__top-time-icon span {
    font-size: 20px;
    color: var(--tecture-base)
}

.main-menu__social a,.main-menu__top-text {
    font-size: 15px;
    color: var(--tecture-white)
}

.checked-box1 input[type=checkbox]+label span {
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #e3e4ea;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.checked-box1 label span:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--tecture-base);
    border-radius: 50%;
    margin: 2px auto 0;
    transform: scale(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.checked-box1 input[type=checkbox]:checked+label span {
    border-color: #e3e4ea
}

.checked-box1 input[type=checkbox]:checked+label span:before {
    transform: scale(1)
}

.main-header {
    background: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    transition: .5s;
    z-index: 999
}

.main-menu,.main-menu-five__left,.main-menu-five__main-menu-box,.main-menu-four__left,.main-menu-four__logo,.main-menu-four__main-menu-box,.main-menu-three__left,.main-menu-three__logo,.main-menu-three__main-menu-box,.main-menu-two__left,.main-menu-two__main-menu-box,.main-menu-two__nav-sidebar-icon,.main-menu__main-menu-box,.main-menu__top,.main-menu__wrapper-inner {
    position: relative;
    display: block
}

.main-header-five__wrapper,.main-menu-five__social-box,.main-menu-five__wrapper,.main-menu-three__wrapper,.main-menu-two__wrapper,.main-menu__wrapper {
    position: relative;
    display: block;
    z-index: 1
}

.main-menu__wrapper-inner {
    padding-left: 260px;
    z-index: 1
}

.main-menu__logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a0c09;
    max-width: 260px;
    width: 100%;
    z-index: 2
}

.main-menu-five__contact-list,.main-menu-five__contact-list li,.main-menu-five__contact-list li .icon,.main-menu-five__social,.main-menu-five__social a,.main-menu-three__contact-list,.main-menu-three__contact-list li,.main-menu-three__contact-list li .icon,.main-menu-three__social,.main-menu__contact-list,.main-menu__contact-list li,.main-menu__contact-list li .icon,.main-menu__top-inner {
    align-items: center;
    display: flex;
    position: relative
}

.main-menu-two__search:hover,.main-menu__btn:after,.main-menu__btn:before,.main-menu__top-inner,.mobile-nav__content,.stricky-header.main-menu-two {
    background-color: var(--tecture-black)
}

.main-menu__top-inner {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 30px
}

.main-menu__contact-list li+li {
    margin-left: 46px
}

.main-menu__contact-list li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--tecture-white-rgb),.3)
}

.main-menu__contact-list li .text {
    margin-left: 10px
}

.main-menu__contact-list li .text p {
    font-size: 15px;
    font-weight: 500;
    color: var(--tecture-white)
}

.main-menu__contact-list li .text p a {
    color: var(--tecture-white);
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu .main-menu__list>li.current>a,.main-menu .main-menu__list>li.current>a::after,.main-menu .main-menu__list>li:hover>a,.main-menu .main-menu__list>li:hover>a::after,.main-menu .mobile-nav__toggler,.main-menu-two .main-menu__list>li.current>a,.main-menu-two .main-menu__list>li.current>a::after,.main-menu-two .main-menu__list>li:hover>a,.main-menu.main-menu-two .main-menu__list>li:hover>a::after,.main-menu__contact-list li .text p a:hover,.main-menu__search:hover,.mobile-nav__buttons a,.mobile-nav__buttons a:hover,.mobile-nav__contact li a:hover,.mobile-nav__content .main-menu__list li a.expanded,.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded,.mobile-nav__social a:hover,.stricky-header .main-menu__list>li.current>a,.stricky-header .main-menu__list>li.current>a::after,.stricky-header .main-menu__list>li:hover>a,.stricky-header .main-menu__list>li:hover>a::after,.stricky-header.main-menu-two .main-menu__list>li.current>a,.stricky-header.main-menu-two .main-menu__list>li.current>a::after,.stricky-header.main-menu-two .main-menu__list>li:hover>a,.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
    color: var(--tecture-base)
}

.main-menu-five__right,.main-menu-five__top-right,.main-menu-four__right,.main-menu-three__right,.main-menu-three__top-right,.main-menu__top-right,.main-menu__top-time,.main-menu__top-time-icon {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.main-menu__top-time-icon span {
    position: relative;
    display: inline-block
}

.main-menu__top-text {
    font-weight: 500;
    margin-left: 10px
}

.main-menu__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px
}

.main-menu__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: rgba(var(--tecture-white-rgb),.1);
    border-radius: 50%;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    z-index: 1
}

.main-menu__social a:hover {
    color: var(--tecture-white);
    border: 1px solid rgba(var(--tecture-basw-rgb),1)
}

.main-menu__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--tecture-base);
    transform: scale(.5);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    z-index: -1
}

.main-menu__social a:hover::before {
    transform: scale(1);
    opacity: 1
}

.main-menu__social a+a {
    margin-left: 5px
}

.main-menu__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--tecture-white);
    padding: 0 30px
}

.main-menu__search-and-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 9px 0
}

.main-menu__search-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 25px
}

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: var(--tecture-black);
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__wrapper,.stricky-header {
    position: fixed;
    visibility: hidden;
    left: 0
}

.stricky-header.main-menu {
    background-color: #0a0c09
}

.main-menu .main-menu__list,.main-menu .main-menu__list>li>ul,.main-menu .main-menu__list>li>ul>li>ul,.stricky-header .main-menu__list,.stricky-header .main-menu__list>li>ul,.stricky-header .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

@media (min-width: 1200px) {
    .auto-container {
        position:static;
        max-width: 1320px;
        padding: 0 15px;
        margin: 0 auto
    }

    .main-menu .main-menu__list,.main-menu .main-menu__list>li>ul,.main-menu .main-menu__list>li>ul>li>ul,.stricky-header .main-menu__list,.stricky-header .main-menu__list>li>ul,.stricky-header .main-menu__list>li>ul>li>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.main-menu .main-menu__list>li,.stricky-header .main-menu__list>li {
    padding-top: 27px;
    padding-bottom: 27px;
    position: relative
}

.main-menu .main-menu__list>li+li,.main-menu-five__social a+a,.main-menu-three__social a+a,.stricky-header .main-menu__list>li+li {
    margin-left: 25px
}

.main-menu .main-menu__list>li>a,.stricky-header .main-menu__list>li>a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bfbfbf;
    font-weight: 700;
    padding-left: 7px;
    padding-right: 7px;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.main-menu .main-menu__list>li>a::before,.stricky-header .main-menu__list>li>a::before {
    content: "";
    height: 33px;
    border-radius: 5px;
    background-color: var(--tecture-base);
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    transition: transform .5s;
    transform: scale(0,1);
    transform-origin: left center;
    opacity: .2;
    z-index: -1
}

.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: right center
}

.main-menu .main-menu__list>li.dropdown>a {
    padding-right: 20px
}

.main-menu .main-menu__list>li.dropdown>a:after {
    position: absolute;
    top: 52%;
    right: 7px;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 14px;
    color: var(--tecture-black);
    transform: translateY(-50%);
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.main-menu .main-menu__list>li>ul,.main-menu .main-menu__list>li>ul>li>ul,.stricky-header .main-menu__list>li>ul,.stricky-header .main-menu__list>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
    -moz-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
    -ms-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
    -o-box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
    box-shadow: 0 15px 30px -10px rgba(0,0,0,9%);
    -webkit-transition: .3s linear;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.main-menu .main-menu__list>li:hover>ul,.main-menu .main-menu__list>li>ul>li:hover>ul,.stricky-header .main-menu__list>li:hover>ul,.stricky-header .main-menu__list>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: perspective(500px) rotatex(0)
}

.main-menu .main-menu__list>li>ul>li,.main-menu .main-menu__list>li>ul>li>ul>li,.stricky-header .main-menu__list>li>ul>li,.stricky-header .main-menu__list>li>ul>li>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(var(--tecture-black-rgb),.1)
}

.main-menu .main-menu__list>li>ul>li:last-child,.main-menu .main-menu__list>li>ul>li>ul>li:last-child,.stricky-header .main-menu__list>li>ul>li:last-child,.stricky-header .main-menu__list>li>ul>li>ul>li:last-child {
    border-bottom: 0
}

.mobile-nav__container,.mobile-nav__content .main-menu__list>li:not(:last-child),.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.main-menu .main-menu__list>li>ul>li+li,.main-menu .main-menu__list>li>ul>li>ul>li+li,.stricky-header .main-menu__list>li>ul>li+li,.stricky-header .main-menu__list>li>ul>li>ul>li+li {
    border-top: 0;
    margin-top: 0
}

.main-menu .main-menu__list>li>ul>li>a,.main-menu .main-menu__list>li>ul>li>ul>li>a,.stricky-header .main-menu__list>li>ul>li>a,.stricky-header .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: var(--tecture-black);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-transition: .2s linear;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.main-menu .main-menu__list>li>ul>li:hover>a,.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,.stricky-header .main-menu__list>li>ul>li:hover>a,.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
    background-color: var(--tecture-base);
    color: var(--tecture-white);
    padding-left: 25px
}

.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%
}

.stricky-header {
    z-index: 991;
    top: 0;
    background-color: #fff;
    width: 100%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility .5s,-webkit-transform .5s;
    transition: transform .5s,visibility .5s,-webkit-transform .5s;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.05);
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.05)
}

@media (max-width: 1199px) {
    .stricky-header {
        display:none!important
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px
}

.mobile-nav__buttons a {
    font-size: 20px;
    cursor: pointer
}

.main-menu-five__contact-list li .text,.main-menu-three__contact-list li .text,.mobile-nav__buttons a+a {
    margin-left: 10px
}

.main-menu .mobile-nav__toggler {
    position: relative;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--tecture-black)
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler,.mobile-nav__buttons {
        display:none
    }
}

.mobile-nav__wrapper {
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility .5s .5s,-webkit-transform .5s .5s;
    transition: transform .5s .5s,visibility .5s .5s,-webkit-transform .5s .5s
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: visibility .5s,-webkit-transform .5s;
    transition: transform .5s,visibility .5s,-webkit-transform .5s
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    cursor: pointer
}

.mobile-nav__content {
    width: 300px;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity .5s,visibility .5s,-webkit-transform .5s;
    transition: opacity .5s,visibility .5s,transform .5s,-webkit-transform .5s
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .5s .5s,visibility .5s .5s,-webkit-transform .5s .5s;
    transition: opacity .5s .5s,visibility .5s .5s,transform .5s .5s,-webkit-transform .5s .5s
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--tecture-white);
    cursor: pointer
}

.mobile-nav__content .main-menu__list,.mobile-nav__content .main-menu__list>li>ul,.mobile-nav__content .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobile-nav__content .main-menu__list>li>ul,.mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-left: .5em
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border,.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none!important
}

.mobile-nav__content .main-menu__list>li>a,.mobile-nav__content .main-menu__list>li>ul>li>a,.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: var(--tecture-font);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__content .main-menu__list>li>a>button,.mobile-nav__content .main-menu__list>li>ul>li>a>button,.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: var(--tecture-base);
    border: none;
    outline: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    padding: 0
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-color: #fff;
    color: var(--tecture-base)
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.mobile-nav__contact li,.mobile-nav__contact li>i,.mobile-nav__social,.search-popup,.search-popup__content .thm-btn,.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox
}

.mobile-nav__top .main-menu__login a {
    color: var(--tecture-text-dark)
}

.mobile-nav__container {
    border-top: 1px solid rgba(255,255,255,.1)
}

.mobile-nav__social {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--tecture-white);
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__social a+a {
    margin-left: 30px
}

.mobile-nav__contact {
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    color: var(--tecture-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav__contact li+li {
    margin-top: 15px
}

.mobile-nav__contact li a {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--tecture-base);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff
}

.mobile-nav__container .main-logo,.mobile-nav__container .main-menu__language,.mobile-nav__container .main-menu__login,.mobile-nav__container .topbar__buttons {
    display: none
}

.main-header-two {
    position: relative;
    display: block;
    width: 100%;
    background: #0a0c09;
    transition: .5s;
    z-index: 999
}

.main-menu-two__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 100px;
    z-index: 1
}

.main-menu-two__logo {
    position: relative;
    display: block;
    padding: 34px 0
}

.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 130px
}

.main-menu-two__search-and-nav-sidebar-icon {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(255,255,255,.05);
    padding: 17.5px 45px;
    gap: 20px;
    border-radius: 10px
}

.main-menu-two__nav-sidebar-icon a,.main-menu-two__search {
    display: flex;
    align-items: center;
    height: 45px;
    width: 45px;
    color: var(--tecture-white);
    font-size: 16px;
    position: relative;
    justify-content: center;
    border: 1px solid var(--tecture-white);
    border-radius: 50%
}

.main-menu-two__nav-sidebar-icon a:hover,.main-menu-two__search:hover {
    border: 1px solid var(--tecture-black);
    color: var(--tecture-white)
}

.main-menu-four__search,.main-menu-three__search {
    color: var(--tecture-black);
    font-size: 21px
}

.main-menu-two__nav-sidebar-icon a:hover {
    background-color: var(--tecture-black)
}

.main-menu-two .main-menu__list>li,.stricky-header.main-menu-two .main-menu__list>li {
    padding-top: 47px;
    padding-bottom: 47px
}

.stricky-header.main-menu-five,.stricky-header.main-menu-four,.stricky-header.main-menu-three,.welcome-style1__img .img1 .video-btn .video-popup:hover {
    background-color: var(--tecture-white)
}

.main-header-five,.main-header-four,.main-header-three {
    position: relative;
    display: block;
    width: 100%;
    background: 0 0;
    transition: .5s;
    z-index: 999
}

.main-menu-five__top,.main-menu-three__top {
    position: relative;
    display: block;
    background-color: var(--tecture-black)
}

.main-menu-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 9px 0
}

.main-menu-five__contact-list li+li,.main-menu-three__contact-list li+li {
    margin-left: 50px
}

.main-menu-three__contact-list li .icon i {
    font-size: 16px;
    color: var(--tecture-base)
}

.main-menu-three__contact-list li .text p {
    font-size: 16px;
    color: var(--tecture-white)
}

.main-menu-five__contact-list li .icon i,.main-menu-five__contact-list li .text p a:hover,.main-menu-five__search:hover,.main-menu-five__social a:hover,.main-menu-four__search:hover,.main-menu-three__contact-list li .text p a:hover,.main-menu-three__search:hover,.main-menu-three__social a:hover,.single-service-style4 .content-box h3 a:hover,.welcome-style1__content .bottom-box .mail-box h3 a,.welcome-style1__img .img1 .video-btn .video-popup:hover {
    color: var(--tecture-base)
}

.main-menu-three__contact-list li .text p a {
    color: var(--tecture-white);
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu-three__social a,.main-menu-three__wrapper-inner {
    align-items: center;
    position: relative;
    display: flex;
    z-index: 1
}

.main-menu-three__social a {
    justify-content: center;
    font-size: 15px;
    color: var(--tecture-white);
    overflow: hidden;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.main-menu-three__wrapper-inner {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0
}

.main-menu-three__logo a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 33px 0
}

.main-menu-four__search-btn-box,.main-menu-three__search-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 20px 0
}

.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center
}

.main-menu-four .main-menu__list>li,.main-menu-three .main-menu__list>li,.stricky-header.main-menu-four .main-menu__list>li,.stricky-header.main-menu-three .main-menu__list>li {
    padding-top: 34px;
    padding-bottom: 34px
}

.main-menu-four__wrapper {
    position: relative;
    display: block;
    box-shadow: 0 4.4px 20px -1px rgba(19,16,34,.05);
    z-index: 1
}

.main-menu-four__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    z-index: 1
}

.main-menu-four__logo a,.main-menu-four__search {
    position: relative;
    align-items: center;
    display: flex
}

.main-menu-four__logo a {
    justify-content: center;
    padding: 33px 0
}

.main-header-five__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.main-header-five__logo a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tecture-black);
    padding: 48px 75px
}

.main-menu-five__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 9px 75px 9px 375px
}

.main-menu-five__contact-list li .icon i {
    font-size: 16px
}

.main-menu-five__contact-list li .text p {
    font-size: 16px;
    color: var(--tecture-white)
}

.main-menu-five__contact-list li .text p a {
    color: var(--tecture-white);
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu-five__social-box:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -30px;
    bottom: -5px;
    width: 1px;
    background-color: rgba(var(--tecture-white-rgb),.2)
}

.main-menu-five__social-box-inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px
}

.main-menu-five__social-box-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: var(--tecture-white)
}

.main-menu-five__social a {
    justify-content: center;
    font-size: 15px;
    color: var(--tecture-white);
    overflow: hidden;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    z-index: 1
}

.main-menu-five__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 75px 0 375px;
    z-index: 1
}

.main-menu-five__search-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 10px 0
}

.main-menu-five__search {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--tecture-black);
    font-size: 21px
}

.stricky-header .main-menu-five__wrapper-inner {
    padding: 0 75px
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity .5s,-webkit-transform .5s;
    transition: transform .5s,opacity .5s,-webkit-transform .5s
}

.search-popup.active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--tecture-black);
    opacity: .75;
    cursor: pointer
}

.search-popup__content {
    width: 100%;
    max-width: 560px
}

.search-popup__content form {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

.search-popup__content form input[type=search],.search-popup__content form input[type=text] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: 0;
    height: 66px;
    padding-left: 30px
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--tecture-base);
    border: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.search-popup__content .thm-btn:after,.search-popup__content .thm-btn:before {
    background-color: var(--tecture-black);
    border-radius: 0
}

.search-popup__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.welcome-style1 {
    padding: 120px 0
}

.welcome-style1 .section-title {
    margin-bottom: 50px
}

.welcome-style1__content {
    position: relative;
    display: block;
    padding-right: 20px
}

.welcome-style1__content .title {
    position: relative;
    display: block;
    padding-bottom: 21px
}

.welcome-style1__content .title h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

.slogan-one__content,.slogan-one__content .title,.welcome-style1__content .text {
    position: relative;
    display: block
}

.welcome-style1__content .text p+p {
    margin-top: 21px
}

.welcome-style1__content .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 36px
}

.welcome-style1__content .bottom-box .btn-box {
    position: relative;
    display: block;
    line-height: 0
}

.welcome-style1__content .bottom-box .mail-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 30px
}

.welcome-style1__content .bottom-box .mail-box h3 {
    font-size: 22px;
    line-height: 28px
}

.welcome-style1__content .bottom-box .mail-box h3 a {
    transition: .2s linear .1s
}

.welcome-style1__img {
    position: relative;
    display: block;
    padding-top: 0
}

.welcome-style1__img .row {
    --bs-gutter-x: 0px
}

.welcome-style1__img .img1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -30px;
    z-index: 5
}

.welcome-style1__img .img1::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--tecture-black);
    opacity: 0;
    transition: .5s;
    z-index: 1
}

.welcome-style1__img .img1 img {
    width: 100%;
    transform: scale3d(1,1,1);
    transition: transform 1s ease-in-out
}

.welcome-style1__img .img1:hover img {
    transform: scale(1.05) rotate(0)
}

.welcome-style1__img .img1 .video-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5
}

.welcome-style1__img .img1 .video-btn .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--tecture-base);
    color: var(--tecture-white);
    font-size: 25px;
    line-height: 20px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.single-service-style4 .content-box h3 a,.single-service-style4 .img-box .overlay-icon a {
    transition: .2s linear .1s;
    color: var(--tecture-white)
}

.welcome-style1__img .img1 .video-btn .video-popup::after,.welcome-style1__img .img1 .video-btn .video-popup::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--tecture-white-rgb),.7);
    -o-box-shadow: 0 0 0 0 rgba(var(--tecture-white-rgb),.7);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--tecture-white-rgb),.7);
    box-shadow: 0 0 0 0 rgba(var(--tecture-white-rgb),.67);
    -webkit-animation: 3s infinite ripple;
    animation: 3s infinite ripple
}

.welcome-style1__img .img1 .video-btn .video-popup::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.welcome-style1__img .img1 .video-btn .video-popup:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.welcome-style1__img .img2 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -94px;
    margin-right: -30px
}

.single-service-style4 .img-box::before,.welcome-style1__img .img2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--tecture-black);
    opacity: 0;
    transition: .5s;
    z-index: 1
}

.single-service-style4 .img-box img,.welcome-style1__img .img2 img {
    width: 100%;
    transform: scale3d(1,1,1);
    transition: transform 1s ease-in-out
}

.single-service-style4:hover .img-box img,.welcome-style1__img .img2:hover img {
    transform: scale(1.05) rotate(0)
}

.service-style4 {
    position: relative;
    display: block;
    padding: 120px 0;
    z-index: 1
}

.single-service-style4 {
    position: relative;
    display: block;
    margin-bottom: 0
}

.service-style4__carousel.owl-theme,.single-service-style4 .img-box {
    position: relative;
    display: block;
    overflow: hidden
}

.single-service-style4:hover .img-box::before {
    opacity: .6
}

.single-service-style4 .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(70px);
    transition: .5s ease-in-out;
    z-index: 5
}

.single-service-style4:hover .img-box .overlay-icon {
    opacity: 1;
    transform: translateY(0)
}

.single-service-style4 .img-box .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(0,0,0,.6);
    font-size: 20px
}

.single-service-style4 .img-box .overlay-icon a:hover {
    color: var(--tecture-white);
    background-color: var(--tecture-base)
}

.single-service-style4 .content-box {
    position: relative;
    display: block;
    padding-top: 22px
}

.single-service-style4 .content-box h3 {
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 7px
}

.single-service-style4 .content-box p,.slogan-one__content .title p {
    margin: 0
}

.service-style4__carousel.owl-theme .owl-nav {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 53px
}

.service-style4__carousel.owl-theme .owl-nav .owl-next,.service-style4__carousel.owl-theme .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 82px;
    border-radius: 0;
    color: var(--tecture-white);
    background-color: var(--tecture-base);
    font-size: 22px;
    margin: 0;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.service-style4__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px
}

.service-style4__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px
}

.service-style4__carousel.owl-theme .owl-nav .owl-next span,.service-style4__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-style4__carousel.owl-theme .owl-nav .owl-next:hover,.service-style4__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--tecture-white);
    color: var(--tecture-base)
}

.service-style4__carousel.owl-carousel .owl-stage-outer {
    overflow: visible
}

.service-style4_carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s,visibility .5s
}

.service-style4__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible
}

.slogan-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 110px 0 120px;
    z-index: 10
}

.slogan-one__bg,.slogan-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.slogan-one__bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    mix-blend-mode: luminosity;
    z-index: -1
}

.slogan-one__bg::before {
    content: "";
    opacity: .9;
    background-color: var(--tecture-black)
}

.slogan-one__content .title h3 {
    color: var(--tecture-white);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px
}

.slogan-one__content .title h4 {
    color: var(--tecture-white);
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px
}

.slogan-one__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 53px
}

.slogan-one__content .btn-box .thm-btn:before {
    width: 51%
}
