/*-----------------------------------------------------------------------

  * Vivax Template v1.0
  * Copyright 2023 The Vivax Author (https://themeforest.net/user/gianfar)

  =======================================================================*/
/* PRELOADER */
/* TYPOGRAPHY */
/* BUTTON UNDERLINE */
/* SCROLL DOWN ICON  */
/* NAVIGATION */
/* MOBILE MENU */
/* 404 PAGE */
/* SEARCH PAGE */
/* HOME HEADER */
/* FOOTER */
/* BLOG (PAGE) */
/* SECTION OTHER POSTS */
/* SINGLE BLOG (PAGE) */
/* CONTACTS (PAGE) */
/* SINGLE PROJECT (PAGE) */
/* WORDPRESS STYLES */
/* COMMENTS */
/* CONTACT FORM 7 */
/* MEDIA QUERIES FOR RESPONSIVE DESIGN */
:root {
    --animate-delay: 0.1s;
}

/* PRELOADER */
.preloader-svg {
    position: relative;
    z-index: 1001;
}

#loader-wrapper {
    font-family: 'Poppins', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loader-txt {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader {
    position: relative;
    color: transparent;
    font-size: 30px;
    line-height: 24px;
    margin-left: 24px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #575a5d;
    text-transform: uppercase;
    z-index: 1001;
    letter-spacing: 4px;
    font-weight: 800;
}

#loader:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    height: 24px;
    max-width: 7em;
    white-space: nowrap;
    color: #575a5d;
    -webkit-animation: loading 2s linear;
    animation: loading 2s linear;
}

@-webkit-keyframes loading {
    0% {
        max-width: 0;
    }
}

@keyframes loading {
    0% {
        max-width: 0;
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fafafa;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader,
.loaded .preloader-svg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

/* rotate phone icon */
.rotate-img {
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: #fafafa;
}

.rotate-img div {
    width: 100px;
    height: 100px;
}

.sp-descript,
.w-line.el,
.animation-header-title .char,
.el-words .el,
.animation-img .cell,
.animation-3 .word,
.animation-1 .char,
.animation-2 .char,
.animation-line {
    opacity: 0;
}

.el,
.el-words span {
    display: inline-block;
}

.splitting .cell-grid {
    padding: 0 10px;
}

.row {
    --bs-gutter-x: 4rem;
}

.footer-height {
    position: relative;
    z-index: -300;
}

.wrap-main-content {
    background-color: #fff;
}

.data-img {
    background-size: cover;
    background-position: center;
    width: 100%;
}

.rotate-img img {
    width: 40%;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.help-block.with-errors {
    text-align: center;
}

#msgSubmit {
    margin-top: 23px;
}

a {
    color: #856343;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color: #191c1f;
    text-decoration: none;
}

.splitting .cell {
    margin-top: -1px;
}

.scroll-anim-img {
    -webkit-transform: scale(3);
    transform: scale(3);
}

ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

html {
    font-size: 13px;
}

html,
body {
    position: relative;
    height: 100%;
    touch-action: auto;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    overflow-x: hidden;
    color: #191c1f;
}

h1 {
    font-size: 48px;
    margin: 0;
}

h2 {
    font-size: 36px;
    margin: 0;
}

h3 {
    font-size: 18px;
    margin: 0;
}

h4 {
    font-size: 16px;
    margin: 0;
}

h5 {
    font-size: 14px;
    margin: 0;
}

h6 {
    font-size: 12px;
    margin: 0;
}
.wrap-page-content{
    background-color: #fff;
}
/* TYPOGRAPHY */
section {
    overflow: hidden;
    background-color: #fff;
}

.sub-title-2 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
}

/*BUTTON UNDERLINE*/
.wrap-button-link span {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: block;
    transition-duration: 0.5s;
}

.wrap-button-link .button-link-hover {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: absolute;
    display: inline-block;
    top: 26px;
    left: 0;
    width: 100%;
    height: 26px;
    transition-duration: 0.5s;
}

.wrap-button-link:hover .button-link-hover {
    position: absolute;
    -webkit-transform: translateY(-26px);
    transform: translateY(-26px);
    transition-duration: 0.5s;
}

.wrap-button-link:hover span:nth-child(1) {
    -webkit-transform: translateY(-26px);
    transform: translateY(-26px);
    transition-duration: 0.5s;
}

.button-underline-small {
    position: relative;
    display: flex;
    align-items: center;
}

.button-text {
    display: block !important;
    position: relative;
    overflow: hidden;
    font-style: normal;
}

.button-underline-small:before {
    content: '';
    width: 52px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 90px;
}

.button-underline-small a {
    text-decoration: none;
}

.button-underline-small .button-text span {
    font-size: 10px;
}

.button-underline-small-black {
    position: relative;
    display: flex;
    align-items: center;
}

.button-underline-small-black:before {
    content: '';
    width: 52px;
    height: 1px;
    background-color: #856343;
    position: absolute;
    left: 90px;
}

.button-underline-small-black a {
    text-decoration: none;
}

.button-underline-small-black .button-text span {
    color: #856343;
    font-weight: 800;
    font-size: 10px !important;
}

.button-underline {
    position: relative;
    display: inline-block;
}

.button-underline:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.button-underline a {
    text-decoration: none;
    background: transparent;
    padding: 0;
}

/* SCROLL DOWN ICON  */
#wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 24px;
    z-index: 1;
}

#wrapper-inner {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}

#scroll-down {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 90px;
    text-align: center;
    z-index: 3;
}

#scroll-down:before {
    -webkit-animation: elasticus 2.7s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 2.7s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    width: 1px;
    height: 90px;
    background: #9fa0a2;
    content: ' ';
    z-index: -1;
}

.home-parallax-v2>#scroll-down:before {
    background: #f3f3f3;
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

/* NAVIGATION */
a.menu-active:before {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    opacity: 1 !important;
}

.nav-down {
    transition-duration: 0.4s;
}

.nav-up {
    -webkit-transform: translateY(-73px);
    transform: translateY(-73px);
    transition-property: all;
    transition-duration: 0.4s;
}

.page-navigation {
    margin-top: 0;
    position: fixed;
    height: 56px;
    width: 100%;
    right: 0;
    z-index: 10;
    transition-duration: 0.5s;
}

.home-menu-text {
    height: 100%;
}

.home-menu-text .menu {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.home-menu-text .menu-item {
    display: inline-block;
    margin: 0 26px;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-decoration: unset;
    letter-spacing: 0.1em;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.home-menu-text a {
    position: relative;
    display: inline-block;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-decoration: unset;
    letter-spacing: 0.1em;
    transition-duration: 0.5s;
}

.home-menu-text a:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition-duration: 0.3s;
}

.home-menu-text a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* MOBILE MENU */
.navigation_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 24px 48px 48px 48px;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    z-index: 11;
    right: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: all;
    transition-duration: 0.5s;
    background-color: #191c1f;
}

.navigation_menu .social-icon .social-icon-text {
    font-size: 10px;
    color: #6c6f70 !important;
    letter-spacing: 1em;
    display: block;
}

.navigation_menu .social-icon .wrap-link {
    margin-top: 0;
}
.navigation_menu a p {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    color: #4db6ac;
}

.seen {
    transform: unset !important;
}

.nav-down {
    transition-duration: 0.4s;
}

.hamburger {
    width: 45px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    z-index: 1041;
    right: 15px;
    top: 16px;
    transition: 0.5s;
    display: none;
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    opacity: 1;
    top: 5px;
    right: 5px;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.color-menu {
    background: #fff none repeat scroll 0% 0%;
}

.opened {
    margin-top: -5px;
}

.hamburger span:nth-child(1) {
    margin-top: 0px;
}

.hamburger span:nth-child(2) {
    margin-top: 5px;
    margin-right: 0px;
}

.hamburger span:nth-child(3) {
    margin-top: 10px;
}

.hamburger.opened span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 11px;
}

.hamburger.opened span:nth-child(2) {
    opacity: 0;
    right: 75px;
}

.hamburger.opened span:nth-child(3) {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 11px;
}

.mobile-menu-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/mobile-menu-bg.svg);
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.08;
    z-index: -1;
}

.collapse-section>li>a {
    position: relative;
    font-size: 13px !important;
    color: #d0cfcb !important;
}
/* 404 PAGE */
.error404 .search-form{
    margin-top: 26px;
}
.error404 .search-form .search-field{
    color: #fafafa !important;
    border-color: #fafafa;
}
.error404 .search-form label{
    width: 300px;
}
/* SEARCH PAGE */
.search .s-posts{
    padding-top: 0;
}
.v-search-page{
    display: flex;
    justify-content: center;
    margin-bottom: 104px;
    padding: 52px 15px;
    background-color: #f6f6f6;
}
.v-search-page form label{
    width: 300px;
}
/* HOME HEADER */
.header-logo {
    position: absolute;
    left: 26px;
    top: 26px;
    z-index: 10;
    transition-duration: 0.5s;
}

.header-logo img {
    transition-duration: 0.5s;
}

.home-header-bg {
    height: 100%;
}

.home-header-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #856343;
    z-index: -101;
}

.header-name-project {
    position: absolute;
    right: 26px;
    bottom: 13px;
    z-index: 3;
}

.social-icon {
    position: absolute;
    bottom: 26px;
}

.social-icon .social-icon-text {
    font-size: 12px;
    font-weight: 400;
    color: #191c1f;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

/* 4. Working Process */
.process-text {
    position: relative;
    margin-top: 40%;
}

.process-text li {
    line-height: 32px;
    color: #d0cfcb;
}

/* 7.Clients Section */
.clients {
    background-color: #fff;
    padding: 52px 0;
}

.clients-container {
    overflow: hidden;
}

.clients-container .swiper-slide img {
    width: 120px;
    height: auto;
}

/* FOOTER */
.main-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -200;
    padding: 104px 0 0 0;
    text-align: center;
    background-color: #191c1f;
}

.main-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-footer .container .w-line {
    margin: 26px 0;
}

.main-footer .logo img {
    width: 104px;
    height: auto;
    opacity: 0.7;
}

.main-footer .title-logo {
    color: #fff;
    text-transform: uppercase;
    margin-top: 13px;
    letter-spacing: 0.8em;
    font-weight: 600;
    padding-left: 15px;
}

.main-footer .social-icon {
    position: relative;
    bottom: 0;
}

.footer-cotact-info {
    margin-top: 48px;
}

.footer-cotact-info p {
    margin: 0 12px;
    color: #8e908f;
    display: inline-block;
}

.footer-cotact-info p span {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-right: 5px;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.s-link span {
    color: #fafafa;
    font-family: 'Archivo Black', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    transition-duration: 0.5s;
}

.link-text {
    position: relative;
    overflow: hidden;
    height: 20px;
}

.s-link {
    display: inline-block;
}

.s-link a {
    display: inline-block;
    text-decoration: unset;
    padding: 0 12px;
}

.s-link:hover span {
    -webkit-transform: translateY(-26px);
    transform: translateY(-26px);
    transition-duration: 0.5s;
}

.copyright {
    background-color: #141619;
    font-size: 10px;
    margin-top: 104px;
    padding: 13px 0 13px 0;
}

.copyright p {
    text-transform: uppercase;
    color: #6c6f70;
    letter-spacing: 0.1em;
}

.parallax-single-project {
    min-height: 100vh;
    background: transparent;
}

.parallax-single-project:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .2;
}

.header-page-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
}

.header-page-content h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
}

.header-page-content .w-line {
    margin-top: 13px;
    margin-bottom: 26px;
}

.w-line {
    display: inline-block;
    height: 1px;
    width: 104px;
    background-color: #fff;
    opacity: 0.5;
}

.header-page-text p {
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
}

.about-me-img {
    margin-top: 52px;
}

.wrap-about-me-img {
    position: relative;
}

.about-info {
    position: absolute;
    bottom: 26px;
    left: 26px;
}

.about-info p {
    margin: 0 12px;
    color: #fff;
    font-weight: 300;
}

.about-info p span {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-right: 5px;
    letter-spacing: 0.1em;
    font-size: 12px;
}

.about-me-sec .social-icon {
    position: relative;
    top: 26px;
}

.tagline h2 {
    font-size: 48px;
    line-height: 5rem;
    font-weight: 600;
}

.action-section h2 {
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-weight: 200;
    font-size: 30px;
}

.action-section .button-link {
    margin-top: 52px;
}

/* BLOG (PAGE)*/
.header-page-text {
    width: 50%;
}

.s-posts {
    overflow: hidden;
    padding: 130px 0 156px 0;
}

.latest-post {
    margin-bottom: 104px;
}

.latest-post-text {
    margin-top: 13px;
}

.latest-post-text .blog-title-post h3 {
    margin-top: 13px;
    color: #191c1f;
}

.latest-post-text a h3 {
    margin-bottom: 13px;
    font-weight: 600;
}

.latest-post-text .button-underline-small-black {
    margin-top: 26px;
}

.button-underline-small-black a {
    margin-top: unset;
}

.post-date {
    display: inline-block;
    color: #8e908f;
}

.page-link {
    font-size: 16px;
    position: relative;
    display: block;
    padding: 6px;
    margin-left: -1px;
    color: #8e908f;
    background-color: transparent;
    border: none;
    transition-duration: 0.2s;
}

.page-item.active .page-link {
    z-index: 0;
    color: #191c1f;
    background-color: transparent;
    border-color: transparent;
    font-weight: 600;
}

.blog-sidebar h5 {
    font-weight: 600;
    margin-top: 26px;
    margin-bottom: 13px;
}

.blog-categories a,
.recent-post a {
    color: #856343;
    font-weight: 600;
}

.blog-categories a:hover,
.recent-post a:hover,
a.news-tag:hover {
    color: #191c1f;
}

.sidebar-tags li {
    display: inline-block;
    padding: 3px 18px;
    background-color: #856343;
    margin-bottom: 12px;
    margin-right: 12px;
    border-radius: 3px;
    transition-duration: 0.5s;
}

.tags a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.sidebar-tags li:hover {
    background-color: #73573c;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 12px;
    font-style: italic;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #8e908f;
    outline: 0;
    box-shadow: none;
}

.arrows-obj {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.arrows-obj span {
    color: #191c1f;
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.4em;
    font-size: 10px;
    transition-duration: 0.5s;
}

.arrows-obj .arrow-right {
    position: relative;
    transition-duration: 0.5s;
}

.arrows-obj .arrow-right span {
    right: 40px;
}

.arrows-obj .arrow-right:hover {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.arrows-obj .arrow-right:hover span {
    letter-spacing: 0.2em;
}

.arrows-obj .arrow-left {
    position: relative;
    transition-duration: 0.5s;
}

.arrows-obj .arrow-left span {
    left: 40px;
}

.arrows-obj .arrow-left:hover {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.arrows-obj .arrow-left:hover span {
    letter-spacing: 0.2em;
}

.arrows-obj img {
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 70px;
    height: 52px;
    transition-duration: 0.5s;
}

.page-link:focus,
.page-link:hover {
    color: #191c1f;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    font-weight: 600;
}

nav.navigation.pagination {
    display: inline-block;
    width: 100%;
}

.nav-links {
    width: 100%;
    display: inline-block;
    text-align: center;
}

a.prev.page-numbers {
    float: left;
}

a.next.page-numbers {
    float: right;
}

.nav-links .v-pagination {
    position: relative;
    font-size: 16px;
    display: inline-block;
    padding: 12px 6px;
}

span.page-numbers.current {
    position: relative;
}

span.page-numbers.current .v-pagination {
    color: #191c1f;
    font-weight: 600;
}

.nav-links .v-pagination:hover {
    color: #191c1f;
    font-weight: 600;
}

/*SECTION OTHER POSTS*/
.other-posts {
    background-color: #f6f6f6;
}

.other-posts-content .post-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.other-posts-content .post-img>p {
    position: relative;
    bottom: -300px;
}

a.post-link {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #191c1f;
    text-decoration: none;
}

a.post-link div {
    transition-duration: 0.3s;
}

a.post-link div:hover {
    box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
}

a.post-link p {
    margin-top: 13px;
    transition-duration: 0.5s;
}

a.post-link:hover p {
    color: #856343;
}

.post-img {
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 300px;
}

/* SINGLE BLOG (PAGE) */
.single-title {
    margin-bottom: 13px;
    font-weight: 600;
}

.blog-single-post .latest-post-text {
    margin-top: 13px;
}

.blog-single-post img {
    margin-bottom: 26px;
}

blockquote {
    margin: 24px 0;
    color: #1f1f1f;
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
}

.tags {
    color: #1f1f1f;
    font-weight: 600;
}

a[rel="tag"] {
    margin: 0 6px;
    display: inline-block;
    color: #856343;
    font-weight: 600;
    text-decoration: underline;
}

a[rel="tag"]:hover {
    color: #191c1f;
    text-decoration: underline;
}

a[rel="tag"]::before {
    content: '#';
}

/*CONTACTS (PAGE)*/
.contact-info ul {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.contact-info ul li {
    display: inline-block;
    font-weight: 600;
}

.contact-info ul li span {
    margin-right: 6px;
    text-transform: uppercase;
    font-weight: 400;
    color: #8e908f;
}

.wrap-form {
    min-height: 20px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 52px;
}

.form-group {
    margin-bottom: 26px;
}

.form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    color: #666 !important;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    resize: none;
}

button#form-submit {
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding: 0;
}

button#form-submit .wrap-button-link {
    margin-top: 24px;
}

/* SINGLE PROJECT (PAGE) */
.s-line {
    margin-top: 26px;
    margin-bottom: 26px;
    width: 104px;
    height: 1px;
    background-color: #191c1f;
}

.sub-title-1 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    color: #8e908f;
    margin-bottom: 13px;
}

section.other-single-project,
section.single-project {
    padding: 130px 0 156px 0;
}

.other-single-project .wrap-title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 78px;
}

.other-single-project .title-section {
    text-align: center;
    width: 60%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #191c1f;
    text-transform: uppercase;
}

.single-project .wrap-title-section {
    align-items: unset;
    margin-bottom: 0;
}

.project-info {
    margin-bottom: 26px;
}

.project-info ul li {
    font-weight: 600;
}

.project-info ul li span {
    margin-right: 6px;
    text-transform: uppercase;
    font-weight: 400;
    color: #8e908f;
}

.project-info ul li a {
    color: #191c1f;
    transition-duration: 0.3s;
}

.project-info ul li a:hover {
    color: #856343;
}

.project-slider {
    margin-top: 26px;
    min-height: unset;
}

.project-slider .swiper-wrapper {
    height: 500px;
}

.project-slider .swiper-pagination {
    bottom: 0;
    width: 100% !important;
}

.project-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.project-row {
    margin-top: 52px;
}

.other-single-project {
    background-color: #f6f6f6;
}

.img-project {
    position: relative;
    height: 500px;
    overflow: hidden;
}

/* WORDPRESS STYLES */

a.skip-main {
    display: flex;
    justify-content: center;
    color: fafafa;
    position: absolute;
    top: 48px;
    width: 100%;
    text-decoration: underline;
    opacity: 0;
    background-color: #fff;
    z-index: 1;
}

a.skip-main:focus {
    opacity: 1;
}

.custom-logo {
    filter: invert(1);
}

.page-numbers.dots {
    font-size: 16px;
    position: relative;
}

.wp-block-archives-list a {
    text-decoration: underline;
}

.wp-block-post {
    margin-bottom: 104px;
}

.wp-block-post-title {
    font-size: 18px;
    margin-bottom: 13px;
    font-weight: 600;
    color: #191c1f;
}

.wp-block-post-date {
    color: #8e908f;
}

.wp-block-comment-date a {
    color: #999;
    font-weight: 400;
}

.wp-block-query {
    margin-bottom: 104px;
}

.wp-block-comments-title {
    font-size: 18px;
    margin-bottom: 24px;
}

.comment-author .url,
.wp-block-comment-author-name a {
    font-weight: 600;
    font-size: 13px;
    color: #191c1f;
}

.wp-block-calendar table th {
    background: transparent;
}

.wp-calendar-table thead tr th {
    font-weight: 600;
}

.wp-block-calendar a {
    font-weight: 600;
    text-decoration: unset;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #191c1f;
}

.wp-block-latest-posts a,
.wp-block-categories a {
    text-decoration: underline;
}

a.wp-block-pages-list__item__link {
    color: #191c1f;
    font-weight: 600;
    text-decoration: underline;
}

a.wp-block-pages-list__item__link:hover {
    color: #856343;
}

.wp-block-search__input.wp-block-search__input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    color: #666 !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid #666;
    border-radius: 0;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    resize: none;
}

.wp-block-tag-cloud .tag-cloud-link {
    font-size: 14px !important;
    font-weight: 600;
    color: #fafafa;
    border-radius: 100px;
    padding: 3px 14px;
    background-color: #856343;
    transition-duration: .3s;
    margin-bottom: 6px;
    text-decoration: unset !important;
}

a.tag-cloud-link::before {
    content: '#';
}

.wp-block-tag-cloud .tag-cloud-link:hover {
    color: #fafafa;
}

.widget_meta a,
.wp-block-rss__item a {
    text-decoration: underline;
}

.wp-block-button.alignright {
    text-align: right;
}

.wp-block-button.alignleft {
    text-align: left;
}

code {
    padding: 12px;
    color: #4caf50;
    background: #f6f6f6;
}

.wp-block-code {
    color: #4caf50;
}

font {
    color: #999;
}

.wp-post-image {
    width: 100%;
    height: 100%;
}

.sticky {
    background-color: #f6f6f6;
    padding: 12px;
    margin-bottom: 104px;
    border: 1px solid #ebebeb;
}

.sticky .latest-post {
    margin-bottom: 24px;
}

.error-404 {
    margin-top: 96px;
}

.widget {
    margin-bottom: 24px;
}

.widget a {
    display: inline-block;
    color: #856343;
    font-weight: 600;
    text-decoration: underline;
}

table#wp-calendar {
    width: 200px;
}

.widget a:hover {
    color: #191c1f;
    text-decoration: underline;
}

.widget_meta .widget-title {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600;
}

.search-form {
    display: flex;
}

.search-form .search-field {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    color: #666 !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid #666;
    border-radius: 0;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    resize: none;
}

.search-form .search-submit {
    border: 1px solid #ccc;
    padding: 0.375em 0.625em;
    cursor: pointer;
    text-transform: uppercase;
}

.search-form label {
    margin: unset;
    margin-right: 9px;
}

.page-404 {
    position: relative;
    overflow: hidden;
    padding-top: 168px;
    padding-bottom: 168px;
    border-bottom: 1px solid #1f1f1f;
}

.page-404 h1 {
    text-transform: uppercase;
}

.page-404 .header-text-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
}

.wp-block-button .wp-element-button {
    background-color: #856343;
    border-radius: unset;
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
    color: #856343;
    border-color: #856343;
    border-radius: unset;
}

.wp-block-button .is-style-squared,
.wp-block-button .is-style-outline {
    border-radius: unset;
}

.wp-block-button .wp-block-button__link {
    background-color: #856343;
}

.wp-block-button .wp-block-button__link:hover {
    color: #fff;
}

.wp-block-file__button {
    background: #856343;
    color: #fff;
    text-decoration: none;
    border-radius: unset;
}

.wp-block-file__button:hover {
    background: #856343;
    color: #fff;
}

p[style="font-size:46px"] {
    line-height: 48px;
}

.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
    border-radius: 0;
}

.wp-block-quote {
    padding-left: 12px;
    border-left: 2px solid #191922;
}

.wp-block-pullquote cite,
.wp-block-pullquote.has-background cite,
.wp-block-quote.is-style-large cite em,
.wp-block-quote cite {
    font-weight: 300;
    color: #191c1f;
    font-size: 14px;
}

.wp-block-quote.is-style-large {
    padding-left: 12px;
    border-left: 4px solid #191922;
}

.wp-block-pullquote p {
    font-weight: 600;
    font-style: italic;
    font-size: 32px;
}

.wp-block-pullquote.has-background {
    background-color: #303048 !important;
}

.wp-block-pullquote.has-background p {
    color: #fafafa;
}

.wp-block-pullquote.has-background cite {
    color: #999;
}

.is-style-stripes {
    color: #fff;
}

.has-text-color strong {
    color: #fafafa !important;
}

nav.wp-calendar-nav {
    text-align: left;
}

pre.wp-block-verse,
pre,
pre.wp-block-preformatted {
    color: #000;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #191922;
}

article .latest-post-text .has-small-font-size {
    margin-bottom: 6px;
    line-height: 18px;
}

article .latest-post-text .has-medium-font-size {
    margin-bottom: 12px;
    line-height: 30px;
}

article .latest-post-text .has-large-font-size {
    margin-bottom: 18px;
    line-height: 42px;
}

article .latest-post-text .has-x-large-font-size {
    margin-bottom: 24px;
    line-height: 62px;
}

.wp-block-heading {
    margin-top: 2px;
    margin-bottom: 13px;
    font-weight: 600;
}

p:has(.aligncenter) {
    text-align: center
}

.aligncenter:has(img) {
    text-align: center;
    width: 100% !important;
}

p:has(.alignright) {
    float: right;
    margin-left: 24px;
    margin-bottom: 24px;
}

.aligncenter {
    text-align: center
}

.alignright {
    float: right;
    margin-left: 24px;
    margin-bottom: 24px;
}

.alignleft {
    margin-right: 24px;
    margin-bottom: 24px;
    float: left;
}

figure {
    max-width: 100% !important;
}

table,
th,
td {
    border: 1px solid #999;
    padding: 10px;
    vertical-align: middle;
}

input[type="password"i] {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    color: #666 !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid #666;
    border-radius: 0;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    resize: none;
}

input[type="submit"i] {
    border: unset;
    padding: 0.375em 0.625em;
    height: 48px;
}

.gallery-columns-3 {
    width: 100%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

img.attachment-thumbnail.size-thumbnail {
    height: 100%;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50% !important;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33% !important;
}

.gallery-columns-4 .gallery-item {
    max-width: 25% !important;
}

.gallery-columns-5 .gallery-item {
    max-width: 20% !important;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66% !important;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28% !important;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5% !important;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11% !important;
}

.gallery-caption {
    display: block;
}

.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
    margin-top: 12px;
    margin-bottom: 24px;

}

.title-section,
.latest-post-text h3,
.entry-title {
    overflow-wrap: break-word;
}

.no-comments {
    margin-top: 24px;
    padding: 6px 12px;
    background-color: #191922;
    color: #fafafa;
    display: inline-block;
}

.wp-block-group.has-background {
    padding: 24px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px;
}

.page-links .post-page-numbers {
    margin-right: 6px;
    margin-left: 6px;
}

ul.sub-menu {
    flex-direction: column;
    display: none;
    position: absolute;
    background-color: #191922;
}

.menu-item:hover ul.sub-menu {
    display: flex;
}
.menu>.menu-item-has-children>.sub-menu{
    padding: 12px 0;
}
.menu-item>.sub-menu>.menu-item>.sub-menu {
    position: relative;
}

#menu-all-pages>li>.sub-menu {
    padding: 6px 0;
}

.menu>.menu-item-has-children:before {
    content: url("../icon/arrow-down.svg");
    font-size: 10px;
    top: 10px;
    color: #fafafa;
}

#menu-all-pages-flat {
    display: inline;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.bypostauthor {
    position: relative;
}

ol.wp-block-latest-comments,
ol.has-avatars.has-dates.has-excerpts.wp-block-latest-comments {
    padding: unset;
}

/* COMMENTS */
.wp-block-comments,
.comments-area {
    padding: 15px 30px;
    margin-top: 40px;
    margin-bottom: 12px;
    background-color: #f6f6f6;
}

.comments-area h2.comments-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-meta {
    margin-bottom: 20px;
}

.comment-meta a {
    color: #191c1f;
    font-weight: 400;
}

.comment-metadata a {
    color: #999;
}

.comment-meta img {}

.comment-author.vcard {
    position: relative;
    padding-left: 50px;
    margin-top: 12px;
}

.comment-author.vcard img {
    position: absolute;
    left: -5px;
    top: 5px;
}

.comment-metadata {
    margin-left: 50px;
}

.comments-area table {
    border-left: 1px solid #dddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.comments-area th {
    background: #278cc1;
    color: #fff;
}

.comments-area dd {
    margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
    padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
}

.comment-reply-link {
    padding: 2px 20px;
    display: inline-block;
    text-decoration: unset;
    background-color: #856343;
    color: #fafafa;
    font-weight: 400;
    text-transform: uppercase;
    border: unset;
}

a.comment-reply-link:hover {
    color: #fafafa;
}

.comment-list li.comment {
    margin-bottom: 30px;
}

.comment-metadata {
    font-size: 13px;
}

.comment-reply-link {
    margin-top: 10px;
}

.comment-list li ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}

.comment-list li ol.children ol.children {
    padding-left: 20px;
}

.comment-list li.comment:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment-respond {
    margin-top: 50px;
}

.comment-notes {
    font-size: 90%;
    margin-bottom: 40px;
}

.comment-form label {
    display: block;
}

.comment-form textarea {
    width: 100%;
    margin-bottom: 20px;
    color: #191c1f;
    border: 1px solid #999;
    border-radius: 2px;
}

.comment-form textarea:focus-visible {
    border: unset;
}

.comment-form input[type=submit] {
    width: auto;
}

.comment-reply-title a {
    color: #fafafa;
    padding-left: 12px;
    text-decoration: underline;
}

.comment-form a {
    color: #856343;
    text-decoration: underline;
}

input#submit {
    padding: 12px 36px;
    display: inline-block;
    text-decoration: unset;
    background-color: #856343;
    color: #fafafa;
    font-weight: 400;
    text-transform: uppercase;
    border: unset;

}

.comment-form-cookies-consent {
    margin-bottom: 24px;
}

.comment-form-cookies-consent input {
    width: 18px;
    margin: unset;
    margin-right: 6px;
}

/* CONTACT FORM 7 */

.wpcf7-form label {
    width: 600px;
}

.wpcf7-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    background-color: transparent;
    color: #191c1f;
    width: 100%;
    border: unset;
    border-bottom: 1px solid #666;
    margin-bottom: 24px;
    padding-left: 6px;
}

.wpcf7 textarea:focus-visible,
.wpcf7 input:focus-visible {
    outline: 1px solid #999;
}

.wpcf7-text {
    height: 48px;
}

.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder {
    padding-left: 6px;
    font-style: italic;
}

.wpcf7-submit {
    padding: 12px 36px !important;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #856343;
    color: #fafafa;
    font-weight: 400;
    border: unset;
    border-radius: unset;
    transition-duration: .3s;
    letter-spacing: 0.2em;
    margin-left: 72px;
}

.wpcf7-submit:hover {
    color: #fafafa;
}

/* MEDIA QUERIES FOR RESPONSIVE DESIGN */
@media (max-width: 1199.98px) {
    .about-sec .social-icon {
        position: relative;
        margin-top: 26px;
        bottom: unset;
    }

    .slider-v2 .swiper-slide .wrap-slider-content {
        right: 40%;
    }
}

@media (max-width: 991.98px) {
    .header-page-text {
        width: 60%;
    }

    .home-menu-text .menu-item {
        margin: 0 13px;
    }

    .slider-item {
        flex-direction: column;
    }

    .test-txt {
        text-align: center;
        padding-left: 0;
    }

    .test-txt h3 {
        margin-top: 26px;
    }

    .counter-testimonials {
        margin-top: 26px;
    }

    .slider-portfolio-horizontal .swiper-scrollbar {
        width: 25%;
    }

    .portfolio-horizontal .slider-portfolio-horizontal .counter {
        display: none;
    }

    #show-image img {
        width: 35vw;
    }

    .other-posts-content>div:nth-child(2) {
        padding: 52px 0;
        margin-top: 52px;
        margin-bottom: 52px
    }

    .post-img {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .header-page-text {
        width: 70%;
    }
    .row {
        --bs-gutter-x: 1.5rem;
    }

    .slider-v2 .swiper-slide .wrap-slider-content {
        right: unset;
    }

    .slider-v2 .swiper-slide .img-slider {
        width: 100%;
        height: 100%;
    }

    .slider-v2 .counter {
        right: 130px;
        bottom: 70px;
    }

    .slider-v2 .counter .swiper-pagination .first-number,
    .slider-v2 .counter .swiper-pagination .second-number {
        font-size: 38px;
        font-weight: 600;
    }

    .slider-v2 .counter .swiper-pagination .pgn-line {
        font-size: 28px;
    }

    .hamburger {
        display: flex;
    }

    .home-menu-text {
        position: relative;
    }

    .home-menu-text .menu {
        flex-direction: column;
        background-color: #191c1f;
        position: absolute;
        height: 100vh;
        transform: translateY(-100%);
        transition-duration: .3s;
    }

    .header-logo {
        left: 15px;
        top: 15px;
    }

    .header-logo img {
        height: 56px;
    }

    .home-header-bg .social-icon {
        padding-left: 15px;
    }

    .wrap-title-section p {
        width: 100%;
    }

    .about-sec .social-icon {
        margin-top: 56px;
    }

    .sep-line div {
        display: none;
    }

    .service-number {
        font-size: 200px;
    }

    .si-3 {
        margin-bottom: 78px;
    }

    .process-text {
        margin-top: 78px;
    }

    .main-footer {
        padding: 26px 0 0 0;
    }

    .main-footer .logo img {
        width: 52px;
    }

    .copyright {
        margin-top: 26px;
    }

    .title-section {
        width: 100%;
    }

    .slider-portfolio-horizontal .swiper-scrollbar {
        display: none;
    }

    .portfolio-horizontal .hamburger>.color-menu {
        background: #191c1f;
    }

    .portfolio-horizontal .opened>.color-menu {
        background: #fff;
    }

    .project-row>div:first-child {
        margin-bottom: 52px;
    }

    .other-projec-img>div:nth-child(2) {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .blog-sidebar {
        margin-top: 75px;
    }

    .contact-info ul {
        flex-direction: column;
    }

    .animation-hand-pointer {
        display: flex;
    }

    .wpcf7-form label {
        width: 500px;
    }
    /* WP Menu */
    .menu {
        text-align: center;
    }

    .menu-item-has-children .sub-menu {
        height: 100%;
        position: relative;
    }

    .menu>li>a {
        font-size: 13px;
        line-height: 32px;
    }

    .sub-menu li a {
        font-size: 10px;
        color: #b7b7b7;
        font-weight: 300;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        margin-left: 24px;
    }
}

@media (max-width: 575.98px) {
    .header-page-text {
        width: 80%;
    }

    .portfolio-horizontal .logo {
        display: none;
    }

    .testimonials-slider .swiper-but-next,
    .testimonials-slider .swiper-but-prev {
        display: none;
    }

    .wrap-slider-content .slider-content {
        width: 300px;
    }

    .counter {
        right: 26px;
    }

    .home-header-bg .social-icon {
        display: none;
    }

    h1 {
        font-size: 36px;
    }

    .item {
        width: 50%;
    }

    .slider-v2 .swiper-scrollbar {
        display: none;
    }

    .portfolio-horizontal .slider-portfolio-horizontal .counter {
        left: unset;
    }

    .slider-portfolio-horizontal .swiper-scrollbar {
        display: none;
    }

    .mouseOver_text h2 {
        font-size: 24px;
        margin-bottom: 26px;
    }

    .wpcf7-form label {
        width: 350px;
    }

    .title-section {
        font-size: 18px;
    }

    .sub-title-2 {
        font-size: 13px;
    }
}

@media (max-width: 379.98px) {
    .header-page-text {
        width: 90%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .wpcf7-form label {
        width: 300px;
    }
    .error404 .search-form label{
        width: 200px;
    }
    .v-search-page form label{
        width: 200px;
    }
}

@media (max-width: 320px) {
    .counter {
        display: none;
    }
}

@media (min-width: 1919.98px) {

    .swiper-button-next,
    .swiper-button-prev {
        top: calc(50% - 100px);
    }

    .slider-arrow {
        font-size: 16px;
        text-transform: uppercase;
        height: 200px;
        width: 36px;
    }

    .slider-prev-img,
    .slider-next-img {
        height: 200px;
    }

    .main-title {
        font-size: 62px;
    }
}

@media (max-height: 411.98px) {
    .wrap-slider-content {
        padding: 26px;
    }

    h1 {
        font-size: 36px;
    }
}

@media (max-height: 414px) {
    body {
        overflow: hidden !important;
    }

    .rotate-img {
        display: flex;
    }
}

@media (max-height: 650px) {
    .portfolio-horizontal .logo {
        display: none;
    }
}