/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Navigations One
# Mobile Nav
# Navigations Two
# Navigations Three
# Navigations Four
# Search Popup
# Banner One
# Main Slider Two
# Banner Four
# About One
# Services One
# Project One
# Team One
# Testimonial One
# Sliding Text
# Blog One
# Contact
# Site Footer
# Site Footer Two
# About Two
# Project Two
# Counter Two
# Video One
# Pricing One
# Testimonial Two
# Blog Two
# Contact One
# Process One
# Services Two
# Project Three
# Team Two
# Before After
# Testimonial Three
# Blog Three
# Brand One
# CTA One
# Site Footer Three
# Team Three
# Testimonial Four
# Blog Four
# Project Four
# About Three
# Make It Simple
# Brand Two
# Services Three
# Skill One
# Sliding Text Three
# Page Header
# Address One
# Contact Two
# Blog Details
# Comments
# Sidebar
# Blog Page
# Team Details
# Services Details
# Project Details
# Banner Three
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

:root {
    --primary-color: #007b48;
    --arckytec-font: 'Inter', sans-serif;
    --arckytec-font-two: 'Inter', sans-serif;
    --arckytec-gray: #4D5054;
    --arckytec-gray-rgb: 77, 80, 84;
    --arckytec-white: #ffffff;
    --arckytec-white-rgb: 255, 255, 255;
    --arckytec-base: #eb2227;
    --arckytec-base-rgb: 185, 142, 117;
    --arckytec-black: #212429;
    --arckytec-black-rgb: 33, 36, 41;
}

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

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

body {
    font-family: var(--arckytec-font);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--arckytec-gray);
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--arckytec-base);
}

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

::-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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--arckytec-black);
    margin: 0;
    font-family: var(--arckytec-font-two);
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 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;
}

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

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

.list-unstyled {
    padding-left: 0;
}

@media (min-width: 1350px) {
    .container {
        max-width: 1350px;
    }
    .blog-video .row>div {
        width: 20%;
    }
}

::-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-separator {
    border-color: var(--arckytec-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.search-popup__cross {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: #000;
    font-weight: 600;
}

.search-popup__cross span {
    font-weight: 700;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}

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

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    /* color: #fff; */
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}

.testimonial-one__bg span.section-title__tagline {
    color: #fff!important;
}

.section-title__tagline:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 6px;
    width: 6px;
    background-color: var(--arckytec-base);
    border-radius: 50%;
}

.section-title__tagline:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    height: 6px;
    width: 6px;
    background-color: var(--arckytec-base);
    border-radius: 50%;
}

.section-title__title {
    margin: 0;
    color: var(--arckytec-black);
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    margin-top: 4px;
}

.section-title-two {
    position: relative;
    display: block;
    margin-top: -6px;
    margin-bottom: 56px;
}

.section-title-two__tagline {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: var(--arckytec-base);
    font-weight: 500;
    padding-left: 50px;
    font-family: var(--arckytec-font-two);
    z-index: 1;
}

.section-title-two__tagline:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 2px;
    width: 35px;
    background-color: var(--arckytec-base);
}

.section-title-two__tagline:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    height: 2px;
    width: 35px;
    background-color: var(--arckytec-base);
}

.section-title-two__title {
    margin: 0;
    color: var(--arckytec-black);
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    margin-top: 4px;
}

.section-title-three {
    position: relative;
    display: block;
    margin-top: -6px;
    margin-bottom: 56px;
}

.section-title-three__tagline {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: var(--arckytec-base);
    font-weight: 500;
    padding-left: 33px;
    padding-right: 33px;
    z-index: 1;
}

.section-title-three__tagline:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    height: 2px;
    width: 24px;
    background-color: var(--arckytec-base);
}

.section-title-three__tagline:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    height: 2px;
    width: 24px;
    background-color: var(--arckytec-base);
}

.section-title-three__title {
    margin: 0;
    color: var(--arckytec-white);
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    margin-top: 3px;
    letter-spacing: -1.12px;
}

.section-title-four {
    position: relative;
    display: block;
    margin-top: -22px;
    margin-bottom: 56px;
}

.section-title-four__tagline {
    position: relative;
    display: inline-block;
    font-size: 130px;
    line-height: 130px;
    color: #F5F5F5;
    font-weight: 700;
    font-family: var(--arckytec-font-two);
    z-index: 1;
}

.section-title-four__title {
    margin: 0;
    color: var(--arckytec-black);
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    margin-top: -48px;
    letter-spacing: -1.12px;
    position: relative;
    display: block;
    z-index: 2;
}

.btn-box {
    gap: 15px;
    display: flex;
}


/* button style 1 */

button.button-style-1,
a.button-style-1 {
    gap: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--arckytec-white);
    padding: 15px 34px 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    background-color: var(--arckytec-base);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

button.button-style-1::before,
a.button-style-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    background-color: var(--arckytec-black);
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    background-color: var(--primary-color);
}

button.button-style-1.btn-bg-white:hover,
a.button-style-1.btn-bg-white:hover {
    color: var(--arckytec-base);
}

button.button-style-1.btn-bg-white::before,
a.button-style-1.btn-bg-white::before {
    background-color: var(--arckytec-white);
}

button.button-style-1:hover::before,
a.button-style-1:hover::before {
    -webkit-transform: scale(1, 1.01);
    transform: scale(1, 1.01);
    transform-origin: bottom center;
}


/* button style 2 */

a.button-style-2 {
    gap: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: var(--arckytec-base);
    padding: 14px 34px 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid var(--arckytec-base);
    border-radius: 10px;
}

a.button-style-2:hover {
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

a.button-style-2::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 102%;
    content: "";
    position: absolute;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    background-color: var(--arckytec-base);
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

a.button-style-2:hover::before {
    -webkit-transform: scale(1, 1.01);
    transform: scale(1, 1.01);
    transform-origin: bottom center;
}


/* button style 3 */

a.button-style-3 {
    gap: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--arckytec-black);
    padding: 15px 34px 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    overflow: hidden;
    background-color: var(--arckytec-white);
}

a.button-style-3::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 102%;
    content: "";
    position: absolute;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    background-color: var(--arckytec-black);
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

a.button-style-3:hover {
    color: var(--arckytec-white);
}

a.button-style-3:hover::before {
    -webkit-transform: scale(1, 1.01);
    transform: scale(1, 1.01);
    transform-origin: bottom center;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--arckytec-base);
    color: var(--arckytec-white);
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 12px;
    color: #ffffff;
    text-transform: capitalize;
    background: var(--arckytec-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--arckytec-base);
    color: var(--arckytec-white);
    cursor: pointer;
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 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;
    text-align: 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-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}


/* scroll to top */

.scroll-to-top {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: var(--arckytec-gray);
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
}

.scroll-to-top i {
    color: var(--arckytec-white);
    font-size: 18px;
    line-height: 60px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scroll-to-top:hover {
    background-color: var(--arckytec-base);
}

.scroll-to-top:hover i {
    color: var(--arckytec-white);
}


/** xs sidebar **/

.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .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: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    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: all 500ms ease;
    transition: all 500ms ease;
}

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

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    background-color: var(--arckytec-black);
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

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

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

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 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;
}

.xs-bg-black {
    background-color: #000000;
}

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

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

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

.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: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.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: none;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
    border: none;
    outline: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
    color: var(--arckytec-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:after {
    background-color: var(--arckytec-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;
}

.dark-body {
    background-color: #1E2125;
}

.site-border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11%;
    width: 1px;
    border: 1px dashed #3E4B5E;
    opacity: .10;
    z-index: -1;
}

.site-border-two {
    left: 37.3%;
}

.site-border-three {
    left: inherit;
    right: 37.3%;
}

.site-border-four {
    left: inherit;
    right: 11%;
}

.home-two-site-border {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 11%;
    border-right: 1px solid rgba(23, 36, 41, 0.10);
    z-index: -1;
}

.home-two-site-border-two {
    left: 16%;
}

.home-two-site-border-three {
    left: 32%;
}

.home-two-site-border-four {
    left: 48%;
}

.home-two-site-border-five {
    left: 64%;
}

.home-two-site-border-six {
    left: inherit;
    right: 11%;
}

.home-three-site-border {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 11%;
    border-right: 1px solid rgba(62, 75, 94, 0.50);
    z-index: -1;
}

.home-three-site-border-two {
    left: 16%;
}

.home-three-site-border-three {
    left: 32%;
}

.home-three-site-border-four {
    left: 48%;
}

.home-three-site-border-five {
    left: 64%;
}

.home-three-site-border-six {
    left: inherit;
    right: 11%;
}

.home-four-site-border {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 11%;
    border-right: 1px solid rgba(33, 36, 41, 0.15);
    z-index: -1;
}

.home-four-site-border-two {
    left: 16%;
}

.home-four-site-border-three {
    left: 32%;
}

.home-four-site-border-four {
    left: 48%;
}

.home-four-site-border-five {
    left: 64%;
}

.home-four-site-border-six {
    left: inherit;
    right: 11%;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-menu {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu__wrapper {
    position: relative;
    display: block;
    /* background-color: var(--arckytec-black); */
    z-index: 1;
}

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

.main-menu__left {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__logo {
    position: relative;
    display: block;
    margin-right: 100px;
    padding: 24.5px 0;
    z-index: 1;
}

.main-menu__logo img {
    width: 180px;
}

.main-menu__main-menu-box {
    position: relative;
    display: block;
}

.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__search-and-call {
    position: relative;
    display: flex;
    align-items: center;
    padding: 27.5px 0;
}

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

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
}

.main-menu__search:hover {
    color: var(--arckytec-base);
}

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

.main-menu__call-icon {
    position: relative;
    display: flex;
}

.main-menu__call-icon span {
    font-size: 35px;
    color: var(--arckytec-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-icon:hover span {
    color: var(--arckytec-white);
}

.main-menu__call-number {
    margin-left: 10px;
}

.main-menu__call-number h5 {
    font-size: 16px;
    line-height: 25px;
    font-family: var(--arckytec-font);
}

.main-menu__call-number h5 a {
    /* color: var(--arckytec-white); */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-number a:hover {
    color: var(--arckytec-base);
}

.main-menu__call-number p {
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    /* color: #BABBBD; */
    margin-bottom: 6px;
}

.stricky-header.main-menu {
    /* background-color: var(--arckytec-black); */
}

.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) {
    .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-three .main-menu__list,
    .main-menu-three .main-menu__list>li>ul,
    .main-menu-three .main-menu__list>li>ul>li>ul,
    .stricky-header.main-menu-three .main-menu__list,
    .stricky-header.main-menu-three .main-menu__list>li>ul,
    .stricky-header.main-menu-three .main-menu__list>li>ul>li>ul {
        display: none;
    }
}

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

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 40px;
}

.main-menu .main-menu__list a {
    color: #000;
}

.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: var(--arckytec-white); */
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--arckytec-font-two);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: "";
    height: 4px;
    border-radius: 0px;
    background-color: var(--arckytec-base);
    position: absolute;
    bottom: -37px;
    left: 0px;
    right: 0px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    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.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(--arckytec-base);
}

.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;
    min-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
    display: none;
}

.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;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

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

.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: none;
}

.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: 15px;
    line-height: 30px;
    color: var(--arckytec-black);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px 8px;
    -webkit-transition: 500ms;
    transition: 500ms;
    border-bottom: 1px solid #e7e7e7;
}

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

.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(--arckytec-base);
    color: var(--arckytec-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 {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    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 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    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(--arckytec-base);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--arckytec-base);
}

.main-menu .mobile-nav__toggler {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--arckytec-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--arckytec-white);
}

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


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 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 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.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 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.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(--arckytec-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

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

.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(--arckytec-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, 0.1);
    margin-left: 0.5em;
}

.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, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
    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: #ffffff;
    font-size: 14px;
    font-family: var(--arckytec-font);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.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 {
    color: var(--arckytec-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--arckytec-base);
}

.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(--arckytec-base);
    border: none;
    outline: none;
    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 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    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(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--arckytec-base);
}


/* no menu after 2rd level dropdown */

.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.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__top .main-menu__login a {
    color: var(--arckytec-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--arckytec-white);
    -webkit-transition: 500ms;
    transition: 500ms;
}

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

.mobile-nav__social a:hover {
    color: var(--arckytec-base);
}

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

.mobile-nav__contact li {
    color: var(--arckytec-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    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: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--arckytec-base);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--arckytec-base);
    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;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

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


/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/

.main-header-two {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
    z-index: 1;
}

.main-header-two__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background-repeat: repeat;
    background-size: cover;
    background-position: bottom center;
    opacity: .30;
    z-index: -1;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

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

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

.main-menu-two__main-menu-box {
    position: relative;
    display: block;
}

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

.main-menu-two__search-user-nav-sidebar {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

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

.main-menu-two__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--arckytec-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__search:hover {
    color: var(--arckytec-base);
}

.main-menu-two__user-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.main-menu-two__user {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--arckytec-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__user:hover {
    color: var(--arckytec-base);
}

.main-menu-two__nav-siderbar-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__nav-siderbar-box .navSidebar-button {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--arckytec-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__nav-siderbar-box .navSidebar-button:hover {
    color: var(--arckytec-base);
}

.stricky-header.main-menu-two {
    background-color: var(--arckytec-white);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
    color: var(--arckytec-gray);
}

.main-menu-two .main-menu__list>li>a::before,
.stricky-header.main-menu-two .main-menu__list>li>a::before {
    content: "";
    height: 4px;
    border-radius: 0px;
    background-color: var(--arckytec-base);
    position: absolute;
    bottom: -37px;
    left: 0px;
    right: 0px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.main-menu-two .main-menu__list>li.current>a::before,
.main-menu-two .main-menu__list>li:hover>a::before,
.stricky-header.main-menu-two .main-menu__list>li.current>a::before,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
    color: var(--arckytec-base);
}


/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/

.main-header-three {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
}

.main-header-three__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background-repeat: repeat;
    background-position: top center;
    background-size: cover;
    opacity: .60;
    z-index: -1;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

.main-menu-three__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 40px 30px;
}

.main-menu-three__main-menu-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12.5px 0;
    width: 2%;
}

.main-menu-three .mobile-nav__toggler {
    color: var(--arckytec-white);
}

.main-menu-three .mobile-nav__toggler:hover {
    color: var(--arckytec-base);
}

.main-menu-three__contact-info-box {
    position: relative;
    display: block;
    padding-left: 233px;
    padding-right: 218px;
    width: 96%;
}

.main-menu-three__contact-info-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu-three__contact-info-list li {
    position: relative;
    display: block;
}

.main-menu-three__contact-info-single {
    position: relative;
    display: block;
}

.main-menu-three__contact-info-details {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-three__contact-info-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__contact-info-icon span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: var(--arckytec-base);
}

.main-menu-three__contact-info-content {
    margin-left: 10px;
}

.main-menu-three__contact-info-sub-title {
    font-size: 14px;
    line-height: 14px;
    color: #BABBBD;
}

.main-menu-three__contact-info-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--arckytec-font);
    margin-top: 8px;
}

.main-menu-three__contact-info-title a {
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__contact-info-title a:hover {
    color: var(--arckytec-base);
}

.main-menu-three__logo {
    position: relative;
    display: block;
}

.main-menu-three__search-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15.5px 0;
    width: 2%;
}

.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__search:hover {
    color: var(--arckytec-base);
}

@media (min-width: 1200px) {
    .main-menu-three .main-menu__list,
    .main-menu-three .main-menu__list>li>ul,
    .main-menu-three .main-menu__list>li>ul>li>ul,
    .stricky-header.main-menu-three .main-menu__list,
    .stricky-header.main-menu-three .main-menu__list>li>ul,
    .stricky-header.main-menu-three .main-menu__list>li>ul>li>ul {
        display: none;
    }
}

@media (min-width: 1200px) {
    .main-menu-three .mobile-nav__toggler {
        display: block;
    }
}


/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/

.main-header-four {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu-four__wrapper {
    position: relative;
    display: block;
    background-color: var(--arckytec-black);
    z-index: 1;
}

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

.main-menu-four__logo-box {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu-four__logo-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -10000000px;
    background-color: var(--arckytec-white);
    z-index: -1;
}

.main-menu-four__logo {
    position: relative;
    display: block;
    padding: 24.5px 0;
    background-color: var(--arckytec-white);
    padding-right: 80px;
    clip-path: polygon(0 0, 100% 0%, 78% 100%, 0 100%);
    z-index: 1;
}

.main-menu-four__content-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu-four__main-menu-box {
    position: relative;
    display: block;
}

.main-menu-four__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 70px;
}

.main-menu-four__number-and-btn-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-four__number {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-four__number:hover {
    color: var(--arckytec-base);
}

.main-menu-four__btn-box {
    position: relative;
    display: block;
    margin-left: 35px;
}

.main-menu-four__btn:after {
    background: var(--arckytec-white);
}

.main-menu-four__btn:hover {
    color: var(--arckytec-base);
}

.stricky-header.main-menu-four {
    background-color: var(--arckytec-black);
}

.main-menu-four .main-menu__list>li+li,
.stricky-header.main-menu-four .main-menu__list>li+li {
    margin-left: 35px;
}

.main-menu-four .main-menu__list>li>a,
.stricky-header.main-menu-four .main-menu__list>li>a {
    color: var(--arckytec-white);
}

.main-menu-four .main-menu__list>li>a::before,
.stricky-header.main-menu-four .main-menu__list>li>a::before {
    content: "";
    height: 4px;
    border-radius: 0px;
    background-color: var(--arckytec-base);
    position: absolute;
    bottom: -37px;
    left: 0px;
    right: 0px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.main-menu-four .main-menu__list>li.current>a::before,
.main-menu-four .main-menu__list>li:hover>a::before,
.stricky-header.main-menu-four .main-menu__list>li.current>a::before,
.stricky-header.main-menu-four .main-menu__list>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu-four .main-menu__list>li.current>a,
.main-menu-four .main-menu__list>li:hover>a,
.stricky-header.main-menu-four .main-menu__list>li.current>a,
.stricky-header.main-menu-four .main-menu__list>li:hover>a {
    color: var(--arckytec-base);
}


/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    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;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.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(--arckytec-black);
    opacity: 0.75;
    cursor: pointer;
}

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

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    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: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    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;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--arckytec-base);
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup__content .thm-btn:after {
    background-color: var(--arckytec-black);
}

.search-popup__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: var(--arckytec-white);
    font-size: 18px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
    color: var(--arckytec-white);
}

.search-close-btn {
    position: absolute;
    top: 10px;
    right: 27px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    transform: inherit;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    width: 60px;
    height: 60px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close-btn:hover {
    background-color: var(--arckytec-base);
}

.search-close-btn i {
    position: relative;
    display: inline-block;
    transform: rotate(0);
}


/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/

.banner-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.banner-one__inner {
    position: relative;
    padding-top: 175px;
    padding-bottom: 180px;
    z-index: 10;
}

.banner-one__img {
    position: absolute;
    top: 0;
    right: 0px;
    clip-path: polygon(22% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2;
}

.banner-one__img img {
    width: auto;
}

.banner-one__shape-1 {
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 170px solid transparent;
    border-left: 130px solid var(--arckytec-base);
    z-index: -1;
}

.banner-one__shape-2 {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -1;
}

.banner-one__shape-3 {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: -1;
}

.banner-one__shape-3 img {
    width: auto;
}

.banner-one__shape-4 {
    position: absolute;
    bottom: 80px;
    left: 915px;
    z-index: -1;
}

.banner-one__shape-4 img {
    width: auto;
}

.banner-one__content {
    position: relative;
    display: block;
    z-index: 10;
}

.banner-one__sub-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: var(--arckytec-base);
    text-transform: capitalize;
}

.banner-one__title {
    position: relative;
    font-size: 80px;
    color: var(--arckytec-black);
    font-weight: 700;
    line-height: 80px;
    text-transform: capitalize;
    letter-spacing: -1.6px;
    margin-top: 9px;
    margin-bottom: 19px;
}

.banner-one__text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--arckytec-gray);
    margin-bottom: 33px;
}

.banner-one__curved-circle {
    position: absolute;
    top: 50%;
    right: 40px;
    height: 220px;
    width: 220px;
    border-radius: 50%;
    background-color: var(--arckytec-base);
    z-index: 1;
}

.banner-one__curved-circle .curved-circle {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    color: var(--arckytec-white);
    text-transform: uppercase;
    letter-spacing: 0.29em;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: auto !important;
    font-family: var(--arckytec-font-two);
    animation: rotation 18s linear infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.banner-one__video-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-one__video-icon {
    position: relative;
    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;
    font-size: 55px;
    color: var(--arckytec-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/

.main-slider-two {
    position: relative;
    display: block;
    z-index: 2;
}

.main-slider-two__social {
    position: absolute;
    top: 417px;
    left: -140px;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    z-index: 2;
}

.main-slider-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--arckytec-white);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--arckytec-font-two);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider-two__social a+a {
    margin-left: 25px;
}

.main-slider-two__social a:hover {
    color: var(--arckytec-base);
}

.main-slider-two .swiper-slide {
    position: relative;
    background-color: var(--arckytec-black);
}

.main-slider-two .container {
    position: relative;
    padding-top: 203px;
    padding-bottom: 220px;
    z-index: 30;
}

.main-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: 1;
}

.main-slider-two .swiper-slide-active .main-slider-two__bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.main-slider-two__bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--arckytec-black-rgb), .70);
}

.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider-two__title {
    position: relative;
    font-size: 140px;
    color: var(--arckytec-white);
    font-weight: 700;
    line-height: 130px;
    text-transform: capitalize;
    margin-bottom: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__text {
    position: relative;
    display: inline-block;
    color: #F5F5F5;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-and-call {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn:hover {
    color: var(--arckytec-base);
}

.main-slider-two__btn:after {
    background-color: var(--arckytec-white);
}

.main-slider-two__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.main-slider-two__call-icon {
    position: relative;
    display: flex;
}

.main-slider-two__call-icon span {
    font-size: 35px;
    color: var(--arckytec-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider-two__call-icon:hover span {
    color: var(--arckytec-white);
}

.main-slider-two__call-number {
    margin-left: 10px;
}

.main-slider-two__call-number h5 {
    font-size: 16px;
    line-height: 25px;
    font-family: var(--arckytec-font);
}

.main-slider-two__call-number h5 a {
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider-two__call-number a:hover {
    color: var(--arckytec-base);
}

.main-slider-two__call-number p {
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    color: #BABBBD;
    margin-bottom: 6px;
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__text,
.main-slider-two .swiper-slide-active .main-slider-two__btn-and-call {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}


/*--------------------------------------------------------------
# Banner Four
--------------------------------------------------------------*/

.banner-four {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
}

.banner-four__social {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 275px;
    left: 40px;
    z-index: 15;
}

.banner-four__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 15px;
    color: var(--arckytec-black);
    border: 1px solid #BABBBD;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.banner-four__social a:hover {
    color: var(--arckytec-white);
    border: 1px solid var(--arckytec-base);
}

.banner-four__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--arckytec-base);
    transform: scale(0.5);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.banner-four__social a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.banner-four__social a+a {
    margin-top: 10px;
}

.banner-four__inner {
    position: relative;
    background-color: #F6F8F7;
    padding-top: 211px;
    padding-bottom: 225px;
    z-index: 10;
}

.banner-four__shape-1 {
    position: absolute;
    top: 55px;
    left: 145px;
    z-index: -1;
}

.banner-four__shape-1 img {
    width: auto;
}

.banner-four__big-text {
    position: absolute;
    bottom: 80px;
    left: 0;
    font-size: 100px;
    line-height: 100px;
    font-family: var(--arckytec-font-two);
    font-weight: 700;
    letter-spacing: -2px;
    color: transparent;
    -webkit-text-stroke: 1px #BABBBD;
    opacity: .70;
    z-index: 1;
}

.banner-four__img {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 1;
}

.banner-four__img img {
    width: auto;
}

.banner-four__content {
    position: relative;
    display: block;
    z-index: 10;
}

.banner-four__title {
    position: relative;
    font-size: 80px;
    color: var(--arckytec-black);
    font-weight: 700;
    line-height: 80px;
    text-transform: capitalize;
}

.banner-four__text {
    position: relative;
    display: inline-block;
    color: var(--arckytec-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 33px;
}

.banner-four__btn-box {
    position: relative;
    display: flex;
    align-items: center;
}


/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/

.about-one {
    position: relative;
    display: block;
    /* background-color: var(--arckytec-black); */
    padding: 130px 0 130px;
    z-index: 1;
}

.about-one__icon {
    position: absolute;
    bottom: 4px;
    right: -2px;
    opacity: .10;
}

.about-one__icon img {
    width: auto;
}

.about-one__left {
    position: relative;
    display: block;
    margin-right: 130px;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about-one__img-one:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-one__img-box:hover .about-one__img-one:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.about-one__img-one img {
    width: 100%;
}

.about-one__img-two {
    position: absolute;
    top: 80px;
    right: -142px;
    width: 286px;
    height: 370px;
    z-index: 2;
}

.about-one__img-two img {
    width: 100%;
    border: 12px solid var(--arckytec-white);
}

.about-one__success-project {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--arckytec-white);
    display: flex;
    align-items: center;
    max-width: 320px;
    width: 100%;
    padding: 20px 25px 20px;
    z-index: 2;
}

.about-one__success-project-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
    width: 94px;
    background-color: #F5F5F5;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__success-project:hover .about-one__success-project-icon {
    background-color: var(--arckytec-base);
}

.about-one__success-project-icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--arckytec-base);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.about-one__success-project:hover .about-one__success-project-icon span {
    transform: scale(.9);
    color: var(--arckytec-white);
}

.about-one__success-project-content {
    position: relative;
    display: block;
    margin-left: 14px;
    top: 6px;
}

.about-one__success-project-content h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 2px;
}

.about-one__success-project-count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__success-project-count h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px !important;
    letter-spacing: -0.8px;
    font-family: var(--arckytec-font) !important;
    color: var(--arckytec-base);
}

.about-one__success-project-count-plus {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.8px;
    font-family: var(--arckytec-font);
    color: var(--arckytec-base);
}

.about-one__dot {
    position: absolute;
    bottom: 0;
    right: -130px;
}

.about-one__dot img {
    width: auto;
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: 82px;
    margin-top: 55px;
}

.about-one__right .section-title {
    margin-bottom: 19px;
}

.about-one__right .section-title__title {
    color: var(--primary-color);
}

.about-one__text {
    /* color: #BABBBD; */
}


/* .about-one__points-box {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 28px;
margin-bottom: 36px;
} */

.about-one__points {
    /* position: relative;
display: block; */
    position: relative;
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    margin-top: 28px;
    margin-bottom: 36px;
    justify-content: space-between;
}

.about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(50% - 4px);
}

.about-one__points li+li {
    margin-top: 21px;
}

.about-one__points li:nth-child(2) {
    margin-top: 0;
}

.about-one__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__points li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--arckytec-base);
}

.about-one__points li .text {
    margin-left: 13px;
}

.about-one__points li .text p {
    /* color: var(--arckytec-white); */
}

.about-one__points--two {
    margin-left: 40px;
}

.about-one__btn-box {
    position: relative;
    display: block;
}

.about-one__btn:hover {
    color: var(--arckytec-base);
}

.about-one__btn:after {
    background: var(--arckytec-white);
}


/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/

.services-one {
    position: relative;
    display: block;
    /* padding: 130px 0 100px; */
    z-index: 1;
}

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 48px;
    border-radius: 10px;
    overflow: hidden;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.services-one__img::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--arckytec-black-rgb), .30);
    transition: all 500ms ease;
    transform: translate3d(0px, -100%, 0px);
    z-index: 1;
}

.services-one__single:hover .services-one__img::after {
    transform: translate3d(0px, 0, 0px);
}

.services-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 250px;
    object-fit: cover;
}

.services-one__single:hover .services-one__img img {
    transform: scale(1.05);
}

.services-one__content {
    position: relative;
    display: block;
    background-color: var(--arckytec-white);
    box-shadow: 0px 4px 63px 0px rgba(15, 28, 51, 0.10);
    padding: 22px 30px 25px;
    z-index: 2;
}

.services-one__icon {
    position: absolute;
    top: -36px;
    right: 30px;
    height: 72px;
    width: 72px;
    border-radius: 4px;
    background: var(--arckytec-white);
    box-shadow: 0px 4px 63px 0px rgba(15, 28, 51, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}

.services-one__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--arckytec-base-rgb), 1);
    transition: all 500ms ease;
    transform: translate3d(0px, 100%, 0px);
    z-index: -1;
}

.services-one__single:hover .services-one__icon::after {
    transform: translate3d(0px, 0, 0px);
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--arckytec-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.services-one__single:hover .services-one__icon span {
    transform: scale(.9);
    color: var(--arckytec-white);
}

.services-one__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    border-bottom: 1px solid #BABBBD;
    padding-bottom: 20px;
    margin-bottom: 23px;
}

.services-one__title a {
    color: var(--arckytec-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__title a:hover {
    color: var(--arckytec-base);
}

.services-one__btn-box {
    /* position: absolute; */
    /* bottom: -18px; */
    /* left: 0; */
    /* right: 0; */
    /* text-align: center; */
    margin-top: 15px;
}

.services-one__btn-box a.button-style-2 {
    padding: 5px 21px 5px;
}


/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/

.project-one {
    position: relative;
    display: block;
}

.project-one__left {
    position: relative;
    display: block;
    background-color: var(--arckytec-black);
    margin-right: -35px;
    padding-top: 130px;
    padding-bottom: 130px;
    z-index: 1;
}

.project-one__left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000000px;
    right: -35px;
    background-color: var(--arckytec-black);
    z-index: -1;
}

.project-one__left .section-title {
    margin-bottom: 19px;
}

.project-one__left .section-title__title {
    color: var(--arckytec-white);
}

.project-one__left .project-one__text {
    color: #BABBBD;
}

.project-one__project-list-box {
    position: relative;
    display: block;
    margin-top: 26px;
    margin-right: 117px;
}

.project-one__project-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.project-one__project-list li {
    position: relative;
    display: block;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    margin-bottom: 24px;
}

.project-one__project-single {
    position: relative;
    display: block;
}

.project-one__project-single p {
    color: var(--arckytec-base);
    margin-bottom: 4px;
}

.project-one__project-single h4 {
    font-size: 24px;
    color: var(--arckytec-white);
    font-weight: 500;
}

.project-one__right {
    position: relative;
    display: block;
    margin-left: 5px;
    margin-right: -300px;
}

.project-one__img {
    position: relative;
    display: block;
}

.project-one__img img {
    width: 100%;
}


/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/

.team-one {
    position: relative;
    display: block;
    padding: 120px 0 100px;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__single.mar-t-40 {
    margin-top: 40px;
}

.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--arckytec-black);
    z-index: 1;
}

.team-one__img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease-out;
    z-index: 1;
}

.team-one__single:hover .team-one__img:before {
    opacity: 1
}

.team-one__img img {
    width: 100%;
    filter: grayscale(100%);
    transform: scale(1.01);
    transform-origin: 70% 80%;
    transition: all .1s linear;
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.036);
    transition-duration: .9s;
    mix-blend-mode: normal;
    filter: grayscale(0);
}

.team-one__social {
    position: absolute;
    right: 46px;
    bottom: 73px;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
    z-index: 1;
}

.team-one__single:hover .team-one__social {
    transform: scaleY(1.0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.team-one__social li+li {
    margin-top: 5px;
}

.team-one__social li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: var(--arckytec-white);
    color: var(--arckytec-black);
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__social li a:hover {
    color: var(--arckytec-white);
    background-color: var(--arckytec-base);
}

.team-one__content {
    position: relative;
    display: block;
    background-color: var(--arckytec-white);
    box-shadow: 0px 4px 63px 0px rgba(15, 28, 51, 0.10);
    margin-left: 16px;
    margin-right: 16px;
    margin-top: -48px;
    padding: 25px 30px 26px;
    z-index: 2;
}

.team-one__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.team-one__name a {
    color: var(--arckytec-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__name a:hover {
    color: var(--arckytec-base);
}

.team-one__sub-title {
    font-size: 14px;
    line-height: 14px;
}

.team-one__social-two {
    position: absolute;
    top: -20px;
    right: 30px;
    z-index: 2;
}

.team-one__social-two li {
    position: relative;
    display: block;
}

.team-one__social-two li span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: var(--arckytec-base);
    color: var(--arckytec-white);
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__social-two li span:hover {
    background-color: var(--arckytec-white);
    color: var(--arckytec-base);
}


/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/

.testimonial-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.testimonial-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.testimonial-one__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--arckytec-black-rgb), .90);
    z-index: -1;
}

.testimonial-one .container {
    position: relative;
    padding-top: 130px;
    padding-bottom: 192px;
}

.testimonial-one .section-title__title {
    color: var(--arckytec-white);
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__single {
    position: relative;
    display: block;
    background-color: var(--arckytec-white);
    padding: 40px 30px 33px;
    z-index: 1;
}

.testimonial-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.testimonial-one__shape-1 img {
    width: auto !important;
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 23px;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
    width: 92px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.testimonial-one__client-img img {
    border-radius: 50%;
    width: 92px;
    height: 92px;
    object-fit: cover;
}

.testimonial-one__client-content {
    margin-left: 20px;
}

.testimonial-one__client-name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 9px;
}

.testimonial-one__client-sub-title {
    font-size: 14px;
    line-height: 14px;
}

.testimonial-one__client-rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.testimonial-one__client-rating i {
    font-size: 15px;
    color: #EAB308;
}

.testimonial-one__client-rating i+i {
    margin-left: 5px;
}

.testimonial-one__client-rating i.clr-gray {
    color: #B4B9C1;
}

#testimonial-one-pagination {
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonial-one-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin: 0px 10px;
    padding: 0px;
    opacity: 1;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

#testimonial-one-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

#testimonial-one-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    content: "";
    border: 1px solid;
);
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
    border-color: var(--primary-color);
}

#testimonial-one-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scale(1);
}


/*--------------------------------------------------------------
# Sliding Text
--------------------------------------------------------------*/

.sliding-text {
    position: relative;
    display: block;
    padding: 100px 0 0;
    z-index: 3;
}

.sliding-text__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0 18px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

.sliding-text__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sliding-text__list>* {
    margin: 0 10px;
}

.sliding-text__list li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 100px;
    line-height: 100px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px #212429;
    text-align: center;
    font-family: var(--arckytec-font);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 30px;
}

.sliding-text__list li a {
    color: transparent;
    -webkit-text-stroke: 1px #212429;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sliding-text__list li a:hover {
    color: transparent;
    -webkit-text-stroke: 1px var(--arckytec-base);
}

.sliding-text__list li span {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-right: 15px;
}

.sliding-text-two {
    padding: 10px 0 0;
}


/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/

.blog-one {
    position: relative;
    display: block;
    padding: 110px 0 35px;
}

.blog-video {
    padding: 0 0 30px 0;
}

.blog-video .thumb img {
    height: 165px!important;
}

.blog-one__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.blog-one__top-left {
    position: relative;
    display: block;
}

.blog-one__top-left .section-title {
    margin-bottom: 0;
}

.blog-one__btn-box {
    position: relative;
    display: block;
}

.blog-one__bottom {
    position: relative;
    display: block;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-one__img .blog-one__img img {
    height: 92px;
}

.blog-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--arckytec-black-rgb), 0.8);
    opacity: 0;
    z-index: 1;
    content: "";
}

.blog-one__single:hover .blog-one__img:before {
    opacity: 1;
    opacity: 0.8;
}

.blog-one__img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
    /* height: 250px; */
    object-fit: cover;
}

.blog-one__img .thumb img {
    height: 250px;
}

.blog-one__img .icon img {
    height: 70px;
    object-fit: contain;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-one__single:hover .blog-one__img .thumb img {
    transform: scale(1);
}

.blog-one__tag {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 2;
}

.blog-one__tag a {
    position: relative;
    display: inline-flex;
    background-color: var(--arckytec-base);
    color: var(--arckytec-white);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 14px 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__tag a:hover {
    background-color: var(--arckytec-white);
    color: var(--arckytec-base);
}

.blog-one__content {
    position: relative;
    display: block;
    padding: 23px 0 0;
}

.blog-video .blog-one__content {
    padding-top: 10px;
}

.blog-one__title {
    font-size: 20px;
    font-weight: 400;
    /* line-height: 32px; */
    border-bottom: 1px solid #BABBBD;
    padding-bottom: 15px;
    margin-bottom: 22px;
}

.blog-video .blog-one__title a {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
}

.blog-one__title a {
    color: var(--arckytec-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
}

.blog-one__title a:hover {
    color: var(--arckytec-base);
}

.blog-one__user-and-date {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-one__user {
    font-size: 14px;
}

.blog-one__user a {
    color: var(--arckytec-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__user a:hover {
    color: var(--arckytec-base);
}

.blog-one__date {
    font-size: 14px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.google-map {
    position: relative;
    display: block;
    background-color: #D9D9D9;
    z-index: 1;
}

.google-map iframe {
    width: 100%;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 715px;
    width: 100%;
    mix-blend-mode: luminosity;
}

.get-in-touch {
    position: relative;
    display: block;
    z-index: 1;
}

.get-in-touch__img {
    position: absolute;
    left: 0;
    bottom: -1px;
    max-width: 720px;
    width: 100%;
    clip-path: polygon(0 0, 77% 0, 100% 100%, 0 100%);
    z-index: 2;
}

.get-in-touch__img img {
    width: 100%;
}

.get-in-touch__wrap {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--arckytec-base);
    z-index: 1;
}

.get-in-touch__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.get-in-touch__shape-1 img {
    width: auto;
}

.get-in-touch__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 450px;
    padding-top: 44px;
    padding-bottom: 42px;
    z-index: 1;
}

.get-in-touch__title {
    font-size: 32px;
    font-weight: 700;
    color: var(--arckytec-white);
    line-height: 42px;
    font-family: var(--arckytec-font);
}

.get-in-touch__btn-box {
    position: relative;
    display: block;
}

.get-in-touch__btn {
    color: var(--arckytec-black);
}

.get-in-touch__btn:after {
    background-color: var(--arckytec-black);
}

.get-in-touch__btn:before {
    background-color: var(--arckytec-white);
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

.site-footer {
    position: relative;
    display: block;
    background-color: var(--arckytec-black);
    z-index: 1;
    background: var(--primary-color);
}

.site-footer * {
    color: #fff;
}

.site-footer__shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 65px 0 40px;
    z-index: 1;
}

.site-footer__top-inner {
    position: relative;
    display: block;
}

.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 36px;
}

.footer-widget__title-box:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: var(--arckytec-base);
    background-color: #fff;
}

.footer-widget__title {
    font-size: 20px;
    color: #F5F5F5;
    line-height: 20px;
    font-weight: 600;
}

.footer-widget__about {
    position: relative;
    display: block;
}

.footer-widget__logo {
    position: relative;
    display: block;
}

.footer-widget__logo img {
    max-width: 180px;
}

.footer-widget__about-text {
    /* color: #BABBBD; */
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 25px;
}

.footer-widget__social {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--arckytec-gray);
    border-radius: 50%;
    font-size: 14px;
    color: var(--arckytec-white);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.footer-widget__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--arckytec-base);
    transform: scale(0.5);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.footer-widget__social a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.footer-widget__social a+a {
    margin-left: 8px;
}

.footer-widget__services {
    position: relative;
    display: block;
    margin-left: 90px;
}

.footer-widget__services-list {
    position: relative;
    display: block;
    margin-top: -2px;
}

.footer-widget__services-list li {
    position: relative;
    display: block;
}

.footer-widget__services-list li+li {
    margin-top: 14px;
}

.footer-widget__services-list li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #BABBBD;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__services-list li a i {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
}

.footer-widget__services-list li a:hover {
    color: var(--arckytec-base);
}

.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: 40px;
}

.footer-widget__contact-text {
    font-size: 14px;
    /* color: #BABBBD; */
    line-height: 20px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
    margin-top: 16px;
}

.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__contact-list li+li {
    margin-top: 18px;
}

.footer-widget__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__contact-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--arckytec-base);
    color: #fff;
}

.footer-widget__contact-list li .text {
    margin-left: 12px;
}

.footer-widget__contact-list li .text p {
    font-size: 14px;
    color: #BABBBD;
}

.footer-widget__contact-list li .text p a {
    /* color: #BABBBD; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--arckytec-base);
}

.footer-widget__newsletter {
    position: relative;
    display: block;
    margin-left: 12px;
}

.footer-widget__newsletter-text {
    font-size: 14px;
    /* color: #BABBBD; */
    line-height: 20px;
}

.footer-widget__contact-form {
    position: relative;
    display: block;
    margin-top: 25px;
}

.footer-widget__contact-form-input-box {
    position: relative;
    display: block;
}

.footer-widget__contact-form-input-box input[type="email"] {
    height: 50px;
    width: 100%;
    background-color: transparent;
    outline: none;
    font-size: 14px;
    /* color: #BABBBD; */
    border: 1.5px solid #4D5054;
    padding-right: 60px;
    padding-left: 15px;
    border-radius: 0;
    border-color: #fff;
}

.footer-widget__contact-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    border: none;
    width: 46px;
    height: 38px;
    background-color: var(--arckytec-base);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-btn:hover {
    background-color: var(--arckytec-white);
}

.footer-widget__contact-btn span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-btn:hover span {
    color: var(--arckytec-base);
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px 0;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid;
    border-color: #dddddd36;
}


/* .site-footer__bottom-inner:before {
content: "";
position: absolute;
top: 46px;
left: 0;
width: 495px;
height: 1px;
background-color: #BABBBD;
}

.site-footer__bottom-inner:after {
content: "";
position: absolute;
top: 46px;
right: 0;
width: 495px;
height: 1px;
background-color: #BABBBD;
} */

.site-footer__bottom-text {
    font-weight: 400;
    /* color: #BABBBD; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/

.site-footer-two {
    background-color: #F5F5F5;
}

.site-footer-two__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.site-footer-two__shape-1 img {
    width: auto;
}

.site-footer-two__shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.site-footer-two__shape-2 img {
    width: auto;
}

.site-footer-two .footer-widget__about-text {
    color: var(--arckytec-gray);
}

.site-footer-two .footer-widget__social a {
    background-color: var(--arckytec-white);
    color: var(--arckytec-black);
}

.site-footer-two .footer-widget__social a:hover {
    color: var(--arckytec-white);
}

.site-footer-two .footer-widget__title {
    color: var(--arckytec-black);
}

.site-footer-two .footer-widget__services-list li a {
    color: var(--arckytec-gray);
}

.site-footer-two .footer-widget__services-list li a:hover {
    color: var(--arckytec-base);
}

.site-footer-two .footer-widget__contact-text {
    color: var(--arckytec-gray);
}

.site-footer-two .footer-widget__contact-list li .text p a {
    color: var(--arckytec-gray);
}

.site-footer-two .footer-widget__contact-list li .text p a:hover {
    color: var(--arckytec-base);
}

.footer-widget__gallery {
    position: relative;
    display: block;
    margin-left: 17px;
}

.footer-widget__gallery-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.footer-widget__gallery-list li {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.footer-widget__gallery-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0;
    background-color: #090909;
    width: 90px;
    z-index: 1;
}

.footer-widget__gallery-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-radius: 0px;
    background-color: rgba(var(--arckytec-base-rgb), .90);
    transition: all 700ms ease;
    transform: translateY(-100%);
    z-index: 1;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
    transform: translateY(0%);
}

.footer-widget__gallery-img img {
    width: 100%;
    border-radius: 0px;
}

.footer-widget__gallery-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--arckytec-white);
    transform: translateY(100px);
    opacity: 0;
    transition: all 700ms ease;
    z-index: 2;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.footer-widget__gallery-list li .footer-widget__gallery-img a:hover {
    color: var(--arckytec-white);
}


/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/

.about-two {
    position: relative;
    display: block;
    padding: 130px 0 236px;
}

.about-two__left {
    position: relative;
    display: block;
    margin-right: 209px;
}

.about-two__img-box {
    position: relative;
    display: block;
}

.about-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about-two__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-two__img-box:hover .about-two__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.about-two__img>img {
    width: 100%;
}

.about-two__img-two {
    position: absolute;
    bottom: -204px;
    right: -226px;
    z-index: 2;
}

.about-two__img-two>img {
    width: auto;
    box-shadow: 0px 4px 63px 0px rgba(15, 28, 51, 0.10);
    border: 18px solid var(--arckytec-white);
}

.about-two__experience {
    position: absolute;
    bottom: -205px;
    left: 0;
    height: 180px;
    width: 184px;
    background: var(--arckytec-white);
    box-shadow: 0px 4px 63px 0px rgba(15, 28, 51, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.about-two__experience-count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-two__experience-count h3 {
    font-size: 56px;
    color: var(--arckytec-base);
    font-weight: 600;
    line-height: 56px !important;
    font-family: var(--arckytec-font-two) !important;
    letter-spacing: -1.12px;
}

.about-two__experience-count-plus {
    font-size: 56px;
    color: var(--arckytec-base);
    font-weight: 600;
    line-height: 56px;
    font-family: var(--arckytec-font-two);
    letter-spacing: -1.12px;
}

.about-two__experience-text {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--arckytec-font);
    margin-top: 2px;
}

.about-two__big-text {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.72px;
    font-family: var(--arckytec-font-two);
    color: transparent;
    -webkit-text-stroke: 1px #BABBBD;
    position: absolute;
    top: 75px;
    right: -193px;
    transform: rotate(-90deg);
}

.about-two__right {
    position: relative;
    display: block;
    margin-top: 80px;
    margin-left: 90px;
}

.about-two__right .section-title-two {
    margin-bottom: 19px;
}

.about-two__progress {
    position: relative;
    display: block;
    margin-top: 27px;
}

.progress-levels {
    position: relative;
    display: block;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.progress-levels .progress-box.last-child {
    margin-bottom: 0;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 10px;
    background: #F5F5F5;
    border-radius: 10px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 10px;
    border-radius: 10px;
    background: var(--arckytec-base);
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -34px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: var(--arckytec-black);
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    float: none;
    font-family: var(--arckytec-font-two);
}

.progress-levels .progress-box .inner .percent {
    position: relative;
    color: var(--arckytec-black);
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    float: none;
    font-family: var(--arckytec-font-two);
    margin-left: -4px;
}

.progress-levels .progress-box .inner .text {
    position: relative;
    color: var(--arckytec-black);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 8px;
}

.about-two__btn-box {
    position: relative;
    display: block;
    margin-top: 40px;
}


/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/

.project-two {
    position: relative;
    display: block;
}

.project-two .container {
    position: relative;
}

.project-two__carousel {
    position: relative;
    display: block;
}

.project-two .swiper-container {
    overflow: visible;
}

.project-two__single {
    position: relative;
    display: block;
}

.project-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.project-two__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    background: linear-gradient(0deg, #212429 -1.22%, rgba(255, 255, 255, 0.00) 60.99%);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
}

.project-two__single:hover .project-two__img:before {
    transform: scaleY(1.0);
}

.project-two__img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.project-two__title-box {
    position: absolute;
    bottom: 31px;
    left: 40px;
    transform: translateY(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.project-two__single:hover .project-two__title-box {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
    transition-delay: 500ms;
}

.project-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding-right: 100px;
}

.project-two__title a {
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-two__title a:hover {
    color: var(--arckytec-base);
}

.project-two__arrow {
    position: absolute;
    bottom: 40px;
    right: 40px;
    transform: translateX(100%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.project-two__single:hover .project-two__arrow {
    visibility: visible;
    transform: translateX(0%);
    opacity: 1;
    transition-delay: 500ms;
}

.project-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--arckytec-base);
    color: var(--arckytec-white);
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-two__arrow a:hover {
    background-color: var(--arckytec-white);
    color: var(--arckytec-base);
}

.project-two__arrow a span {
    transition: all .3s linear;
}

.project-two__arrow a:hover span {
    transform: rotate(45deg);
}

.project-two__nav {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 100;
    transform: translateY(0%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    max-width: 1350px;
    width: 100%;
    padding: 0 15px;
    height: 0;
    line-height: 0;
}

.project-two__nav .swiper-button-next,
.project-two__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--arckytec-base);
    font-size: 20px;
    background-color: transparent;
    border: 1px solid #BABBBD;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 29px 0;
}

.project-two__nav .swiper-button-next:hover,
.project-two__nav .swiper-button-prev:hover {
    background-color: var(--arckytec-base);
    border: 1px solid var(--arckytec-base);
    color: var(--arckytec-white);
}

.project-two__nav .swiper-button-next::after,
.project-two__nav .swiper-button-prev::after {
    display: none;
}

.project-two__nav .swiper-button-prev {
    margin-bottom: 0;
    margin-right: 10px;
}

.project-two__nav .swiper-button-prev i {
    position: relative;
    display: inline-block;
}


/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/

.counter-two {
    position: relative;
    display: block;
    padding: 105px 0 122px;
}

.counter-two__list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.counter-two__list li {
    position: relative;
    display: block;
}

.counter-two__single {
    position: relative;
    display: block;
}

.counter-two__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-two__count h3 {
    font-size: 72px;
    line-height: 72px !important;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #6A6C70;
    font-family: var(--arckytec-font-two) !important;
    letter-spacing: 2px;
}

.counter-two__count-plus {
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #6A6C70;
    font-family: var(--arckytec-font-two);
    position: relative;
    display: inline-block;
    padding-left: 2px;
}

.counter-two__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 4px;
}


/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/

.video-one {
    position: relative;
    display: block;
    padding: 260px 0 260px;
    z-index: 1;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.video-one__bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--arckytec-black-rgb), .45);
}

.video-one__inner {
    position: relative;
    display: block;
}

.video-one__video-link {
    position: relative;
    display: block;
}

.video-one__video-icon {
    position: relative;
    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;
    width: 135px;
    height: 135px;
    line-height: 68px;
    text-align: center;
    font-size: 40px;
    color: var(--arckytec-base);
    background-color: var(--arckytec-white);
    border-radius: 50%;
    margin: 0 auto 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-one__video-icon::before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    right: -24px;
    bottom: -24px;
    border-radius: 50%;
    border: 24px solid rgba(var(--arckytec-white-rgb), .30);
}

.video-one__video-icon:hover {
    background-color: var(--arckytec-base);
    color: var(--arckytec-white);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 183px;
    height: 183px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--arckytec-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--arckytec-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--arckytec-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--arckytec-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}


/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/

.pricing-one {
    position: relative;
    display: block;
    padding: 130px 0 100px;
}

.pricing-one__single {
    position: relative;
    display: block;
    background: var(--arckytec-white);
    box-shadow: 0px 4px 63px 0px rgba(15, 28, 51, 0.10);
    margin-bottom: 55px;
}

.pricing-one__single-inner {
    position: relative;
    display: block;
    background: var(--arckytec-white);
    overflow: hidden;
    padding: 57px 30px 64px;
}

.pricing-one__icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 140px;
    width: 140px;
    background-color: #E9DCD4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 90px;
    overflow: hidden;
    z-index: 1;
}

.pricing-one__icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--arckytec-base-rgb), 1);
    transition: all 500ms ease;
    transform: translate3d(0px, 100%, 0px);
    border-bottom-left-radius: 90px;
    z-index: -1;
}

.pricing-one__single:hover .pricing-one__icon::after {
    transform: translate3d(0px, 0, 0px);
}

.pricing-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--arckytec-base);
    left: 10px;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.pricing-one__single:hover .pricing-one__icon span {
    transform: scale(.9);
    color: var(--arckytec-white);
}

.pricing-one__top {
    position: relative;
    display: block;
    border-bottom: 1px solid #BABBBD;
    padding-bottom: 33px;
    margin-bottom: 33px;
}

.pricing-one__pack-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.pricing-one__pack-price {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 27px;
}

.pricing-one__pack-price span {
    font-size: 18px;
    line-height: 18px;
    color: var(--arckytec-gray);
    font-weight: 500;
}

.pricing-one__list {
    position: relative;
    display: block;
}

.pricing-one__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-one__list li+li {
    margin-top: 18px;
}

.pricing-one__list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-one__list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--arckytec-base);
}

.pricing-one__list li .text {
    margin-left: 13px;
}

.pricing-one__btn-box {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    text-align: center;
}

.pricing-one__btn-box a.button-style-2 {
    padding: 13px 32px 13px;
    font-size: 18px;
}

.pricing-one__btn::before {
    background: transparent;
    border: 1px solid var(--arckytec-base);
}


/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/

.testimonial-two {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--arckytec-black);
    padding: 130px 0 190px;
    z-index: 1;
}

.testimonial-two__shape-1 {
    position: absolute;
    top: 106px;
    left: 0;
    opacity: .50;
    z-index: -1;
}

.testimonial-two__shape-1 img {
    width: auto;
}

.testimonial-two__shape-2 {
    position: absolute;
    top: 160px;
    left: 650px;
    opacity: .50;
    z-index: -1;
}

.testimonial-two__shape-2 img {
    width: auto;
}

.testimonial-two__shape-3 {
    position: absolute;
    top: 106px;
    right: 0;
    opacity: .50;
    z-index: -1;
}

.testimonial-two__shape-3 img {
    width: auto;
}

.testimonial-two .section-title-two__title {
    color: var(--arckytec-white);
}

.testimonial-two .container {
    position: relative;
}

.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
    background-color: var(--arckytec-white);
    padding: 40px 30px 30px;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
}

.testimonial-two__client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.testimonial-two__client-img {
    position: relative;
    display: block;
    width: 150px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.testimonial-two__client-img img {
    width: 100%;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.testimonial-two__client-content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.testimonial-two__client-name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 9px;
}

.testimonial-two__client-sub-title {
    font-size: 14px;
    line-height: 14px;
}

.testimonial-two__rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.testimonial-two__rating span {
    font-size: 15px;
    color: #EAB308;
}

.testimonial-two__rating span+span {
    margin-left: 5px;
}

.testimonial-two__rating span.clr-gray {
    color: #B4B9C1;
}

.testimonial-two__nav {
    position: absolute;
    top: 115px;
    left: 50%;
    z-index: 100;
    transform: translateY(0%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    max-width: 1350px;
    width: 100%;
    padding: 0 15px;
    height: 0;
    line-height: 0;
}

.testimonial-two__nav .swiper-button-next,
.testimonial-two__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 20px;
    background-color: transparent;
    border: 1px solid;
);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 29px 0;
    border-color: var(--primary-color);
}

.testimonial-two__nav .swiper-button-next:hover,
.testimonial-two__nav .swiper-button-prev:hover {
    background-color: var(--arckytec-base);
    border: 1px solid var(--arckytec-base);
    color: var(--arckytec-white);
}

.testimonial-two__nav .swiper-button-next::after,
.testimonial-two__nav .swiper-button-prev::after {
    display: none;
}

.testimonial-two__nav .swiper-button-prev {
    margin-bottom: 0;
    margin-right: 10px;
}

.testimonial-two__nav .swiper-button-prev i {
    position: relative;
    display: inline-block;
}

#testimonial-two-pagination {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonial-two-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin: 0px 10px;
    padding: 0px;
    opacity: 1;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

#testimonial-two-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

#testimonial-two-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    content: "";
    border: 1px solid;
);
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
    border-color: var(--primary-color);
}

#testimonial-two-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scale(1);
}


/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/

.blog-two {
    position: relative;
    display: block;
    padding: 130px 0 100px;
}

.blog-two__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.blog-two__top-left {
    position: relative;
    display: block;
}

.blog-two__top-left .section-title-two {
    margin-bottom: 0;
}

.blog-two__btn-box {
    position: relative;
    display: block;
}

.blog-two__single {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.blog-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-two__img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--arckytec-black-rgb), 0.8);
    opacity: 0;
    z-index: 1;
    content: "";
}

.blog-two__single:hover .blog-two__img:before {
    opacity: 1;
    opacity: 0.8;
}

.blog-two__img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-two__single:hover .blog-two__img img {
    transform: scale(1);
}

.blog-two__content {
    position: relative;
    display: block;
    margin-top: 23px;
}

.blog-two__tag-and-date {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-two__tag {
    font-size: 14px;
}

.blog-two__tag a {
    color: var(--arckytec-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__tag a:hover {
    color: var(--arckytec-base);
}

.blog-two__date {
    font-size: 14px;
}

.blog-two__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 14px;
}

.blog-two__title a {
    color: var(--arckytec-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__title a:hover {
    color: var(--arckytec-base);
}

.blog-two__btn-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--arckytec-black);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__btn-two:hover {
    color: var(--arckytec-base);
}


/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/

.contact-one {
    position: relative;
    display: block;
    background-color: var(--arckytec-black);
    overflow: hidden;
    z-index: 1;
}

.contact-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .80;
    z-index: -1;
}

.contact-one__shape-1 img {
    width: auto;
}

.contact-one__wrap {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.contact-one__left {
    position: relative;
    display: block;
    float: left;
    width: 47%;
}

.contact-one__map {
    position: relative;
    display: block;
    background-color: var(--arckytec-black);
}

.google-map__two {
    position: relative;
    display: block;
    width: 100%;
    height: 790px;
    mix-blend-mode: luminosity;
}

.contact-one__right {
    position: relative;
    display: block;
    float: right;
    width: 50%;
}

.contact-one__content-box {
    position: relative;
    display: block;
    max-width: 620px;
    width: 100%;
    margin-left: 38px;
    margin-top: 130px;
}

.contact-one__content-box .section-title-two__title {
    color: var(--arckytec-white);
}

.contact-one__form {
    position: relative;
    display: block;
}

.contact-one__form .row {
    --bs-gutter-x: 20px;
}

.contact-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="number"],
.contact-one__input-box input[type="email"] {
    height: 56px;
    width: 100%;
    border: none;
    background-color: #F5F5F5;
    border: none;
    border-radius: 0;
    padding-left: 24px;
    padding-right: 24px;
    outline: none;
    font-size: 16px;
    color: var(--arckytec-gray);
    display: block;
    font-weight: 400;
}

.contact-one__input-box textarea {
    font-size: 16px;
    color: var(--arckytec-gray);
    height: 160px;
    width: 100%;
    background-color: #F5F5F5;
    border: none;
    border-radius: 0px;
    padding: 15px 30px 30px;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
}

.contact-one__input-box.text-message-box {
    height: 160px;
}

.contact-one__btn-box {
    position: relative;
    display: block;
}

.contact-one__btn-box .button-style-1 {
    width: 100%;
    border: none
}


/*--------------------------------------------------------------
# Process One
--------------------------------------------------------------*/

.process-one {
    position: relative;
    display: block;
    background-color: #212429;
    padding: 80px 0 50px;
    counter-reset: count;
    z-index: 1;
}

.process-one .row {
    --bs-gutter-x: 150px;
}

.process-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 23px;
}

.process-one__shape-1 {
    position: absolute;
    top: 30px;
    right: -184px;
}

.process-one__shape-1 img {
    width: auto;
}

.process-one__count-box {
    position: relative;
    display: block;
}

.process-one__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 2px solid #1e2126;
    background-color: #212429;
    border-radius: 50%;
    margin: 0 auto;
}

.process-one__count:before {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    font-size: 36px;
    font-weight: 500;
    counter-increment: count;
    content: "0"counter(count);
    color: var(--arckytec-white);
    background-color: #1e2126;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: var(--arckytec-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-bottom: 14px;
    margin-top: 23px;
}

.process-one__title a {
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-one__title a:hover {
    color: var(--arckytec-base);
}

.process-one__text {
    color: #BABBBD;
}


/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/

.services-two {
    position: relative;
    display: block;
    padding: 130px 0 108px;
    z-index: 1;
}

.services-two__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
}

.services-two__top .section-title-three {
    margin-bottom: 0;
}

.services-two__left {
    position: relative;
    display: block;
}

.services-two__btn-box {
    position: relative;
    display: block;
}

.services-two__btn:after {
    background: var(--arckytec-white);
}

.services-two__btn:hover {
    color: var(--arckytec-base);
}

.services-two__bottom {
    position: relative;
    display: block;
}

.services-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-two__single-2 {
    margin-top: 50px;
}

.services-two__single-4 {
    margin-top: 50px;
}

.services-two__img-box {
    position: relative;
    display: block;
}

.services-two__img-box::after {
    content: "";
    position: absolute;
    top: 44px;
    left: 44px;
    right: -8px;
    bottom: -8px;
    border: 2px solid var(--arckytec-base);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.services-two__single:hover .services-two__img-box::after {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.services-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.services-two__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #1E2125 0%, rgba(14, 30, 54, 0.00) 162.5%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}

.services-two__single:hover .services-two__img:before {
    opacity: 1;
}

.services-two__img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__img img {
    transform: scale(1.05);
}

.services-two__content {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 700ms ease;
    z-index: 2;
}

.services-two__single:hover .services-two__content {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 700ms;
}

.services-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.services-two__title a {
    color: var(--arckytec-white);
    transition: all 500ms ease;
}

.services-two__title a:hover {
    color: var(--arckytec-base);
}

.services-two__text {
    font-size: 14px;
    line-height: 20px;
    color: #F5F5F5;
    margin-top: 10px;
}


/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/

.project-three {
    position: relative;
    display: block;
    padding: 130px 0 130px;
    background-color: var(--arckytec-black);
    z-index: 1;
}

.project-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.project-three__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
}

.project-three__top-left {
    position: relative;
    display: block;
}

.project-three__top-left .section-title-three {
    margin-bottom: 0px;
}

.project-three__btn-box {
    position: relative;
    display: block;
}

.project-three__btn:hover {
    color: var(--arckytec-base);
}

.project-three__btn:after {
    background-color: var(--arckytec-white);
}

.project-three__bottom {
    position: relative;
    display: block;
}

.project-three__project-list {
    position: relative;
    display: block;
}

.project-three__project-list li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #999A9D;
    padding: 25px 0 25px;
}

.project-three__project-list li:first-child {
    border-top: 1px solid #999A9D;
}

.project-three__title-box {
    width: 670px;
    position: relative;
    display: block;
}

.project-three__title-box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.project-three__title-box h3 a {
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__title-box h3 a:hover {
    color: var(--arckytec-base);
    letter-spacing: 0.01em;
}

.project-three__title-box p {
    color: #F5F5F5;
    position: relative;
    margin-top: 8px;
}

.project-three__img-and-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 650px;
}

.project-three__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-three__img img {
    width: 100%;
    transition: transform .5s cubic-bezier(.27, .48, .45, .94);
    transform-origin: 70% 80%;
}

.project-three__img:hover img {
    transform: scale(1.05);
}

.project-three__read-more {
    position: relative;
    display: block;
}

.project-three__read-more a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--arckytec-white);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__read-more a:hover {
    color: var(--arckytec-base);
}

.project-three__read-more a span {
    position: relative;
    margin-right: 8px;
    transition: all .3s linear;
}

.project-three__read-more a:hover span {
    transform: rotate(45deg);
    /* padding-right: 10px; */
}

.cs-hover_tab-2.active .project-three__title-box h3 a {
    color: var(--arckytec-base);
}

.project-three__single-img-box {
    position: absolute;
    top: -120px;
    right: 350px;
    width: 350px;
    height: 400px;
    z-index: 999;
}

.project-three__single-img-box__bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    -webkit-animation: inactiveImageAnimation 1s forwards ease;
    animation: inactiveImageAnimation 1s forwards ease;
}

.cs-hover_tab-2.active .project-three__single-img-box__bg {
    -webkit-animation: activeImageAnimation 1s forwards ease;
    animation: activeImageAnimation 1s forwards ease;
}


/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/

.team-two {
    position: relative;
    display: block;
    padding: 130px 0 130px;
    z-index: 1;
}

.section__section-text {
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 129px;
    font-weight: 700;
    line-height: 140px;
    letter-spacing: -2.6px;
    font-family: var(--arckytec-font-two);
    color: transparent;
    -webkit-text-stroke: 1px #33363A;
}

.team-two__inner {
    position: relative;
    display: block;
}

.team-two__carousel {
    position: relative;
    display: block;
}

.team-two__single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #212429;
    padding: 24px 90px 34px;
    z-index: 1;
}

.team-two__shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.team-two__shape-1 img {
    width: auto;
}

.team-two__content {
    position: relative;
    display: block;
    max-width: 475px;
}

.team-two__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.team-two__title a {
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__title a:hover {
    color: var(--arckytec-base);
}

.team-two__sub-title {
    font-size: 14px;
    line-height: 20px;
    color: #F5F5F5;
    margin-top: 2px;
    margin-bottom: 28px;
}

.team-two__text {
    color: #BABBBD;
}

.team-two__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 33px;
}

.team-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 17px;
    color: var(--arckytec-black);
    background-color: var(--arckytec-white);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-two__social a:hover {
    color: var(--arckytec-white);
}

.team-two__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--arckytec-base);
    transform: scale(0.5);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.team-two__social a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.team-two__social a+a {
    margin-left: 8px;
}

.team-two__img {
    position: relative;
    display: block;
    top: 34px;
}

.team-two__img img {
    width: 100%;
}

#team-two-pagination {
    position: absolute;
    bottom: 108px;
    left: 55.4%;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateX(-55.4%);
}

#team-two-pagination::before {
    content: "";
    position: absolute;
    top: -43px;
    left: 50%;
    bottom: -43px;
    width: 4px;
    background-color: var(--arckytec-white);
    transform: translateX(-50%);
    border-radius: 2px;
}

#team-two-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(var(--arckytec-base-rgb), 1);
    margin: 40px 0px;
    padding: 0px;
    opacity: 1;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

#team-two-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(var(--arckytec-base-rgb), 1);
}

#team-two-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    content: "";
    border: 1px solid var(--arckytec-base);
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

#team-two-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scale(1);
}


/*--------------------------------------------------------------
# Before After
--------------------------------------------------------------*/

.before-after-sec {
    position: relative;
    display: block;
    padding: 130px 0 130px;
    background-color: #212429;
    z-index: 1;
}

.before-after-sec__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.before-after-content .before-after {
    position: relative;
}

.before-after-content .before-after .twentytwenty-container img {
    width: 100%;
}

.before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:before {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    background: transparent;
    z-index: 1;
    transform: rotate(-45deg);
    text-transform: uppercase;
    display: none;
}

.before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:before {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 140px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    transform: rotate(-45deg);
    z-index: 1;
    text-transform: uppercase;
    display: none;
}

.before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.twentytwenty-after-label,
.twentytwenty-before-label {
    opacity: 1 !important;
}


/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/

.testimonial-three {
    position: relative;
    display: block;
    padding: 130px 0 180px;
    z-index: 1;
}

.testimonial-three__bottom {
    position: relative;
    display: block;
}

.testimonial-three__carousel {
    position: relative;
    display: block;
}

.testimonial-three__single {
    position: relative;
    display: block;
    text-align: center;
}

.testimonial-three__img {
    position: relative;
    display: block;
    width: 124px;
    margin: 0 auto;
}

.testimonial-three__img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-three__client-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--arckytec-white);
    margin-top: 26px;
    margin-bottom: 7px;
}

.testimonial-three__sub-title {
    font-size: 14px;
    line-height: 20px;
    color: #F5F5F5;
}

.testimonial-three__ratting {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
    margin-bottom: 36px;
}

.testimonial-three__ratting span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #e9b308;
}

.testimonial-three__ratting .star-5 {
    color: #babbbd;
}

.testimonial-three__ratting span+span {
    margin-left: 6px;
}

.testimonial-three__text {
    color: #BABBBD;
    position: relative;
    display: block;
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}

#testimonial-three-pagination {
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonial-three-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(var(--arckytec-base-rgb), 1);
    margin: 0px 10px;
    padding: 0px;
    opacity: 1;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

#testimonial-three-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(var(--arckytec-base-rgb), 1);
}

#testimonial-three-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    content: "";
    border: 1px solid var(--arckytec-base);
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

#testimonial-three-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scale(1);
}

.testimonial-three__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1350px;
    width: 100%;
    padding: 0 15px;
    height: 0;
    line-height: 0;
}

.testimonial-three__nav .swiper-button-next,
.testimonial-three__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 65px;
    color: #4D5054;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #4D5054;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 28px 0;
}

.testimonial-three__nav .swiper-button-next:hover,
.testimonial-three__nav .swiper-button-prev:hover {
    color: rgba(var(--arckytec-base-rgb), 1);
    border: 2px solid var(--arckytec-base);
}

.testimonial-three__nav .swiper-button-next::after,
.testimonial-three__nav .swiper-button-prev::after {
    display: none;
}

.testimonial-three__nav .swiper-button-prev {
    transform: rotate(180deg);
}

.testimonial-three__nav .swiper-button-prev i {
    position: relative;
    display: inline-block;
    font-size: 100px;
    margin-left: -70px;
}

.testimonial-three__nav .swiper-button-next i {
    position: relative;
    display: inline-block;
    font-size: 100px;
    margin-left: -70px;
}


/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/

.blog-three {
    position: relative;
    display: block;
    background-color: #212429;
    padding: 130px 0 100px;
    z-index: 1;
}

.blog-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.blog-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-three__img-box {
    position: relative;
    display: block;
}

.blog-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-three__img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--arckytec-black-rgb), 0.8);
    opacity: 0;
    z-index: 1;
    content: "";
}

.blog-three__single:hover .blog-three__img:before {
    opacity: 1;
    opacity: 0.8;
}

.blog-three__img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.blog-three__single:hover .blog-three__img img {
    transform: scale(1);
}

.blog-three__date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94px;
    padding: 11px 10px 9px;
    text-align: center;
    background-color: rgba(var(--arckytec-black-rgb), .8);
    z-index: 2;
}

.blog-three__date p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: var(--arckytec-white);
}

.blog-three__content {
    position: relative;
    display: block;
    padding-top: 25px;
}

.blog-three__client-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-three__client-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(245, 245, 245, 0.96);
}

.blog-three__client-info p a {
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-three__client-info p a:hover {
    color: var(--arckytec-base);
}

.blog-three__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 18px;
    margin-bottom: 21px;
}

.blog-three__title a {
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-three__title a:hover {
    color: var(--arckytec-base);
}

.blog-three__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.blog-three__btn-box .button-style-2 {
    padding: 10px 32px 10px;
}


/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/

.brand-one {
    position: relative;
    display: block;
    z-index: 1;
}

.brand-one__wrap {
    position: relative;
    display: block;
    padding: 130px 0 130px;
    overflow: hidden;
    z-index: 1;
}

.brand-one__inner {
    position: relative;
    display: block;
}

.brand-one__inner .swiper-slide {
    position: relative;
    display: block;
}

.brand-one__inner .swiper-slide-img {
    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;
    opacity: 1;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.brand-one__inner .swiper-slide:hover .swiper-slide-img {
    opacity: 0;
}

.brand-one__inner .swiper-slide-img img {
    width: auto;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.swiper-slide-hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0;
}

.brand-one__inner .swiper-slide:hover .swiper-slide-hover-img {
    opacity: 1;
}

.swiper-slide-hover img {
    width: auto;
}


/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/

.cta-one {
    position: relative;
    display: block;
    background-color: var(--arckytec-black);
}

.cta-one__left {
    position: relative;
    display: block;
    margin-right: -14px;
    margin-left: -300px;
}

.cta-one__img {
    position: relative;
    display: block;
}

.cta-one__img img {
    width: 100%;
}

.cta-one__right {
    position: relative;
    display: block;
    margin-left: 84px;
    margin-top: 80px;
}

.cta-one__right .section-title-three {
    margin-bottom: 18px;
}

.cta-one__text {
    color: #BABBBD;
}

.cta-one__email-box {
    position: relative;
    display: block;
    margin-top: 33px;
}

.cta-one__email-input-box {
    position: relative;
    display: block;
    background-color: #1a150e;
}

.cta-one__email-input-box input[type="email"] {
    height: 74px;
    width: 100%;
    background-color: var(--arckytec-black);
    outline: none;
    color: #BABBBD;
    border: 1.5px solid #BABBBD;
    padding-left: 30px;
    padding-right: 230px;
}

.cta-one__email-box .button-style-1 {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border: none;
}

.cta-one__subscribe-btn:hover {
    color: var(--arckytec-base);
}

.cta-one__subscribe-btn:after {
    background-color: var(--arckytec-white);
}


/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/

.site-footer-three {
    background-color: transparent;
}

.site-footer-three .site-footer__top {
    position: relative;
    display: block;
    padding: 130px 0 0px;
    z-index: 1;
}

.site-footer-three .footer-widget__social a {
    background-color: #35373a;
    box-shadow: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.10));
}

.footer-widget__img {
    position: relative;
    display: block;
    margin-right: -300px;
    margin-top: -130px;
}

.footer-widget__img img {
    width: 100%;
}


/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/

.team-three {
    position: relative;
    display: block;
    padding: 55px 0 100px;
    z-index: 1;
}

.team-three__single {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.team-three__single.mar-t-60 {
    margin-top: 60px;
}

.team-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.team-three__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.6;
    background: linear-gradient(0deg, #212429 0%, rgba(33, 36, 41, 0.00) 36.36%);
    width: 0%;
    transform: translateY(100%);
    transition: all 500ms ease;
    z-index: 1;
}

.team-three__single:hover .team-three__img:before {
    transform: translateY(0);
    width: 100%;
}

.team-three__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-three__single:hover .team-three__img img {
    transform: scale(1.05);
}

.social-share-icon {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    background-color: var(--arckytec-white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--arckytec-black);
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.1s ease-in-out 0.4s;
}

.team-three__single:hover .social-share-icon {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out 0.5s;
}

.team-three__single .social-share-icon:hover {
    color: var(--arckytec-white);
    background-color: var(--arckytec-base);
}

.team-three__social {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.team-three__social.left {
    left: -150px;
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.4s ease-in-out 0.8s;
}

.social-share-icon:hover .team-three__social.left {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out 0.3s;
}

.team-three__social.right {
    right: -150px;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.4s ease-in-out 0.8s;
}

.social-share-icon:hover .team-three__social.right {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out 0.5s;
}

.team-three__social li+li {
    margin-left: 10px;
}

.team-three__social li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--arckytec-white);
    color: var(--arckytec-black);
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-three__social li a:hover {
    color: var(--arckytec-white);
    background-color: var(--arckytec-base);
}

.team-three__content {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 27px;
}

.team-three__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
}

.team-three__name a {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--arckytec-black);
}

.team-three__name a:hover {
    color: var(--arckytec-base);
}

.team-three__sub-title {
    font-size: 14px;
    line-height: 14px;
}


/*--------------------------------------------------------------
# Testimonial Four
--------------------------------------------------------------*/

.testimonial-four {
    position: relative;
    display: block;
    background-color: var(--arckytec-black);
    padding: 46px 0 190px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-four__shape-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .80;
    z-index: -1;
}

.testimonial-four__shape-3 img {
    width: auto;
}

.testimonial-four__shape-4 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .80;
    z-index: -1;
}

.testimonial-four__shape-4 img {
    width: auto;
}

.testimonial-four .container {
    position: relative;
}

.testimonial-four .section-title-four__tagline {
    color: var(--arckytec-gray);
    opacity: .20;
}

.testimonial-four .section-title-four__title {
    color: var(--arckytec-white);
}

.testimonial-four__carousel {
    position: relative;
    display: block;
}

.testimonial-four__single {
    position: relative;
    display: block;
    padding-left: 58px;
}

.testimonial-four__client-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 115px;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.testimonial-four__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-four__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-left: 6px solid var(--arckytec-base);
    background-color: var(--arckytec-white);
    padding: 38px 80px 33px;
    padding-right: 35px;
    z-index: 1;
}

.testimonial-four__shape-1 {
    position: absolute;
    top: 0;
    right: 94px;
    opacity: .80;
    z-index: -1;
}

.testimonial-four__shape-1 img {
    width: auto !important;
}

.testimonial-four__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.testimonial-four__shape-2 img {
    width: auto !important;
}

.testimonial-four__client-info {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.testimonial-four__client-name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 9px;
}

.testimonial-four__client-sub-title {
    font-size: 14px;
    line-height: 14px;
}

.testimonial-four__client-rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.testimonial-four__client-rating i {
    font-size: 15px;
    color: #EAB308;
}

.testimonial-four__client-rating i+i {
    margin-left: 5px;
}

.testimonial-four__client-rating i.clr-gray {
    color: #B4B9C1;
}

#testimonial-four-pagination {
    position: absolute;
    bottom: -53px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonial-four-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(var(--arckytec-base-rgb), 1);
    margin: 0px 10px;
    padding: 0px;
    opacity: 1;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

#testimonial-four-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(var(--arckytec-base-rgb), 1);
}

#testimonial-four-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    content: "";
    border: 1px solid var(--arckytec-base);
    border-radius: 50%;
    transform: scale(0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

#testimonial-four-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scale(1);
}


/*--------------------------------------------------------------
# Blog Four
--------------------------------------------------------------*/

.blog-four {
    position: relative;
    display: block;
    padding: 130px 0 120px;
    z-index: 1;
}


/*--------------------------------------------------------------
# Project Four
--------------------------------------------------------------*/

.project-four {
    position: relative;
    display: block;
    padding: 30px 0 0;
}

.project-four__main {
    position: relative;
    display: block;
}

.project-four__title-box {
    display: block;
    max-width: 645px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.project-four__title-box ul {
    display: block;
}

.project-four__title-box ul li {
    display: block;
    border-bottom: 1px solid rgba(153, 154, 157, .50);
    cursor: pointer;
}

.project-four__title-box ul li:first-child {
    border-top: 1px solid rgba(153, 154, 157, .50);
}

.project-four__title-box-inner {
    position: relative;
    display: block;
    padding: 23px 0 23px;
}

.project-four__title-box-inner h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.project-four__title-box-inner h4 a {
    color: var(--arckytec-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.cs-hover_tab.active .project-four__title-box-inner h4 a {
    color: var(--arckytec-base);
}

.project-four__title-box-inner p {
    margin-top: 3px;
}

.project-four__arrow {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%) translateX(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}

.project-four__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 80px;
    color: var(--arckytec-black);
}

.cs-hover_tab.active .project-four__arrow {
    visibility: visible;
    transform: translateY(-50%) translateX(0%);
    opacity: 1;
}

.project-four__single-img-box {
    position: absolute;
    top: 0;
    left: 645px;
    right: -395px;
    bottom: 0;
}

.project-four__single-img-box__bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    -webkit-animation: inactiveImageAnimation 1s forwards ease;
    animation: inactiveImageAnimation 1s forwards ease;
}

.cs-hover_tab.active .project-four__single-img-box__bg {
    -webkit-animation: activeImageAnimation 1s forwards ease;
    animation: activeImageAnimation 1s forwards ease;
}

@keyframes inactiveImageAnimation {
    0% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 100%);
    }
}

@keyframes activeImageAnimation {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}


/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/

.about-three {
    position: relative;
    display: block;
    padding: 130px 0 130px;
    z-index: 1;
}

.about-three__left {
    position: relative;
    display: block;
    margin-right: 60px;
}

.about-three__img {
    position: relative;
    display: block;
}

.about-three__img img {
    width: 100%;
}

.about-three__right {
    position: relative;
    display: block;
    margin-top: 110px;
}

.about-three__title {
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -1.12px;
    color: #0E1E36;
}

.about-three__text {
    margin-top: 19px;
    margin-bottom: 33px;
}

.about-three__points {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__points li {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 63px 0px rgba(15, 28, 51, 0.10);
    padding: 12px 16px 8px;
}

.about-three__points li+li {
    margin-left: 20px;
}

.about-three__points li .icon {
    position: relative;
    display: inline-block;
}

.about-three__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--arckytec-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.about-three__points li:hover .icon span {
    transform: scale(.9);
}

.about-three__points li h3 {
    margin-left: 13px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.about-three__btn-box {
    position: relative;
    display: block;
    margin-top: 40px;
}


/*--------------------------------------------------------------
# Make It Simple
--------------------------------------------------------------*/

.make-it-simple {
    position: relative;
    display: block;
    padding: 105px 0 105px;
    z-index: 1;
}

.make-it-simple__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.make-it-simple__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--arckytec-black-rgb), .50);
    z-index: -1;
}

.make-it-simple__inner {
    position: relative;
    display: block;
}

.make-it-simple__text-1 {
    font-size: 100px;
    font-weight: 700;
    line-height: 110px;
    letter-spacing: -2px;
    color: transparent;
    -webkit-text-stroke: 2px var(--arckytec-white);
}

.make-it-simple__text-2 {
    text-align: right;
}

.make-it-simple__curved-circle {
    position: relative;
    display: block;
    margin-top: 67px;
    margin-bottom: 67px;
}

.make-it-simple__curved-circle .curved-circle-2 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: var(--arckytec-white);
    text-transform: uppercase;
    letter-spacing: 0.10em;
    font-family: var(--arckytec-font-two);
}

.make-it-simple__video-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.make-it-simple__video-icon {
    position: relative;
    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;
    font-size: 36px;
    color: var(--arckytec-white);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/

.brand-two {
    position: relative;
    display: block;
    background-color: var(--arckytec-black);
}

.brand-two .brand-one__wrap {
    padding: 90px 0 90px;
}


/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/

.services-three {
    position: relative;
    display: block;
    padding: 55px 0 0;
}

.services-three__single {
    position: relative;
    display: block;
    background: var(--arckytec-white);
    box-shadow: 0px 4px 63px 0px rgba(15, 28, 51, 0.10);
    text-align: center;
    padding: 40px 20px 33px;
    margin-bottom: 30px;
    z-index: 1;
}

.services-three__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--arckytec-base);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
    /* background-color: var(--primary-color); */
}

.services-three__single:hover:before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.services-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 118px; */
    /* height: 118px; */
    /* background-color: rgb(233, 220, 212, .50); */
    /* border-radius: 50%; */
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-three__single:hover .services-three__icon {
    /* background-color: var(--arckytec-white); */
}

.services-three__icon img {
    position: relative;
    display: inline-block;
    /* font-size: 60px; */
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* border-radius: 50%; */
    color: var(--arckytec-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.services-three__single:hover .services-three__icon img {
    color: var(--arckytec-base);
    transform: scale(.9);
}

.services-three__title-box {
    position: relative;
    display: block;
}

.services-three__shape-1 {
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-three__single:hover .services-three__shape-1 {
    opacity: 0;
}

.services-three__shape-1 img {
    width: auto;
}

.services-three__shape-2 {
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-three__single:hover .services-three__shape-2 {
    opacity: 1;
}

.services-three__shape-2 img {
    width: auto;
}

.services-three__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-top: 23px;
    margin-bottom: 54px;
}

.services-three__title a {
    color: var(--arckytec-black);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-three__single:hover .services-three__title a {
    color: var(--arckytec-white);
}

.services-three__text {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-three__single:hover .services-three__text {
    color: var(--arckytec-white);
}

.services-three__view-more {
    position: relative;
    display: block;
    margin-top: 26px;
}

.services-three__view-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--arckytec-gray);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-three__single:hover .services-three__view-more a {
    color: var(--arckytec-white);
}

.services-three__view-more a span {
    font-weight: 900;
    margin-left: 14px;
}


/*--------------------------------------------------------------
# Skill One
--------------------------------------------------------------*/

.skill-one {
    position: relative;
    display: block;
    background-color: var(--arckytec-black);
    padding: 130px 0 204px;
    overflow: hidden;
    z-index: 1;
}

.skill-one__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .80;
    z-index: -1;
}

.skill-one__shape-1 img {
    width: auto;
}

.skill-one__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .80;
    z-index: -1;
}

.skill-one__shape-2 img {
    width: auto;
}

.skill-one__left {
    position: relative;
    display: block;
    margin-top: 92px;
}

.skill-one__title {
    font-size: 55px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -1.12px;
    color: var(--arckytec-white);
}

.skill-one__text {
    color: #F5F5F5;
    margin-top: 19px;
    margin-bottom: 27px;
}

.skill-one__progress .progress-levels {
    position: relative;
    display: block;
}

.skill-one__progress .progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.skill-one__progress .progress-levels .progress-box.last-child {
    margin-bottom: 0;
}

.skill-one__progress .progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.skill-one__progress .progress-levels .progress-box .bar {
    position: relative;
    display: block;
}

.skill-one__progress .progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 10px;
    background: var(--arckytec-white);
    border-radius: 10px;
}

.skill-one__progress .progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 10px;
    border-radius: 10px;
    background: var(--arckytec-base);
    transition: all 2000ms ease 300ms;
}

.skill-one__progress .progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -34px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}

.skill-one__progress .progress-levels .progress-box .inner .count-text {
    position: relative;
    color: var(--arckytec-white);
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    float: none;
    font-family: var(--arckytec-font-two);
}

.skill-one__progress .progress-levels .progress-box .inner .percent {
    position: relative;
    color: var(--arckytec-white);
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    float: none;
    font-family: var(--arckytec-font-two);
    margin-left: -4px;
}

.skill-one__progress .progress-levels .progress-box .inner .text {
    position: relative;
    color: var(--arckytec-white);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 8px;
}

.skill-one__right {
    position: relative;
    display: block;
    margin-left: 350px;
}

.skill-one__img-box {
    position: relative;
    display: block;
}

.skill-one__img {
    position: relative;
    display: block;
}

.skill-one__img img {
    width: 100%;
}

.skill-one__img-2 {
    position: absolute;
    top: 113px;
    left: -177px;
}

.skill-one__img-2 img {
    width: auto;
}

.skill-one__curved-circle {
    position: absolute;
    top: 105px;
    left: -87px;
    height: 176px;
    width: 176px;
    border-radius: 50%;
    background-color: var(--arckytec-white);
    z-index: 1;
}

.skill-one__curved-circle .curved-circle-3 {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    color: var(--arckytec-black);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    top: 9px;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: var(--arckytec-font-two);
}

.skill-one__video-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skill-one__video-icon {
    position: relative;
    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;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -1.12px;
    font-family: var(--arckytec-font-two);
    line-height: 56px;
    color: var(--arckytec-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*--------------------------------------------------------------
# Sliding Text Three
--------------------------------------------------------------*/

.sliding-text-three {
    position: relative;
    display: block;
    padding: 96px 0 95px;
    z-index: 3;
}

.sliding-text-three__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0 18px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

.sliding-text-three__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sliding-text-three__list>* {
    margin: 0 10px;
}

.sliding-text-three__list li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 100px;
    line-height: 100px;
    font-weight: 600;
    color: transparent;
    letter-spacing: -0.02em;
    -webkit-text-stroke: 1px #212429;
    text-align: center;
    font-family: var(--arckytec-font-two);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sliding-text-three__list li {
    margin-left: 30px;
}

.sliding-text-three__list li a {
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: 1px #212429;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sliding-text-three__list li a:hover {
    color: transparent;
    -webkit-text-stroke: 1px var(--arckytec-base);
}

.sliding-text-three__list li a:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: var(--arckytec-base);
    white-space: nowrap;
    content: attr(data-hover);
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text-three__list li a:hover:before {
    width: 100%;
}

.sliding-text-three__list li span {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-right: 15px;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    position: relative;
    display: block;
    padding: 115px 0 125px;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page-header__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .90;
    background: linear-gradient(90deg, #212429 48.54%, rgba(33, 36, 41, 0.00) 81.77%);
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    z-index: 3;
}

.page-header__inner h2 {
    font-size: 28px;
    font-weight: 700;
    /* line-height: 64px; */
    /* letter-spacing: -1.12px; */
    color: var(--arckytec-white);
}

.thm-breadcrumb {
    padding-top: 13px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    transition: all 500ms ease;
    color: var(--arckytec-base);
}

.thm-breadcrumb li+li {
    margin-left: 7px;
}

.thm-breadcrumb li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--arckytec-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--arckytec-base);
}

.thm-breadcrumb li span {
    position: relative;
    top: 2px;
    color: var(--arckytec-base);
}


/*--------------------------------------------------------------
# Address One
--------------------------------------------------------------*/

.address-one {
    position: relative;
    display: block;
    padding: 130px 0 100px;
    z-index: 1;
}

.address-one__single {
    position: relative;
    display: block;
    text-align: center;
    background: var(--arckytec-white);
    box-shadow: 0px 4px 63px 0px rgba(0, 0, 0, 0.10);
    padding: 40px 70px 34px;
    margin-bottom: 30px;
}

.address-one__icon {
    position: relative;
    display: inline-block;
}

.address-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 80px;
    color: var(--arckytec-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.address-one__single:hover .address-one__icon span {
    transform: scale(.9);
}

.address-one__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 22px;
    margin-bottom: 13px;
}

.address-one__title a {
    color: var(--arckytec-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.address-one__title a:hover {
    color: var(--arckytec-base);
}

.address-one__text {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #4D5054;
}


/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/

.contact-two {
    position: relative;
    display: block;
    padding: 0 0 150px;
    z-index: 1;
}

.contact-two__left {
    position: relative;
    display: block;
    margin-right: 45px;
}

.contact-two__map {
    position: relative;
    display: block;
    background-color: var(--arckytec-black);
}

.contact-two__map iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 530px;
    /* mix-blend-mode: luminosity; */
}

.contact-two__right {
    position: relative;
    display: block;
    margin-left: 25px;
}

.contact-two__right .contact-one__btn:hover {
    color: var(--arckytec-white);
}

.contact-two__right .contact-one__btn::after {
    background-color: var(--arckytec-black);
}


/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.blog-details {
    position: relative;
    display: block;
    padding: 130px 0 150px;
    z-index: 1;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
}

.blog-details__img img {
    width: 100%;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 7px;
    padding: 25px 30px 40px;
    background: var(--arckytec-white);
    box-shadow: 0px 4px 60px 0px rgba(15, 28, 51, 0.10);
}

.blog-details__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__meta li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__meta li+li {
    margin-left: 18px;
}

.blog-details__meta li a {
    color: var(--arckytec-gray);
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.blog-details__meta li a:hover {
    color: var(--arckytec-base);
}

.blog-details__meta-shape {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    background-color: #BABBBD;
    border-radius: 50%;
    margin-right: 24px;
    display: none;
}

.blog-details__title-1 {
    font-size: 28px;
    font-weight: 500;
    /* line-height: 50px; */
    /* letter-spacing: -0.84px; */
    margin-top: 12px;
    margin-bottom: 29px;
}

.blog-details__text-2 {
    margin-top: 16px;
    margin-bottom: 43px;
}

.blog-details__img-box {
    position: relative;
    display: block;
}

.blog-details__img-box .row {
    --bs-gutter-x: 20px;
}

.blog-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-details__img-box-img img {
    width: 100%;
}

.blog-details__text-3 {
    margin-top: 13px;
    margin-bottom: 56px;
}

.blog-details__quote-text {
    position: relative;
    display: block;
}

.blog-details__quote-text p {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 61px;
    padding-left: 60px;
}

.blog-details__quote-text p span {
    position: absolute;
    font-size: 40px;
    color: #babbbd;
    left: 0;
    top: -11px;
}

.blog-details__quote-text p .quote-icon-2 {
    position: absolute;
    top: 32px;
    right: 16px;
    left: inherit;
}

.blog-details__title-2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.56px;
    margin-top: 34px;
    margin-bottom: 14px;
}

.blog-details__text-5 {
    margin-top: 17px;
    margin-bottom: 72px;
}

.blog-details__bottom {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details__bottom p {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-details__tags span {
    color: var(--arckytec-black);
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.56px;
    font-family: var(--arckytec-font-two);
    margin-right: 21px;
}

.blog-details__tags a {
    position: relative;
    color: #3E4B5E;
    font-size: 16px;
    background-color: #F5F5F5;
    display: inline-block;
    padding: 5px 17px 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__tags a:hover {
    background-color: var(--arckytec-base);
    color: var(--arckytec-white);
}

.blog-details__tags a+a {
    margin-left: 8px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 40px;
    width: 40px;
    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;
    color: var(--arckytec-black);
    background-color: transparent;
    border: 1px solid #BABBBD;
    font-size: 16px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: var(--arckytec-white);
    border: 1px solid var(--arckytec-base);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--arckytec-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog-details__social-list a+a {
    margin-left: 8px;
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comment-one__box {
    position: relative;
    display: block;
    background: var(--arckytec-white);
    box-shadow: 0px 4px 60px 0px rgba(15, 28, 51, 0.10);
    padding: 31px 30px 40px;
    margin-top: 50px;
}

.comment-one {
    position: relative;
    display: block;
}

.comment-one__title,
.comment-form__title {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.56px;
    margin-bottom: 33px;
}

.comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-one__single+.comment-one__single {
    margin-top: 37px;
}

.comment-one__single-2 {
    margin-left: 30px;
}

.comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    top: 8px;
}

.comment-one__image img {
    border-radius: 50%;
}

.comment-one__content {
    position: relative;
    margin-left: 30px;
}

.comment-one__content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.comment-one__date {
    margin-top: 1px;
    margin-bottom: 10px;
}

.comment-one__btn {
    color: var(--arckytec-base);
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    transition: all .3s linear;
}

.comment-one__btn:hover {
    color: var(--arckytec-black);
}

.comment-one__form-box {
    margin-top: 36px;
}

.comment-one__form-box .contact-one__btn::after {
    background-color: var(--arckytec-black);
}

.comment-one__form-box .contact-one__btn:hover {
    color: var(--arckytec-white);
}

.comment-one__form-box .contact-one__input-box textarea {
    height: 200px;
}

.comment-one__form-box .contact-one__input-box.text-message-box {
    height: 200px;
}

.comment-one__form-box .comment-one__title,
.comment-form__title {
    margin-bottom: 41px;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 40px;
}

.sidebar__title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-bottom: 14px;
}

.sidebar__search {
    position: relative;
    display: block;
    padding: 29px 29px 29px;
    border: 1px solid rgb(186, 187, 189, .5);
}

.sidebar__search-form {
    position: relative;
    display: block;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--arckytec-gray);
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    height: 56px;
    width: 100%;
    padding-right: 50px;
    border: 1px solid rgb(186, 187, 189, .5);
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--arckytec-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--arckytec-gray);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--arckytec-gray);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--arckytec-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--arckytec-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--arckytec-gray);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--arckytec-gray);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 54px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    justify-content: center;
}

.sidebar__category {
    position: relative;
    display: block;
    padding: 22px 29px 22px;
    border: 1px solid rgb(186, 187, 189, .5);
}

.sidebar__category-list {
    position: relative;
    display: block;
}

.sidebar__category-list li {
    position: relative;
    display: block;
}

.sidebar__category-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--arckytec-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__category-list li a:hover {
    color: var(--arckytec-base);
}

.sidebar__category-list li+li {
    margin-top: 10px;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 22px 29px 29px;
    border: 1px solid rgb(186, 187, 189, .5);
}

.sidebar__post .sidebar__title {
    margin-bottom: 21px;
}

.sidebar__post-list {
    position: relative;
    display: block;
}

.sidebar__post-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar__post-list li+li {
    margin-top: 20px;
}

.sidebar__post-image {
    position: relative;
    display: block;
}

.sidebar__post-image img {
    width: 100px;
    height: 80px;
    object-fit: cover;
}

.sidebar__post-content {
    position: relative;
    display: block;
    margin-left: 20px;
    top: -3px;
}

.sidebar__post-content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--arckytec-font);
}

.sidebar__post-content h3 a {
    color: var(--arckytec-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
    color: var(--arckytec-base);
}

.sidebar__post-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
}

.sidebar__tags {
    position: relative;
    display: block;
    padding: 22px 25px 29px;
    border: 1px solid rgb(186, 187, 189, .5);
    overflow: hidden;
    z-index: 1;
}

.sidebar__tags .sidebar__title {
    margin-left: 4px;
    margin-bottom: 13px;
}

.sidebar__tags-list {
    position: relative;
    display: block;
}

.sidebar__tags-list a {
    font-size: 16px;
    color: var(--arckytec-gray);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #F5F5F5;
    display: inline-block;
    padding: 5px 17px 5px;
    margin-left: 4px;
}

.sidebar__tags-list a+a {
    margin-left: 4px;
    margin-top: 8px;
}

.sidebar__tags-list a:hover {
    color: var(--arckytec-white);
    background: var(--arckytec-base);
}


/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/

.blog-page {
    position: relative;
    display: block;
    padding: 130px 0 150px;
    z-index: 1;
}

.blog-page__left {
    position: relative;
    display: block;
}

.blog-page__single {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.blog-page__img {
    position: relative;
    display: block;
}

.blog-page__img img {
    width: 100%;
}

.blog-page__date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94px;
    padding: 11px 10px 9px;
    text-align: center;
    background-color: rgba(var(--arckytec-black-rgb), .8);
    z-index: 2;
}

.blog-page__date p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: var(--arckytec-white);
}

.blog-page__content {
    position: relative;
    display: block;
    padding-top: 5px;
}

.blog-page__client-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-page__client-info p {
    font-size: 16px;
    font-weight: 400;
    color: var(--arckytec-gray);
}

.blog-page__client-info p a {
    color: var(--arckytec-gray);
    transition: all 400ms linear;
    transition-delay: 0.1s;
}

.blog-page__client-info p a:hover {
    color: var(--arckytec-base);
}

.blog-page__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.72px;
    margin-top: 11px;
    margin-bottom: 27px;
}

.blog-page__title a {
    color: var(--arckytec-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-page__title a:hover {
    color: var(--arckytec-base);
}

.blog-page__btn-box {
    position: relative;
    display: block;
}

.blog-page__btn {
    color: var(--arckytec-base);
    padding: 14px 32px 14px;
}

.blog-page__btn::before {
    background: transparent;
    border: 1px solid var(--arckytec-base);
}

.blog-page__btn::after {
    background-color: var(--arckytec-base);
}

.blog-page__pagination {
    position: relative;
    display: block;
    padding-top: 20px;
    text-align: center;
}

.blog-page__pagination .pg-pagination li {
    display: inline-block;
    margin-right: 12px;
}

.blog-page__pagination .pg-pagination li:first-child a {
    background: transparent;
    top: 3px;
}

.blog-page__pagination .pg-pagination li:last-child {
    margin-right: 0;
}

.blog-page__pagination .pg-pagination li:last-child a {
    background: transparent;
    top: 3px;
}

.blog-page__pagination .pg-pagination li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 45px;
    color: var(--arckytec-black);
    background: rgba(217, 217, 217, 0.50);
    font-weight: 500;
    font-size: 24px;
    font-family: var(--arckytec-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li.active a,
.blog-page__pagination .pg-pagination li a:hover {
    background-color: var(--arckytec-base);
    color: var(--arckytec-white);
}


/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/

.team-details {
    position: relative;
    display: block;
    padding: 130px 0 117px;
    z-index: 1;
}

.team-details__left {
    position: relative;
    display: block;
}

.team-details__img {
    position: relative;
    display: block;
}

.team-details__img img {
    width: 100%;
}

.team-details__right {
    position: relative;
    display: block;
    margin-left: 50px;
    margin-top: -11px;
}

.team-details__name {
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.84px;
}

.team-details__sub-title {
    margin-top: 1px;
    margin-bottom: 26px;
}

.team-details__list {
    position: relative;
    display: block;
    margin-top: 26px;
    margin-bottom: 39px;
}

.team-details__list li {
    position: relative;
    display: block;
}

.team-details__list li+li {
    margin-top: 17px;
}

.team-details__list li p span {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    font-family: var(--arckytec-font-two);
    color: var(--arckytec-black);
    margin-right: 20px;
}

.team-details__list li p a {
    color: var(--arckytec-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__list li p a:hover {
    color: var(--arckytec-base);
}

.team-details__progress {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.48px;
    margin-bottom: 27px;
}

.team-details__progress .progress-levels {
    position: relative;
    display: block;
}

.team-details__progress .progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.team-details__progress .progress-levels .progress-box.last-child {
    margin-bottom: 0;
}

.team-details__progress .progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.team-details__progress .progress-levels .progress-box .bar {
    position: relative;
    display: block;
}

.team-details__progress .progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 10px;
    background: #E9DCD4;
    border-radius: 10px;
}

.team-details__progress .progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 10px;
    border-radius: 10px;
    background: var(--arckytec-base);
    transition: all 2000ms ease 300ms;
}

.team-details__progress .progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -28px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}

.team-details__progress .progress-levels .progress-box .inner .count-text {
    position: relative;
    color: var(--arckytec-black);
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    float: none;
    font-family: var(--arckytec-font-two);
}

.team-details__progress .progress-levels .progress-box .inner .percent {
    position: relative;
    color: var(--arckytec-black);
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    float: none;
    font-family: var(--arckytec-font-two);
    margin-left: -4px;
}

.team-details__progress .progress-levels .progress-box .inner .text {
    position: relative;
    color: var(--arckytec-black);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 8px;
    font-family: var(--arckytec-font-two);
}

.team-details__social-box {
    position: relative;
    display: block;
    margin-top: 46px;
}

.team-details__social-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.48px;
    margin-bottom: 35px;
}

.team-details__social {
    position: relative;
    display: flex;
    align-items: center;
}

.team-details__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: var(--arckytec-black);
    background-color: transparent;
    border: 1px solid rgb(153, 154, 157, .50);
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-details__social a:hover {
    color: var(--arckytec-white);
    background-color: var(--arckytec-base);
    border: 1px solid var(--arckytec-base);
}

.team-details__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--arckytec-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.team-details__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.team-details__social a+a {
    margin-left: 10px;
}

.team-details__bottom {
    position: relative;
    display: block;
    margin-top: 46px;
}

.team-details__bottom h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.48px;
    margin-bottom: 27px;
}


/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/

.services-details {
    position: relative;
    display: block;
    padding: 130px 0 142px;
    z-index: 1;
}

.services-details__left {
    position: relative;
    display: block;
}

.services-details__img {
    position: relative;
    display: block;
}

.services-details__img img {
    width: 100%;
}

.services-details__title {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.84px;
    margin-top: 39px;
    margin-bottom: 21px;
}

.services-details__text-2 {
    margin-top: 16px;
    margin-bottom: 43px;
}

.services-details__points-and-img {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.services-details__points-box {
    position: relative;
    display: block;
    margin-top: -9px;
}

.services-details__points-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.48px;
    margin-bottom: 25px;
}

.services-details__points {
    position: relative;
    display: block;
}

.services-details__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.services-details__points li+li {
    margin-top: 21px;
}

.services-details__points li .icon {
    position: relative;
    display: inline-block;
}

.services-details__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: var(--arckytec-base);
    top: 2px;
}

.services-details__points li p {
    margin-left: 13px;
    color: var(--arckytec-black);
}

.services-details__points-img {
    position: relative;
    display: block;
}

.services-details__points-img img {
    width: 100%;
}

.services-details__text-3 {
    margin-top: 43px;
}

.services-details__right {
    position: relative;
    display: block;
}

.services-details__services-box {
    position: relative;
    display: block;
}

.services-details__services-list {
    position: relative;
    display: block;
}

.services-details__services-list li {
    position: relative;
    display: block;
}

.services-details__services-list li+li {
    margin-top: 16px;
}

.services-details__services-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F5F5F5;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--arckytec-gray);
    padding: 21px 30px 21px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.services-details__services-list li:hover a {
    color: var(--arckytec-white);
}

.services-details__services-list li.active a {
    color: var(--arckytec-white);
}

.services-details__services-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-color: var(--arckytec-base);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.services-details__services-list li:hover a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.services-details__services-list li.active a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.services-details__sidebar-img {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.services-details__sidebar-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background: linear-gradient(0deg, #212429 0%, rgba(33, 36, 41, 0.00) 102.61%);
}

.services-details__sidebar-img img {
    width: 100%;
}

.services-details__sidebar-img-text {
    position: absolute;
    bottom: 21px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.56px;
    font-family: var(--arckytec-font-two);
    color: var(--arckytec-white);
}

.services-details__download {
    position: relative;
    display: block;
}

.services-details__download a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--arckytec-base);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--arckytec-white);
    padding: 23px 30px 23px;
    padding-right: 72px;
    z-index: 1;
}

.services-details__download a+a {
    border-top: 1px solid var(--arckytec-black);
}

.services-details__download a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-color: var(--arckytec-black);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.services-details__download a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.services-details__download-img {
    position: absolute;
    top: 20px;
    right: 33px;
}

.services-details__download-img img {
    width: auto;
}


/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/

.project-details {
    position: relative;
    display: block;
    padding: 130px 0 146px;
    z-index: 1;
}

.project-details__img {
    position: relative;
    display: block;
}

.project-details__img img {
    width: 100%;
}

.project-details__duration {
    position: relative;
    display: block;
    background-color: #F5F5F5;
    padding: 25px 80px 25px;
}

.project-details__duration-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-details__duration-list li {
    position: relative;
    display: block;
}

.project-details__duration-list li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -102px;
    bottom: -4px;
    width: 1px;
    background-color: rgb(186, 187, 189, .50);
}

.project-details__duration-list li:first-child::before {
    display: none;
}

.project-details__duration-list li p {
    color: var(--arckytec-base);
}

.project-details__duration-list li h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-top: 5px;
}

.project-details__title {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.84px;
    margin-top: 39px;
    margin-bottom: 21px;
}

.project-details__text-2 {
    margin-top: 16px;
    margin-bottom: 34px;
}

.project-details__title-2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.48px;
}

.project-details__text-3 {
    margin-top: 22px;
    margin-bottom: 43px;
}

.project-details__points-and-img-box {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.project-details__points {
    position: relative;
    display: block;
}

.project-details__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__points li+li {
    margin-top: 21px;
}

.project-details__points li .icon {
    position: relative;
    display: inline-block;
    top: 3px;
}

.project-details__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: var(--arckytec-base);
}

.project-details__points li p {
    margin-left: 13px;
    color: var(--arckytec-black);
}

.project-details__img-box {
    position: relative;
    display: flex;
    max-width: 982px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.project-details__points-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-details__points-img img {
    width: auto;
}

.project-details__text-4 {
    margin-top: 13px;
    margin-bottom: 71px;
}

.project-details__pagination-box {
    position: relative;
    display: block;
}

.project-details__pagination-box {
    position: relative;
    display: block;
}

.project-details__pagination li {
    display: inline-block;
}

.project-details__pagination li.next {
    float: left;
    position: relative;
}

.project-details__pagination li a {
    font-size: 18px;
    color: var(--arckytec-gray);
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    font-family: var(--arckytec-font-two);
}

.project-details__pagination li a:hover {
    color: var(--arckytec-base);
}

.project-details__pagination li.next i {
    position: relative;
    color: var(--arckytec-gray);
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 10px;
    z-index: 1;
}

.project-details__pagination li.previous {
    position: relative;
    float: right;
}

.project-details__pagination li.previous i {
    position: relative;
    color: var(--arckytec-gray);
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 10px;
    z-index: 1;
}

.project-details__pagination li a:hover i {
    color: var(--arckytec-base);
}


/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

.about-page-services {
    padding: 0px 0 100px;
}

.about-page-counter {
    padding: 105px 0 142px;
}

.project-page {
    position: relative;
    display: block;
    padding: 130px 0 150px;
}

.project-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-page .blog-page__pagination {
    padding-top: 50px;
}

.services-page {
    position: relative;
    display: block;
    padding: 130px 0 150px;
}

.services-page .blog-page__pagination {
    padding-top: 50px;
}

.team-page {
    position: relative;
    display: block;
    padding: 130px 0 120px;
}


/*--------------------------------------------------------------
# Banner Three
--------------------------------------------------------------*/

.banner-three {
    position: relative;
    display: block;
    margin-top: -111px;
}

.video-banner-one {
    position: absolute;
    top: 111px;
    left: 100px;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 2;
}

.video-banner-one .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(180deg, #212429 0%, rgba(33, 36, 41, 0.99) 129.34%);
    z-index: 2;
}

.video-banner-one__content {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 12;
}

.video-banner-one__content h2 {
    color: #fff;
    font-size: 4.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 15px;
    font-family: 'Muli', sans-serif;
    padding-bottom: 10px;
    position: relative;
    z-index: 12;
}

.video-banner-one__content h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 18px;
    padding-left: 6px;
}

.video-banner-one__content h3 a {
    color: #fff;
}

.hero-scroll-link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 60px;
    right: 0;
    width: 40px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.2em;
    z-index: 9;
    flex-direction: column;
}

.hero-scroll-link p {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transform: rotate(-90deg);
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.hero-scroll-link:hover p {
    color: var(--arckytec-base);
}

.hero-scroll-link i {
    position: relative;
    display: inline-block;
    font-size: 30px;
    transform: rotate(90deg);
    margin-top: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.hero-scroll-link:hover i {
    color: var(--arckytec-base);
}

.media-container,
.video-holder-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
    z-index: -1;
}

.video-container video {
    width: 100%;
}

.video-banner-one__content-inner h2 {
    position: relative;
    font-size: 100px;
    color: var(--arckytec-white);
    font-weight: 600;
    line-height: 100px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 13px;
}

.video-banner-one__content-inner h2 span {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}

.video-banner-one__content-inner p {
    position: relative;
    display: inline-block;
    color: #F5F5F5;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 32px;
}

.banner-three__social {
    position: absolute;
    bottom: 208px;
    left: -133px;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    z-index: 2;
}

.banner-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--arckytec-white);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--arckytec-font-two);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-three__social a+a {
    margin-left: 25px;
}

.banner-three__social a:hover {
    color: var(--arckytec-base);
}

.banner-three__border-box {
    position: absolute;
    top: 111px;
    left: 50px;
    height: 390px;
    width: 1px;
    background-color: var(--arckytec-base);
}

.pagination {
    display: block;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin-right: 5px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    background-color: transparent;
}

.pagination .page-link {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-flex;
    color: #212429;
    background: #d9d9d980;
    font-weight: 500;
    font-size: 15px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: none;
    margin: 0;
}

.page-item.active .page-link {
    background-color: var(--arckytec-base);
    border-color: var(--arckytec-base);
}

.swiper-button-next,
.swiper-button-prev {
    width: 46px;
    height: 46px;
    line-height: 1;
    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;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 18px;
    color: #0D0D3F;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background-size: 10px;
    /* opacity: 0; */
    z-index: 11;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--primary-color);
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: #fff;
}

.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.home-slider .swiper-button-next:after,
.home-slider .swiper-button-prev:after {
    font-size: 14px;
}

.services-one__text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}

.post-one__single {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    max-width: 500px;
    margin: 0;
}

.post-one__thumbnail {
    position: relative;
    text-align: center;
    border-radius: 20px 20px 0 20px;
    min-height: 80px;
    overflow: hidden;
}

.post-one__thumbnail img {
    border-radius: 20px 20px 0 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    height: 335px;
    object-fit: cover;
}

.post-one__entry-date {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 10px;
    background: #fff;
    color: var(--e-global-color-accent);
    /* height: 46px; */
    width: 55px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.post-one__entry-date .date {
    color: #fff;
    background: var(--arckytec-base);
    padding: 6px 5px;
    border-radius: 10px;
}

.post-one__entry-date span {
    display: block;
}

.post-one__entry-date {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 10px;
    background: #fff;
    color: var(--e-global-color-accent);
    /* height: 46px; */
    width: 55px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.post-one__entry-date span.month {
    padding: 5px 0;
}

.post-one__content {
    padding-left: 20px;
    position: relative;
    margin-top: -80px;
}

.post-one__content-inner {
    background: #fff;
    padding: 25px 30px;
    border-radius: 20px 20px 0 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.post-one__title {
    font-size: 21px;
    color: var(--primary-color);
    font-weight: 600;
}

.post-one__title a {
    /* text-transform: uppercase; */
    -webkit-line-clamp: 2;
    /* height: 58px; */
    color: #333;
    margin-bottom: 15px;
}

.post-one__title a,
.post-one__meta p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.post-one__meta p {
    -webkit-line-clamp: 3;
    height: 77px;
    font-weight: 400;
}

.post-one__title a,
.post-one__meta p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.post-one__title a {
    height: 50px;
}

.read-more {
    transition: 0.4s;
}

.read-more a {
    display: flex;
    align-items: center;
    color: var(--arckytec-base);
    margin-top: 12px;
}

.read-more a svg {
    width: 28px;
    height: 28px;
    margin-left: 5px;
    color: var(--arckytec-base);
}

.read-more a svg line,
.read-more a svg polyline {
    stroke: var(--arckytec-base)!important;
}

.home-project {
    padding: 50px 0 50px;
}

.read-more:hover {
    transform: translateX(10px);
    transition: 0.4s;
}

.home-project .swiper-container {
    padding-bottom: 25px;
}

.testimonial-one__single {
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    /* max-width: 500px; */
    /* margin: 0 auto 30px; */
}

.testimonial-one__image {
    position: absolute;
    right: 5%;
    top: 5%;
    border-radius: 50%;
    width: 86px;
    z-index: 2;
}

.testimonial-one__image img {
    width: 86px;
    height: 86px;
    display: inline-block;
    object-fit: cover;
}

.testimonial-one__image img {
    border-radius: 50%;
}

.testimonial-one__content {
    position: relative;
}

.home-feedback {
    background: #f5f5f5;
    padding-block: 45px;
}

.testimonial-one__content-inner {
    background: #fff;
    padding: 30px 30px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: url(../images/polygon-testimonial-1.png);
    mask-image: url(../images/polygon-testimonial-1.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

.testimonial-one__information {
    padding-top: 30px;
}

.testimonial-one__information span {
    display: block;
}

.testimonial-one__job {
    margin-bottom: 15px;
}

.testimonial-one__name {
    font-weight: 800;
    font-size: 20px;
    color: var(--primary-color);
}

.testimonial-one__content-bottom {
    padding: 0 30px 25px;
    border-radius: 0 0 20px 20px;
    background: #fff;
}

.testimonial-one__stars {
    margin-top: 15px;
}

.testimonial-one__stars i {
    color: #EAB308;
}

.testimonial-one__content .testimonial-one__icon path {
    fill: var(--primary-color);
}

.video-home .item-primary .image .img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.video-home .image img {
    width: 100%;
}

.video-home .item-second .item .title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
    margin-bottom: 0;
    font-weight: 300;
}

.video-home .item-second .item .title a {
    color: #000;
}

.video-home .item-primary .title {
    font-size: 16px;
    margin-top: 15px;
}

.video-home .item-primary .title a {
    color: #000;
}

.home-news {
    padding-block: 50px;
}

.video-home .title-primary {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.video-home .image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-home .item-second .image .icon img {
    height: 55px;
    width: auto;
}

.video-home .image {
    position: relative;
}

.video-home .item-second {
    margin-top: 20px;
}

.video-home .item-second img {
    height: 130px;
    object-fit: cover;
}

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

.row-custom>div {
    padding-left: 10px;
    padding-right: 10px;
}

.new-home .nav-new-home .item {
    margin-bottom: 30px;
    overflow: hidden;
}

.new-home .nav-new-home .item .image {
    width: 170px;
    display: inline-block;
    float: left;
}

.new-home .nav-new-home .item .image {
    overflow: hidden;
}

.new-home .nav-new-home .item .nav-image {
    width: calc(100% - 170px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.new-home .nav-new-home .item .nav-image .title {
    font-size: 16px;
    margin: 0;
    line-height: 21px;
    /* height: 42px; */
    overflow: hidden;
    margin-bottom: 5px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.new-home .nav-new-home .item .nav-image .description p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.new-home .nav-new-home .item .nav-image .title a {
    color: #000;
}

.new-home .nav-new-home .image img {
    height: 100px;
    object-fit: cover;
}

.home-partner .content-box {
    padding: 25px 25px;
    border: 1px solid;
    border-radius: 20px;
    border-color: var(--primary-color);
}

.home-partner .title {
    margin: 0;
    color: var(--primary-color);
    font-size: 21px;
    /* color: #000; */
    font-weight: 600;
}

.home-partner .col.large-3 {
    border-right: 1px solid;
    max-width: 20%;
    flex-basis: 20%;
    border-color: var(--primary-color);
}

.home-partner .col.large-9 {
    max-width: 80%;
    flex-basis: 80%;
}

.home-partner .swiper-slide img {
    height: 85px;
    object-fit: contain;
}

.home-partner {
    padding-bottom: 45px;
}

.iframe-map iframe {
    max-width: 100%;
    height: 180px;
}

.services-one {
    background: var(--primary-color);
    padding: 50px 0 30px 0;
}

.services-one .section-title__tagline,
.services-one .section-title__title {
    color: #fff;
}

.blog-page .item .image {
    width: 40%;
    display: inline-block;
    overflow: hidden;
}

.blog-page .item {
    margin-bottom: 40px;
}

.blog-page .item:hover img {
    transform: scale(1.1);
    transition: 0.4s;
}

.blog-page .item .image img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    transition: 0.4s;
}

.blog-page .item .nav-image {
    width: 60%;
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.blog-page .item .nav-image .title {
    font-size: 20px;
    color: #000;
}

.blog-page .item .nav-image .title a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.blog-page .item .nav-image .description {
    position: relative;
    padding-left: 100px;
    margin-top: 15px;
    min-height: 85px;
}

.blog-page .item .nav-image .description:before {
    content: "";
    width: 78px;
    height: 2px;
    background: #027e58;
    position: absolute;
    left: 0;
    top: 9px;
}

.blog-page .item .nav-image .description p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
}

.blog-page .item .nav-image .description .chitiet {
    color: var(--arckytec-base);
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
}

.blog-page article.post.post-one__single {
    margin-bottom: 35px;
}

.hover-image-zoom:hover img {
    transform: scale(1.1);
    overflow: hidden;
    transition: 0.4s;
}

.hover-image-zoom img {
    transition: 0.4s;
}
p.testimonial-one__text {
    min-height: 78px;
}
.home-slider img {
    max-width: 100%;
    height: auto;
}