.swiper-pagination {
    position: relative;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    margin-top: 50px;
}

.swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    background: var(--grey);
    opacity: 1;
}

.swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet+span.swiper-pagination-bullet {
    margin-left: 3rem;
}

.swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.home-page .section-hero .swiper-pagination {
    position: absolute;
}

.nioh-nav-tabs,
.nioh-nav-tabs .nav-link {
    border: none !important;
}

.nioh-nav-tabs .nav-link:hover {
    color: var(--brown-active);
}

/********************* Preload **********************/
.preload {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}
.preload:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    margin-left: -75px;
    margin-top: -30px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: pulse 0.5s infinite linear;
    animation: pulse 0.5s infinite linear;
    background-image: url(../images/logo/logo_sticky.png);
    content: "";
}
.preload:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    color: var(--black);
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font-quicksand);
    letter-spacing: 2px;
    text-transform: uppercase;
    content: "Loading";
    -webkit-transition: none;
    transition: none;
}

/********************* End preload **********************/

/********************* Home Page **********************/
header {
    position: relative;
}

.home-page .header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3rem;
    color: var(--white);
    text-transform: uppercase;
}

.navbar-item:hover>.navbar-item__text {
    color: var(--secondary);
}

.navbar-item:hover svg path {
    fill: var(--secondary);
}

.navbar-item__icon {
    -webkit-transform: translate(3px, -2px);
        -ms-transform: translate(3px, -2px);
            transform: translate(3px, -2px);
}

.header-wrap .navbar-item a,
.logo-navbar,
.logo-sticky {
    padding: 2rem 0;
    display: inline-block;
}

.logo-sticky {
    display: none;
}

.header-wrap.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    margin: 0;
    background: var(--grey);
    border-bottom: 1px solid var(--grey, #F4F4F4);
    padding: 0;
    -webkit-animation-name: stickyMenu;
            animation-name: stickyMenu;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
}

.header-wrap.sticky .logo-navbar {
    display: none;
}

.header-wrap.sticky .logo-sticky {
    display: block;
}

.header-wrap.sticky .navbar-item {
    color: var(--black);
}

.header-wrap.sticky .navbar-item__icon svg path {
    fill: var(--black)
}

.header-wrap {
    background: var(--grey);
}

.header-wrap .navbar-item {
    color: var(--black);
}

.header-wrap .navbar-item__icon svg path {
    fill: var(--black);
}

.header-wrap .logo-sticky {
    display: block;
}

.header-wrap .logo-navbar {
    display: none;
}

.home-page .header-wrap:not(.sticky) {
    background: transparent;
}

.home-page .header-wrap:not(.sticky) .navbar-item {
    color: #fff;
}

.home-page .header-wrap:not(.sticky) .navbar-item__icon svg path {
    fill: var(--white);
}

.home-page .header-wrap:not(.sticky) .logo-sticky {
    display: none;
}

.home-page .header-wrap:not(.sticky) .logo-navbar {
    display: block;
}

/* navbar */
.navbar-item {
    position: relative;
}

.navbar-child {
    position: absolute;
    left: -10px;
    top: 90%;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    height: 0;
    visibility: hidden;
    z-index: 9999999;
    border-bottom: 3px solid var(--brown);
}

.navbar-child .navbar-item {
    padding: 0;
}

.navbar-child .navbar-item a {
    background: var(--white);
    min-width: 240px;
    padding: 1rem 2rem;
    color: var(--black);
    font-family: var(--font-quicksand);
    font-weight: 500;
    text-transform: none;
    display: inline-block;
}

.navbar-child .navbar-item a:hover {
    background: var(--brown-active);
    color: var(--white);
}

.navbar-item:hover svg path {
    fill: var(--secondary) !important;
}

.navbar-item:hover .navbar-child {
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
}

/* end navbar */

/* hero section */
.section {
    padding-bottom: 15rem;
}

body:not(.home-page) .section-hero {
    padding-bottom: 10rem;
}

.home-page .section-hero {
    padding-bottom: 0;
}

.section-hero .hero-img img {
    width: 100%;
    max-height: 100vh;
}

.section-hero .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
}

.hero-title {
    font-size: 8.2rem;
    font-weight: 500;
}

.hero-description {
    max-width: 50%;
    margin-bottom: var(--gap);
}

.section-hero #fraction {
    position: absolute;
    right: 70px;
    bottom: 30px;
    z-index: 1;
    color: var(--white);
}

.section-hero .swiper-pagination.swiper-pagination-bullets {
    width: auto;
    top: 50%;
    bottom: unset;
    left: unset;
    right: 40px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    z-index: 1;
}

.section-hero .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    background: var(--white);
    width: 10px;
    height: 10px;
    display: inline-block
}

.section-hero .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 15px;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    position: relative;
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    border-radius: 100px;
    border: 2px solid var(--brown-active);
    top: -7px;
    left: -7px;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.hero-img {
    position: relative;
    max-height: 100vh;
    min-height: 100vh;
}

.hero-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.4;
    cursor: pointer;
}

/* end hero section */

/* about us */
.about-us {
    position: relative;
    padding: 8rem 0 15rem 0;
}

.about-us .background-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

ul.nioh-list li {
    padding-bottom: 2rem;
}

ul.nioh-list li:last-child {
    padding-bottom: 0;
}

ul.nioh-list li:before {
    content: "\2022";
    color: var(--brown-active);
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-right: 1rem;
}

ul.nioh-list li.nioh-item-img:before {
    display: none;
}

ul.nioh-list li.nioh-item-img img {
    width: 100%;
    height: auto;
}

.about-us .about-us__img {
    position: relative;
    z-index: 2;
}

.about-us__btn {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* end about us */

/* statistics */
.statistics {
    padding-top: 7rem;
}

.statistics-item {
    text-align: center;
    border: 1px solid var(--grey);
    padding: 0 2rem 3rem 2rem;
}

.statistics-item.active {
    background-color: #AF7C43;

}

.statistics-item.active>div {
    color: var(--white) !important;
}

/* end statistics */

/* services */

.services-wrap .swiper {
    margin: 0 0 0 50px;
    padding-left: 15px;
}

.service-decor img {
    height: 100%;
}

.service-item {
    position: relative;
}

.service-item .service-item__content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(161 107 46 / 60%);
    padding: 2rem;
    z-index: 2;
    width: 100%;
}

.services-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.swiper-service {
    width: calc(100% - 285px);
}

.service-item__img,
.service-item__img img {
    height: 100%;
}

.services-wrap .swiper-button-next:after,
.services-wrap .swiper-button-prev:after {
    font-size: 30px;
    color: var(--black);
}

.services-wrap .swiper-button-next,
.services-wrap .swiper-button-prev {
    background: var(--grey);
    width: 50px;
    height: 50px;
}

.services-wrap .swiper-button-next {
    bottom: 40px;
}

.services-wrap .swiper-button-next.swiper-button-disabled,
.services-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.service-decor {
    position: relative;
}

@media(min-width: 1024px) {

    .services-wrap .swiper-button-next,
    .services-wrap .swiper-button-prev {
        top: unset;
        right: -25px;
        left: unset;
        bottom: 40px;
    }

    .services-wrap .swiper-button-next {
        bottom: 100px;
    }
}

/* end services */

/* project */
.project-nav {
    padding: 5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.project-nav-item {
    display: inline-block;
    padding: 0 3rem;
    border-right: 1px solid #323232;
    color: var(--silver);
    opacity: 0.5;
    cursor: pointer;
}

.project-nav-item.active {
    color: var(--primary);
    opacity: 1;
}

.project-nav-item:last-child {
    border-right: 0;
}

.project-item {
    margin-bottom: 50px;
}

.project-content .row .col-12 .project-item:last-child {
    margin-bottom: 0;
}

/* end project */

/* blog */
.blog-item {
    position: relative;
    cursor: pointer;
    max-height: 520px;
}

.blog-time {
    position: absolute;
    top: 0;
    right: 2rem;
    display: inline-block;
    background: var(--brown-active);
    padding: 0.5rem 1rem;
    color: var(--white);
    text-align: center;
}

.blog-triangle {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 15px solid var(--brown-active);
}

.blog .blog-item .text-sub-title {
    border-left: 2px solid var(--brown-active);
    padding-left: 1.2rem;
}

.blog-item:hover .blog-time {
    color: var(--brown-active);
    background: var(--white);
}

.blog-item:hover .blog-triangle {
    border-top: 15px solid var(--white);
}

.blog-item:hover .blog-content p {
    color: var(--white) !important;
}

.blog-item:hover .text-sub-title {
    border-color: var(--white);
}

.blog-item:hover svg path {
    fill: var(--white);
}

.blog-time span {
    display: block;
}

.blog-view-more a {
    padding-right: 2rem;
}

.blog-view-more:hover,
.blog-view-more a:hover {
    color: var(--white);
    opacity: 0.8
}

.blog-item img {
    width: 100%;
    height: 520px;
}

.blog-content {
    position: absolute;
    top: 50%;
    left: 3rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.blog-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 520px;
    background: var(--white);
    border: 1px solid var(--grey, #F4F4F4)
}

.blog-item:hover:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(172, 137, 90, 0.80)), to(rgba(172, 137, 90, 0.80)));
    background: -o-linear-gradient(bottom, rgba(172, 137, 90, 0.80) 0%, rgba(172, 137, 90, 0.80) 100%);
    background: linear-gradient(0deg, rgba(172, 137, 90, 0.80) 0%, rgba(172, 137, 90, 0.80) 100%);
}

/* end blog */

/* feedback */
.feedbacks-wrap .swiper-slide {
    position: relative;
    padding-bottom: 3rem;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.feedbacks-wrap .swiper-slide:not(.swiper-slide-active) {
    padding-top: 4rem;
}

.feedback-btn a {
    background: var(--brown-active);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.feedback-btn a svg {
    -webkit-transform: translateY(-.2rem);
        -ms-transform: translateY(-.2rem);
            transform: translateY(-.2rem);
}

.feedback-content {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.feedback-text {
    background: var(--grey);
    padding: 3rem;
    z-index: 1;
}

.feedback-btn {
    -webkit-transform: translateY(-3rem);
        -ms-transform: translateY(-3rem);
            transform: translateY(-3rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

/* end feedback */

/* clients */
.client-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 3rem;
    border: 1px solid var(--grey);
    text-align: center;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3rem;
}

.client-wrap .col-6:nth-child(n+6) .client-item {
    margin-bottom: 0;
}

/* end clients */

/* worldwide */
.worldwide-title {
    font-family: var(--font-oswald) !important;
    letter-spacing: 3px;
}

.worldwide-text {
    font-family: var(--font-quicksand) !important;
    font-weight: 500 !important;
}

/* end worldwide */

/* contact */
.section.contact {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(161, 107, 46, 0.80)), to(rgba(161, 107, 46, 0.80))), url("../images/contact/bg_contact.png"), lightgray 50% / cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(161, 107, 46, 0.80) 0%, rgba(161, 107, 46, 0.80) 100%), url("../images/contact/bg_contact.png"), lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(161, 107, 46, 0.80) 0%, rgba(161, 107, 46, 0.80) 100%), url("../images/contact/bg_contact.png"), lightgray 50% / cover no-repeat;
    background-position: center;
}

.section.contact {
    padding: 3rem 0 7rem 0;
}

.section.contact input {
    background: none;
    border: none;
    border-bottom: 1px solid var(--white, #FFF);
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1.5rem 3rem;
    margin-bottom: 3rem;
    font-size: 18px;
    font-family: Oswald;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white);
}

.section.contact input::-webkit-input-placeholder {
    font-size: 18px;
    font-family: Oswald;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white);
}

.section.contact input::-moz-placeholder {
    font-size: 18px;
    font-family: Oswald;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white);
}

.section.contact input:-ms-input-placeholder {
    font-size: 18px;
    font-family: Oswald;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white);
}

.section.contact input::-ms-input-placeholder {
    font-size: 18px;
    font-family: Oswald;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white);
}

.section.contact input::placeholder {
    font-size: 18px;
    font-family: Oswald;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white);
}

.section.contact input.input-message {
    margin-bottom: 0;
}

.section.contact .contact-wrap>.row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.contact-button {
    -webkit-transform: translateY(0.1rem);
        -ms-transform: translateY(0.1rem);
            transform: translateY(0.1rem);
}

/* end contact */

footer {
    background: #1B1B1B;
    padding: 3rem 1.5rem;
}

.footer-wrap {
    border: 1px solid #323232;
}

.footer-left {
    padding: 3rem;
}

.footer-right {
    border-left: 1px solid #323232;
}

.footer-right>div {
    padding: 3rem;
}

.footer-right .text-email {
    border-bottom: 1px solid #323232;
}

.footer-right .text-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-bottom: 1px solid #323232;
}

.text-info-left {
    border-right: 1px solid #323232;
}

.text-info-left,
.text-info-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 5rem 3rem;
}

.footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #323232;
}

.footer-right .footer-list:last-child {
    border: none;
}

.footer-item-right {
    margin-left: 5rem;
}

.social-icon img {
    -webkit-transform: translateY(-0.2rem);
        -ms-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem);
    margin-right: 1rem;
}

.social-icon a:last-child img {
    margin-right: 0;
}

/* end footer */

/********************* End Home Page **********************/

/********************* About Page **********************/
.about-title {
    position: relative;
}

.about-title:before {
    content: "";
    position: absolute;
    min-width: 195px;
    height: 2px;
    background: var(--brown-active);
    left: 0;
    bottom: -5px;
}

.hero-biggest-title {
    position: relative;
    font-size: 240px;
    font-weight: 500;
    color: rgb(119 119 119 / 7%);
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hero-biggest-title .hero-title {
    position: absolute;
    left: 0;
    bottom: 40px
}

.vision-item {
    border: 1px solid var(--grey, #F4F4F4);
    background: rgba(244, 244, 244, 0.30);
    padding: 30px;
}

.vision-item:not(:last-child) {
    margin-bottom: 60px;
}

.timeline-item:first-child {
    padding-top: 0;
}

.timeline-item {
    border-bottom: 1px solid rgb(119 119 119 / 20%);
    padding-bottom: 60px;
    padding-top: 60px;
}

.timeline-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.vision-item__img {
    max-width: 120px;
}

.vision-content {
    padding-left: 30px;
}

/* ourteam */
.ourteam-content,
.ourteam-info {
    padding: 15px
}

.ourteam-item {
    position: relative;
    overflow: hidden;
}

.ourteam-info {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    background: var(--brown-active);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(101%);
        -ms-transform: translateY(101%);
            transform: translateY(101%);
}

.ourteam-info>* {
    color: var(--white) !important;
}

.ourteam-info__icon a:not(:last-child) {
    padding-right: 5px;
}

.ourteam-item:hover .ourteam-info {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

/* end ourteam */

/********************* End Home Page **********************/

/********************* Service Page **********************/
.cando-wrap .col-12:nth-child(n+3) .cando-item {
    margin-top: 15px;
}

.ourprocess-item {
    height: 100%;
    padding: 50px 30px 60px 30px;
}

.our-process-item {}

/********************* End Service Page **********************/

/********************* Project Page **********************/
.nioh-pagination ul li {
    display: inline-block;
}

.nioh-pagination ul li.active {
    background: var(--grey);
}

.nioh-pagination ul li a {
    display: inline-block;
    border: 1px solid var(--grey, #F4F4F4);
    padding: 10px;
    width: 50px;
    height: 50px;
}
.project-layout-4 .project-item{
    margin-bottom: 30px;
}
.project-layout-4 .project-content{
    background: rgba(244, 244, 244, 0.30);
    height: calc(100% - 30px);
    display: flex;
    align-items: end;
    padding: 30px;
}
.project-layout-4 .project-content h3{
    margin-top: 0;
}

.project-layout-4.dark-theme .project-content{
    background: rgba(50, 50, 50, 0.30);
}

.project-layout-4.dark-theme .project-content{
    color: var(--white);
}

.project-hero-center .banner-hero .hero-title {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project-layout-5 .project-nav,
.project-layout-6 .project-nav{
    padding-bottom: 0;
}

.project-layout-5 .section-projects .swiper-button-prev,
.project-layout-5 .section-projects .swiper-button-next {
    border: 1px solid var(--grey);
    background: var(--white);
    width: 50px;
    height: 50px;
    opacity: 1;
}

.project-layout-5.dark-theme .section-projects .swiper-button-prev,
.project-layout-5.dark-theme .section-projects .swiper-button-next {
    border: 1px solid var(--line, #323232);
    background: var(--line, #323232);
}

.project-layout-5 .section-projects .swiper-button-prev {
    left: 20%;
}

.project-layout-5 .section-projects .swiper-button-next {
    right: 20%;
}

.project-layout-5 .swiper-button-prev:after,
.project-layout-5 .swiper-button-next:after {
    font-size: 30px;
    color: var(--black);
}

.project-layout-5 .project-text{
    background: var(--grey, #323232);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-layout-5.dark-theme .project-text{
    background: var(--line, #F4F4F4);
}

.project-layout-5 .project-text p{
    text-align: left;
}

.project-layout-5.dark-theme .project-text p{
    color: var(--white)!important;
}

.project-layout-6{
    overflow-x: hidden;
    overflow-y: visible;
}

.project-layout-6 .img-scroll-animate:last-child .project-item{
    margin-bottom: 0;
}

.img-scroll-animate .row{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

/********************* End Project Page **********************/

/********************* Service Detail Page **********************/
.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item.active {
    text-decoration: underline;
}

.banner-hero {
    background: url("../images/background/banner_hero.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 302px;
}

.banner-hero {
    position: relative;
}

.banner-hero .hero-title {
    position: absolute;
    bottom: -30px;
}

.sidebar ul {
    padding: 15px 30px;
    background: rgba(244, 244, 244, 0.30);
}

.sidebar ul li {
    padding: 15px 0;
}

.sidebar ul li:not(:last-child) {
    border-bottom: 1px solid var(--grey);
}

.sidebar ul li:first-child {
    padding-top: 0;
}

.sidebar ul li:last-child {
    padding-bottom: 0;
}

.sidebar .tag ul li {
    border-bottom: 0;
}

.sidebar ul:first-child li a:hover {
    color: var(--brown-active) !important;
}

.main-content p {
    margin-bottom: 20px;
}

.main-content img {
    width: 100%;
}

.project-related {
    margin: auto 0 0 auto;
}

/********************* End Service Detail Page **********************/

/********************* Blog Page **********************/
.sidebar>* {
    margin-top: 30px;
}

.sidebar ul:first-child {
    margin-top: 0;
}

.sidebar>* p.text-sub-title {
    margin: 0 30px;
    padding: 15px 0;
    border-bottom: 1px solid var(--grey);
}

.recent-post ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
}

.recent-post ul li a .recent-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.recent-post ul li a .recent-title {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}

.sidebar .tag ul li {
    padding: 0;
}

.sidebar .tag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding: 15px 30px;
}

.sidebar .tag ul li a {
    display: inline-block;
    padding: 10px 15px;
    background: var(--brown-active);
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.sidebar .tag ul li a:hover {
    text-decoration: underline;
}

.blog-cat__item:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--grey);
}

.blog-cat__item:not(:first-child) {
    padding-top: 30px;
}

/********************* End Blog Page **********************/

/********************* Project Detail Page **********************/
.project-detail-page .section-hero {
    padding: 0 !important;
}

.project-detail__description-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.project-detail__additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-detail__additional>div+div {
    margin-left: 100px;
}

.project_detail__img-additional {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.project_detail__img-additional .gallery-item:nth-child(4n) {
    padding-right: 0;
}

.project_detail__img-additional .gallery-item img {
    width: 100%;
}

.similar-project-wrap {
    position: relative;
}

.similar-project-wrap .swiper-button-prev,
.similar-project-wrap .swiper-button-next {
    background: var(--grey);
    border: 1px solid var(--grey, #FFF);
    width: 50px;
    height: 50px;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.similar-project-wrap .swiper-button-next {
    left: unset;
    right: -25px;
}

.similar-project-wrap .swiper-button-next:after,
.similar-project-wrap .swiper-button-prev:after {
    font-size: 30px;
    font-weight: 500;
    color: var(--black);
}

/********************* End Project Detail Page **********************/

/********************* Contact Page **********************/
.section-similar {
    background: rgba(244, 244, 244, 0.30);
    padding: 150px 0;
}

.contact-page .hero-title {
    top: 50%;
    left: 50%;
    bottom: unset;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.contact-wrap {
    position: relative;
}

.contact-wrap .contact-decor {}

.contact-wrap .contact-decor {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.contact-wrap>img {
    position: relative;
    z-index: 2;
}

.contact-form {
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 2;
    max-width: 654px;
    background: var(--brown);
    padding: 60px;
}

.contact-page .section.contact {
    background: none;
    padding: 0;
}

.contact-page .contact-form input {
    background: rgba(50, 50, 50, 0.10);
}

/********************* End Contact Page **********************/

/********************* Responsive **********************/
@media(min-width: 991px) {
    footer {
        padding: 10rem;
    }

    .footer-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .footer-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%;
    }

    .footer-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        max-width: 60%;
    }
}

@media(min-width: 1024px) {
    .navbar-mb {
        display: none;
    }
}

@media(min-width: 1500px) {
    .section-projects .swiper-slide{
        scale: 0.8;
        filter: opacity(0.3);
    }

    .section-projects .swiper-slide-active {
        scale: 1;
        filter: unset!important;
    }

    .section-projects .swiper-slide {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .project-layout-5 .project-img img{
        width: 100%;
    }
}

@media(min-width: 1921px) {
    .about-us .background-right {
        display: none;
    }
}

@media(max-width: 1550px) {
    .navbar-child {
        left: unset;
        right: 0;
    }
}

@media(max-width: 1300px) {
    .about-us .background-right {
        display: none;
    }

    .swiper-slide .hero-img img {
        height: 100%;
    }

    .project-content .text-description {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 30px;
        display: -webkit-box;
    }

    .project-item {
        margin-bottom: 30px;
    }

    .feedback-text p.font-quicksand {
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: 45px;
        display: -webkit-box;
    }
}

@media(max-width: 1200px) {
    .hero-biggest-title {
        font-size: 220px;
    }

    .breadcrumb {
        padding-bottom: 5rem;
    }
}

@media(max-width: 1024px) {
    html {
        font-size: 50%;
    }

    .btn-primary {
        padding: 10px 15px;
    }

    .section:not(.section-hero) {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-hero {
        padding-bottom: 0;
    }

    .home-page .section-hero {
        padding-bottom: 30px;
    }

    /* hero section */
    .hero-title {
        font-size: 4.5rem;
    }

    .hero-description {
        max-width: 60%;
    }

    .section-hero #fraction,
    .section-hero .swiper-pagination {
        display: none;
    }

    .section-hero .hero-content {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    /* end hero section */

    .service-decor {
        display: none;
    }

    .services-wrap .swiper {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .text-title.mb-text-center {
        margin-bottom: 30px;
    }

    .project-item {
        margin-bottom: 30px;
    }

    .project-nav {
        padding: 30px 0;
    }

    .project-nav-item {
        padding: 0 10px;
    }

    .blog-item:before {
        display: none;
    }

    .blog .col-12:not(:last-child) {
        margin-bottom: 30px;
    }

    .blog-item {
        max-height: unset;
    }

    .blog-content {
        position: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        margin-top: 5px;
    }

    .blog-content .text-description {
        margin: 5px 0;
    }

    .blog-button {
        margin-top: 30px;
    }

    .contact-button {
        margin-top: 30px;
    }

    .text-info-left,
    .text-info-right,
    .footer-right>div {
        padding: 20px;
    }

    .footer-left {
        border-bottom: 1px solid #323232;
    }

    .client-wrap .col-6:nth-child(n+6) .client-item {
        margin-bottom: 15px;
    }

    .hero-biggest-title {
        font-size: 160px;
    }

    .section-cando .text-title {
        margin-bottom: 10px;
    }

    .cando-wrap .cando-item {
        margin-top: 0.75rem !important;
    }

    .about-title {
        display: inline-block;
    }

    .about-title:before {
        width: 100%;
        min-width: unset;
    }

    .sidebar ul {
        padding: 15px;
    }

    .banner-hero .hero-title {
        bottom: 0;
    }

    .project-detail__description-short .text-description {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-top: 5px;
    }

    .contact-banner,
    .contact-decor {
        display: none;
    }

    .contact-form {
        position: unset;
        margin: 50px 0;
        margin-top: 0;
        max-width: 100%;
    }

    .ourteam-item {
        overflow: unset;
    }

    .feedback-btn {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
    }

    .feedback-content {
        position: unset;
    }

    .feedbacks-wrap .swiper-pagination{
        margin-top: 0;
        transform: translateY(-4px);
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
    }

    .hero-img {
        min-height: unset;
    }

    .blog-triangle {
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-top: 15px solid var(--brown-active);
    }
}

@media(max-width: 768px) {
    .mb-text-center {
        text-align: center;
    }

    .hero-content {
        text-align: center;
    }

    .hero-title {
        margin-bottom: 1rem;
    }

    .hero-description {
        display: none;
    }

    .about-us .button {
        text-align: center;
    }

    .about-us__img {
        display: none;
    }

    .statistics-item {
        padding: 0 2rem 2rem 2rem;
    }

    .statistics .col-6 {
        margin-bottom: 15px;
    }

    .statistics .col-6:nth-child(3),
    .statistics .col-6:nth-child(4) {
        margin-bottom: 0;
    }

    .hero-biggest-title {
        font-size: 110px;
    }

    .hero-biggest-title .hero-title {
        bottom: 25px;
        margin-bottom: 0;
    }

    .hero-biggest-title {
        text-align: center;
    }

    .hero-biggest-title .text-title {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%;
    }

    .ourprocess-wrap>.row {
        gap: 0.75rem;
    }

    .ourprocess-item {
        padding: 30px;
    }

    .about-title {
        margin-bottom: 30px;
    }

    .timeline-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .timeline-item .text-sub-title {
        padding: 10px 0;
    }

    .swiper-pagination {
        margin-top: 0;
        -webkit-transform: translateY(-4px);
            -ms-transform: translateY(-4px);
                transform: translateY(-4px);
    }

    .swiper-wrapper {
        overflow: unset;
    }

    .ourteam-info .text-sub-title {
        margin-bottom: 5px;
    }

    .breadcrumb {
        margin: 0;
        padding: 0 !important;
    }

    .banner-hero {
        min-height: 200px;
    }

    .banner-hero .hero-title {
        left: 50%;
        top: 50%;
        bottom: unset;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .sidebar {
        margin-bottom: 30px;
    }

    .blog-cat__item:not(:last-child) {
        padding-bottom: 15px;
    }

    .blog-cat__item:not(:first-child) {
        padding-top: 15px;
    }

    .similar-project-wrap .swiper-button-prev {
        left: 0;
    }

    .similar-project-wrap .swiper-button-next {
        right: 0;
    }

    .project-layout-4 .project-item{
        margin-bottom: 15px;
    }

    .project-layout-4 .project-content{
        height: auto;
        padding: 0;
        display: block;
        margin-bottom: 15px;
        background: unset;
    }

}

@media(max-width: 480px) {
    html {
        font-size: 40%;
    }

    .feedbacks-wrap .swiper-pagination {
        padding: 10px 0;
    }

    .feedback-content {
        position: unset;
        display: block;
    }

    .feedbacks-wrap .swiper-slide.swiper-slide-prev,
    .feedbacks-wrap .swiper-slide.swiper-slide-next {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
    }

    .feedbacks-wrap .swiper-slide {
        padding-bottom: 0;
    }

    .feedbacks-wrap .swiper-slide:not(.swiper-slide-active) {
        padding-top: 0;
    }

    .feedback-btn {
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .service-item .service-item__content {
        padding: 1rem;
    }

    .hero-biggest-title {
        font-size: 12rem;
    }

    .hero-biggest-title .hero-title {
        bottom: 14px;
    }

    .vision-item {
        padding: 15px;
    }

    .vision-content {
        padding-left: 15px;
    }

    .nioh-pagination ul li a {
        width: 35px;
        height: 35px;
        padding: 5px;
    }
    
    .blog-triangle {
        border-left: 19px solid transparent;
        border-right: 18px solid transparent;
        border-top: 15px solid var(--brown-active);
    }
}

/********************* End Responsive **********************/