.about-one {
    position: relative;
    display: block;
    padding: 120px 0px;
    background-color: var(--tecture-black);
}

.about-one__shape1 {
    position: absolute;
    top: 0px;
    right: -10px;
}

.about-one__shape1 img {
    filter: drop-shadow(black 2px 4px 6px);
    opacity: 0.4;
}

.about-one .container {
    max-width: 1520px;
}

.about-one__left {
    position: relative;
    display: block;
    margin-right: -244px;
    z-index: 1;
}

.about-one__img-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.about-one__img-list li {
    position: relative;
    display: block;
}

.about-one__img-list li:first-child, .about-one__img-list li:nth-child(2) {
    margin-top: 0px;
}

.about-one__img {
    position: relative;
    display: block;
    max-width: 380px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.about-one__img::before {
    position: absolute;
    content: "";
    inset: 0px;
    background: linear-gradient(0deg, rgb(166, 161, 130), rgb(166, 161, 130) 10%, rgba(166, 161, 130, 0.596) 51%, rgba(166, 161, 130, 0.706) 80%, rgba(166, 161, 130, 0.106));
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.about-one__img-list li:hover .about-one__img::before {
    opacity: 1;
}

.about-one__img img {
    width: 100%;
    transform: scaleX(1);
    transition: transform 1s ease-in-out;
}

.about-one__img-list li:hover .about-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.about-one__right {
    position: relative;
    display: block;
    margin-top: 120px;
    z-index: 2;
}

.about-one__content {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
    border-top-left-radius: 50px;
    padding: 60px 0px 0px 70px;
    z-index: 1;
}

.about-one__content .section-title {
    margin-bottom: 38px;
}

.about-one__content-shape-1 {
    position: absolute;
    inset: 0px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    border-top-left-radius: 50px;
    z-index: -1;
}

.about-one__design-make {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 46px;
}

.about-one__design-make-img {
    position: relative;
    display: block;
    max-width: 106px;
    width: 100%;
}

.about-one__design-make-img img {
    width: 100%;
}

.about-one__design-make-content {
    margin-left: 30px;
}

.about-one__design-make-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--tecture-white);
    font-style: normal;
    line-height: 36px;
    margin-bottom: 9px;
}

.about-one__design-make-text {
    color: var(--tecture-white);
}

.about-one__progress-list {
    max-width: 500px;
}

.about-one__progress, .about-one__progress-list {
    position: relative;
    display: block;
}

.about-one__progress + .about-one__progress {
    margin-top: 34px;
}

.about-one__progress-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.about-one__progress .bar {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: rgba(var(--tecture-base-rgb),.2);
    border-radius: 0px;
}

.about-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 3px;
    border-radius: 0px;
    background-color: var(--tecture-base);
    transition: 1.5s;
}

.about-one__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 20px;
    color: var(--tecture-white);
    line-height: 22px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    opacity: 1;
    transition: 0.5s;
}

.about-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.about-two {
    position: relative;
    display: block;
    padding: 70px 0px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
}

.about-two__shape-1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.about-two__shape-1 img {
    opacity: 0.2;
}

.about-two__left {
    position: relative;
    display: block;
}

.about-two__left .section-title {
    margin-bottom: 17px;
}

.about-two__text {
    color: rgb(50, 50, 51);
}

.about-two__history {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid var(--tecture-bdr-color);
    border-bottom: 1px solid var(--tecture-bdr-color);
    padding: 35px 0px;
    margin-top: 42px;
    margin-bottom: 50px;
}

.about-two__history li {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}

.about-two__history-single {
    position: relative;
    display: block;
}

.about-two__history-year {
    font-size: 36px;
    font-weight: 700;
    color: var(--tecture-base);
    line-height: 36px;
    margin-bottom: 11px;
}

.about-two__history-text {
    color: rgb(174, 176, 180);
}

.about-two__btn-box, .about-two__right {
    position: relative;
    display: block;
}

.about-two__right {
    margin-left: 14px;
}

.about-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about-two__img::before {
    position: absolute;
    content: "";
    inset: 0px;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.about-two__img:hover::before {
    opacity: 0.5;
}

.about-two__img img {
    width: 100%;
    transform: scaleX(1);
    transition: transform 1s ease-in-out;
}

.about-two__img:hover img {
    transform: scale(1.05) rotate(0deg);
}

.about-three {
    position: relative;
    display: block;
    padding: 120px 0px;
    z-index: 1;
}

.about-three__shape1 {
    position: absolute;
    left: -20px;
    bottom: -20px;
    opacity: 0.5;
}

.about-three__shape2 {
    position: absolute;
    right: -20px;
    bottom: -20px;
    opacity: 0.5;
}

.about-three__shape3 {
    position: absolute;
    top: 0px;
    left: -50px;
    opacity: 0.3;
}

.about-three__left {
    position: relative;
    display: block;
}

.about-three__left .section-title {
    margin-bottom: 26px;
}

.about-three__points-list {
    position: relative;
    display: block;
    margin-top: 33px;
    margin-bottom: 34px;
}

.about-three__points-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.about-three__points-list li + li {
    margin-top: 22px;
}

.about-three__points-list li .icon {
    position: relative;
    display: inline-block;
    top: 5px;
}

.about-three__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--tecture-base);
    transition: 0.5s linear 0.1s;
    transform: scale(1);
}

.about-three__points-list li:hover .icon span {
    transform: scale(0.9);
}

.about-three__points-list li .content {
    position: relative;
    display: block;
}

.about-three__points-list li .content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 14px;
}

.about-three__right {
    margin-right: 50px;
    margin-left: 84px;
}

.about-three__img, .about-three__right {
    position: relative;
    display: block;
}

.about-three__img img {
    width: 100%;
}

.about-three__experience-box {
    position: absolute;
    right: -50px;
    top: 30px;
    background-color: var(--tecture-white);
    max-width: 320px;
    width: 100%;
    border: 5px solid var(--tecture-base);
    padding: 32px 35px 34px;
    z-index: 2;
}

.about-three__experience-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: var(--tecture-black);
    text-transform: uppercase;
}

.about-three__experience {
    position: relative;
    display: inline-block;
}

.about-three__experience-sub-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--tecture-black);
    text-transform: uppercase;
    margin-top: 44px;
}

.about-three__experience-count {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.about-three__experience-count h3 {
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    color: var(--tecture-black);
}

.about-three__experience-count-shape {
    position: absolute;
    right: -46px;
    top: 70px;
    width: 90px;
    height: 90px;
    background-color: var(--tecture-base);
    border-radius: 50%;
    z-index: -1;
}

.blog-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0px 90px;
}

.blog-one.border-top1 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-one__single {
    position: relative;
    cursor: pointer;
    display: block;
    border: 1px solid var(--tecture-bdr-color);
    margin-bottom: 30px;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-one__img::before {
    position: absolute;
    content: "";
    inset: 0px;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog-one__single:hover .blog-one__img::before {
    opacity: 0.4;
}

.blog-one__img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scaleX(1);
    transition: transform 1s ease-in-out;
}

.blog-one__single:hover .blog-one__img img {
    transform: scale(1.08) rotate(0deg);
}

.blog-one__content {
    position: relative;
    display: block;
    background-color: rgb(251, 251, 251);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top: 1px solid var(--tecture-bdr-color);
    padding: 25px;
    z-index: 1;
}

.blog-one__content-shape-1 {
    position: absolute;
    inset: 0px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    z-index: -1;
}

.blog-one__date-and-title-box {
    margin-bottom: 43px;
}

.blog-one__date, .blog-one__date-and-title-box {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-one__date {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 80px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.1);
}

.blog-one__date h3 {
    font-size: 22px;
    line-height: 26px;
    font-style: normal;
    color: var(--tecture-white);
    margin-bottom: 6px;
}

.blog-one__date h3, .blog-one__date p {
    font-weight: 700;
    text-transform: uppercase;
}

.blog-one__date p {
    font-size: 12px;
    line-height: 18px;
}

.blog-one__title-box {
    position: relative;
    display: block;
    flex: 1 1 0%;
    padding-left: 20px;
}

.blog-one__title {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 30px;
    text-transform: uppercase;
}

.blog-one__title a {
    color: var(--tecture-white);
}

.blog-one__title a:hover {
    color: var(--tecture-base);
}

.blog-one__btn-box {
    position: relative;
    display: block;
}

.blog-one__btn-box a {
    font-size: 16px;
    text-transform: uppercase;
}

.blog-two {
    overflow: hidden;
    border-top: 1px solid var(--tecture-bdr-color);
    padding: 120px 0px;
    z-index: 2;
}

.blog-two, .blog-two__carousel, .blog-two__img, .blog-two__single {
    position: relative;
    display: block;
}

.blog-two__img {
    border-radius: 20px 20px 0px;
    overflow: hidden;
    z-index: 1;
}

.blog-two__img::before {
    position: absolute;
    content: "";
    inset: 0px;
    background: var(--tecture-black);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog-two__single:hover .blog-two__img::before {
    opacity: 0.4;
}

.blog-two__img img {
    width: 100%;
    transform: scaleX(1);
    transition: transform 1s ease-in-out;
}

.blog-two__single:hover .blog-two__img img {
    transform: scale(1.08) rotate(0deg);
}

.blog-two__date {
    position: absolute;
    top: 25px;
    left: 20px;
    text-align: center;
    width: 64px;
    z-index: 2;
}

.blog-two__date p {
    color: var(--tecture-white);
    background-color: var(--tecture-base);
}

.blog-two__date h5, .blog-two__date p {
    font-size: 18px;
    line-height: 18px;
    padding: 5px 0px;
}

.blog-two__date h5 {
    text-transform: uppercase;
    color: var(--tecture-base);
    background-color: var(--tecture-white);
}

.blog-two__content {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--tecture-bdr-color);
    padding: 36px 0px 37px;
}

.blog-two__title {
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    line-height: 34px;
}

.blog-two__title a {
    color: var(--tecture-white);
}

.blog-two__title a:hover {
    color: var(--tecture-base);
}

.blog-two__btn-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
}

.blog-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -160px;
    right: 0px;
    margin: 0px;
}

.blog-two__carousel.owl-theme .owl-nav .owl-next, .blog-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 82px;
    width: 82px;
    line-height: 82px;
    border-radius: 0px;
    color: var(--tecture-white);
    background-color: var(--tecture-base);
    font-size: 22px;
    margin: 0px;
    text-align: center;
    clip-path: polygon(50% 0px, 100% 50%, 50% 100%, 0px 50%);
    transition: 0.5s;
}

.blog-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.blog-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.blog-two__carousel.owl-theme .owl-nav .owl-next span, .blog-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-two__carousel.owl-theme .owl-nav .owl-next:hover, .blog-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--tecture-white);
    color: var(--tecture-base);
}

.blog-three {
    padding: 40px 0px 70px;
}

.single-blog-three {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-blog-three .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-three .img-box::before {
    position: absolute;
    content: "";
    inset: 0px;
    background: var(--tecture-black);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.single-blog-three:hover .img-box::before {
    opacity: 0.6;
}

.single-blog-three .img-box img {
    width: 100%;
    transform: scaleX(1);
    transition: transform 1s ease-in-out;
}

.single-blog-three:hover .img-box img {
    transform: scale(1.05) rotate(0deg);
}

.single-blog-three .img-box .date-box {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--tecture-base);
    padding: 3px 10px;
    z-index: 5;
}

.single-blog-three .img-box .date-box h6 {
    color: var(--tecture-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.single-blog-three .content-box {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
    padding: 33px 40px 40px;
    margin-top: 9px;
}

.single-blog-three .content-box .meta-box {
    position: relative;
    display: flex;
    align-items: center;
}

.single-blog-three .content-box .meta-box li {
    position: relative;
    display: block;
}

.single-blog-three .content-box .meta-box li + li {
    margin-left: 15px;
}

.single-blog-three .content-box .meta-box li a {
    font-size: 16px;
    line-height: 26px;
    color: var(--tecture-gray);
    transition: 0.2s linear 0.1s;
}

.single-blog-three .content-box .meta-box li a:hover {
    color: var(--tecture-base);
}

.single-blog-three .content-box .meta-box li a i {
    color: var(--tecture-base);
    margin-right: 5px;
}

.single-blog-three .content-box .title-box {
    position: relative;
    display: block;
    padding-top: 12px;
}

.single-blog-three .content-box .title-box h3 {
    font-size: 26px;
    line-height: 36px;
}

.single-blog-three .content-box .title-box h3 a {
    color: var(--tecture-white);
    transition: 0.2s linear 0.1s;
}

.single-blog-three .content-box .title-box h3 a:hover {
    color: var(--tecture-base);
}

.single-blog-three .content-box .post-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.single-blog-three .content-box .post-box .img {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.single-blog-three .content-box .post-box .title {
    position: relative;
    display: block;
    padding-left: 12px;
    flex: 1 1 0%;
}

.single-blog-three .content-box .post-box .title h6 {
    color: rgb(165, 160, 159);
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.single-blog-three .content-box .post-box .title h5 {
    font-size: 14px;
    line-height: 20px;
}

.blog-details {
    padding: 70px 0px;
    z-index: 1;
}

.blog-details, .blog-details__img, .blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    overflow: hidden;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 0px;
}

.blog-details__meta-and-share {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0px;
}

.blog-details__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 23px;
    margin-bottom: 8px !important;
}

.blog-details__meta li {
    position: relative;
    display: block;
}

.blog-details__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 500;
    font-size: 15px;
    color: rgb(42, 41, 41);
}

.blog-details__meta li a span, .blog-details__meta li a:hover {
    color: var(--tecture-base);
}

.blog-details__share {
    position: relative;
    display: inline-block;
}

.blog-details__share a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: var(--tecture-black);
    background-color: var(--tecture-white);
    border-radius: 50%;
}

.blog-details__share a:hover {
    color: var(--tecture-white);
    background-color: var(--tecture-base);
}

.blog-details__title-1 {
    font-size: 17px;
    line-height: 40px;
    margin-top: 0px;
    color: rgb(33, 32, 32);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blog-details__text-2 {
    margin-top: 35px;
    margin-bottom: 41px;
}

.blog-details__tag-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 27px;
    padding: 25px 35px;
    border-radius: 10px;
}

.blog-details__tag-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: Poppins, sans-serif;
    color: var(--tecture-white);
    text-transform: uppercase;
}

.blog-details__tag-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details__tag-list a {
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--tecture-white);
    padding: 9px 25px;
    border-radius: 5px;
}

.blog-details__tag-list a:hover {
    border: 1px solid var(--tecture-base);
    background-color: var(--tecture-base);
}

.blog-details__client-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 49px;
}

.blog-details__client-img {
    position: relative;
    display: block;
    max-width: 120px;
    width: 100%;
}

.blog-details__client-img img {
    width: 100%;
    border-radius: 50%;
}

.blog-details__client-content {
    position: relative;
    display: block;
}

.blog-details__client-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.blog-details__client-content p {
    margin-top: 12px;
    margin-bottom: 13px;
}

.blog-details__client-social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-details__client-social-title {
    position: relative;
    display: block;
}

.blog-details__client-social-title h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: Poppins, sans-serif;
}

.blog-details__client-social-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details__client-social-list a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--tecture-white);
}

.blog-details__client-social-list a:hover {
    color: var(--tecture-base);
}

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 40px;
    padding: 20px 0px;
    border-top: 1px solid rgba(var(--tecture-base-rgb),.15);
    border-bottom: 1px solid rgba(var(--tecture-base-rgb),.15);
}

.blog-details__pagenation {
    justify-content: space-between;
}

.blog-details__pagenation, .blog-details__pagenation li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__pagenation li .icon {
    position: relative;
    display: inline-block;
}

.blog-details__pagenation li .icon > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 66px;
    background-color: var(--tecture-black);
    font-size: 26px;
    color: var(--tecture-white);
}

.blog-details__pagenation li:hover .icon > a {
    background-color: var(--tecture-base);
    color: var(--tecture-white);
}

.blog-details__pagenation li p {
    position: relative;
    margin-left: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--tecture-white);
    text-transform: uppercase;
}

.blog-details__pagenation li:last-child > p {
    margin-left: 0px;
    margin-right: 20px;
}

.comment-one {
    margin-top: 36px;
}

.comment-one, .comment-one__title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.comment-one__title {
    font-size: 18px;
    font-weight: 600;
    color: rgb(49, 49, 49);
    line-height: 45px;
    text-transform: uppercase;
}

.comment-one__title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -12px;
    width: 90px;
    height: 2px;
    background-color: var(--tecture-base);
}

.comment-one__single {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 35px;
}

.comment-one__single + .comment-one__single {
    margin-top: 49px;
}

.comment-one__single-2 {
    margin-left: 70px;
}

.comment-one__image {
    position: relative;
    display: block;
    max-width: 120px;
    width: 100%;
}

.comment-one__image img {
    width: 74px;
    position: relative;
    left: 40px;
}

.comment-one__content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.comment-one__content > h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.comment-one__content > span {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: var(--tecture-base);
}

.comment-one__btn-box {
    position: absolute;
    top: -5px;
    right: 0px;
}

.comment-one__btn {
    font-size: 16px;
    color: var(--tecture-base);
    font-weight: 400;
    text-transform: capitalize;
}

.comment-one__btn:hover {
    color: var(--tecture-white);
}

.comment-form, .comment-form__title {
    position: relative;
    display: block;
}

.comment-form__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 61px;
    text-transform: uppercase;
}

.comment-form__title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -12px;
    width: 90px;
    height: 2px;
    background-color: rgba(var(--tecture-base-rgb),.15);
}

.comment-form__input-box, .comment-one__form {
    position: relative;
    display: block;
}

.comment-form__input-box {
    margin-bottom: 30px;
}

.comment-form__input-box input[type="email"], .comment-form__input-box input[type="text"] {
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
}

.comment-form__input-box input[type="email"], .comment-form__input-box input[type="text"], .comment-form__input-box textarea {
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: var(--tecture-black);
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--tecture-white);
}

.comment-form__input-box textarea {
    height: 220px;
    padding: 20px 30px 30px;
    margin-bottom: 0px;
}

.comment-form__input-box.text-message-box {
    height: 220px;
    margin-bottom: 0px;
}

.comment-form form .checked-box1 {
    margin-top: 24px;
}

.comment-form form .button-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 23px;
}

.comment-form form .button-box .thm-btn {
    border: none;
}

.sidebar {
    position: relative;
    display: block;
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgb(49, 49, 49);
    line-height: 30px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.sidebar__title::before {
    right: 0px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar__title::after, .sidebar__title::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0px;
}

.sidebar__title::after {
    width: 70px;
    height: 2px;
    background-color: var(--tecture-base);
}

.sidebar__search, .sidebar__search-form {
    position: relative;
    display: block;
}

.sidebar__search-form input[type="search"] {
    display: block;
    outline: none;
    background-color: var(--tecture-black);
    border: none;
    font-weight: 400;
    font-size: 16px;
    height: 70px;
    width: 100%;
    padding-left: 25px;
    padding-right: 70px;
    color: var(--tecture-white);
    border-radius: 5px;
}

.sidebar__search-form button[type="submit"] {
    color: var(--tecture-white);
    font-size: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    max-width: 60px;
    width: 100%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background-color: var(--tecture-base);
    border: 1px solid var(--tecture-base);
    transition: 0.5s;
}

.sidebar__search-form button[type="submit"]:hover {
    color: var(--tecture-white);
    border-color: rgb(9, 10, 0);
    background-color: rgb(9, 10, 0);
}

.sidebar__post {
    padding: 49px 36px 76px;
    background-color: rgb(241, 241, 241);
}

.sidebar__post, .sidebar__post-list {
    position: relative;
    display: block;
}

.sidebar__post-list li {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 16px 26px;
}

.sidebar__post-list li + li {
    margin-top: 20px;
}

.sidebar__post-image {
    position: relative;
    display: block;
    max-width: 73px;
    width: 100%;
}

.sidebar__post-image img {
    width: 100%;
    border-radius: 3px;
}

.sidebar__post-content {
    position: relative;
    display: block;
}

.sidebar__post-content h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 3px;
    text-transform: none;
}

.sidebar__post-content h3 a {
    color: rgb(43, 42, 42);
    font-weight: 500;
    font-size: 16px;
}

.sidebar__post-content h3 a:hover, .sidebar__post-date {
    color: rgb(43, 157, 149);
}

.sidebar__post-date {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 700;
}

.sidebar__all-category {
    padding: 49px 50px 76px;
    background-color: var(--tecture-black);
}

.sidebar__all-category, .sidebar__all-category-list, .sidebar__all-category-list li {
    position: relative;
    display: block;
}

.sidebar__all-category-list li + li {
    margin-top: 23px;
}

.sidebar__all-category-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--tecture-white);
    padding-bottom: 12px;
    text-transform: none;
    font-size: 16px;
}

.sidebar__all-category-list li:hover a {
    color: var(--tecture-base);
}

.have-any-query {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
    text-align: center;
    padding: 58px 60px 67px;
}

.have-any-query__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    text-transform: uppercase;
}

.have-any-query__text {
    color: rgb(231, 231, 231);
    margin-top: 12px;
    margin-bottom: 43px;
}

.have-any-query__btn-box {
    position: relative;
    display: block;
}

.have-any-query__btn {
    background-color: var(--tecture-black) !important;
    border-radius: 3px !important;
}

.sidebar__tags {
    position: relative;
    display: block;
    padding: 40px;
    background-color: var(--tecture-black);
}

.sidebar__tags-list {
    position: relative;
    display: block;
    margin-left: -20px;
}

.sidebar__tags-list a {
    color: var(--tecture-gray);
    transition: 0.4s;
    display: inline-block;
    padding: 12px 15px;
    background-color: rgb(9, 10, 0);
    margin-left: 20px;
    font-weight: 500;
    font-size: 17px;
}

.sidebar__tags-list a + a {
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--tecture-white);
    background-color: var(--tecture-base);
}

.blog-page-content, .blog-two-single {
    position: relative;
    display: block;
}

.blog-two-single {
    margin-bottom: 50px;
}

.blog-two-single .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.blog-two-single .img-box::before {
    position: absolute;
    content: "";
    inset: 0px;
    background: var(--tecture-black);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog-two-single:hover .img-box::before {
    opacity: 0.4;
}

.blog-two-single .img-box img {
    width: 100%;
    transform: scaleX(1);
    transition: transform 1s ease-in-out;
}

.blog-two-single:hover .img-box img {
    transform: scale(1.08) rotate(0deg);
}

.blog-two-single .content-box {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
    border-radius: 0px 0px 10px 10px;
    padding: 50px;
}

.blog-two-single .content-box .meta-box {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-two-single .content-box .meta-box .date-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 20px;
}

.blog-two-single .content-box .meta-box .date-box h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    color: var(--tecture-white);
    text-transform: uppercase;
    margin-right: 10px;
}

.blog-two-single .content-box .meta-box .date-box p {
    color: var(--tecture-base);
    font-size: 16px;
    text-transform: uppercase;
}

.blog-two-single .content-box .meta-box .meta-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.blog-two-single .content-box .meta-box .meta-info li {
    position: relative;
    display: block;
}

.blog-two-single .content-box .meta-box .meta-info li + li {
    margin-left: 25px;
}

.blog-two-single .content-box .meta-box .meta-info li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--tecture-white);
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    transition: 0.2s linear 0.1s;
}

.blog-two-single .content-box .meta-box .meta-info li a span {
    color: var(--tecture-base);
    line-height: 0;
    margin-right: 10px;
}

.blog-two-single .content-box .meta-box .meta-info li a:hover {
    color: var(--tecture-base);
}

.blog-two-single .content-box .title-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.blog-two-single .content-box .title-box h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}

.blog-two-single .content-box .title-box h3 a {
    color: var(--tecture-white);
    transition: 0.2s linear 0.1s;
}

.blog-two-single .content-box .title-box h3 a:hover {
    color: var(--tecture-base);
}

.blog-two-single .content-box .text-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.blog-two-single .content-box .text-box p {
    margin: 0px;
}

.blog-two-single .content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 33px;
}

.blog-two-single .content-box .btn-box .thm-btn::after {
    width: 51%;
}

.blog-page__pagination {
    position: relative;
    display: block;
    padding-top: 10px;
}

.blog-page__pagination .pg-pagination li {
    position: relative;
    display: inline-block;
}

.blog-page__pagination .pg-pagination li + li {
    margin-left: 5px;
}

.blog-page__pagination .pg-pagination li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    color: var(--tecture-white);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-weight: 700;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    transition: 0.5s;
}

.blog-page__pagination .pg-pagination li a:hover, .blog-page__pagination .pg-pagination li.active a {
    background-color: var(--tecture-base);
    color: var(--tecture-white);
    border-color: var(--tecture-base);
}

.brand-one {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
    border-top: 1px solid var(--tecture-bdr-color);
    border-bottom: 1px solid var(--tecture-bdr-color);
    padding: 0px;
    z-index: 1;
}

.brand-one .container {
    max-width: 100%;
}

.brand-one__carousel {
    position: relative;
    display: block;
}

.brand-one__carousel::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 5px;
    background-color: var(--tecture-black);
    z-index: 10;
}

.brand-one__img {
    position: relative;
    display: block;
}

.brand-one__img a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--tecture-bdr-color);
    padding: 39px 0px;
}

.brand-one__img a img {
    transition: 0.5s;
    width: auto !important;
}

.brand-one__img a:hover img {
    opacity: 0.5;
}

.coming-soon-page {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.coming-soon-page__bg {
    position: absolute;
    inset: 0px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    background-color: var(--tecture-black);
    background-blend-mode: luminosity;
    z-index: -1;
}

.coming-soon-page__bg::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 5%, rgba(0, 0, 0, 0.5));
}

.coming-soon-page__content {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
    top: 50%;
    transform: translateY(-50%);
}

.coming-soon-page__content .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.coming-soon-page__content .big-title {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 80px;
    line-height: 1.1em;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-clip: text;
    -webkit-text-stroke: 1px var(--tecture-white);
    word-spacing: 15px;
}

.coming-soon-page .timer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 57px 0px 42px;
    z-index: 2;
}

.coming-soon-page .timer-box .countdown-timer li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 170px;
    height: 170px;
    margin: 0px 15px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    border-radius: 50%;
}

.coming-soon-page .timer-box .countdown-timer li span.days, .coming-soon-page .timer-box .countdown-timer li span.hours, .coming-soon-page .timer-box .countdown-timer li span.minutes, .coming-soon-page .timer-box .countdown-timer li span.seconds {
    color: rgb(255, 255, 255);
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}

.coming-soon-page .timer-box .countdown-timer li span.timeRef {
    position: relative;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 11px;
    font-family: Poppins, sans-serif;
}

.coming-soon-page__content .inner .text {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.coming-soon-page__content .inner .text p {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.coming-soon-page__subscribe-box {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0px auto;
}

.coming-soon-page__subscribe-box form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.coming-soon-page__subscribe-box form input[type="email"] {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    background: var(--tecture-black);
    color: var(--tecture-gray);
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    transition: 0.5s;
    font-family: Poppins, sans-serif;
    outline: none;
    border: 1px solid var(--tecture-bdr-color) !important;
}

.coming-soon-page__btn {
    border: none;
    color: var(--tecture-white) !important;
}

.coming-soon-page__btn:hover {
    color: var(--tecture-black) !important;
}

.contact-one {
    position: relative;
    display: block;
    padding: 120px 0px;
    z-index: 1;
}

.contact-one__shape-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.contact-one__shape-2 img {
    width: auto;
}

.contact-one__left {
    background-color: var(--tecture-black);
    margin-right: 35px;
}

.contact-one__inner, .contact-one__left {
    position: relative;
    display: block;
    z-index: 1;
}

.contact-one__shape-1 {
    position: absolute;
    top: 100px;
    right: 50px;
    opacity: 0.01;
    z-index: -1;
    display: none;
}

.contact-one__shape-1 img {
    width: auto;
}

.contact-one__form {
    position: relative;
    display: block;
    padding: 60px 80px;
}

.contact-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-one__input-box input[type="email"], .contact-one__input-box input[type="text"] {
    height: 60px;
}

.contact-one__input-box input[type="email"], .contact-one__input-box input[type="text"], .contact-one__input-box textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--tecture-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--tecture-white);
    font-style: normal;
    display: block;
    font-weight: 500;
    border-radius: 0px;
}

.contact-one__input-box textarea {
    position: relative;
    height: 100px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.contact-one__input-box.text-message-box {
    height: 100px;
}

.contact-one__btn-box {
    position: relative;
    display: block;
}

.contact-one__btn {
    border: none;
}

.contact-one__right {
    margin-top: 106px;
}

.contact-one__right, .contact-one__right-content {
    position: relative;
    display: block;
}

.contact-one__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    font-style: normal;
    text-transform: uppercase;
}

.contact-one__contact-info {
    position: relative;
    display: block;
    background-color: var(--tecture-base);
    max-width: 345px;
    width: 100%;
    padding: 50px 40px;
    margin-top: 78px;
    margin-left: 165px;
    z-index: 1;
}

.contact-one__contact-info::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px dashed var(--tecture-white);
    z-index: -1;
}

.contact-one__contact-icon {
    position: relative;
    display: block;
}

.contact-one__contact-icon span {
    position: relative;
    display: inline-block;
    font-size: 54px;
    color: var(--tecture-white);
}

.contact-one__contact-icon-2 {
    position: absolute;
    top: 25px;
    right: 25px;
}

.contact-one__contact-icon-2 span {
    position: relative;
    display: inline-block;
    font-size: 95px;
    color: var(--tecture-white);
    opacity: 0.2;
}

.contact-one__contact-number-box {
    position: relative;
    display: block;
    margin-top: 21px;
}

.contact-one__contact-number-box p {
    font-size: 18px;
    color: var(--tecture-white);
    font-weight: 700;
    font-style: normal;
    line-height: 18px;
    margin-bottom: 22px;
}

.contact-one__contact-number-box h5 {
    font-size: 22px;
    color: var(--tecture-white);
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
}

.contact-one__contact-number-box h5 a {
    color: var(--tecture-white);
}

.contact-one__contact-number-box h5 a:hover {
    color: var(--tecture-black);
}

.contact-page {
    position: relative;
    display: block;
    padding: 70px 0px;
    z-index: 1;
}

.contact-page.pdt0 {
    padding-top: 0px;
}

.contact-page.pdtop {
    background-color: var(--tecture-black);
}

.contact-page__inner {
    position: relative;
    display: block;
    /* background-color: rgb(233, 233, 233); */
    /* padding: 62px 0px 50px; */
    border-radius: 10px;
}

.contact-page__left {
    position: relative;
    display: block;
    /* margin-left: 39px; */
    margin-right: 12px;
}

.contact-page__information {
}

.contact-page__information-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(var(--tecture-white-rgb),.1);
    margin-bottom: 40px;
    padding-bottom: 18px;
}

.contact-page__information-list {
    position: relative;
    display: block;
}

.contact-page__information-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: rgb(247, 247, 247);
    padding: 12px 10px 12px 16px;
}

.contact-page__information-list li + li {
    margin-top: 25px;
}

.contact-page__information-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    width: 100%;
    height: 50px;
    background-color: #16293e;
}

.contact-page__information-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: rgb(232, 234, 237);
}

.contact-page__information-list li .content {
    position: relative;
    display: block;
}

.contact-page__information-list li .content h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(23, 159, 150);
    line-height: 30px;
}

.contact-page__information-list li .content p {
    font-size: 15px;
    line-height: 28px;
    color: rgb(0 0 0);
}

.contact-page__information-list li .content p a {
    color: rgb(59, 59, 59);
}

.contact-page__information-list li .content p a:hover {
    color: var(--tecture-base);
}

.contact-page__right {
    margin-left: 20px;
    margin-right: 35px;
}

.contact-page__contact-title {
    position: relative;
    display: inline-block;
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.contact-page__contact-title::before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: var(--tecture-white);
    opacity: 0.1;
}

.contact-page__form, .contact-page__input-box {
    position: relative;
    display: block;
}

.contact-page__input-box {
    margin-bottom: 30px;
}

.contact-page__input-box input[type="email"], .contact-page__input-box input[type="number"], .contact-page__input-box input[type="text"] {
    height: 58px;
}

.contact-page__input-box input[type="email"], .contact-page__input-box input[type="number"], .contact-page__input-box input[type="text"], .contact-page__input-box textarea {
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: none;
    padding-left: 25px;
    padding-right: 25px;
    outline: none;
    color: rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
}

.contact-page__input-box textarea {
    position: relative;
    height: 185px;
    padding-top: 20px;
    margin-bottom: 0px;
}

.contact-page__input-box.text-message-box {
    height: 185px;
    margin-bottom: 50px;
}

.contact-page__btn-box {
    position: relative;
    display: block;
}

.contact-page__btn {
    border: none;
}

.counter-one {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: rgba(31, 32, 34, 0.4);
    padding: 150px 0px 81px;
    z-index: 1;
}

.counter-one__shape {
    position: absolute;
    top: 0px;
    right: -100px;
    opacity: 0.1;
}

.counter-one__shape-1 {
    position: absolute;
    inset: 0px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    z-index: -1;
}

.counter-one__inner {
    position: relative;
    display: block;
}

.counter-one__title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 53px;
}

.counter-one__title-box .section-title {
    display: inline-flex;
    align-items: center;
    margin-bottom: 23px;
}

.counter-one__title-border {
    position: absolute;
    bottom: -18px;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: var(--tecture-bdr-color);
}

.counter-one__list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 33px;
}

.counter-one__list li {
    margin-bottom: 27px;
}

.counter-one__list li, .counter-one__single {
    position: relative;
    display: block;
}

.counter-one__counter-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.counter-one__counter-box h3 {
    font-size: 72px;
    color: var(--tecture-white);
    font-weight: 700;
    font-style: normal;
    line-height: 72px !important;
    font-family: var(--tecture-font) !important;
}

.counter-one__counter-letter, .counter-one__counter-plus {
    font-size: 72px;
    color: var(--tecture-white);
    font-weight: 700;
    line-height: 72px;
    font-family: Poppins, sans-serif;
    font-style: normal;
}

.counter-one__counter-text {
    font-size: 26px;
    color: var(--tecture-white);
    line-height: 36px;
}

.error-page {
    padding: 120px 0px;
    z-index: 1;
}

.error-page, .error-page__inner {
    position: relative;
    display: block;
}

.error-page__inner {
    text-align: center;
}

.error-page__img {
    position: relative;
    display: block;
    max-width: 696px;
    width: 100%;
    margin: 0px auto;
}

.error-page__img img {
    width: 100%;
}

.error-page__btn-box {
    margin-top: 66px;
}

.error-page__btn-box, .faq-page {
    position: relative;
    display: block;
}

.faq-page {
    padding: 120px 0px 90px;
    z-index: 1;
}

.faq-page__left, .faq-page__right {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.site-footer {
    position: relative;
    display: block;
    background-color: rgb(5, 81, 96);
    overflow: hidden;
    padding-top: 0px;
    z-index: 1;
}

.site-footer__shape-1 {
    position: absolute;
    left: 0px;
    bottom: 80px;
    opacity: 0.06;
    z-index: -1;
}

.site-footer__shape-1 img {
    width: auto;
}

.site-footer__shape-2 {
    position: absolute;
    right: 0px;
    bottom: 86px;
    opacity: 0.06;
    z-index: -1;
}

.site-footer__shape-2 img {
    width: auto;
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 12px 0px 20px;
}

.footer-widget__about {
    margin-top: 8px;
}

.footer-widget__about, .footer-widget__logo {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    margin-top: 20px;
    color: rgb(231, 231, 231);
    font-size: 15px;
    margin-bottom: 20px;
}

.site-footer__social {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.site-footer__social a {
    position: relative;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--tecture-white);
    background-color: rgba(var(--tecture-white-rgb),.2);
    font-size: 16px;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}

.site-footer__social a:hover {
    color: var(--tecture-white);
    background-color: var(--tecture-base);
}

.site-footer__social a::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    background-color: rgb(22, 165, 154);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    opacity: 1;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.site-footer__social a:hover::after {
    opacity: 1;
    transform: scaleY(1);
}

.site-footer__social a + a {
    margin-left: 10px;
}

.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.footer-widget__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--tecture-white);
    text-transform: uppercase;
}

.footer-widget__usefull-link {
    position: relative;
    display: block;
    margin-left: 70px;
}

.footer-widget__link-box {
    position: relative;
    display: flex;
}

.footer-widget__link, .footer-widget__link li {
    position: relative;
    display: block;
    color: rgb(222, 216, 216);
}

.footer-widget__link li + li {
    margin-top: 10px;
}

.footer-widget__link li a {
    color: rgb(231, 231, 231);
    text-transform: capitalize;
    transition: 0.5s;
}

.footer-widget__link li a:hover {
    color: var(--tecture-base);
}

.footer-widget__link-2 {
    margin-left: 55px;
}

.footer-widget__services {
    position: relative;
    display: block;
    margin-left: 24px;
}

.footer-widget__instagram {
    position: relative;
    display: block;
    margin-left: 30px;
}

.footer-widget__instagram-list {
}

.footer-widget__instagram-list li {
    position: relative;
    flex: 0 0 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.footer-widget__instagram-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    z-index: 1;
}

.footer-widget__instagram-img::before {
    position: absolute;
    inset: 0px;
    content: "";
    background-color: rgba(var(--tecture-base-rgb),.95);
    transition: 0.7s;
    transform: translateY(-100%);
    z-index: 1;
}

.footer-widget__instagram-list li:hover .footer-widget__instagram-img::before {
    transform: translateY(0px);
}

.footer-widget__instagram-img img {
    width: 100%;
    border-radius: 4px;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.footer-widget__instagram-list li:hover .footer-widget__instagram-img img {
    transform: scale(1.1) rotate(2deg);
}

.footer-widget__instagram-img a {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--tecture-white);
    transform: translateY(100px);
    opacity: 0;
    transition: 0.7s;
    z-index: 2;
}

.footer-widget__instagram-list li:hover .footer-widget__instagram-img a {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.footer-widget__instagram-list li .footer-widget__instagram-img a:hover {
    color: var(--tecture-white);
}

.site-footer__bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--tecture-white-rgb),.1);
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 24px 0px 0px;
}

.site-footer__bottom-text {
    color: rgb(225, 225, 225);
}

.site-footer__bottom-text a {
    font-weight: 500;
    color: rgb(22, 165, 154);
    transition: 0.5s;
}

.site-footer__bottom-text a:hover {
    color: var(--tecture-white);
}

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer__bottom-menu li::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 7px;
    left: -12px;
    width: 1px;
    opacity: 0.3;
    background-color: var(--tecture-gray);
}

.site-footer__bottom-menu li:first-child::before {
    display: none;
}

.site-footer__bottom-menu li + li {
    margin-left: 25px;
}

.site-footer__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgb(225, 225, 225);
    transition: 0.5s;
}

.site-footer__bottom-menu li a:hover {
    color: var(--tecture-base);
}

.site-footer__marquee {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -14px;
    margin-bottom: -14px;
}

.site-footer__marquee ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.site-footer__marquee ul li {
    position: relative;
    float: left;
    margin-left: 60px;
    color: rgba(var(--tecture-white-rgb),.05);
    font-size: 100px;
    line-height: 1em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}

.site-footer-two, .site-footer-two__top {
    position: relative;
    display: block;
}

.site-footer-two__top {
    background-color: var(--tecture-black);
    padding: 42px 0px;
}

.site-footer-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-widget__logo-two {
    position: relative;
    display: block;
}

.footer-widget__logo-two a {
    position: relative;
    display: inline-block;
}

.footer-widget__logo-two a img {
    width: auto;
}

.site-footer__top-title-box {
    position: relative;
    display: block;
}

.site-footer__top-title-box h3 {
    color: var(--tecture-white);
    font-size: 24px;
    line-height: 34px;
}

.site-footer__top-title-box h3 a {
    position: relative;
    display: inline-block;
    color: var(--tecture-base);
    transition: 0.2s linear 0.1s;
}

.site-footer__top-title-box h3 a:hover {
    color: var(--tecture-white);
}

.site-footer__top-title-box h3 a::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 3px;
    right: 0px;
    height: 1px;
    width: 100%;
    background-color: var(--tecture-base);
}

.site-footer__social-two, .site-footer__social-two a {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer__social-two a {
    justify-content: center;
    overflow: hidden;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(var(--tecture-white-rgb),.2);
    color: var(--tecture-white);
    font-size: 18px;
    transition: 0.2s linear 0.1s;
    z-index: 1;
}

.site-footer__social-two a:hover {
    color: var(--tecture-white);
}

.site-footer__social-two a + a {
    margin-left: 10px;
}

.site-footer__social-two a::after {
    position: absolute;
    inset: 0px;
    background-color: var(--tecture-base);
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.site-footer__social-two a:hover::after {
    opacity: 1;
    transform: scale(1);
    border-radius: 50%;
}

.site-footer-two__main {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--tecture-black);
    padding: 120px 0px;
}

.site-footer-two__main-shape {
    position: absolute;
    inset: 0px;
    background-size: cover;
    background-position: 50% center;
    background-repeat: no-repeat;
    opacity: 0.03;
    mix-blend-mode: luminosity;
}

.footer-widget__column-two {
    position: relative;
    display: block;
}

.footer-widget__column-two .title-box {
    position: relative;
    display: block;
    margin-top: -8px;
}

.footer-widget__column-two .title-box h3 {
    color: var(--tecture-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-widget__column-two-about {
    position: relative;
    display: block;
    padding-top: 26px;
}

.footer-widget__column-two-about > .text {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(var(--tecture-white-rgb),.2);
    padding-bottom: 23px;
}

.footer-widget__column-two-about .text p {
    margin: 0px;
}

.footer-widget__column-two-about-list {
    position: relative;
    display: block;
    padding-top: 30px;
}

.footer-widget__column-two-about-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__column-two-about-list li + li {
    margin-top: 10px;
}

.footer-widget__column-two-about-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(var(--tecture-white-rgb),.2);
    color: var(--tecture-white);
    font-size: 18px;
}

.footer-widget__column-two-about-list li .text {
    position: relative;
    display: block;
    margin-left: 15px;
    flex: 1 1 0%;
}

.footer-widget__column-two-about-list li .text p {
    margin: 0px;
}

.footer-widget__column-two-about-list li .text p a {
    color: rgb(174, 176, 180);
    transition: 0.2s linear 0.1s;
}

.footer-widget__column-two-about-list li .text p a:hover {
    color: var(--tecture-base);
}

.footer-widget__column-two.ml30 {
    margin-left: 30px;
}

.footer-widget__column-two-link {
    position: relative;
    display: block;
    padding-top: 26px;
}

.footer-widget__column-two-link li {
    position: relative;
    display: block;
}

.footer-widget__column-two-link li + li {
    margin-top: 10px;
}

.footer-widget__column-two-link li a {
    position: relative;
    display: inline-block;
    color: rgb(174, 176, 180);
    font-size: 17px;
    line-height: 26px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    transition: 0.2s linear 0.1s;
}

.footer-widget__column-two-link li a:hover {
    color: var(--tecture-base);
    padding-left: 5px;
}

.footer-widget-newsletter {
    padding-top: 26px;
}

.footer-widget-newsletter, .footer-widget-newsletter .text {
    position: relative;
    display: block;
}

.footer-widget-newsletter .text p {
    margin: 0px;
}

.subscribe-box-form {
    padding-top: 23px;
}

.subscribe-box-form, .subscribe-box-form form, .subscribe-box-form form .form-group {
    position: relative;
    display: block;
}

.subscribe-box-form form .form-group .icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: var(--tecture-base);
    font-size: 22px;
    z-index: 1;
}

.subscribe-box-form form input[type="email"] {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    border: 1px solid var(--tecture-base);
    background-color: var(--tecture-black);
    width: 100%;
    height: 50px;
    color: rgb(174, 176, 180);
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 50px;
    padding-right: 20px;
    transition: 0.5s;
}

.subscribe-box-form form input[type="email"]:focus {
    outline: none;
}

.subscribe-box-form form input[type="email"]::-webkit-input-placeholder {
    color: rgb(174, 176, 180);
}

.subscribe-box-form form .thm-btn {
    position: relative;
    display: block;
    margin-top: 10px;
    border: none;
}

.subscribe-box-form form .thm-btn::before {
    width: 51%;
}

.subscribe-box-form .title {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 29px;
}

.subscribe-box-form .title .icon {
    position: relative;
    display: block;
    color: rgb(174, 176, 180);
    font-size: 16px;
    line-height: 14px;
    margin-right: 10px;
}

.subscribe-box-form .title h6 {
    color: rgb(174, 176, 180);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-footer-widget.pl55 {
    padding-left: 55px;
}

.footer-widget-links ul li a.color {
    color: rgb(174, 176, 180);
    transition: 0.2s linear 0.1s;
}

.footer-widget-links ul li a.color:hover {
    color: var(--tecture-base);
}

.footer-widget-newsupdate {
    padding-top: 31px;
}

.footer-widget-newsupdate, .footer-widget-newsupdate ul, .footer-widget-newsupdate ul li {
    position: relative;
    display: block;
}

.footer-widget-newsupdate ul li + li {
    margin-top: 12px;
}

.footer-widget-newsupdate ul li .date-box {
    position: relative;
    display: block;
}

.footer-widget-newsupdate ul li .date-box h4 {
    color: rgb(174, 176, 180);
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}

.footer-widget-newsupdate ul li .title-box {
    position: relative;
    display: block;
    padding-top: 5px;
}

.footer-widget-newsupdate ul li .title-box h4 {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}

.footer-widget-newsupdate ul li .title-box h4 a {
    color: var(--tecture-white);
    transition: 0.2s linear 0.1s;
}

.footer-widget-newsupdate ul li .title-box h4 a:hover {
    color: var(--tecture-base);
}

.subscribe-box-form form .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding: 0px;
    border: 0px solid transparent;
}

.site-footer-two__bottom {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
    border-top: 1px solid rgba(var(--tecture-white-rgb),.2);
    padding: 22px 0px 21px;
}

.site-footer-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text {
    position: relative;
    display: block;
}

.copyright-text p {
    margin: 0px;
}

.copyright-text p a {
    color: var(--tecture-base);
    transition: 0.2s linear 0.1s;
}

.copyright-text p a:hover {
    color: var(--tecture-white);
}

.footer-menu {
    position: relative;
    display: block;
}

.footer-menu ul {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-menu ul li {
    position: relative;
    display: block;
}

.footer-menu ul li + li {
    margin-left: 25px;
}

.footer-menu ul li a {
    color: var(--tecture-white);
    font-size: 17px;
    line-height: 26px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    transition: 0.2s linear 0.1s;
}

.footer-menu ul li a:hover {
    color: var(--tecture-base);
}

.page-header {
    position: relative;
    display: block;
    background-color: var(--tecture-black);
}

.page-header__bg {
    position: absolute;
    inset: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
    opacity: 0.6;
    z-index: -1;
}

.page-header__bg::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 70%, rgb(0, 0, 0));
}

.page-header__bg::after, .page-header__bg::before {
    content: "";
    position: absolute;
    inset: 0px;
}

.page-header__bg::after {
    background: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.6) 20%, rgba(9, 0, 0, 0.192));
}

.page-header__bg-overlay {
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

.page-header__inner {
    padding: 181px 0px 188px;
}

.page-header__inner, .page-header__title-box {
    position: relative;
    display: block;
}

.page-header__title-box h3 {
    font-size: 72px;
    font-weight: 700;
    line-height: 82px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.thm-breadcrumb__box {
    position: absolute;
    right: 0px;
    bottom: 33px;
}

.thm-breadcrumb, .thm-breadcrumb li {
    position: relative;
    display: inline-block;
}

.thm-breadcrumb li {
    font-size: 18px;
    font-weight: 500;
    color: var(--tecture-white);
    transition: 0.5s;
}

.thm-breadcrumb li + li {
    margin-left: 2px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--tecture-white);
    transition: 0.5s;
}

.thm-breadcrumb li.active, .thm-breadcrumb li:hover a {
    color: var(--tecture-base);
}

.services-one {
    padding: 80px 0px 40px;
}

.services-one, .services-one__single {
    position: relative;
    display: block;
    z-index: 1;
}

.services-one__single {
    background-color: white;
    margin-bottom: 30px;
    border-radius: 25px;
    overflow: hidden;
}

.services-one__shape-1 {
    position: absolute;
    inset: 0px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
    z-index: -1;
}

.services-one__content-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 17px 24px 6px;
}

.services-one__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.services-one__title a {
    color: black;
    font-size: 18px !important;
}

.services-one__title a:hover {
    color: var(--tecture-base);
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 32px;
    margin-bottom: 33px;
    z-index: 1;
}

.services-one__img::after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.services-one__single:hover .services-one__img::after {
    height: 100%;
    opacity: 0;
    transition: 0.6s linear;
}

.services-one__img img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    transition: 1s ease-in-out;
}

.services-one__single:hover .services-one__img img {
    transform: scale(1.1);
}

.services-one__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(35, 32, 32, 0.2);
    font-size: 13px;
    color: var(--tecture-white);
    font-style: normal;
    font-weight: 500;
    padding: 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.services-one__btn span {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.services-one__btn:hover {
    color: var(--tecture-base);
}

.services-two {
    position: relative;
    display: block;
    counter-reset: count 0;
    overflow: hidden;
    background-color: var(--tecture-black);
    padding: 120px 0px;
    z-index: 1;
}

.services-two__shape-1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.services-two__shape-1 img {
    width: auto;
}

.services-two__wrapper {
    position: relative;
    display: block;
    padding-left: 100px;
}

.services-two__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 245px 63px 60px;
    border-bottom: 1px solid var(--tecture-bdr-color);
}

.services-two__top .section-title {
    margin-bottom: 0px;
}

.services-two__bottom, .services-two__btn-box, .services-two__list, .services-two__list li {
    position: relative;
    display: block;
}

.services-two__single {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 45px 180px 45px 60px;
    border-bottom: 1px solid var(--tecture-bdr-color);
}

.services-two__single, .services-two__single-left {
    position: relative;
    display: flex;
    align-items: center;
}

.services-two__single-left {
    gap: 40px;
}

.services-two__count-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.services-two__count, .services-two__count::before {
    position: relative;
    display: inline-block;
}

.services-two__count::before {
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
    font-style: normal;
    color: var(--tecture-white);
    counter-increment: count 1;
    content: "0" counter(count);
    transition: 0.2s linear 0.1s;
}

.services-two__dot {
    position: relative;
    display: block;
    height: 8px;
    width: 8px;
    background-color: var(--tecture-white);
    border-radius: 50%;
    top: -7px;
}

.services-two__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.services-two__title a {
    color: var(--tecture-white);
}

.services-two__title a:hover {
    color: var(--tecture-base);
}

.services-two__single-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 170px;
}

.services-two__text {
    color: rgb(174, 176, 180);
}

.services-two__arrow {
    position: relative;
    display: block;
}

.services-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    background-color: var(--tecture-base);
    border-radius: 50%;
    color: var(--tecture-white);
    font-size: 22px;
}

.services-two__arrow a:hover {
    background-color: var(--tecture-white);
    color: var(--tecture-base);
}

.hover-item__box {
    position: absolute;
    width: 220px;
    height: 156px;
    top: 50%;
    right: 320px;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: 0.5s ease-out;
    z-index: 10;
}

.hover-item__box-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.4s ease-out;
}

.services-three {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0px 0px;
    z-index: 1;
}

.services-three__bg {
    opacity: 0.6;
    mix-blend-mode: luminosity;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% center;
}

.services-three__bg, .services-three__bg::before {
    position: absolute;
    inset: 0px;
}

.services-three__bg::before {
    content: "";
    background-color: rgba(31, 32, 34, 0.5);
}

.services-three__single {
    position: relative;
    display: block;
    border-inline-start: 1px solid var(--tecture-bdr-color); padding: 0px 0px 40px 29px;
}

.services-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    width: 68px;
    border: 1px dashed var(--tecture-bdr-color);
    border-radius: 50%;
    transition: 0.5s linear 0.1s;
}

.services-three__single:hover .services-three__icon {
    border: 1px dashed var(--tecture-base);
}

.services-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--tecture-base);
    transition: 0.5s linear 0.1s;
    transform: scale(1);
}

.services-three__single:hover .services-three__icon span {
    transform: scale(0.9);
}

.services-three__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 22px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.services-three__title a {
    color: var(--tecture-white);
}

.services-three__title a:hover {
    color: var(--tecture-base);
}

.services-three__img {
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.services-three__img::after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.services-three__single:hover .services-three__img::after {
    height: 100%;
    opacity: 0;
    transition: 0.6s linear;
}

.services-three__img img {
    width: 100%;
    object-fit: cover;
    transition: 1s ease-in-out;
}

.services-three__single:hover .services-three__img img {
    transform: scale(1.1);
}

.services-three__text {
    margin-top: 43px;
    margin-bottom: 42px;
}

.services-three__arrow {
    position: relative;
    display: block;
}

.services-three__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px dashed var(--tecture-bdr-color);
    border-radius: 50%;
    font-size: 12px;
    color: var(--tecture-base);
}

.services-three__arrow a:hover {
    border: 1px dashed var(--tecture-base);
}

.services-four {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0px 90px;
    z-index: 1;
}

.services-four__single {
    position: relative;
    display: block;
    border: 1px solid var(--tecture-bdr-color);
    padding: 55px 0px 90px;
    border-radius: 10px;
    margin-bottom: 60px;
}

.services-four__icon-box {
    position: relative;
    display: block;
    padding: 0px 0px 50px 45px;
    border-bottom: 1px solid var(--tecture-bdr-color);
    margin-right: 100px;
    z-index: 1;
}

.services-four__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
    width: 94px;
    border: 1px solid var(--tecture-bdr-color);
    border-radius: 5px;
    transition: 0.5s;
}

.services-four__single:hover .services-four__icon {
    border: 1px solid var(--tecture-base);
}

.services-four__icon::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    border-radius: 5px;
    height: 100%;
    background-color: var(--tecture-base);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    opacity: 1;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.services-four__single:hover .services-four__icon::after {
    opacity: 1;
    transform: scaleY(1);
}

.services-four__icon span {
    position: relative;
    display: inline-block;
    color: var(--tecture-white);
    font-size: 55px;
    transition: 0.5s linear 0.1s;
    transform: scale(1);
}

.services-four__single:hover .services-four__icon span {
    transform: scale(0.9);
}

.services-four__content {
    position: relative;
    display: block;
    padding: 41px 45px 0px;
}

.services-four__title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 15px;
}

.services-four__title a {
    color: var(--tecture-white);
}

.services-four__title a:hover {
    color: var(--tecture-base);
}

.services-four__arrow {
    position: absolute;
    bottom: -30px;
    right: 35px;
}

.services-four__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 90px;
    background-color: var(--tecture-black);
    color: rgb(174, 176, 180);
    font-size: 18px;
    border-radius: 5px;
}

.services-four__arrow a:hover {
    background-color: var(--tecture-base);
    color: var(--tecture-white);
}

.service-details {
    padding: 120px 0px 117px;
    z-index: 1;
}

.service-details, .service-details__left, .service-details__service-box, .service-details__services-list, .service-details__services-list li {
    position: relative;
    display: block;
}

.service-details__services-list li + li {
    margin-top: 20px;
}

.service-details__services-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(14, 17, 13);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--tecture-white);
    font-family: Poppins, sans-serif;
    padding: 19px 30px;
    overflow: hidden;
    z-index: 1;
}

.service-details__services-list li a::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: var(--tecture-base);
    transition: transform 0.5s;
    transform-origin: right bottom;
    transform: scaleY(0);
    z-index: -1;
}

.service-details__services-list li.active a::before, .service-details__services-list li:hover a::before {
    transform: scale(1);
    transform-origin: center top;
}

.service-details__services-list li a span {
    font-size: 22px;
    color: var(--tecture-base);
    transition: 0.5s;
}

.service-details__services-list li.active a span, .service-details__services-list li:hover a span {
    color: var(--tecture-white);
}

.service-details__contact-box {
    position: relative;
    display: block;
    background-color: rgb(246, 210, 115);
    padding: 68px 50px 71px;
    text-align: center;
    margin: 30px 0px;
    z-index: 1;
}

.service-details__contact-box::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(14, 17, 13, 0.92);
    z-index: -1;
}

.service-details__title {
    font-size: 33px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.service-details__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--tecture-white);
    border-radius: 50%;
    margin: 35px auto 34px;
    transition: 0.5s;
}

.service-details__icon:hover {
    background-color: var(--tecture-base);
}

.service-details__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--tecture-black);
    transition: 0.5s;
}

.service-details__icon:hover span, .service-details__text {
    color: var(--tecture-white);
}

.service-details__number {
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 14px;
}

.service-details__number a {
    color: var(--tecture-white);
}

.service-details__number a:hover {
    color: var(--tecture-base);
}

.service-details__download-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: var(--tecture-base);
    padding: 20px 50px;
}

.service-details__download-box a {
    position: relative;
    font-size: 22px;
    line-height: 32px;
    color: var(--tecture-white);
}

.service-details__download-box a:hover {
    color: var(--tecture-black);
}

.service-details__download-box .icon {
    position: relative;
    display: inline-block;
}

.service-details__download-box .icon span {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--tecture-white);
}

.service-details__img, .service-details__right {
    position: relative;
    display: block;
}

.service-details__img img {
    width: 100%;
}

.service-details__title-1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 13px;
}

.service-details__text-2 {
    margin-top: 22px;
    margin-bottom: 36px;
}

.service-details__img-and-point-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 55px;
}

.service-details__points-img {
    position: relative;
    display: block;
}

.service-details__points-img img {
    width: 100%;
}

.service-details__points-box {
    position: relative;
    display: block;
}

.service-details__points-title {
    position: relative;
    top: -15px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 17px;
    margin-bottom: 5px;
}

.service-details__points-list {
    position: relative;
    display: block;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

.service-details__points-list li + li {
    margin-top: 12px;
}

.service-details__points-shape {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: var(--tecture-base);
}

.service-details__points-list li p {
    color: var(--tecture-white);
}

.service-details__title-2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-top: 54px;
    margin-bottom: 30px;
}

.single-contact-info-section .icon img {
    width: 45px;
}

.services-one__text {
    color: rgb(37, 36, 36);
}

.blog-details__text-1 {
    color: rgb(26, 26, 26);
    font-size: 15px;
    line-height: 30px;
}

.texts p {
    font-size: 16px;
    font-weight: 500;
    color: rgb(68, 66, 66);
    text-transform: uppercase;
}

input::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: rgb(48, 46, 46) !important;
}

textarea::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: rgb(48, 46, 46) !important;
}
/* ========================
   Desktop / Tablet Layout
   ======================== */
.enquiry-now {
    display: flex;
    gap: 10px;
    justify-content: center;
    /* padding: 15px; */
    flex-wrap: wrap;
    position: fixed;
    top: 50%;
    right: -126px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
    z-index: 999;
}

/* Button Common Styles */
.enquiry-now .thm-btn {
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    border-radius: 6px;
    white-space: nowrap;
}

/* Individual Button Colors */
#openPopupBtn {
    background-color: #16a59a;
}

.call-us-btn {
    background-color: #14273c;
}

.call-us-btn span {
    margin-left: 5px;
}


/* ========================
   Mobile Layout (≤576px)
   ======================== */
@media (max-width: 576px) {
    .enquiry-now {
        flex-direction: row;
        position: fixed;
        bottom:50px !important;
        left: 0;
       
        right: 0;
        transform: translateY(100%) rotate(0deg);
        padding: 10px;
      top: 0px !important;
        gap:0px;
        z-index: 9999;
    }
.thm-btn.about-two__btn {

    border-radius: 0px;
   

}


.chat-icon {
    position: fixed;
    right: 8px !important;
    bottom: 37px !important;
    z-index: 99999 !important;
}
    .enquiry-now .thm-btn {
             min-width: 176px;
        height: 38px;
        font-size: 13px;
    }
.para1 {
    padding: 0px 3px !important;
    color: black;
}
   
}


.darkblue-icon {
  filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(500%) hue-rotate(180deg);
}

.para1 {
    padding: 0px 100px;
    color: black;
}


