@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Fonts
2. Clean Base
3. Base Typography
*/

html {
    --app-height: 500px;
}

/* 1. Fonts
------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot.eot');
    src: url('../fonts/Didot.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Didot.woff2') format('woff2'),
        url('../fonts/Didot.woff') format('woff'),
        url('../fonts/Didot.ttf') format('truetype'),
        url('../fonts/Didot.svg#Didot') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Text';
    src: url('../fonts/NeutraText-Bold.eot');
    src: url('../fonts/NeutraText-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeutraText-Bold.woff2') format('woff2'),
        url('../fonts/NeutraText-Bold.woff') format('woff'),
        url('../fonts/NeutraText-Bold.ttf') format('truetype'),
        url('../fonts/NeutraText-Bold.svg#NeutraText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Regular.eot');
    src: url('../fonts/Sarabun-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sarabun-Regular.woff2') format('woff2'),
        url('../fonts/Sarabun-Regular.woff') format('woff'),
        url('../fonts/Sarabun-Regular.ttf') format('truetype'),
        url('../fonts/Sarabun-Regular.svg#Sarabun-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Italic.eot');
    src: url('../fonts/Sarabun-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sarabun-Italic.woff2') format('woff2'),
        url('../fonts/Sarabun-Italic.woff') format('woff'),
        url('../fonts/Sarabun-Italic.ttf') format('truetype'),
        url('../fonts/Sarabun-Italic.svg#Sarabun-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-MediumItalic.eot');
    src: url('../fonts/Sarabun-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sarabun-MediumItalic.woff2') format('woff2'),
        url('../fonts/Sarabun-MediumItalic.woff') format('woff'),
        url('../fonts/Sarabun-MediumItalic.ttf') format('truetype'),
        url('../fonts/Sarabun-MediumItalic.svg#Sarabun-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Medium.eot');
    src: url('../fonts/Sarabun-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sarabun-Medium.woff2') format('woff2'),
        url('../fonts/Sarabun-Medium.woff') format('woff'),
        url('../fonts/Sarabun-Medium.ttf') format('truetype'),
        url('../fonts/Sarabun-Medium.svg#Sarabun-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-SemiBold.eot');
    src: url('../fonts/Sarabun-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sarabun-SemiBold.woff2') format('woff2'),
        url('../fonts/Sarabun-SemiBold.woff') format('woff'),
        url('../fonts/Sarabun-SemiBold.ttf') format('truetype'),
        url('../fonts/Sarabun-SemiBold.svg#Sarabun-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-SemiBoldItalic.eot');
    src: url('../fonts/Sarabun-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sarabun-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Sarabun-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Sarabun-SemiBoldItalic.ttf') format('truetype'),
        url('../fonts/Sarabun-SemiBoldItalic.svg#Sarabun-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-Bold.eot');
    src: url('../fonts/Sarabun-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sarabun-Bold.woff2') format('woff2'),
        url('../fonts/Sarabun-Bold.woff') format('woff'),
        url('../fonts/Sarabun-Bold.ttf') format('truetype'),
        url('../fonts/Sarabun-Bold.svg#Sarabun-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun';
    src: url('../fonts/Sarabun-BoldItalic.eot');
    src: url('../fonts/Sarabun-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sarabun-BoldItalic.woff2') format('woff2'),
        url('../fonts/Sarabun-BoldItalic.woff') format('woff'),
        url('../fonts/Sarabun-BoldItalic.ttf') format('truetype'),
        url('../fonts/Sarabun-BoldItalic.svg#Sarabun-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* 2. Clean Base
------------------------------------------------------------------------------*/
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}

br {
    height: 0;
}

ul,
ol,
dl,
li {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    border: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    scroll-behavior: smooth;
}

/* Class for clearing floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after,
.cf:before {
    display: table;
    content: ''
}

.cf:after {
    clear: both;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 3. Base Typography
------------------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: 'Sarabun';
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    color: #000000;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #121212;
}

.container-fluid {
    padding: 0 20px;
}

.container {
    width: 100%;
    max-width: 1270px;
    margin: 0px auto;
    padding: 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.head1,
.head2,
.head3,
.head4,
.head5,
.head6 {
    font-family: 'Sarabun';
    color: #000000;
}

h1,
.head1 {
    font-size: 60px;
    line-height: 78px;
    font-weight: 400;
}

h2,
.head2 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 400;
}

h3,
.head3 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
}

h4,
.head4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

h5,
.head5 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
}

h6,
.head6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #000000;
}

p:last-of-type {
    margin-bottom: 0;
}

/*=======Form-Design-Start=========*/

/*input {
font-family: 'articulat-cf';
}
*/
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="url"],
form textarea {
    width: 100%;
    display: block;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 18px;
    border-radius: 0;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none !important;
    color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 43px;
    border-bottom: 2px solid;
    margin-bottom: 35px;
    font-family: 'Sarabun';
}

input::placeholder,
textarea::placeholder {
    color: #00000075;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Sarabun';
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form textarea:focus {
    outline: 1px solid #303030;
}

form input[type="submit"] {
    display: block;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 18px;
    line-height: 1;
    padding: 16px 27px;
    border: 1px solid #000000;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #000000;
    color: #ffffff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    cursor: pointer;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
    background-color: transparent;
    color: #000000;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #fff;
}

form {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    bottom: 10px;
    left: 250px;
}

img {
    height: auto;
    max-width: 100%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.row-reverse {
    flex-direction: row-reverse;
}

.align-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
}

.row.hcenter {
    justify-content: center;
}

.row>div {
    padding: 0 15px;
    margin-bottom: 20px;
}

.row>div.offset-2 {
    margin-left: 16.66%;
}

.row.no-gutters {
    margin: 0;
}

.row.no-gutters>div {
    padding: 0;
}




/* Header section CSS */

header {
    padding: 25px 80px;
    position: fixed;
    width: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    background-color: #000;
}

/* header .header-menu {
    display: none;
} */

header .mobile-menu-trigger {
    display: none;
    width: 60px;
    height: 60px;
    background: #87724C;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

header.sticky {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 80px;
}

header .logo {
    width: 230px;
    height: auto;
}

header .header-right {
    display: flex;
    align-items: center;
}

header #menu-top-menu li a {
    color: #fff;
    position: relative;
}

header #menu-top-menu li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

header #menu-top-menu li.current-menu-item a::after,
header #menu-top-menu li a:hover::after {
    width: 100%;
}

header .header-wrapper {
    display: flex;
    justify-content: space-between;
}

header #menu-top-menu {
    list-style-type: none;
    display: flex;
    gap: 50px;
    /* padding-right: 50px; */
}

header .mobile-menu-trigger span {
    display: flex;
    width: 30px;
    height: 2px;
    background: #fff;
    margin-bottom: 8px;
}

header .mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}

.button,
input[type=button] {
    font-weight: 400;
    background: #000;
    color: #fff;
    padding: 12px 30px 16px;
    line-height: 23px;
    transition: all 0.4s ease-in-out;
}

.button:hover,
input[type=button]:hover {
    background: #fff;
    color: #000;
}

body.page-template-home-template .nav_toggle {
    display: block;
}

/* body:not(.page-template-home-template) .nav_toggle {
    display: none;
} */

/* header=logo */
/* body:not(.page-template-home-template) .logo.inner-page-logo {
    display: block;
}

body:not(.page-template-home-template) .logo {
    display: none;
}

body.page-template-home-template .logo.inner-page-logo {
    display: none;
}


header.sticky .logo.inner-page-logo {
    display: none;
}

header.sticky .logo {
    display: block;
} */

header .logo.inner-page-logo {
    display: none;
}


.inner-page-logo a {
    display: block;
}



/* Header section CSS End*/

/* Banner section CSS */

.home-page-banner-wrapper,
.inner-banner-section-wrapper {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;

}

.home_banner,
.inner-banner-about {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}

.service-inner-banner .inner-banner-about {
    height: 310px;
    min-height: 230px;
    max-width: 1230px;
    margin: auto;
}

/* .home-page-banner-wrapper:has(h1),
.inner-banner-section-wrapper:has(h1) {
    justify-content: center;
} */

.home-page-banner-wrapper:after,
.inner-banner-section-wrapper::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    content: '';
}

.banner-content {
    z-index: 99;
    padding-bottom: 225px;
    position: relative;
}

.home-page-banner-wrapper {
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
}

.home-page-banner-wrapper.inner-banner-work,
.service-inner-banner .home-page-banner-wrapper {
    height: unset;
}

.home-page-banner-wrapper.inner-banner-work,
.service-inner-banner .home-page-banner-wrapper.inner-banner-about {
    padding: 232px 0 128px;
}

.home-page-banner-wrapper.inner-banner-work .banner-content {
    padding: 252px 0 127px;
}

.home-banner-work .inner-banner-work {
    padding: 0 !important;
}

.home-banner-work .inner-banner-work::after {
    background-color: unset;
}

.home-banner-work .inner-banner-work h1 {
    color: #000;
}

/* 
.banner-title {
    text-align: center;
} */
.home_banner .banner-content,
.inner-banner-about .banner-content {
    width: 100%;
    max-width: 1270px;
    margin: 0px auto;
}

.inner-banner-about {
    justify-content: unset;
}

.banner-title>p {
    color: #000000;
    /* text-align: left; */
}

.banner-title h1 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
}

.banner-title h1 strong {
    font-family: 'Didot';
    text-transform: uppercase;
    font-weight: 400;
}

.home-page-banner-wrapper .social_icons {
    position: absolute;
    right: 20px;
    bottom: 90px;
    z-index: 99;
}

.home-page-banner-wrapper .social_icons ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-page-banner-wrapper .social_icons ul a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a88e60;
    font-size: 20px;
    color: #fff;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.home-page-banner-wrapper .social_icons ul a:hover {
    color: #a88e60;
    background-color: #fff;
}

/* banner-bottom */

.banner-bottom-contentsection {
    /* padding: 134px 0px 160px 0px;
    color: #fff;
    position: relative;
    z-index: 99;
    margin-top: -130px;
    max-width: 1250px;
    background-color: #000; */
}



.banner-bottom-contentsection-para {
    max-width: 900px;
    width: 100%;
    /*  */
    padding: 134px 144px 160px 0px;
    color: #fff;
    position: relative;
    z-index: 99;
    margin-top: -130px;
}

.banner-bottom-contentsection-para::before {
    position: absolute;
    content: '';
    background: #000;
    height: 100%;
    width: 200vw;
    right: 0;
    top: 0;
    z-index: -1;
}

.banner-bottom-contentsection-para p {
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    text-transform: lowercase;
}

.banner-bottom-contentsection-para a {
    display: flex;
    position: relative;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-top: 26px;
}

.banner-bottom-contentsection-para a:after {
    margin-left: 20px;
    position: relative;
    content: '';
    background-size: contain;
    width: 33px;
    height: 20px;
    top: 2px;
    background-repeat: no-repeat;
    background-image: url('../images/link-btn.svg');
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.banner-bottom-contentsection-para a:hover:after {
    margin-left: 30px;
}

/* home page service */

.home-page-service {
    padding-top: 146px;
}

.service-section-title span {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    color: #000000;
}

.service-section-title h2 {
    color: #A88E60;
}

.service-section-title h2 strong {
    font-family: 'Didot';
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

.service-list {
    padding: 125px 0px 135px 105px;
    margin: 100px 0 0 155px;
    background: #f6f6f6;
}

.service-list .dropdown-menu>a {
    display: flex;
}


.service-list .dropdown-menu>a span {
    color: #000000;
    font-family: 'Neutra Text';
    margin-right: 38px;
    position: relative;
    font-size: 80px;
    line-height: 77px;
}

.service-list .dropdown-menu>a h2 span {
    line-height: 55px;
}

.service-list .dropdown-menu>a>span {
    padding-bottom: 10px;
    position: relative;
}

.service-list .dropdown-menu>a>span::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: #000;
    top: 83px;
}


.service-list h2 {
    font-family: 'Neutra Text';
    font-weight: 700;
    font-size: 80px;
    line-height: 77px;
    text-transform: lowercase;
    color: #A88E60;
    font-style: normal;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
}

.service-list h2 span {
    color: #000000;
    font-family: 'Neutra Text';
    margin-right: 38px;
    border-bottom: unset;
    position: relative;
}

.service-list .dropdown-menu {
    margin-bottom: 50px;
}

.service-list .dropdown-menu:nth-child(2) {
    margin-bottom: 65px;
}

.service-list .dropdown-menu:nth-child(2) span {
    top: -5px;
}

.service-list .dropdown-list ul ol {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    padding-left: 20px;
    position: relative;
}

.service-list .dropdown-list ul ol::before {
    content: "—";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 100%;
    height: 100%;
}

/* .service-list h2 span:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
} */
.service-content {
    position: relative;
}

.service-content::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-color: #f6f6f6;
    z-index: -1;
    max-width: 76.7vw;
}

.service-image {
    width: 556px;
    height: 556px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    right: 166px;
    bottom: 38%;
    transform: translateY(-50%);
    overflow: hidden;
}

.service-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* home-page-content-after-service */

.home-page-content-after-service {
    padding: 180px 0px 160px 0px;
    background-color: #000;
}

.after-service-content {
    max-width: 1252px;
    margin: 0 auto;
}

.after-service-content span {
    font-weight: 400;
    font-size: 50px;
    line-height: 65px;
    text-transform: lowercase;
    color: #fff;
}

.after-service-content h2 {
    font-size: 150px;
    font-family: 'Didot';
    line-height: 190px;
    color: #A88E60;
}

.after-service-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}

.after-service-content strong {
    font-weight: 400;
    display: block;
}

/* home-page-work */

.home-page-work {
    padding: 150px 0 0 0;
    overflow: hidden;
}

.work-content-wrapper span {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
}

.work-content-wrapper h2 {
    color: #A88E60;
}

.work-content-wrapper h2 strong {
    font-family: 'Didot';
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

.project-wrapper {
    margin-top: 60px;
}

/*.project-wrapper .row {
    justify-content: space-between;
    gap: 70px 0;
    margin: 0 -37px;
}

.project-wrapper .row .project-item {
    padding: 0 37px;
    display: flex;
    align-items: flex-end;
}

.project-wrapper .row .project-item:nth-child(5n + 1) {
    flex: 0 0 29.7%;
    max-width: 29.7%;
}

.project-wrapper .row .project-item:nth-child(5n + 1) .project-image img {
    height: 443px;
}

.project-wrapper .row .project-item:nth-child(5n + 2) {
    flex: 0 0 40.6%;
    max-width: 40.6%;
}

.project-wrapper .row .project-item:nth-child(5n + 2) .project-image img {
    height: 537px;
}

.project-wrapper .row .project-item:nth-child(5n + 3) {
    flex: 0 0 29.7%;
    max-width: 29.7%;
}

.project-wrapper .row .project-item:nth-child(5n + 3) .project-image img {
    height: 356px;
}

.project-wrapper .row .project-item:nth-child(5n + 4) {
    flex: 0 0 calc(100% - 387px);
    max-width: calc(100% - 387px);
}

.project-wrapper .row .project-item:nth-child(5n + 4) .project-image img {
    height: 443px;
    width: 100%;
}

.project-wrapper .row .project-item:nth-child(5n + 5) {
    flex: 0 0 387px;
    max-width: 387px;
    margin-bottom: auto;
}

.project-wrapper .row .project-item a {
    width: 100%;
}

.project-wrapper .row .project-item .project-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 141.5%;
}

.project-wrapper .row .project-item .project-image img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    object-fit: cover;
    transition: all 0.5s;
}

.project-wrapper .row .project-item .project-image:hover img {
    transform: scale(1.2);
}

.project-item:nth-child(1) .project-image {
    padding-top: 141.5%;
}

.project-wrapper .row .project-item:nth-child(5n + 2) .project-image {
    padding-top: 118%;
}

.project-wrapper .row .project-item:nth-child(5n + 4) .project-image {
    padding-top: 52.6%;
}*/

.explore-btn a {
    color: #fff;
    min-height: 313px;
    background-color: #000;
    padding: 30px 30px 62px;
    display: flex;
    align-items: flex-end;
}

.explore-btn a:hover {
    background-color: #A88E60;
    transition: all 0.3s ease-in-out;
}

.explore-btn a:hover h3::after {
    background-image: url(../images/link-btn-black.svg);
}

.explore-btn a:hover h3 {
    color: #000;
}

.explore-btn h3 {
    color: #fff;
    position: relative;
}

.explore-btn h3:after {
    position: absolute;
    bottom: -30px;
    left: 0px;
    content: "";
    background-size: contain;
    width: 40px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../images/link-btn.svg);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.project-d {
    margin-top: 30px;
}

.project-d .title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

/* .project-d span p strong span,
.project-d span p span {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none !important;
    text-transform: uppercase;
} */

.project-d span.location {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}

.project-map-section {
    position: relative;
}

.project-map-section iframe {
    display: block;
    height: 460px;
}

.single-work-post-content+.project-map-section {
    margin-top: 120px;
}

/* Testimonial */

.home-page-testimonial {
    background-color: #000;
    padding: 120px 0px 0px;
    margin-bottom: -60px;
}

.testimonial-title h2 {
    color: #fff;
    margin-bottom: 26px;
}

.testimonial-title h2 strong {
    font-family: 'Didot';
    color: rgba(168, 142, 96, 1);
    text-transform: uppercase;
    font-weight: 400;
}

.testimonial-title p {
    font-size: 25px;
    line-height: 32px;
    color: #FFFFFF;
}

.testimonial-title {
    margin-bottom: 50px;
}

.testimonial-slider-content h2 {
    font-family: 'Didot';
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 60px;
    text-transform: uppercase;
}

.testimonial-slider-content h2 span {
    font-family: 'Sarabun';
    font-size: 25px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: lowercase;
}

.testimonial-slider-content p {
    color: #ffffff;
}

.testimonial-slider-content p strong {
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}

.testimonial-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonial-slider-img-col {
    padding: 0 32px;
    flex: 0 0 517px;
    max-width: 517px;
}

.testimonial-slider-img {
    position: relative;
    padding-top: 118.6%;
}

.testimonial-slider-img img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.testimonial-slider-content {
    padding: 0 32px;
    flex: 0 0 calc(100% - 517px);
    max-width: calc(100% - 517px);
}

.home-page-testimonial .slick-arrow {
    position: absolute;
    top: -15px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 26px;
    width: 36px;
    outline: none;
    border: none;
    background-color: unset;
    cursor: pointer;
    background-position: center;
}

.home-page-testimonial .slick-arrow i {
    display: none;
}

.home-page-testimonial .slick-prev {
    background-image: url('../images/Arrow-right.svg');
    left: 45%;
    z-index: 2;
    transform: rotate(180deg);
}

.home-page-testimonial .slick-next {
    background-image: url('../images/Arrow-right.svg');
    right: 6%;
}


/* home page clients */

.home-page-clients {
    padding: 240px 0px 190px;
    background-color: #FBFBFB;
}

.home-page-clients h2 {
    margin-bottom: 100px;
}

.home-page-clients h2 strong {
    font-family: 'Didot';
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
}

.client-logos .row {
    gap: 90px 0px;
}



/* footer */

footer {
    padding: 6rem 0;
    background: #000;
    position: relative;
}

.copyright-section {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
}

.copyright-menu ul {
    list-style-type: none;
    display: flex;
    gap: 60px;
}

.copyright-menu ul li a,
.copyright-section {
    color: #D9D9D980;
    font-size: 16px;
}

.copyright-menu ul li.current-menu-item a,
.copyright-menu ul li a:hover {
    color: #fff;
}

.footer_contact_info p,
.foot-contact-address h4 {
    color: #fff;
    margin-bottom: 10px;
}

footer .row>div .foot-contact-address:nth-of-type(1) * {
    letter-spacing: 0.5px;
}

Footer h3 {
    color: #A88E60;
    padding-bottom: 14px;
}

.footer_logo {
    width: 21%;
}

.footer_logo img {
    top: -10px;
    position: relative;
}

.footer_contact_info {
    width: 55%;
}

.footer-info {
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-menu ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-menu ul li {
    width: 46%;
    margin-bottom: 18px;
}

.foot-contact-address {
    margin-bottom: 20px;
}

.footer-menu ul li a {
    color: #fff;
    text-transform: lowercase;
    transition: all 0.4s ease-in-out;
}

.footer-menu ul li a:hover,
.footer-menu ul li.current-menu-item a.active {
    color: #A88E60;
}

.footer-social-media ul {
    list-style-type: none;
    display: flex;
    gap: 0 28px;
}

.footer-social-media ul li a {
    color: #fff;
    font-size: 2rem;
    transition: all 0.5s ease-in-out;
}

.footer-social-media ul li a:hover {
    transform: translateY(-5px);
}

.footer-social-media h3 {
    padding-bottom: 21px;
}


.whostarted_section .row>div {
    width: calc(100% / 2);
    padding: 0 30px;
}

.whostarted_section .row .founder-item:first-child {
    padding-left: 0;
}

.whostarted_section .row .founder-item:last-child {
    padding-right: 0;
}

.founder-section .founder-item .founder-item-inner,
.founder-section .founder-item .founder-item-inner img {
    height: 100%;
    object-fit: cover;
}

.founder-item-inner img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.whostarted_section h2 {
    margin-bottom: 64px;
    color: #A88E60;
}

.whostarted_section h2 strong {
    font-family: 'Didot';
    color: #000;
    font-weight: 500;
}

.founder-item-inner,
.team-item-inner {
    position: relative;
    overflow: hidden;
}

.founder-item-inner .founder-info {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 0%;
    padding: 80px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.team-item-inner .founder-info {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 0%;
    padding: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.founder-item-inner:hover .founder-info,
.team-item-inner:hover .founder-info {
    bottom: -100%;
}

.founder-item-inner img,
.team-item-inner img {
    filter: grayscale(100%);
}

.founder-item-inner:hover img,
.team-item-inner:hover img {
    filter: unset
}

.founder-item-inner .founder-info h3,
.team-item-inner .founder-info h3 {
    color: #fff;
    font-family: 'Didot';
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
}

.founder-info span,
.founder-info a {
    display: block;
    color: #fff;
}

.whostarted_section {
    padding: 7rem 0;
}

.designetion {
    margin-bottom: 30px;
}


.team-item-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.team-item-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

/* 
.team-section .row {
    align-items: end;
} */

.team-section .link-btn:after {
    margin-left: 0;
}

.teamjoin-box p,
.teamjoin-box a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.teamjoin-box a {
    margin-left: 0;
}

.teamjoin-box {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: end;
    height: 300px;
    width: 300px;
    background: #000;
    padding: 38px !important;
    transition: all 0.4s ease-in-out;
    margin-left: 9px;
    position: relative;
}

.teamjoin-box::after {
    margin-left: 0px;
    position: absolute;
    content: '';
    background-size: contain;
    width: 33px;
    height: 20px;
    bottom: 31px;
    background-repeat: no-repeat;
    background-image: url(../images/link-btn.svg);
    display: inline-block;
}

.team-section {
    padding-bottom: 4rem;
}

.team-section .row>div {
    padding: 0 9px;
    margin-bottom: 18px;
}

.service_related_posts h2,
.team-section h2 {
    margin-bottom: 64px;
    color: #A88E60;
}

.team-item {
    width: calc(100% / 3);
}

.service_related_posts h2 strong,
.team-section h2 strong {
    font-family: 'Didot';
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.teamjoin-box:hover {
    background-color: #A88E60;
}


.teamjoin-box:hover::after {
    background-image: url(../images/link-btn-black.svg);
}

.teamjoin-box:hover a {
    color: #000;
}

.teamjoin-box:hover svg path {
    fill: #000;
}

h2 {
    color: #A88E60;
}

.partner-logo-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.partner-logo-list ul li {
    width: calc(100% / 5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.testimonila-section {
    padding: 40px 0 40px;
    height: 770px;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    background: #A88E60;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top 70px right 80px;
}

.testimonila-section h2 {
    color: #000;
    line-height: 60px;
    margin-bottom: 18px;
}

.testimonila-section h2 strong {
    color: #fff;
    font-family: 'Didot';
    font-weight: 500;
}

.testimonila-section span,
.testimonial-content.calltoaction-content p {
    color: #fff;
}

.testimonial-content {
    max-width: 680px;
}

.testimonial-content a {
    margin-top: 45px;
}

.home-page-banner-wrapper.inner-banner-about .banner-title {
    text-align: left;
}

.testimonial-content.calltoaction-content h3 {
    color: #fff;
}

.testimonial-content.calltoaction-content h3 strong {
    font-weight: normal;
    text-transform: lowercase;
}

/* .testimonila-section:after {
    position: absolute;
    top: 240px;
    right: 0;
    width: 600px;
    height: 600px;
    content: '';
    background-image: url(https://dev.getfullylet.com/wp-content/uploads/2023/05/bull.svg);
    transform: scale(1.8);
    opacity: 0.1;
} */

/* ==== ---- 01-06-23 ----- ====== */
.home-page-clients .client-logos .row .client-logo-col {
    width: 20%;
}

.home-page-clients .client-logos .row .client-logo-colL:first-child {
    padding-left: 0;
}

/* team-section-start */
.home-page-team {
    padding: 185px 0;
    background-image: url('../images/team-bg-2.png');
    background-repeat: no-repeat;
    background-position: top 70px right 80px;
}

.home-page-team h2 {
    color: #000;
    text-transform: lowercase;
}

.home-page-team h2 strong {
    color: #A88E60;
    text-transform: uppercase;
    font-weight: inherit;
    font-family: 'Didot';
}

.home-page-team .container>p {
    margin-bottom: 7px;
}

.home-page-team h2:nth-of-type(2) {
    margin-bottom: 125px;
    border-bottom: 2px solid;
    display: inline-block;
}

.team_slide_img img {
    height: 395px;
    width: 100%;
    object-fit: cover;
}

.team_slide {
    width: 23.2%;
}

.slick-carousel.team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team_slide_desc h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
}

.team_slide_desc h4:last-child {
    font-weight: 500;
    font-size: 17px;
}

.team_slide_desc {
    padding-top: 15px;
}


.home-page-team .slick-slider {
    margin: 0 -15px;
}

.home-page-team .slick-slide {
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

.home-page-team .slick-slide:first-child {
    margin-left: 0;
}

.home-page-team .slick-arrow {
    position: absolute;
    top: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 26px;
    width: 36px;
    outline: none;
    border: none;
    background-color: unset;
    cursor: pointer;
}

.home-page-team .slick-arrow i {
    display: none;
}

.home-page-team .slick-prev {
    background-image: url('../images/Arrow-left-golden.svg');
}

.home-page-team .slick-next {
    background-image: url('../images/Arrow-right-golden.svg');
}

.home-page-team .slick-next {
    right: 25px;
}

.home-page-team .slick-prev {
    left: 0;
}

.team_slide_desc strong {
    color: #A88E60;
}

.home-page-team .slick-carousel .slick-arrow.slick-disabled {
    opacity: 0.2;
}


/* contact-us-section */
section.home-page-contactus {
    background-color: #A88E60;
    padding: 0 0 130px 0;
}

section.home-page-contactus h2 {
    color: #fff;
    text-align: center;
    font-size: 150px;
    line-height: 180px;
    position: relative;
    top: -32px;
    font-family: 'Didot';
}

.contactus_form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.form_left_sec {
    width: 30%;
}

.form_left_sec .whatsapp_share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
}

.form_left_sec .whatsapp_share_wrapper i {
    font-size: 35px;
    margin-right: 15px;
    color: #fff;
    display: inline-block;
}

.whatsapp_share_wrapper .whatsapp_share {
    display: inline-block;
}

.form_left_sec .whatsapp_share_wrapper strong {
    font-size: 18px;
    line-height: inherit;
    margin-bottom: 0;
    display: inline-block;
}

.whatsapp_share_wrapper {
    display: flex;
}

.form_left_sec h3 {
    color: #000000;
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 50px;
}

.form_left_sec h3>strong {
    color: #fff;
    font-family: 'Didot';
    font-weight: 500;
}

.form_left_sec p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
}

.form_left_sec p strong {
    display: block;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500;
}

.form_right_sec {
    width: 49%;
    margin-left: 246px;
}

.form_right_sec {
    width: 49%;
    margin-left: 246px;
    padding-top: 180px;
}

.form_right_sec form br {
    display: none;
}

.form_right_sec form input[type=submit] {
    margin-top: 60px;
    cursor: pointer;
}

.home-page-testimonial .slick-arrow.slick-disabled {
    opacity: 0.2;
}

footer .footer_contact_info {
    padding-left: 100px;
}

/* Home Page CSS */

/* Home Page end */
/* ===== ------ Contact-inner page Start---- ====== */
.conatct-page-form {
    padding: 0 0 230px 0;
}

/* 
.contact-inner-banner .home-page-banner-wrapper {
    height: 705px;
} */
.page-template-contact-template .home-page-banner-wrapper {
    height: unset;
}

.contact-inner-banner .home-page-banner-wrapper:after {
    /*background-color: #FBFBFB;*/
}

.contact-inner-banner .banner-title {
    text-align: left;
}

.contact-inner-banner .banner-title h1 {
    color: white;
}

.contact-inner-banner .banner-title p {
    font-size: 25px;
    margin-bottom: 25px;
    color: white;
}

.conatct-page-form .conatct-page-form-inner {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    padding-top: 140px;
}

.conatct-page-form .conatct-page-left-sec {
    max-width: 48.7%;
    width: 100%;
}

.conatct-page-form .conatct-page-right-sec {
    max-width: 30.8%;
    width: 100%;
    margin-left: 198px;
}

.conatct-page-form .container>h2 {
    text-align: center;
    font-size: 150px;
    line-height: 189px;
    font-family: 'Didot';
    font-weight: 400;
    margin-top: -145px;
    z-index: 111;
    position: relative;
    color: white;
}

.contact-inner-banner .banner-content {
    /* padding-bottom: 275px; */
    padding: 40vh 0 40vh;
    position: relative;
}

.conatct-page-left-sec>p>strong {
    font-size: 25px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.2;
}

.conatct-page-left-sec p:nth-of-type(2) {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.conatct-page-left-sec p:nth-of-type(2) i {
    font-size: 35px;
    margin-right: 12px;
}

.conatct-page-left-sec p:nth-of-type(2) strong {
    margin-bottom: 0;
    padding: 0 3px;
    font-size: 18px;
}

.conatct-page-form .form-inner {
    margin-top: 64px;
}

.conatct-page-form .form-inner form input[type="text"],
.conatct-page-form form input[type="email"],
.conatct-page-form form input[type="number"],
.conatct-page-form form input[type="search"],
.conatct-page-form form input[type="url"],
.conatct-page-form form textarea {
    margin-bottom: 10px;

}

.conatct-page-form form textarea {
    resize: vertical;
}

.conatct-page-form .wpcf7-submit {
    margin: 40px 0 0 0;
}

.conatct-page-right-bottom h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Didot';
    color: #A88E60;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.conatct-page-right-bottom {
    margin-bottom: 55px;
}

.conatct-page-right-bottom:nth-of-type(2) {
    margin-bottom: 75px;
}

.conatct-page-right-bottom:last-child {
    margin-bottom: 20px;
}

.conatct-page-left-sec .wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
}

.conatct-page-left-sec .wpcf7-form-control-wrap {
    position: relative;
    /* display: block; */
    width: 100%;
    display: block;
}

/* ===== ------Contact-inner page End---- ====== */
.home-page-clients.about-page-clients {
    margin-top: -170px;
    padding: 221px 0 190px;
}

/* ===== ------ service-inner page Start---- ====== */
.service-page-service-list .dropdown-menu h2 {
    position: relative;
    font-family: 'Neutra Text';
    font-size: 100px;
    line-height: 110px;
    font-weight: 700;
    word-wrap: break-word;
    display: flex;
    flex-direction: column-reverse;
    text-transform: lowercase;
    cursor: pointer;
    max-width: 340px;
}

.service-page-service-list .dropdown-menu h2 span {
    color: #3D3D3D;
    line-height: 60px;
}

.service-page-service-list .dropdown-menu.open h2:after,
.service-page-service-list .dropdown-menu.close h2:after {
    position: absolute;
    top: 8px;
    font-family: 'Didot';
    transition: all 0.3s ease;
}

.service-page-service-list .dropdown-menu h2:after {
    content: '\002B';
    color: #fff;
    font-weight: 400;
    font-size: 75px;
    right: -58px;
}

.service-page-service-list .dropdown-menu.open h2:after {
    transform: rotate(45deg) translate3d(3px, -3px, 0);
    color: #000;
    font-weight: 900;
    top: 9px;
}

.service-page-service-list .dropdown-menu h2:before {
    content: '';
    position: absolute;
    top: 43px;
    right: -61px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
    opacity: 0;
}

.service-page-service-list .dropdown-menu.open h2:before {
    opacity: 1;
}

/*.service-page-service-list .dropdown-menu.open h2:after {
    content: "";
    background-image: url(../images/accordian-close.png);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 50px;
    height: 50px;
    right: -69px;
    color: #0e0e0e;
    top: 40px;
}

.service-page-service-list .dropdown-menu.close h2:after {
    content: '\002B';
    width: 20px;
    height: 20px;
    right: -49px;
    color: #fff;
    font-weight: 400;
    font-size: 47px;
}*/

.service-page-service-list .accordion-content ul ol a {
    color: #fff;
}

.service-page-service-list .accordion-content ul {
    padding-top: 14px;
}

.service-page-service-list .accordion-content ul ol {
    position: relative;
    padding-left: 20px;
}

.service-page-service-list .accordion-content ul ol:before {
    position: absolute;
    content: '\2212';
    left: 0;
    top: 0;
    color: #fff;
}

.home-page-banner-wrapper .inner-banner-work {
    height: unset;
}

.service-inner-banner .banner-content {
    padding: 0px;
}

.service-inner-banner .banner-title h1 {
    color: #000;
}

.service-inner-banner .home-page-banner-wrapper:after {
    background: rgba(0, 0, 0, 0);
}

.service-page-latest-works {
    max-width: 1420px;
    width: 100%;
    margin-bottom: -220px;
    display: inline-block;
    overflow: hidden;
}

.service-page-latest-works .slick-slide {
    margin: 0 15px;
    overflow: hidden;
}

.service-page-latest-works .slick-list {
    margin: 0 -15px;
}

.service-page-latest-works .service-inner-slider img {
    height: 637px;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease-in-out;
}


/*  */

.service-page-latest-works .slick-arrow i {
    display: none;
}

.service-page-latest-works .slick-prev {
    background-image: url(../images/Arrow-left-golden.svg);
    z-index: 111;
    left: 112px;

}

.service-page-latest-works .slick-next {
    background-image: url(../images/Arrow-right-golden.svg);
    right: 53px;
}

.service-page-latest-works .slick-arrow {
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 56px;
    width: 56px;
    outline: none;
    border: none;
    background-color: unset;
    cursor: pointer;
    background-color: #ffff;
    background-size: 30px;
    justify-content: center;
    background-position: center;
}

.service-page-service-list {
    background: #000;
    padding: 357px 0 252px;
    /* margin-top: -180px; */
    overflow: hidden;
}

.service-page-service-list .service-page-text p {
    color: #fff;
}

.service-page-service-list .service_list-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.service-page-service-list .service-page-text {
    max-width: 46%;
    margin-right: 120px;
}

.service-page-service-list .service-page-list {
    max-width: 36.5%;
    width: 100%;
}

.service-page-service-list .dropdown-menu {
    margin-bottom: 50px;
}

.service-page-service-list .dropdown-menu:last-child {
    margin-bottom: 0;
}


.after-service-content h2 span {
    display: block;
}

.service-page-latest-works .slick-track {
    background-color: #fff;
    display: block;
    height: 100%;
}

.service-page-latest-works .slick-track .slick-slide a {
    display: block;
    height: 100%;
}

.service-process {
    padding: 177px 0 0;
}

.service-process .container {
    max-width: 1400px;
}

.service-process-heading h4 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 75px;
}

.service-process-heading h2 {
    font-size: 150px;
    line-height: 160px;
    text-align: center;
    text-transform: uppercase;
    color: #A88E60;
    font-family: 'Didot';
}

.service-process-heading h2 strong {
    font-weight: 400;
}

.service-process-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    margin-top: 220px;
    margin-bottom: 240px;
    padding-bottom: 235px;
}

.service-process-wrapper:last-child {
    margin-bottom: 100px;
    padding-bottom: 150px;
}

.service-process-wrapper-left {
    width: 38.5%;
    position: relative;
}

.service-process-wrapper-left span {
    font-size: 150px;
    line-height: 189px;
    /* font-family: 'Didot'; */
    color: #A88E60;
    position: absolute;
    right: -110px;
    top: -110px;
    display: flex;
    justify-content: center;
    font-style: italic;
    align-items: center;
}

.service-process-wrapper-left span:before {
    position: absolute;
    content: '';
    height: 285px;
    width: 285px;
    border: 4px solid;
    border-radius: 100%;
    z-index: -1;
}

.img-content img {
    height: 439px;
    object-fit: cover;
}

.service-process-wrapper-right {
    width: 47.4%;
}

.img-content h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

.service-process-step .service-process-wrapper:nth-child(even) {
    flex-direction: row-reverse;
    padding: 0 0px 170px;
}

.service-process-step .service-process-wrapper:nth-child(even) .service-process-wrapper-left span {
    left: -101px;
    right: unset;
    top: -180px;
}

.img-content {
    position: relative;
}

.img-content_btm {
    position: absolute;
    padding-top: 10px;
}

.img-content_btm h3:nth-of-type(2) {
    font-size: 15px;
    line-height: 1.2;
}

.service-process-wrapper-right h2 {
    font-family: 'Didot';
    margin-bottom: 10px;
}

.service-process-wrapper-right p strong {
    margin-bottom: 15px;
    display: inline-block;
}

.service-process-step {
    max-width: 1225px;
    margin: auto;
}

.service-work-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .service-work-list_inner {
    width: 31.1%; 
    margin: 0 32px;
} */
.service-work-list_inner {
    width: calc((100% - 132px) / 3);
    margin: 0 32px;
}

.service-work-list_inner img {
    height: 713px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.service-work-list_inner a {
    overflow: hidden;
    display: block;
}

.service-work-list_inner a:hover img {
    transform: scale(1.1);
    -webkit-filter: brightness(.6);
    filter: brightness(.6);
}

.service-work-list_inner:first-child {
    margin-left: 0;
}

.service-work-list_inner:last-child {
    margin-right: 0;
}

.service-work-heading-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 62px;
}

.service-work-heading-inner a {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #A88E60;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.service-work-heading-inner a:hover {
    color: #000;
}

.service-work-heading-inner a:after {
    position: absolute;
    content: '';
    background: url(../images/Arrow-right-golden.svg) no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    left: 0;
    background-position: right;
    bottom: -32px;
    transition: all 0.5s ease-in-out;

}

.service-work-heading-inner a:hover::after {
    background-image: url(../images/link-btn-black.svg);
}

.service-work-heading-inner p {
    font-size: 25px;
    line-height: 32px;
}

.service-inner-slider .slick-slide a:hover img {
    transform: scale(1.1);
    -webkit-filter: brightness(.6);
    filter: brightness(.6);
}

/* ===== ------ service-inner page end---- ====== */

/* ===== ------ work-inner page end---- ====== */

.work-list-section_main .container {
    max-width: 1507px;
}

.work-content .title p {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 5px;
}

/* new-css */
.work-list-section_main {
    padding-bottom: 61px;
}

.service-inner-banner .inner-banner-work {
    max-width: 1250px;
    margin: auto;
}

.work-list-main {
    display: grid;
    grid-template-rows: repeat(9, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.work-list-section_main .container {
    max-width: 1547px;
}

.work-list-wrapper {
    background-color: hsla(0, 0%, 7%, 0.452);
    position: relative;
}

.work-list-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.work-image {
    height: 502px;
    width: 491px;
    position: relative;
    overflow: hidden;
}


.work-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #ffffffeb, transparent);
    transition: .5s;
    z-index: 1;
}

.work-image:hover img {
    transform: scale(1.1);
}


.work-image:hover::before {
    height: 53%;
}

.work-list-wrapper:nth-child(9n + 3) .work-image,
.work-list-wrapper:nth-child(9n + 5) .work-image {
    height: 100%;
}

.work-list-wrapper:nth-child(9n + 4) .work-image {
    width: 100%;
}

.work-list-wrapper a {
    display: block;
    height: 100%;
}

.work-content {
    position: absolute;
    top: 0;
    padding: 17px 37px;
    z-index: 111;
}

.work-content span.location {
    display: block;
    transition: all 0.4s ease-in-out;
}

.work-content span.title {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    border-bottom: 2px solid #000;
    word-break: break-all;
    position: relative;
    transition: all 0.4s ease-in-out;

}


.work-list-wrapper:nth-child(9n + 1) {
    grid-column: 1;
    grid-row: span 1;
}

.work-list-wrapper:nth-child(9n + 2) {
    grid-column: 2;
    grid-row: span 1;
}

.work-list-wrapper:nth-child(9n + 3) {
    grid-column: 3;
    grid-row: span 2;
}

.work-list-wrapper:nth-child(9n + 4) {
    grid-column: 1/3;
    grid-row: span 1;
}

.work-list-wrapper:nth-child(9n + 5) {

    grid-column: 1;
    grid-row: span 2;
}

/* burger-menu */

.header-menu {
    height: 100vh;
    width: 811px;
    right: 0px;
    position: fixed;
    top: 0px;
    z-index: -1;
    background-color: #87724C;
    background-image: url(https://dev.getfullylet.com/wp-content/uploads/2023/06/bull-1.png);
    background-position: top 140px left 130px;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
}


.header-right .burger-menu-inner {
    padding: 150px 55px;
}

.burger-menu-inner li {
    list-style: none;
    margin-bottom: 34px;
}

.burger-menu-inner li a {
    color: #fff;
    font-size: 30px;
    line-height: 39px;
    text-transform: lowercase;
    transition: all 0.5s;
}

.burger-menu-inner li a:hover,
.burger-menu-inner li.current-menu-item>a.active {
    color: #000;
}

header .header-right .header-menu.m_open {
    transform: translateX(0%);
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

header .header-right .nav_toggle.nav_opend {
    display: none;
}

header .mobile-menu-trigger span {
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin-bottom: 8px;
    transition: transform 0.3s ease-in-out;
}

header .mobile-menu-trigger.active span:last-child {
    transform: rotate(-46deg) translate(0, -13px);
}

header .mobile-menu-trigger.active span:first-child {
    transform: rotate(45deg) translate(0, 13px);
}

header .mobile-menu-trigger.active span:nth-child(2) {
    opacity: 0;
}


.burger-menu-first ul li {
    width: 40%;
}

.burger-menu-first ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.burger-menu-inner h4 {
    font-weight: 700;
    font-size: 50px;
    line-height: 48px;
    text-transform: lowercase;
    color: #FFFFFF;
    font-family: 'Neutra Text';
    margin-bottom: 40px;
}

.burger-menu-first {
    margin-bottom: 142px;
}

.burger-contact-list-sec ul li a {
    font-size: 18px;
    line-height: 23px;
}

.burger-contact-list-sec ul li {
    margin-bottom: 20px;
}

.burger-contact-list-sec {
    margin-left: 126px;
}

.burger-menu-sec {
    display: flex;
    margin-bottom: 40px;
}

.burger-menu-inner {
    overflow-y: auto;
}

header ::-webkit-scrollbar-thumb {
    background: #c5c2bc;
    border-radius: 10px;
}

header ::-webkit-scrollbar {
    width: 8px;
}

.menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -2;
    background: transparent;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
}

.header-menu.m_open+.menu-overlay {
    pointer-events: all;
    visibility: visible;
}

/* burger-end */
/* ===== ------ work-inner page end---- ====== */

/* ===== ------ work-detail page end---- ====== */

body.work header {
    position: relative;
}

body:has(.work-detail-banner) header.sticky {
    position: fixed;
}

.work-detail-banner .single-work-banner-main {
    max-width: 100%;
    height: min(1000px, calc(100vh - var(--wp-admin--admin-bar--height, 0px)));
    min-height: 600px;
}

.work-detail-banner .single-work-banner-main img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.content-after-banner-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 80px;
    flex-wrap: wrap;
}

.single-work-content-left {
    width: 50%;
}

.single-work-content-right {
    width: 19%;
}

.single-work-image-slider {
    padding: 120px 0 55px;
}

.content-after-banner-inner .single-work-content-left span {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    display: inline-block;
}

.content-after-banner-inner .single-work-content-left span:nth-of-type(1) {
    padding-bottom: 29px;
}

.content-after-banner-inner .single-work-content-left h2 {
    font-family: 'Didot';
    color: #000;
}

.content-after-banner-inner .single-work-content-right a {
    color: #A88E60;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.content-after-banner-inner .single-work-content-right a:hover {
    color: #000;
}

.content-after-banner-inner .single-work-content-right a:before {
    position: absolute;
    content: '';
    background: url(../images/Arrow-right-golden.svg) no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    left: 0;
    background-position: right;
    bottom: -39px;
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;

}

.content-after-banner-inner .single-work-content-right a:hover::before {
    background-image: url(../images/link-btn-black.svg);
    height: 30px;
    width: 30px;
    background-size: contain;
}

.single-work-post-content {
    position: relative;
}

.single-work-content-main {
    background-color: #000000;
    padding: 51px 56px;
    max-width: 1000px;
    height: 1014px;
    position: absolute;
    right: 0;
    top: -157px;
}

.single-work-content-main p:first-child {
    color: #A88E60;
    display: inline-block;
}

.single-work-content-main p {
    display: inline-block;
}

.single-work-content-main p,
.work-service span {
    color: #fff;
}

.work-inner-content {
    margin-top: 58px;
    display: flex;
    flex-wrap: wrap;
}

.work-service {
    width: 35%;
}

.work-result {
    width: 44%;
    margin-left: 20px;
}

.work-result p,
.work-service p {
    color: #A88E60;
}

.work-result p span {
    font-size: 18px !important;
}

.work-service ul li {
    list-style: none;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    text-transform: lowercase;
    position: relative;
    padding-left: 15px;
}

.single-work-content-main span {
    color: #fff;
}

.work-service ul li::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 10px;
    background-color: #fff;
    left: 0px;
    top: 14px;
}

.work-result span {
    color: #fff !important;
}

.work-mian-slider.slick-slider {
    margin: 0 -15px;
}

.work-mian-slider .slick-slide {
    background-color: #D9D9D9;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

.work-mian-slider img {
    height: 637px;
    object-fit: cover;
    width: 100%;
}

.work-mian-slider .slick-arrow,
.single-work-before-after-slider .slick-arrow,
.slick-lightbox-slick .slick-arrow {
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 56px;
    width: 56px;
    outline: none;
    border: none;
    background-color: unset;
    cursor: pointer;
    background-color: #ffff;
    background-size: 35px;
    justify-content: center;
    background-position: center;
    color: transparent;
}

.work-mian-slider .slick-arrow i,
.single-work-before-after-slider .slick-arrow i {
    display: none;
}

.work-mian-slider .slick-prev,
.single-work-before-after-slider .slick-prev,
.slick-lightbox-slick .slick-prev {
    background-image: url(../images/Arrow-left-golden.svg);
    z-index: 111;
    left: 41px;
}

.work-mian-slider .slick-next,
.single-work-before-after-slider .slick-next,
.slick-lightbox-slick .slick-next {
    background-image: url(../images/Arrow-right-golden.svg);
    right: 38px;
}

/* light-box */
.slick-lightbox .slick-prev {
    left: 20% !important;
}

.slick-lightbox .slick-next {
    right: 20% !important;
}

.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    width: 1044px !important;
    height: 700px !important;
}

.slick-lightbox-close:before {
    font-size: 40px !important;
}

.slick-lightbox-close {
    position: absolute;
    top: 150px !important;
    right: 395px !important;
}

/* light-box end*/



.work-mian-slider .slick-arrow.slick-disabled,
.single-work-before-after-slider .slick-arrow.slick-disabled {
    opacity: 0.6;
}

.single-work-image-slider .container,
.single-work-post-slider .container {
    max-width: 1460px;
}

section.single-work-post-slider {
    padding: 40px 0;
}

.single-work-post-slider .single-work-slider-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-work-slider-text p {
    font-size: 50px;
    line-height: 63px;
    width: 47%;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Didot';
}

.single-work-slider-text p:last-child {
    color: #A88E60;
}

.single-work-slider-text p:first-child {
    padding-left: 70px;
}

.single-work-before-after-slider .gallery-img-holder img {
    height: 770px;
    width: 100%;
    object-fit: cover;
}

.single-work-ba-slide {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px;
}

.single-work-ba-slide .single-work-ba-slide-inner {
    width: 49%;
}

.single-work-ba-slide .single-work-ba-slide-inner:first-child p {
    color: #000;
}

/* .single-work-before-after-slider .slick-slider {
    margin: 0 7px;
} */

.single-work-before-after-slider .slick-slide {
    margin-left: 7px;
    margin-right: 7px;
}

.next-pre-wrraper {
    padding: 100px 0 124px;
    background-color: #fff;
    position: relative;
    z-index: 111;
}

.next-prev-inner {
    display: flex;
    justify-content: space-between;
}

.next-prev-inner a {
    color: #A88E60;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Sarabun';
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}


.next-prev-inner a.disable {
    opacity: 0.3;
}

.next-prev-inner a:first-child::before,
.next-prev-inner a:last-child:before {
    position: absolute;
    content: '';
    background: url(../images/Arrow-right-golden.svg) no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    right: 0;
    background-position: right;
    bottom: -39px;
    transition: all 0.4s ease-in-out;
}

.next-prev-inner a:first-child:before {
    transform: rotate(180deg);
    right: unset;
    left: 0;
}

.next-prev-inner a:hover:not(a.disable) {
    color: #000;
}

.next-prev-inner a:first-child:hover:not(a.disable):before {
    background-image: url(../images/link-btn-black.svg);
    transform: rotate(180deg);
    height: 30px;
    width: 30px;
    background-size: contain;
}

.next-prev-inner a:last-child:hover:before {
    background-image: url(../images/link-btn-black.svg);
    height: 30px;
    width: 30px;
    background-size: contain;
}



/* 404page */
body.error404 header {
    position: relative;
}

.error-page {
    padding: 80px 0;
}

.error-form {
    padding: 35px 0;
}

.error-form form {
    max-width: 410px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.error-page-inner {
    text-align: center;
    max-width: 50%;
    margin: auto;
}

.error-page-inner h1 {
    font-size: 90px;
    line-height: 1.2;
    font-weight: 500;
}

.error-page-inner .search-submit {
    margin: auto;
}

/* ===== ------ work-detail page end---- ====== */

/* ======= pivercy-policy and cockie-policy page ======= */

.pivercy-detail {
    padding: 120px 0;
}

.single-page-content {
    max-width: 950px;
    margin: auto;
}

.single-page-content {
    margin-top: 8rem;
}

.single-page-content h1 {
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 0;
}

.single-page-content h2 {
    margin-bottom: 15px;
    color: #000;
}

.single-page-content h2,
.single-page-content h3,
.single-page-content h4,
.single-page-content h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.single-page-content p {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 200;
}

.single-page-content p strong {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1.2;
}

.single-page-content ul {
    padding: 15px 0 25px 30px;

}

/* ======= pivercy-policy and cockie-policy page end ======= */

/* ======= news-detail page end ======= */
.single-post-banner .post-banner-image {
    height: 800px;
}

.single-post-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.single-post-banner {
    position: relative;
}

.post-title {
    /* position: absolute;
    top: 050%;
    left: 0;
    right: 0;
    transform: translate(0, -50%); */
    padding-top: 90px;
}

section.single-post-banner .post-title h1 {
    font-size: 50px;
    line-height: 65px;
    font-weight: 400;
    color: #000;
    text-transform: lowercase;
}

section.single-post-content {
    padding: 50px 0 90px;
    max-width: 950px;
    margin: auto;
    z-index: 1;
    position: relative;
}

.post-content-wrapper p {
    /* font-size: 1.125rem; */
    margin-bottom: 40px;
}

.post-content-wrapper p:last-child {
    margin-bottom: 0;
}

.single-post-content .post-content-wrapper .wp-block-image {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 80px;
}

.post-content-wrapper p,
.post-content-wrapper h3 {
    max-width: 711px;
    margin: auto;
    margin-bottom: 45px;
}

.post-content-wrapper h3 {
    font-weight: 600;
}

.post-content-wrapper a {
    text-decoration: underline;
    color: #87724c;
    transition: all 0.4s ease-in-out;
}

.post-content-wrapper a:hover {
    color: #000;
}

/* ======= news-detail page end ======= */
/* ======= whatsapp btn page start ======= */
.whatsapp_sticky_btn {
    position: fixed;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 9999999;
    overflow: hidden;
}

.whatsapp_sticky_btn a {
    background-color: #A88E60;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    padding: 24px 23px;
    transition: all 0.3s ease;
    margin-right: -233px;
}

.whatsapp_sticky_btn:hover a {
    margin-right: 0;
}

.whatsapp_sticky_btn.bg_white a {
    background-color: #fff;
    color: #000;
}

.whatsapp_sticky_btn a i {
    margin-right: 15px;
    font-size: 45px;
}

.whatsapp_sticky_btn a span {
    text-transform: uppercase;
    margin-left: 6px;
}

/* ======= whatsapp btn page end ======= */

/* card section css start */
.card_section {
    padding-top: 150px;
    overflow: hidden;
}

.card_listing .row {
    margin: 0 -37px;
    gap: 74px 0;
    justify-content: center;
}

.card_listing .row>* {
    margin-bottom: 0;
    padding: 0 37px;
    display: flex;
    align-items: flex-end;
}

.card_section h2 {
    margin-bottom: 60px;
}

.card_listing .card {
    width: 100%;
    position: relative;
}

.card_listing .card .title_link:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 9;
}

.card_listing .card .card_image {
    position: relative;
    overflow: hidden;
    padding-top: 80%;
    z-index: 1;
}

.card_listing .card .card_image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card_listing .card:hover .card_image img {
    transform: scale(1.2);
}

.card_listing .card .card_content {
    margin-top: 16px;
    /*min-height: 274px;*/
}

.card_listing .card .card_content h3 {
    font-weight: 700;
}

.card_listing .card .card_content>*:not(:last-child) {
    margin-bottom: 12px;
}

.card_listing .row .col-4:nth-child(5n + 1),
.card_listing .row .col-4:nth-child(5n + 3) {
    flex: 0 0 29.7%;
    max-width: 29.7%;
}

.card_listing .row .col-4:nth-child(5n + 2) {
    flex: 0 0 40.6%;
    max-width: 40.6%;
}

.card_listing .row .col-4:nth-child(5n + 4) {
    flex: 0 0 70.3%;
    max-width: 70.3%;
    align-items: flex-start;
}

.card_listing .row .col-4:nth-child(5n + 5) {
    flex: 0 0 29.7%;
    max-width: 29.7%;
    align-items: flex-start;
}

.card_listing .row .col-4:nth-child(5n + 1) .card_image {
    padding-top: 110%;
}

.card_listing .row .col-4:nth-child(5n + 2) .card_image {
    top: 80%;
    padding-top: 100%;
}

.card_listing .row .col-4:nth-child(5n + 3) .card_image {
    padding-top: 85%;
}

.card_listing .row .col-4:nth-child(5n + 4) .card_image {
    padding-top: 53%;
}

.card_listing .row .col-4:nth-child(5n + 5) .card_image {
    padding-top: 105%;
}

.card_listing .row .col-4:nth-child(5n + 4) .card_image,
.card_listing .row .col-4:nth-child(5n + 5) .card_image {
    min-height: 355px;
}

.card_listing .row .col-4:nth-child(5n + 4) .card_content,
.card_listing .row .col-4:nth-child(5n + 5) .card_content {
    min-height: auto;
}

/* card section css end */

/* service design css start */
.service_related_posts,
.service_design_section {
    padding-bottom: 100px;
}

.service_related_posts .row,
.service_design_section .row {
    margin: 0 -15px;
    gap: 30px 0;
}

.service_related_posts .row {
    justify-content: center;
}

.service_related_posts .row>*,
.service_design_section .row>* {
    margin: 0;
}

.service_card {
    position: relative;
    width: 100%;
}

.service_card .service_card_image {
    position: relative;
    padding-top: 135%;
    overflow: hidden;
    z-index: 1;
}

.service_card .service_card_image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service_card:hover .service_card_image img {
    transform: scale(1.2);
}

.service_card .service_card_content {
    padding-top: 15px;
}

.service_card .service_card_content a {
    text-align: center;
    width: 100%;
    display: block;
}

.service_card .service_card_content a:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 9;
}

/* service design css end */

/*project page css start */
.banner-title p {
    font-size: 50px;
    color: #A88E60;
    line-height: 1.4;
    margin-bottom: 40px;
}

.banner-title h1 {
    font-size: 20px;
    line-height: 1.4;
}

/*project page css end */

#back_to_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
    border: 1px solid #000;
    z-index: 999;
    color: #fff;
    background-color: #a88e60;
}

#back_to_top:hover {
    background-color: #000000;
    border-color: #a88e60;
}

.work-detail-banner .single-work-content-main {
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    inset: auto !important;
    padding: 50px 40px 20px;
    background-color: rgba(0, 0, 0, 0.8);
}

.work-detail-banner .single-work-post-content {
    position: absolute;
    inset: auto 0 0 auto;
    width: 100%;
    max-width: min(780px, 86%);
}

.work-detail-banner .banner-project-content-box {
    position: relative;
    z-index: 1;
}

.work-detail-banner .single-work-content-main .work-inner-content {
    margin-top: 15px;
    gap: 20px 20px;
}

.single-work-post-content .post-content>*:not(:last-child) {
    margin-bottom: 18px;
}

.work-detail-banner .single-work-content-main .work-inner-content p {
    display: block;
    margin-bottom: 6px;
}

.work-detail-banner .single-work-content-main .work-inner-content .client_name {
    width: 14%;
}

.work-detail-banner .single-work-content-main .work-inner-content .work-result {
    width: calc(51% - (20px* 2));
    margin: 0 !important;
}

.work-detail-banner .single-work-content-main .work-inner-content span * {
    color: inherit;
}

.work-detail-banner .single-work-content-main .work-inner-content span *:last-child {
    margin-bottom: 0;
}

@media(max-width:1750px) {
    .testimonila-section {
        background-position: top 70px right 0px;
    }

    .work-image {
        height: 370px;
        width: auto;
    }

}

@media(max-width:1650px) {
    .testimonila-section {
        background-position: top 70px right -100px;
    }
}

@media(max-width:1500px) {
    .slick-lightbox-slick-img {
        width: 854px !important;
        height: 440px !important;
        object-fit: cover;
    }

    .slick-lightbox-close {
        position: absolute;
        top: 10% !important;
        right: 16% !important;
    }

    .slick-lightbox .slick-next {
        right: 15% !important;
    }

    .slick-lightbox .slick-prev {
        left: 15% !important;
    }

    .testimonila-section {
        background-position: top 45px right -160px;
    }

    .service-image {
        width: 470px;
        height: 470px;
        bottom: 46%;
        right: 90px;
    }

    .service-process-heading h2 {
        font-size: 140px;
        line-height: 162px;
    }

    .service-process {
        padding: 150px 0 0;
    }

    .service-work-list_inner {
        width: calc((100% - 102px) / 3);
        margin: 0 25px;
    }

    .next-pre-wrraper {
        padding: 75px 0 95px;
    }

    /* .work-detail-banner .single-work-banner-main {
        max-width: 1200px;
    } */

    .single-work-content-main {
        max-width: 832px;
    }
}

@media(max-width:1300px) {
    .banner-title h1 {
        font-size: 45px;
    }

    section.home-page-contactus h2 {
        font-size: 120px;
        line-height: 150px;
    }

    /* contact-form */
    .contactus_form {
        flex-wrap: nowrap;
    }

    .form_left_sec {
        width: 30%;
        margin-right: 4%;
    }

    .form_right_sec {
        width: 66%;
        margin-left: 0;
    }

    .testimonila-section {
        height: 620px;
    }

    /*  */
    /* ===== ------Contact-inner page start---- ====== */
    .conatct-page-form {
        padding: 0 0 180px 0;
    }

    .conatct-page-form .conatct-page-right-sec {
        margin-left: 118px;
    }

    .conatct-page-right-bottom {
        margin-bottom: 40px;
    }

    .conatct-page-form .container>h2 {
        font-size: 110px;
        line-height: 169px;
        margin-top: -121px;
        color: white !important;
    }

    .conatct-page-form .conatct-page-form-inner {
        padding-top: 100px;
    }

    /* ===== ------Contact-inner page End---- ====== */
    .after-service-content h2 {
        font-size: 100px;
        line-height: 140px;
    }

    .after-service-content {
        max-width: 72%;
        margin: 0 auto;
    }

    /*===== ------ service-innerpage ===== ------*/
    .service-process-heading h2 {
        font-size: 130px;
        line-height: 150px;
    }

    .service-process-wrapper:last-child {
        margin-bottom: 90px;
        padding-bottom: 90px;
    }

    .service-process-wrapper-left span {
        font-size: 120px;
        line-height: 150px;
    }

    /* burger-menu */
    .burger-menu-inner li {
        margin-bottom: 27px;
    }

    .burger-menu-first {
        margin-bottom: 89px;
    }

    .burger-menu-sec {
        margin-bottom: 35px;
    }

    .home .home-page-banner .banner-title {
        padding-inline: 70px;
    }
}

@media(max-width:1199px) {
    .home-page-banner.service-inner-banner .inner-banner-about {
        padding: 0;
    }

    .slick-lightbox-slick-img {
        width: 694px !important;
        height: 410px !important;
    }

    .slick-lightbox-close {
        position: absolute;
        top: 8% !important;
        right: 5% !important;
    }

    .service-inner-banner .home-page-banner-wrapper.inner-banner-work {
        padding: 0;
    }

    .service-inner-banner .home-page-banner-wrapper.inner-banner-about .banner-title {
        max-width: 80%;
        margin: auto;
    }

    .service-inner-banner .banner-content {
        padding: 162px 0 255px;
    }

    .home-page-banner-wrapper.inner-banner-work {
        padding: 180px 0 78px;
    }

    h2,
    .head2 {
        font-size: 42px;
        line-height: 52px;
        font-weight: 400;
    }

    .after-service-content {
        text-align: center;
    }

    .after-service-content {
        max-width: 70%;
    }

    .after-service-content h2 {
        display: flex;
        flex-wrap: wrap;
    }

    .after-service-content h2 span {
        width: 100%;
        display: block;
        text-align: left;
    }

    .banner-content {
        padding-bottom: 60px;
    }

    .banner-bottom-contentsection-para {
        width: 100%;
        padding: 60px 0;
        margin-top: 0;
    }

    .banner-bottom-contentsection-para::before {
        display: none;
    }

    .banner-bottom-contentsection {
        background-color: #000;
    }

    .home-page-service {
        padding-top: 90px;
    }

    .after-service-content h2 {
        font-size: 80px;
        line-height: 119px;
    }

    .home-page-content-after-service {
        padding: 90px 0;
    }

    .home-page-work {
        padding: 90px 0;
    }

    /* service-section */
    /* .service-image {
        position: relative;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: unset;
    } */

    .banner-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .service-list .dropdown-menu {
        margin-bottom: 30px;
    }

    .service-list h2 {
        font-family: 'Neutra Text';
        font-size: 50px;
        line-height: 60px;

    }

    .service-image {
        height: 400px;
        width: 400px;
        padding-top: 25px;
        top: -36px;
        right: 70px;
    }

    .service-list .dropdown-menu:nth-child(2) {
        margin-bottom: 35px;
    }

    .service-list .dropdown-menu>a span {
        font-size: 50px;
        line-height: 60px;
    }

    .service-list .dropdown-menu>a>span::before {
        top: 62px;
    }

    .service-content::after {
        max-width: unset;
    }

    .service-list {
        padding: 75px 0px 85px 95px;
        margin: 70px 0 0 90px;
        background: #f6f6f6;
    }


    /* work-section */
    .project-wrapper .row {
        gap: 50px 0;
        margin: 0;
        align-items: unset;
        justify-content: unset;
    }

    .project-item.project-item-col {
        width: 50%;
    }

    .project-wrapper .row .project-item {
        padding: 0 15px;
    }

    /* testimonial-section */
    .home-page-testimonial .slick-prev {
        left: 50%;
    }


    /* client-section */
    .home-page-clients h2 {
        margin-bottom: 60px;
    }

    .client-logos .row {
        gap: 50px 0px;
    }

    .home-page-clients .client-logos .row .client-logo-col {
        width: 25%;
    }

    .home-page-clients {
        padding: 140px 0 90px;
    }

    /* team-section */
    .home-page-team {
        padding: 90px 0;
    }

    /* footer */
    .footer_logo {
        width: 30%;
    }

    .footer_contact_info {
        width: 45%;
    }

    .footer-info {
        width: 22%;
    }

    .footer_logo img {
        width: 230px;
    }

    .footer_logo {
        width: 30%;
    }

    .footer_contact_info {
        width: 36%;
    }

    .footer-info {
        width: 34%;
    }

    .footer-menu,
    .footer-social-media {
        max-width: 260px;
    }

    .home-page-team .slick-slide {
        text-align: center;
        margin-right: 17px;
        margin-left: 17px;
    }

    header,
    header.sticky {
        padding: 20px 0px;
    }

    .home-page-clients {
        padding: 90px 0;
    }

    footer {
        padding: 4rem 0;
    }

    /* ====inner-pages-start */
    .whostarted_section h2 {
        margin-bottom: 40px;
    }

    .whostarted_section {
        padding: 90px 0;
    }

    .testimonila-section {
        height: 550px;
    }

    .whostarted_section .row>div {
        padding: 0 15px;
    }

    footer .footer_contact_info {
        padding-left: 20px;
    }

    /* ====inner-pages-end */

    .home-page-testimonial .slick-arrow {
        height: 30px;
        width: 30px;
    }

    .service-content::after {
        background-color: unset;
        top: 80px;
    }

    /* service-inner page */
    .service-work-list_inner {
        width: 48%;
        margin: 0 1%;
    }

    .service-work-list_inner:nth-child(2) {
        margin-right: 0;
    }

    .service-work-list_inner:nth-child(3) {
        margin-left: 0;
        margin-top: 35px;
    }

    .service-work-list_inner img {
        height: 600px;
        object-fit: cover;
    }

    .service-process-wrapper-left span {
        right: -80px;
        top: -110px;
        font-size: 100px;
        line-height: 145px;
    }

    .service-process-wrapper-left {
        width: 46%;
    }

    .service-process-wrapper-right {
        width: 46%;
    }

    .service-process-wrapper-left span:before {
        height: 185px;
        width: 185px;
    }

    .service-process-heading h2 {
        font-size: 100px;
        line-height: 130px;
    }

    .service-process-step .service-process-wrapper:nth-child(even) .service-process-wrapper-left span {
        left: -50px;
        right: unset;
        top: -140px;
    }

    .service-process-wrapper {
        margin-bottom: 100px;
        margin-top: 160px;
        padding-bottom: 25px;
    }

    .service-process-step .service-process-wrapper:nth-child(even) {
        flex-direction: row-reverse;
        padding: 70px 0px 100px;
    }

    .service-process-wrapper:first-child {
        margin-top: 180px;
    }

    .service-process {
        padding: 100px 0 0;
    }

    .service-process-wrapper:last-child {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .service-inner-banner .banner-content {
        padding-bottom: 65px;
    }

    .service-page-latest-works .slick-prev {
        left: 30px;
    }

    .service-page-latest-works .slick-next {
        right: 30px;
    }

    .service-page-service-list .service-page-text {
        max-width: 48%;
        margin-right: 70px;
    }

    .service-page-service-list .service-page-list {
        max-width: 44.5%;
        width: 100%;
    }

    .service-page-service-list .dropdown-menu h2 {
        font-size: 90px;
        line-height: 100px;
    }

    .service-page-service-list .dropdown-menu {
        margin-bottom: 30px;
    }

    /* .content-after-banner-inner {
        padding: 40px 0 200px;
    } */

    .content-after-banner-inner .single-work-content-left span:nth-of-type(1) {
        padding-bottom: 25px;
    }

    .work-inner-content {
        margin-top: 45px;
    }

    .single-work-image-slider {
        padding: 150px 0 45px;
    }

    .work-result {
        width: 50%;
        margin-left: 20px;
    }

    .work-mian-slider .slick-slide {
        margin-left: 10px;
        margin-right: 10px;
    }

    .work-mian-slider.slick-slider {
        margin: 0 -10px;
    }

    .work-mian-slider img {
        height: 500px;
    }

    .single-work-content-main {
        height: 856px;
    }

    .single-work-slider-text p {
        font-size: 45px;
        line-height: 59px;
        padding-bottom: 10px;
    }

    .single-work-before-after-slider .gallery-img-holder img {
        height: 600px;
    }

    .next-pre-wrraper {
        padding: 25px 0 75px;
    }

    .single-work-slider-text p:first-child {
        padding-left: 40px;
    }

    .error-page {
        padding: 50px 0;
    }

    .error-form {
        padding: 30px 0;
    }

    /* light-box */
    .slick-lightbox .slick-prev {
        left: 15px !important;
    }

    .slick-lightbox .slick-next {
        right: 15px !important;
    }

    /* light-box-end */
    .pivercy-detail {
        padding: 90px 0;
    }

    .single-page-content {
        margin-top: 4rem;
    }

    .single-page-content h1 {
        margin-bottom: 30px;
    }

    .single-page-content p strong {
        margin-bottom: 10px;
    }

    .single-page-content p {
        margin-bottom: 15px;
    }

    section.single-post-content {
        padding: 80px 0;
    }

    .post-content-wrapper p,
    .post-content-wrapper h3 {
        max-width: 711px;
        margin-bottom: 35px;
    }

    .single-post-banner .post-banner-image {
        height: 650px;
    }

    .home-banner-work.home-page-banner-wrapper.inner-banner-work .banner-content {
        padding: 162px 0 107px;
    }

    .home-page-testimonial .slick-arrow {
        top: 0;
    }

    .whatsapp_sticky_btn a {
        font-size: 20px;
        padding: 17px 20px;
        margin-right: -188px;
    }

    .whatsapp_sticky_btn a i {
        font-size: 35px;
    }

    .card_listing .row {
        margin: 0 -15px;
        gap: 30px 0;
    }

    .card_listing .row>* {
        padding: 0 15px;
    }

    .card_section {
        padding-top: 90px;
    }

    .category-project .banner-title p {
        font-size: 42px;
    }
}

@media(max-width:1024px) {

    .project-wrapper .row .project-item .project-image {
        padding-top: unset !important;
    }

    .project-wrapper .row .project-item .project-image img {
        position: relative;
    }

    .project-wrapper {
        margin-top: 30px;
    }

    .contactus_form {
        margin-top: 60px;
    }

    /* .footer_logo {
        width: 26%;
    }

    .footer_contact_info {
        width: 38%;
    } */

    .footer-info {
        /* width: 34%; */
        justify-content: unset;
    }

    .footer-menu ul li {
        margin-bottom: 10px;
    }

    .footer-menu {
        margin-bottom: 30px;
    }

    .form_left_sec,
    .form_right_sec {
        width: 100%;
        margin: 0;
    }

    .form_right_sec {
        padding-top: 50px;
    }

    /* contact-form */
    .contactus_form {
        flex-direction: column;
    }

    section.home-page-contactus h2 {
        font-size: 80px;
        line-height: 120px;
    }

    .contactus_form {
        margin-top: 30px;
    }

    .form_left_sec h3 {
        margin-bottom: 30px;
    }

    .form_left_sec p,
    .form_left_sec p strong {
        margin-bottom: 15px;
    }

    .form_left_sec .whatsapp_share {
        align-items: center;
    }

    .project-wrapper .row .project-item {
        flex: unset !important;
        max-width: 100% !important;
    }

    .after-service-content h2 {
        font-size: 60px;
        line-height: 80px;
    }

    .after-service-content span {
        font-size: 37px;
        line-height: 55px;
    }

    .team-section h2 {
        margin-bottom: 25px;
    }

    .founder-item-inner .founder-info {
        padding: 30px;
    }

    .conatct-page-form .conatct-page-right-sec {
        max-width: 45%;
        margin-left: 50px;
    }

    .conatct-page-form .conatct-page-left-sec {
        max-width: 49%;
    }

    .conatct-page-right-bottom:nth-of-type(2) {
        margin-bottom: 45px;
    }

    .conatct-page-left-sec p:nth-of-type(2) {
        margin-top: 30px;
    }

    /* ===== ------Contact-inner page Start---- ====== */
    .conatct-page-form .form-inner {
        margin-top: 45px;
    }

    .conatct-page-form .container>h2 {
        font-size: 90px;
        line-height: 110px;
        margin-top: -87px;
        color: white !important;
    }

    .conatct-page-form .conatct-page-form-inner {
        padding-top: 100px;
    }

    .conatct-page-form {
        padding: 0 0 120px 0;
    }

    .founder-item-inner:hover .founder-info,
    .team-item-inner:hover .founder-info {
        bottom: 0;
    }

    /* ===== ------Contact-inner page End---- ====== */
    .after-service-content {
        max-width: 53%;
    }

    .home-page-testimonial .slick-next {
        right: 8%;
    }

    .home-page-testimonial .slick-prev {
        left: 54%;
    }

    /* worl section */
    .work-image {
        height: 290px;
    }

    .work-list-wrapper:nth-child(9n + 3) .work-image {
        height: 100%;
    }

    .header-menu {
        width: 670px;
    }

    header ::-webkit-scrollbar-thumb {
        background: #c5c2bc;
        border-radius: 10px;
    }

    header ::-webkit-scrollbar {
        width: 4px;
    }

    .service-list .dropdown-menu>a span {
        margin-right: 30px;
    }

    .home-page-clients.about-page-clients {
        margin-top: -170px;
        padding: 185px 0 70px;
    }

    .home-page-clients h2 {
        margin-bottom: 50px;
    }

    .card_listing .row .col-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .card_section h2 {
        margin-bottom: 30px;
    }

    .project-map-section iframe {
        height: 440px;
    }

    .content-after-banner-inner {
        padding: 60px 0;
    }

    .single-work-post-content+.project-map-section {
        margin-top: 80px;
    }
}

@media(max-width:991px) {

    .service-inner-banner .home-page-banner-wrapper.inner-banner-about .banner-title {
        max-width: 90%;
    }

    .service-list {
        padding: 30px 20px;
        margin: 30px 0px;
    }

    .service-image {
        position: relative;
        top: 50px;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: unset;
    }


    .form_left_sec h3 {
        font-size: 45px;
        line-height: 1.2;
    }

    .after-service-content {
        max-width: 58%;
        text-align: center;
        margin: auto;
    }

    .after-service-content h2 span {
        max-width: 95%;
    }

    .after-service-content h2 {
        justify-content: center;
        font-size: 50px;
        line-height: 65px;

    }

    .after-service-content p {
        text-align: center;
    }

    .testimonial-slider-content {
        padding: 30px 0 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-slider-content p strong {
        margin-bottom: 15px;
    }

    .testimonial-slider-img-col {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-page-testimonial {
        padding: 80px 0px 80px;
        margin-bottom: 0;
    }

    .home-page-testimonial .slick-arrow {
        top: -45px;
    }

    .team-section h2 {
        margin-bottom: 15px;
    }

    .team-section {
        padding-bottom: 2rem;
    }

    .testimonila-section {
        padding: 40px 0 40px;
        height: 450px;
        background-position: center;
    }

    .testimonila-section h2 {
        line-height: 50px;
    }

    .founder-item-inner .founder-info h3,
    .team-item-inner .founder-info h3 {
        font-size: 28px;
        line-height: 35px;
        word-wrap: break-word;
    }

    .designetion {
        margin-bottom: 20px;
    }

    /* ===== ------Contact-inner page start---- ====== */
    .conatct-page-form .conatct-page-left-sec {
        max-width: 100%;
    }

    .conatct-page-form .conatct-page-right-sec {
        max-width: 100%;
        margin: 50px 0 0 0;
    }

    .conatct-page-form .wpcf7-submit {
        margin: 20px 0 0 0;
    }

    .contact-inner-banner .banner-content {
        padding: 200px 0 185px;
    }

    .conatct-page-right-bottom:last-child {
        margin-bottom: 0;
    }

    /* ===== ------Contact-inner page End---- ====== */
    .service-list .dropdown-menu>a h2 span {
        line-height: 0.8;
    }

    .home-page-testimonial .slick-next {
        right: 1%;
    }

    .home-page-testimonial .slick-arrow {
        height: 20px;
        width: 30px;
    }

    .home-page-testimonial .slick-prev {
        left: 81%;
    }

    .teamjoin-box {
        width: 30%;
    }

    .team-item-inner .founder-info {
        padding: 14px;
    }

    .service-work-list_inner img {
        height: 560px;
        object-fit: cover;
    }

    /* =========---service-innerpage====---- */
    .service-process-heading h2 {
        font-size: 70px;
        line-height: 90px;
    }

    .service-process-wrapper-right {
        width: 47%;
    }

    .service-process-wrapper-left {
        width: 48%;
    }

    .service-process-wrapper-left span {
        right: -50px;
        top: -100px;
        font-size: 60px;
        line-height: 145px;
    }

    .service-process-step .service-process-wrapper:nth-child(even) .service-process-wrapper-left span {
        left: -11px;
        right: unset;
        top: -130px;
    }

    .service-process-wrapper-left span:before {
        height: 135px;
        width: 135px;
    }

    .service-process-wrapper:first-child {
        margin-top: 140px;
        margin-bottom: 20px;
    }

    .service-process-wrapper {
        margin: 0px 0;
        padding-bottom: 80px;
    }

    .service-process-wrapper:nth-child(2) {
        margin-bottom: 150px;
    }

    .service-page-service-list .service-page-text {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .service-page-service-list .dropdown-menu h2 {
        font-size: 60px;
        line-height: 70px;
        max-width: 100%;
    }

    .service-page-service-list .service-page-list {
        max-width: 75%;
    }

    .service-page-service-list .dropdown-menu.close h2:after {
        right: 0;
        top: 0;
    }

    .service-page-service-list .dropdown-menu.open h2:after {
        right: -10px;
        transform: rotate(45deg) translate3d(-8px, -1px, 0);
    }

    .service-page-service-list {
        background: #000;
        padding: 277px 0 70px;
    }

    /* work-section */
    .work-list-main {
        display: flex;
        flex-wrap: wrap;
        grid-gap: unset;
        justify-content: space-between;
    }

    .work-list-wrapper {
        width: 48.5%;
        margin-bottom: 20px;
    }

    .header-menu {
        width: 600px;
    }

    .burger-menu-first {
        margin-bottom: 65px;
    }

    .work-content span.title {
        font-size: 28px;
    }

    .single-work-content-main {
        max-width: 100%;
        height: calc(100% + 112px);
    }

    .work-detail-banner .single-work-banner-main {
        height: min(800px, calc(80vh - var(--wp-admin--admin-bar--height, 0px)));
    }

    .single-work-image-slider {
        padding: 120px 0 45px;
    }

    section.single-work-post-slider {
        padding: 35px 0;
    }

    .work-inner-content {
        margin-top: 35px;
    }

    .single-work-slider-text p:first-child {
        padding-left: 25px;
    }

    .single-work-content-right {
        width: 50%;
        text-align: right;
    }

    .single-work-content-right a {
        text-align: left;
    }

    .content-after-banner-inner .single-work-content-left span:nth-of-type(1) {
        padding-bottom: 15px;
    }

    .work-mian-slider .slick-arrow,
    .single-work-before-after-slider .slick-arrow {
        height: 46px;
        width: 46px;
        background-size: 25px;
    }

    .slick-lightbox-slick .slick-arrow {
        height: 40px;
        width: 40px;
        background-size: 28px;
    }


    .footer-info {
        width: 38%;
    }

    .footer_logo {
        width: 26%;
    }

    /* pivercy-policy */
    .single-page-content h1 {
        font-size: 45px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .single-page-content p {
        margin-bottom: 10px;
    }

    .single-page-content h2,
    .single-page-content h3,
    .single-page-content h4,
    .single-page-content h5 {
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .post-content-wrapper p,
    .post-content-wrapper h3 {
        max-width: 711px;
        margin-bottom: 30px;
    }

    .single-post-content .post-content-wrapper .wp-block-image {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .section.single-post-banner .post-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .single-work-before-after-slider .gallery-img-holder img {
        height: 540px;
    }

    .single-work-ba-slide .single-work-ba-slide-inner {
        width: 48.5%;
    }



    /* .service-page-service-list .dropdown-menu.open h2:after {
        background-size: 16px;
        width: 40px;
        height: 40px;
        top: 17px;
    } */

    .service-page-service-list .dropdown-menu h2 span {
        line-height: 48px;
    }

    .card_listing .row .col-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        align-items: flex-end !important;
    }

    .card_listing .row .col-4:nth-child(2n + 1) .card_image {
        padding-top: 110%;
    }

    .card_listing .row .col-4:nth-child(2n + 2) .card_image {
        padding-top: 140%;
    }

    .card_listing .card .card_content {
        min-height: 228px !important;
    }

    .home .home-page-banner .banner-title {
        padding: 120px 0 70px;
    }

    .home-page-banner-wrapper .social_icons {
        left: 20px;
        right: 20px;
        bottom: 60px;
    }

    .home-page-banner-wrapper .social_icons ul {
        flex-direction: row;
        justify-content: center;
    }

    .service_related_posts .row>*,
    .service_design_section .row>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .service_related_posts,
    .service_design_section {
        padding-bottom: 80px;
    }

    .service-page-service-list .dropdown-menu h2:before {
        top: 17px;
        right: -4px;
    }
}

@media(max-width:850px) {
    .slick-lightbox-slick-img {
        width: 654px !important;
        height: 400px !important;
    }

    .after-service-content h2 span {
        max-width: 94%;
    }

    .founder-info span,
    .founder-info a {
        font-size: 19px;
        /* word-break: break-all; */
    }
}

@media(max-width:767px) {
    .service-process-wrapper-right h2 {
        margin-top: 5px;
    }

    .slick-lightbox-slick-img {
        width: 100% !important;
    }

    .home-page-banner-wrapper.inner-banner-work .banner-content {
        padding: 145px 0 70px;
    }

    .service-inner-banner .banner-content {
        padding: 125px 0 45px;
    }

    .service-page-service-list .dropdown-menu h2 span {
        line-height: 39px;
    }

    .home-page-banner-wrapper.inner-banner-work {
        padding: 140px 0 70px;
    }

    h2,
    .head2 {
        font-size: 35px;
        line-height: 43px;
        font-weight: 400;
    }

    .home-page-banner-wrapper {
        background-position: center;
    }

    .banner-title h1 {
        font-size: 35px;
    }

    .banner-content {
        z-index: 99;
        padding-bottom: 50px;
    }

    header,
    .header.sticky {
        padding: 20px 0px;
    }

    /* footer */
    footer {
        padding: 4rem 0;
    }

    .footer_contact_info {
        width: 55%;
    }

    .footer-info {
        width: 45%;
        justify-content: unset;
    }

    .copyright-menu ul {
        justify-content: center;
        margin-top: 10px;
    }

    .copyright-text {
        text-align: center;
    }

    .copyright-section {
        flex-direction: column;
    }

    .footer_logo {
        width: 100%;
    }

    .copyright-section {
        margin-top: 15px;
    }

    .home-page-clients .client-logos .row .client-logo-col {
        width: 33%;
        padding: 0 5px;
    }

    .copyright-text {
        order: 4;
        margin-top: 30px;
    }

    /* contact-form */
    .form_left_sec h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .form_left_sec p strong {
        font-size: 20px;
        line-height: 28px;
    }

    .form_right_sec form input[type=submit] {
        margin-top: 45px;
    }

    section.home-page-contactus h2 {
        font-size: 70px;
    }

    .form_left_sec h3 {
        margin-bottom: 20px;
    }

    section.home-page-contactus {
        padding: 0 0 50px 0;
    }

    section.home-page-contactus h2 {
        font-size: 55px;
        line-height: 65px;
        padding-top: 10px;
        top: -21px;
    }

    .form_left_sec p,
    .form_left_sec p strong {
        margin-bottom: 15px;
    }

    form input[type="text"],
    form input[type="email"],
    form input[type="number"],
    form input[type="search"],
    form input[type="url"],
    form textarea {
        margin-bottom: 25px;
        height: 36px;
    }

    .wpcf7-not-valid-tip {
        font-size: 15px;
        position: absolute;
        bottom: -24px;
    }

    /* ourclient */
    .home-page-clients {
        padding: 50px 0;
    }

    .home-page-clients h2 {
        margin-bottom: 30px;
    }

    .client-logos .row {
        gap: 25px 0px;
    }

    .client-logos .row .client-logo-col {
        margin-bottom: 5px;
    }

    /* .banner-bottom-contentsection {
        padding: 50px 0;
    } */

    /*  */
    /*  */
    .after-service-content span {
        font-weight: 400;
        font-size: 30px;
        line-height: 45px;
        text-transform: lowercase;
        color: #fff;
    }

    .home-page-content-after-service {
        padding: 50px 0;
    }

    .after-service-content h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .after-service-content span {
        font-size: 30px;
        line-height: 45px;
    }

    .after-service-content p {
        font-size: 18px;
        line-height: 26px;
    }

    /*  */
    .home-page-work {
        padding: 40px 0;
    }

    /*  */
    .service-image {
        height: 320px;
        width: 320px;
        padding-top: 25px;
        top: 80px;
    }

    .service-content::after {
        top: 20px;
    }

    .testimonial-slider-content {
        padding: 0 32px;
        flex: unset;
        max-width: 100%;
        width: 100%;
    }

    .testimonial-slider-img-col {
        max-width: 100%;
    }

    .project-wrapper .row .project-item {
        padding: 0;
    }

    .project-wrapper .row {
        gap: 20px 0;
    }

    .project-wrapper {
        margin-top: 30px;
    }

    .project-wrapper .project-item {
        width: 50%;
    }

    .project-wrapper .row .project-item {
        flex: unset !important;
        max-width: 50% !important;
    }

    .project-d {
        margin-top: 15px;
    }

    .home-page-team {
        padding: 50px 0;
    }

    .service-list h2 {
        font-size: 35px;
        line-height: 1;
        align-items: start;
    }

    .service-list .dropdown-menu>a span {
        margin-right: 30px;
        font-size: 45px;
        line-height: 55px;
    }

    .service-list .dropdown-menu>a {
        align-items: center;
    }

    .service-list .dropdown-menu>a>span::before {
        top: 67px;
    }

    .testimonial-title h2 {
        margin-bottom: 15px;
    }

    .testimonial-title p {
        font-size: 19px;
        line-height: 26px;
    }

    .testimonial-slider-img-col {
        padding: 0 0px;
        flex: 0 0 100%;
    }

    .testimonial-slider-content h2 {
        line-height: 1.2;
    }

    .testimonial-slider-content p strong {
        margin-bottom: 10px;
    }

    .home-page-testimonial {
        padding: 50px 0;
        margin-bottom: 0;
    }

    .testimonial-slider-content {
        padding: 15px 0 0 0px;
    }

    .home-page-testimonial .slick-arrow {
        top: -42px;
    }

    .project-wrapper .row .project-item {
        flex: unset !important;
        max-width: 48% !important;
    }

    .project-wrapper .row {
        justify-content: space-between;
    }

    /* ====inner-pages-start */
    .whostarted_section h2 {
        margin-bottom: 20px;
    }

    .whostarted_section {
        padding: 50px 0;
    }

    .team-section .row {
        justify-content: space-between;
    }


    .team-item {
        width: 48%;
    }

    .testimonila-section h2 {
        line-height: 48px;
        margin-bottom: 18px;
    }

    .testimonial-content a {
        margin-top: 30px;
    }

    .testimonila-section {
        height: 350px;
        background-size: 450px;
        background-position: top;
    }

    .founder-item-inner .founder-info {
        padding: 15px;
    }

    .whostarted_section .row .founder-item:first-child {
        padding-left: 0;
    }

    .whostarted_section .row .founder-item:last-child {
        padding-right: 0px;
    }

    .whostarted_section .row>div {
        padding: 0;
    }

    .team-section .row>div {
        padding: 0;
        margin-bottom: 18px;
    }

    .teamjoin-box p,
    .teamjoin-box a {
        margin-bottom: 30px;
    }

    .teamjoin-box::after {
        bottom: 20px;
    }

    .conatct-page-right-bottom:nth-of-type(2),
    .conatct-page-right-bottom {
        margin-bottom: 25px;
    }

    .conatct-page-form .container>h2 {
        font-size: 70px;
        line-height: 86px;
        margin-top: -68px;
        color: white !important;
    }

    .conatct-page-form .conatct-page-form-inner {
        padding-top: 70px;
    }


    .conatct-page-left-sec>p>strong {
        margin-bottom: 15px;
    }

    .conatct-page-left-sec p:nth-of-type(2) {
        margin-top: 20px;
    }

    .conatct-page-form {
        padding: 0 0 60px 0;
    }

    .conatct-page-form .wpcf7-submit {
        margin: 10px 0 0 0;
    }

    .conatct-page-right-bottom h2 {
        font-size: 40px;
    }

    /* ====inner-pages-end */
    header,
    header.sticky {
        padding: 10px 0px;
    }

    header .logo {
        width: 200px;
    }



    .home-page-service {
        padding-top: 40px;
    }

    .service-content::after {
        background-color: unset;
    }

    .after-service-content h2 span {
        max-width: 83%;
    }

    .after-service-content h2 {
        justify-content: unset;
    }

    .contact-inner-banner .banner-content {
        padding: 140px 0 150px;
    }


    .teamjoin-box {
        width: 48%;
    }

    .home-page-clients.about-page-clients {
        margin-top: -100px;
        padding: 100px 0 60px;
    }

    .form_left_sec .whatsapp_share_wrapper i {
        margin-right: 10px;
    }

    .service-work-list_inner {
        width: 100%;
        margin: 0 0 20px;
    }

    .service-work-list_inner img {
        height: auto;
    }

    .service-work-list_inner:nth-child(3) {
        margin-left: 0;
        margin-top: auto;
    }

    .service-work-heading-inner {
        padding-bottom: 46px;
    }

    .service-process-wrapper-left span {
        right: 46px;
        top: -120px;
        font-size: 60px;
        line-height: 145px;
    }

    .service-process-step .service-process-wrapper:nth-child(even) .service-process-wrapper-left span {
        left: 40px;
        right: unset;
        top: -120px;
    }

    .img-content img {
        width: 100%;
    }

    .service-process-wrapper-left,
    .service-process-wrapper-right {
        width: 100%;
    }

    .img-content_btm {
        position: relative;
        margin: 10px 0;
    }

    .service-process-wrapper:nth-child(2) {
        margin-bottom: 80px;
    }

    .service-process {
        padding: 70px 0 0;
    }

    .service-process-wrapper:last-child {
        margin-bottom: 50px;
        padding-bottom: 30px;
    }

    .service-page-service-list .dropdown-menu h2 {
        font-size: 50px;
        line-height: 52px;
    }

    .service-inner-banner .banner-content {
        padding-bottom: 35px;
    }

    /* work-section */
    /* Styles for screen width 991px and above */
    .work-list-main {
        grid-template-rows: repeat(6, 1fr);
        grid-template-columns: repeat(4, 1fr);
    }

    .work-list-wrapper:nth-child(9n + 1) {
        grid-column: 1;
        grid-row: span 2;
    }

    .work-list-wrapper:nth-child(9n + 2) {
        grid-column: 2;
        grid-row: span 2;
    }

    .work-list-wrapper:nth-child(9n + 3) {
        grid-column: 3;
        grid-row: span 2;
    }

    .work-list-wrapper:nth-child(9n + 4) {
        grid-column: 4;
        grid-row: span 2;
    }

    .work-list-wrapper:nth-child(9n + 5) {
        grid-column: 1/3;
        grid-row: span 2;

    }

    .work-content span.title {
        font-size: 24px;
        line-height: 34px;
    }

    .work-content {
        padding: 15px 20px;
    }

    .single-work-ba-slide .single-work-ba-slide-inner {
        width: 100%;
    }

    .single-work-before-after-slider .slick-arrow {
        background-size: 25px;
    }

    .single-work-before-after-slider .slick-arrow.slick-prev {
        left: unset;
        right: 100px;
    }

    .single-work-before-after-slider .slick-arrow {
        top: 0;
        background-size: 25px;
    }

    /* .service-inner-banner .inner-banner-work {
        height: 460px;
    } */

    /* burger-menu */
    .header-menu {
        width: 430px;
    }

    .burger-menu-first {
        margin-bottom: 35px;
    }

    .burger-contact-list-sec {
        margin-left: 0;
    }

    .burger-menu-first ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .burger-menu-inner h4 {
        margin-bottom: 25px;
        font-size: 35px;
    }

    .header-right .burger-menu-inner {
        padding: 0;
        max-height: 100%;
    }

    header .header-right .header-menu {
        padding: 130px 55px 55px;
    }

    .burger-menu-sec {
        margin-bottom: 35px;
        flex-wrap: wrap;
    }

    .burger-contact-sec {
        width: 100%;
    }

    body.page-template-home-template .nav_toggle {
        display: none;
    }

    .work-list-section_main {
        padding-bottom: 35px;
    }

    .work-content span.title {
        font-size: 28px;
    }

    .header-menu {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        height: var(--app-height);
    }

    .single-work-image-slider {
        padding: 95px 0 30px;
    }

    .work-mian-slider img {
        height: 450px;
    }

    .single-work-content-main {
        max-width: 100%;
        height: calc(100% + 127px);
    }

    .single-work-content-main {
        padding: 40px 20px;
    }

    .single-work-slider-text p {
        font-size: 35px;
        line-height: 45px;
    }

    section.single-work-post-slider {
        padding: 30px 0;
    }

    .single-work-before-after-slider .slick-slider {
        margin: 0 -10px;
    }

    .work-mian-slider .slick-arrow,
    .single-work-before-after-slider .slick-arrow {
        height: 36px;
        width: 36px;
        background-size: 16px;
    }

    .work-mian-slider .slick-prev,
    .single-work-before-after-slider .slick-prev {
        left: 23px;
    }

    .work-mian-slider .slick-arrow,
    .single-work-before-after-slider .slick-arrow {
        right: 25px;
    }

    .work-result {
        width: 60%;
        margin-left: 15px;
    }

    .error-page h1 {
        font-size: 50px;
        line-height: 58px;
        font-weight: 400;
    }

    .single-page-content {
        margin-top: 3rem;
    }

    .single-page-content h1 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .pivercy-detail {
        padding: 60px 0;
    }

    .single-post-banner .post-banner-image {
        height: 420px;
    }

    section.single-post-banner .post-title h1 {
        font-size: 36px;
        line-height: 46px;
    }

    section.single-post-content {
        padding: 40px 0;
    }

    .service-list .dropdown-menu>a>span {
        padding-bottom: 5px;
        position: relative;
    }

    .service-list .dropdown-menu:first-child>a {
        align-items: start;
    }

    .service-list .dropdown-menu:first-child>a>span {
        top: -3px;
    }

    .service-list .dropdown-menu:nth-child(2) span {
        top: 0px;
    }

    .single-work-ba-slide-inner:first-child {
        padding: 0 0 10px;
    }

    .single-work-ba-slide-inner:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .single-work-ba-slide-inner:nth-child(2) p {
        padding: 10px 0 0 0;
    }

    .single-work-ba-slide-inner:nth-child(1) p {
        padding: 0 0 10px 0;
    }

    .single-work-before-after-slider .slick-arrow {
        background-size: 26px;
    }

    .single-work-ba-slide {
        gap: 10px;
    }

    .service-page-service-list .dropdown-menu.close h2:after {
        right: 0;
        top: 0;
    }

    .service-page-service-list .dropdown-menu.open h2:after {
        background-size: 16px;
        width: 40px;
        height: 40px;
        top: 10px;
    }

    .slick-lightbox-slick-img {
        width: 624px !important;
        height: 280px !important;
    }

    .whatsapp_sticky_btn a {
        font-size: 16px;
        padding: 14px 15px;
        margin-right: -151px;
    }

    .whatsapp_sticky_btn a i {
        margin-right: 14px;
        font-size: 30px;
    }

    .home .home-page-banner-wrapper {
        min-height: var(--app-height, calc(100vh - var(--wp-admin--admin-bar--height, 0px)));
        height: auto;
    }

    .home-page-banner-wrapper .social_icons {
        bottom: 50px;
    }

    .card_section {
        padding-top: 40px;
    }

    .category-project .banner-title p {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .project-map-section iframe {
        height: 400px;
    }

    .service-page-service-list .dropdown-menu h2:before {
        top: 9px;
    }

    header .mobile-menu-trigger {
        display: flex;
    }

    .menu-top-menu-container {
        display: none;
    }

    .work-detail-banner .single-work-post-content {
        position: relative;
        inset: auto;
        max-width: 100%;
    }

    .work-detail-banner .single-work-post-content .single-work-content-main {
        background-color: #000;
        padding: 30px 20px;
    }

    .work-detail-banner .single-work-content-main .work-inner-content {
        margin-top: 25px;
    }
}

@media(max-width:600px) {
    .admin-bar header.sticky {
        top: 0;
    }
}

@media(max-width:650px) {
    .after-service-content {
        max-width: 63%;
    }

    .footer_contact_info,
    .footer-info {
        width: 100%;
    }

    .footer-menu,
    .footer-social-media {
        max-width: 100%;
    }

    .footer-menu ul li {
        width: calc(100% / 1);
    }

    footer .row>div {
        text-align: center;
    }

    .footer-social-media ul {
        justify-content: center;
    }

    footer {
        padding: 30px 0;
    }

    .copyright-menu ul {
        gap: 5px;
        align-items: center;
        flex-direction: column;
    }

    footer .footer_contact_info {
        padding-left: 00;
    }

}

@media(max-width:575px) {
    .single-work-before-after-slider .gallery-img-holder img {
        height: 300px;
    }

    .service-page-service-list .dropdown-menu h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .service-page-service-list .dropdown-menu h2 span {
        line-height: 28px;
    }

    .service-page-service-list .dropdown-menu {
        margin-bottom: 20px;
    }

    .service-page-service-list .dropdown-menu.open h2:after {
        top: 8px;
    }

    .home_banner {
        justify-content: unset;
        text-align: left;
    }

    .contact-inner-banner .banner-content {
        padding: 120px 0 120px;
    }

    .home-page-team .slick-slide {
        text-align: center;
        margin-right: 0;
        margin-left: 0;
        padding: 0 15px;
    }

    .service-image {
        height: 270px;
        width: 270px;
        padding-top: 25px;
        top: 40px;
    }


    .work-content-wrapper .project-d span {
        line-height: 12px;
    }

    p {
        font-size: 17px;
        line-height: 25px;
    }

    h2,
    .head2 {
        font-size: 26px;
        line-height: 33px;
        font-weight: 400;
    }

    .banner-title h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .form_left_sec p strong {
        font-size: 17px;
        line-height: 25px;
    }

    .form_left_sec h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .form_left_sec .whatsapp_share i {
        font-size: 36px;
        margin-right: 10px;
    }

    section.home-page-contactus h2 {
        font-size: 45px;
        line-height: 55px;
        padding-top: 0;
        top: -10px;
        margin-bottom: 20px;
    }

    .home-page-clients .client-logos .row .client-logo-col {
        width: 48%;
        padding: 0 5px;
    }

    .banner-bottom-contentsection-para {
        max-width: 100%;
        padding-right: 0;
        margin-left: auto;
    }

    .banner-bottom-contentsection {
        padding: 30px 0;
    }

    .banner-bottom-contentsection-para a:after {
        width: 35px;
        height: 15px;
    }

    .home-page-service {
        padding-top: 30px;
    }

    .service-section-title span {
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        color: #000000;
    }

    /*  */
    .service-list .dropdown-menu {
        margin-bottom: 10px;
    }

    .service-list .dropdown-menu:nth-child(2) {
        margin-bottom: 10px;
    }

    .service-list .dropdown-menu:nth-child(2) span {
        top: 0;
    }

    .service-list .dropdown-menu>a span {
        margin-right: 15px;
        font-size: 40px;
        line-height: 50px;
    }

    .service-list h2 {
        font-size: 30px;
        line-height: 33px;
        align-items: start;
    }

    .service-list .dropdown-menu>a {
        align-items: center;
    }

    .service-list .dropdown-menu>a>span::before {
        top: 48px;
    }

    /*  */
    .home-page-content-after-service {
        padding: 30px 0;
    }

    .after-service-content h2 {
        font-size: 33px;
        line-height: 45px;
    }

    .after-service-content span {
        font-size: 24px;
        line-height: 38px;
    }

    .after-service-content p {
        font-size: 16px;
        line-height: 26px;
    }

    /*  */
    .home-page-work {
        padding: 30px 0;
    }

    .project-wrapper .project-item {
        width: 100%;
    }

    .project-wrapper .row .project-item {
        flex: unset !important;
        max-width: 100% !important;
    }

    .home-page-team {
        padding: 30px 0;
    }

    .home-page-team h2:nth-of-type(2) {
        margin-bottom: 75px;
    }

    .home-page-team .slick-arrow {
        top: -34px;
        height: 14px;
        width: 22px;
    }

    .home-page-testimonial {
        padding: 30px 0;
        margin-bottom: 0;
    }

    .home-page-testimonial .slick-next {
        right: 0;
        top: -41px;
    }

    .home-page-testimonial .slick-arrow {
        top: -43px;
        height: 21px;
        width: 33px;
    }


    /* ====inner-pages-start */
    .whostarted_section .row>div {
        width: calc(100% / 1);
    }

    .team-item {
        width: calc(100% / 1);
    }

    .team-section h2 {
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .whostarted_section {
        padding: 30px 0;
    }

    .testimonila-section {
        padding: 30px 0;
        height: 450px;
    }

    .testimonila-section h2 {
        line-height: 30px;
        margin-bottom: 10px;
    }

    .conatct-page-form {
        padding: 0 0 30px 0;
    }

    .conatct-page-form .container>h2 {
        font-size: 40px;
        line-height: 65px;
        margin-top: -47px;
        color: white !important;
    }

    .conatct-page-form .conatct-page-form-inner {
        padding-top: 30px;
    }


    .conatct-page-left-sec p:nth-of-type(2) i {
        font-size: 26px;
        margin-right: 5px;
    }

    .conatct-page-form .form-inner {
        margin-top: 35px;
    }

    .conatct-page-right-bottom h2 {
        font-size: 33px;
        line-height: 45px;
    }

    .conatct-page-left-sec>p>strong {
        font-size: 22px;
    }

    /* ====inner-pages-end */

    /* the slides */
    .slick-carousel.team .slick-slide {
        margin: 0 20px;
    }

    /* the parent */
    .slick-carousel.team .slick-list {
        margin: 0;
    }

    .home-page-team .slick-prev {
        left: unset;
        right: 90px;
    }

    .home-page-testimonial .slick-prev {
        left: 75%;
    }

    header .mobile-menu-trigger {
        width: 50px;
        height: 50px;
    }

    .after-service-content h2 span {
        max-width: 70%;
    }

    .teamjoin-box {
        padding: 18px !important;
        height: 240px;
        width: 300px;
        margin-left: 0;
    }

    .after-service-content {
        max-width: 100%;
    }

    .after-service-content h2 {
        justify-content: left;
    }

    .after-service-content p {
        text-align: left;
    }

    /* =====service-inner-page==== */
    .service-process-wrapper-left span,
    .service-process-step .service-process-wrapper:nth-child(even) .service-process-wrapper-left span {
        right: 0;
        left: 0;
    }

    .service-process-heading h2 {
        font-size: 40px;
        line-height: 60px;
    }

    .service-process-heading h4 {
        padding-left: 35px;
    }

    .service-process {
        padding: 40px 0 0;
    }

    .service-process-wrapper:last-child {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .service-page-service-list .service-page-list {
        max-width: 91%;
    }

    .service-page-service-list {
        padding: 267px 0 50px;
    }

    .service-page-latest-works .slick-prev {
        left: 10px;
    }

    .service-page-latest-works .slick-next {
        right: 10px;
    }

    .service-page-latest-works .slick-arrow {
        height: 35px;
        width: 35px;
    }

    .service-page-latest-works .service-inner-slider img {
        height: 400px;
    }

    /* work-sec */
    .work-list-wrapper {
        width: 100%;
    }

    .burger-menu-inner li a {
        font-size: 26px;
        line-height: 34px;
    }

    .burger-menu-inner h4 {
        margin-bottom: 15px;
        font-size: 35px;
    }

    .burger-menu-inner li a {
        font-size: 25px;
        line-height: 33px;
    }

    .burger-menu-first ul li {
        margin-bottom: 18px;
    }

    .burger-menu-first {
        margin-bottom: 20px;
    }

    .content-after-banner-inner {
        padding: 40px 0 80px;
    }

    .single-work-image-slider {
        padding: 75px 0 30px;
    }

    .work-result {
        width: 100%;
        margin: 15px 0 0;
    }

    .work-inner-content {
        margin-top: 20px;
    }

    .next-pre-wrraper {
        padding: 15px 0 75px;
    }

    .error-page h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .error-page {
        padding: 35px 0;
    }

    .slick-lightbox-slick .slick-arrow {
        height: 30px;
        width: 30px;
        background-size: 18px;
    }

    .slick-lightbox-slick-img {
        max-width: 73% !important;
    }

    .single-work-content-right {
        width: 100%;
        text-align: left;
        padding-top: 15px;
    }

    .single-work-content-left {
        width: 100%;
    }

    .content-after-banner-inner .single-work-content-right a {
        font-size: 15px;
        line-height: 25px;
    }

    .content-after-banner-inner .single-work-content-left span {
        font-size: 22px;
        line-height: 24px;
    }

    section.single-work-post-slider {
        padding: 20px 0;
    }

    .next-prev-inner a {
        font-size: 14px;
        line-height: 19px;
    }

    .work-content {
        width: 100%;
        padding: 15px 10px;
    }

    .work-content span.title {
        font-size: 23px;
    }

    .card_listing .row .col-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .card_listing .card .card_content {
        min-height: auto !important;
    }

    .card_listing .row .col-4 .card_image {
        padding-top: 110% !important;
    }

    .card_section {
        padding-top: 30px;
    }

    .service_related_posts .row>*,
    .service_design_section .row>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service_related_posts,
    .service_design_section {
        padding-bottom: 60px;
    }

    .category-project .banner-title p {
        font-size: 26px;
    }

    .category-project .banner-title h1 {
        font-size: 18px;
    }

    .service-page-service-list .dropdown-menu h2:before {
        top: 5px;
    }

    .work-detail-banner .single-work-banner-main {
        height: calc(90vh - var(--wp-admin--admin-bar--height, 0px));
        min-height: 400px;
    }

    .single-work-post-content+.project-map-section {
        margin-top: 60px;
    }

    .work-detail-banner .single-work-content-main .work-inner-content>* {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .work-detail-banner .single-work-content-main .work-inner-content>*>* {
        flex: 0 0 100%;
        margin: 0 !important;
    }

    .work-detail-banner .single-work-content-main .work-inner-content>*>p:first-child {
        flex: 0 0 140px;
    }

    .work-detail-banner .single-work-content-main .work-inner-content>*>*:nth-child(2) {
        flex: 0 0 calc(100% - 140px - 20px);
    }

    .work-detail-banner .single-work-content-main .work-inner-content {
        margin-top: 0px;
    }
}

@media(max-width:450px) {
    /* .after-service-content h2 span {
        max-width: 100%;
    } */

    section.home-page-contactus h2 {
        font-size: 37px;
        line-height: 48px;
    }

    .service-page-service-list .service-page-list {
        max-width: 100%;
    }

    .work-list-section_main {
        padding-bottom: 20px;
    }
}

@media(max-width:400px) {
    .after-service-content h2 {
        font-size: 26px;
        line-height: 45px;
    }

    /* .header-right .burger-menu-inner {
        padding: 130px 40px;
    } */
}

/*  */

.team-slider .slick-track {
    display: flex;
    flex-wrap: nowrap;
}


/* newcode */
/* contact-animation */