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

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

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

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

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

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

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

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

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


/* ----------------------------------------- */


/*-----RESET-----*/

:root {
    --white: #fff;
    --primary: #2E3045;
    --secondary: #242424;
    --themecolor: #D4AD76;
    --font-bold: bold;
    --formtext: #454848;
    --lightblue: #ecf1f2;
}


.font-archivo {
    font-family: 'Archivo' !important;
}

.vertical_side_line {
    padding-left: 17px;
    border-left: 2px solid var(--themecolor);
}

html.menuhidden body {
    overflow-y: hidden;
}

html,
body {
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Archivo';
    font-weight: normal;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    color: var(--formtext);
    line-height: 26px;
    letter-spacing: 0.32px;
    background-color: #ffffff;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}

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

table {
    border-collapse: separate;
    border-spacing: 0;
}

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

a img {
    border: none;
}

:focus {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
}

a,
button {
    text-decoration: none;
    color: inherit;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}

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

address {
    font-style: normal;
    color: var(--secondary);
    font-weight: 400;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

a {
    color: inherit;
    text-decoration: inherit;
}


/* a:hover {
  text-decoration: underline;
} */

b,
strong {
    font-weight: bolder;
}

code,
kbd,
pre,
samp {
    font-family: 'Archivo';
    font-size: 1.125rem;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -26px;
    left: -8px;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

ul {
    list-style: disc;
}

html {
    scroll-behavior: smooth;
}


/* -------------------- Bottom Space Margin -------------------- */
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

/* ***********|| FORM CONTROL ||***********|| */

::-webkit-input-placeholder {
    color: var(--formtext);
    font-family: 'Archivo';
    font-weight: 400;
}

::-moz-placeholder {
    color: var(--formtext);
    font-family: 'Archivo';
    font-weight: 400;
}

:-ms-input-placeholder {
    color: var(--formtext);
    font-family: 'Archivo';
    font-weight: 400;
}

::-moz-selection {
    color: #fff;
    background: #1a1818;
}

::selection {
    color: #d4d4d4;
    background: #1a1818;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

input:invalid {
    box-shadow: none;
}


/* input[type="text"],
input[type="submit"],
input[type="email"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 4px;
} */

input[type="text"],
input[type="submit"],
input[type="email"],
textarea,
.form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #D2D2D2;
    height: 50px;
    background: var(--white);
    color: var(--formtext);
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 14px;
    line-height: 2.15;
    letter-spacing: 0.14px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
}

textarea {
    resize: none;
    height: auto !important;
    min-height: 123px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    line-height: 1.3 !important;
}

.form-group {
    margin-bottom: 20px;
    line-height: 0.8;
}

.row:nth-last-child(2) .form-group {
    margin-bottom: 39px;
}

.row:nth-last-child(1) .form-group {
    margin-bottom: 0 !important;
}

.row:nth-last-child(2) .form-group .form-group.submit_button {
    margin-bottom: 0px;
}

.form-group>label {
    font-size: 14px;
    letter-spacing: 0.14px;
    font-weight: normal;
    color: var(--white);
    font-family: 'Archivo';
    margin: 0 0 15px;
    display: block;
    line-height: 30px;
}

input[type="submit"] {
    background: var(--themecolor);
    border: 2px solid transparent;
    outline: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    padding: 0;
    cursor: pointer;
    font-weight: 700;
    line-height: 26px;
    max-width: 173px;
    border-radius: 25px;
    float: right;
    position: relative;
}

.submit {
    position: relative;
    display: inline-block;
    width: 173px;
    float: right;
}

.submit::after {
    content: '';
    position: absolute;
    right: 42px;
    top: 18px;
    width: 8px;
    height: 14px;
    background: url(../images/btn-right-arrow.png);
    filter: invert(0) brightness(10);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    background-size: contain;
}

input[type="submit"]:hover {
    background: transparent;
    border: 2px solid var(--themecolor);
    color: var(--themecolor);
}

.submit:hover::after {
    filter: unset;
}

.form-control:focus {
    border-color: var(--themecolor) !important;
}

select.form-control {
    background: url(../../assets/images/arrow-downs.png) no-repeat top 11px right 16px var(--white);
    background-position-y: 22px;
}

/* ********|| STRUCTURE || ******** */


/*Small devices (landscape phones, 576px and up)*/


/*-----STRUCTURE-----*/

.container {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.md-container {
    max-width: 1720px;
    width: 96%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 576px) {

    .container,
    .incontainer,
    .container-sm {
        max-width: 540px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {

    .container,
    .incontainer,
    .container-md,
    .container-sm {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {

    .container,
    .incontainer,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {

    .container,
    .incontainer,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
        margin: 0 auto;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1380px;
        margin: 0 auto;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1430px;
        margin: 0 auto;
    }
}

main.homepg .md-container,
main.landing-service-pg .md-container,
footer .md-container,
header .md-container {
    max-width: 1600px;
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row::before,
.row::after,
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
    display: table;
    content: " ";
}

.row::after,
.container::after,
.clearfix::after {
    clear: both;
}


/*-----HELPER-----*/

.flex-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hidden {
    display: none;
}


/* ********|| HELPER || ******** */

h1,
h2,
h3,
h4,
h5,
h5,
h6,
[class*="heading-"] {
    font-family: 'Prata';
    line-height: 1.5;
    color: var(--secondary);
    letter-spacing: 0;
    margin-bottom: 22px;
    font-weight: normal;
    text-transform: none;
}

[class*="heading-"]>strong {
    font-weight: 700;
}

h1,
.heading-40 {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

.heading-30 {
    font-size: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem);
}

.heading-36,
.popupformttl {
    font-size: clamp(1.375rem, 1.2rem + 0.875vw, 2.25rem);
    line-height: 1.2;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    font-weight: normal;
}

h2,
.heading-30 {
    font-size: clamp(1.4375rem, 1.35rem + 0.4375vw, 1.875rem);
    line-height: 1.2;
    letter-spacing: 0.15px;
}

.heading-28 {
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
    line-height: 1.4;
    text-transform: capitalize;
}

h3,
.heading-26 {
    font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
    line-height: 1.4;
    text-transform: capitalize;
}

.heading-24 {
    font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
    line-height: 1.4;
    text-transform: capitalize;
}

h4,
.heading-22 {
    font-size: clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);
    line-height: 1.2;
    letter-spacing: 0px;
}

.heading-20 {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    line-height: 1.3 !important;
}

.heading-18 {
    font-size: 18px;
    letter-spacing: .36px;
    line-height: 1;
}

.sm-title {
    font-family: 'Archivo';
    font-size: 16px;
    letter-spacing: 0.16px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--themecolor);
    padding-left: 35px;
}

.sm-title:has(+ *) {
    margin-bottom: 10px;
}

.smtitle-line {
    position: relative;
    max-width: fit-content;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-color: var(--themecolor);
        height: 2px;
        width: 100%;
        max-width: 24px;
    }
}

/* ********|| SHORT INTRO ||******** */


/* ********|| TEXT AND BACKRGOUDN COLOR ||******** */


/* FLEX  */

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.flex-none {
    flex: none;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.shrink {
    flex-shrink: 1;
}

.shrink-0 {
    flex-shrink: 0;
}

.flex-grow {
    flex-grow: 1;
}

.grow {
    flex-grow: 1;
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

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

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

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

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

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

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

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

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-y-scroll {
    overflow-y: scroll;
}


/* ********|| PARAGRAPH || ******** */

p {
    font-family: 'Archivo';
    font-weight: normal;
    letter-spacing: 0.32px;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}

p>a {
    text-decoration: none;
    display: inline-block;
    text-decoration: underline;
    color: var(--themecolor);
}

p>a:hover {
    text-decoration: underline;
    color: var(--themecolor);
}

p:last-child {
    margin-bottom: 0;
}

hr {
    border-top: 1px solid var(--border-color);
    margin: 0px auto 100px;
    max-width: 1400px;
}

.bgimg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: inherit;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

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

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

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

.text-white,
.white {
    color: var(--white);
}


/* ********|| CONTENT WRAPPER || ******** */


/* ********||SCROLL TOP || ******** */

.scrollTop {
    position: fixed;
    right: 15px;
    bottom: 95px;
    border-radius: 100%;
    opacity: 0;
    height: 40px;
    width: 40px;
    line-height: 36px;
    z-index: 10;
    color: var(--white);
    background: var(--themecolor);
    text-align: center;
    font-size: 24px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.scrollTop>img {
    transform: rotate(-90deg);
}

.scrollTop:hover {
    -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-0.4em);
    }
}


/* ********|| UL , OL  ||******** */

main ul {
    list-style: none;
}

main ul>li,
main ul.wp-block-list>li {
    font-family: 'Archivo';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.16px;
    position: relative;
    padding-left: 40px;
    color: var(--secondary);
    margin-bottom: 20px;
}

main ul>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
    border-bottom: 0;
}

main ul>li>strong,
main ul>li>span,
main ul.wp-block-list>li>strong,
main ul.wp-block-list>li>span {
    font-weight: 600;
    display: inline-block;
    width: 100%;
    line-height: 1.7;
    margin-bottom: 2px;
}

main ul>li:before,
main ul.wp-block-list>li:before {
    content: "";
    background: url('../images/listing-check.png') no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 4px;
    width: 25px;
    height: 24px;
    z-index: 1;
}

ol {
    margin-left: 20px;
}

ol li {
    margin-bottom: 25px;
    text-align: left;
    line-height: 1.75;
    color: black;
    font-weight: 400;

}

ol li:last-child {
    margin-bottom: 0;
}

ol li::marker {
    font-weight: bold;
}

/* ********|| CONDITION CSS FOR SPACE  || ******** */

.page-wrapper ul:not([class]):has(+*),
.page-wrapper p:has(+*),
.page-wrapper ol:has(+*) {
    margin-bottom: 28px;
}


/* ********|| BUTTON ||******** */

.button-group {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: 0 -8px;
}

.button-group li {
    padding: 0px 8px;
}

[class*="btn-"] {
    font-family: 'Archivo';
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.16px;
    border: 1px solid transparent;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    padding: 0px 12px;
    min-height: 50px;
    overflow: hidden;
    border-radius: 26px;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    gap: 8px;
}

[class*="btn-"]>i {
    height: 24px;
    width: 24px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

[class*="btn-"]:hover {
    text-decoration: none;
}

.btn-theme {
    background-color: var(--themecolor);
    color: var(--white);
    border-color: var(--themecolor);
    min-width: 170px;

    img {
        filter: invert(0) brightness(10);
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
    }
}

.btn-theme.btn-discover {
    min-width: 210px;
}

.btn-theme:hover {
    color: var(--themecolor);
    background-color: transparent;
    border: 1.5px solid var(--themecolor);

    img {
        filter: brightness(0) saturate(100%) invert(67%) sepia(40%) saturate(340%) hue-rotate(356deg) brightness(96%) contrast(98%) !important;
    }
}

.btn-white {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000;
}

.btn-white:hover {
    background-color: var(--themecolor);
    border-color: var(--themecolor);
    color: white;
}

.btn-border-white {
    background: transparent;
    color: #fff;
    border: 1.5px solid #fff;
}

.btn-border-white:hover {
    border: 1.5px solid var(--themecolor);
    color: var(--themecolor);

    & i {
        background-color: var(--themecolor);

        & img {
            filter: invert(1) brightness(10);
        }
    }
}

.btn-border-black {
    background: transparent;
    color: #252B2B;
    border: 1.5px solid var(--secondary);
    padding: 0 34px;
}

.btn-border-black:hover {
    border: 1.5px solid var(--themecolor);
    color: var(--white);
    background-color: var(--themecolor);

    & i {
        background-color: var(--themecolor);
    }
}

.btn-theme-border {
    background: transparent;
    color: var(--themecolor);
    border: 1.5px solid var(--themecolor);

    >i {
        background-color: var(--themecolor);

        img {
            filter: invert(0) brightness(10);
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
        }
    }
}

.btn-theme-border:hover {
    background: var(--themecolor);
    color: var(--white);
    border: 1.5px solid var(--themecolor);

    >i {
        background-color: var(--white);

        img {
            filter: brightness(0) saturate(100%) invert(67%) sepia(40%) saturate(340%) hue-rotate(356deg) brightness(96%) contrast(98%) !important;
            transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
        }
    }
}

.btn-dark {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--white);

    &:has(img) {
        min-width: 265px;
    }

    img {
        filter: invert(0) brightness(10);
    }
}

.btn-dark:hover {
    background-color: var(--themecolor);
    border-color: var(--themecolor);
    color: white;
}

.btn-transparent {
    padding: 0;
    color: var(--themecolor);
}

.btnlist {
    display: flex;
    gap: 20px;
}

.btn-read-more {
    font: normal normal normal 16px/26px Archivo;
    letter-spacing: 0.16px;
    color: var(--themecolor);
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 0;
    line-height: 100%;
    min-height: auto;
    border-radius: 0;
    cursor: pointer;
}

/* .btn-read-more:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    opacity: 0;
    background-color: var(--themecolor);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
} */

.btn-read-more>span {
    display: block;
    color: var(--secondary);
    position: relative;
}

.btn-read-more>span>i {
    font-weight: 500;
    font-size: 14px;
}

.btn-read-more:hover {
    gap: 15px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;

    &:before {
        width: calc(100% - 20px);
        opacity: 1;
    }
}

.btn-read-more:hover>span>i,
.btn-read-more:hover {
    color: var(--themecolor);
}

[class*="btn-"] img {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}


[class*="btn-"]:hover>img {
    margin-left: 3px;
    filter: invert(0) brightness(10);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.btn-read-more:hover>img {
    filter: unset;
}


/* ***********|| SLICK SLIDER ||************* */

.slick-arrow .slick-prev,
.slick-arrow .slick-next {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 100%;
    z-index: 1;
    opacity: 1 !important;
    border: 1px solid #707070;
}

.slick-arrow:not(.js_hmbanner) .slick-prev:hover,
.slick-arrow:not(.js_hmbanner) .slick-next:hover {
    background-color: #fff;
    border: 1px solid #fff;
}

.slick-arrow button.slick-arrow::before {
    position: absolute;
    font-family: 'Prata';
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0px solid rgba(255, 255, 255, 1);
    z-index: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0;
    background-position: center;
    background-size: auto;
    opacity: 1 !important;
}

.slick-arrow button.slick-prev::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    padding-right: 1px;
    background-image: url(../images/arrow-left.svg);
    background-repeat: no-repeat;
}

.slick-arrow button.slick-next::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    padding-left: 1px;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 1;
}


/* ********| MARGIN AND PADDING | ******** */

.mt-0 {
    margin-top: 0;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}



/* ********| thank you 0r error | ******** */

.thank_you_content {
    text-align: center;
}

.thank_you_content p {
    font-size: 18px;
}

.thank_you_content p a {
    font-weight: bold;
}

.thank_you_content p a:hover {
    color: var(--secondary);
}

.thank_you_content>img {
    margin: 0 auto;
}


/* ********| FORM COMMON | ******** */

.wpcf7 .ajax-loader,
.wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 0 20px;
    padding: 10px 15px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin: 0;
    position: relative;
    background: #fe0000;
    display: inline-block;
    color: var(--white);
    letter-spacing: .2px;
    padding: 4px;
    line-height: 100%;
    top: 6px;
    left: 0;
    float: left;
}

.smk_accordion .accordion_in.acc_active>.acc_content {
    display: block;
}

.smk_accordion .accordion_in.acc_active>.acc_content {
    display: block !important;
}

.smk_accordion .accordion_in .acc_content p {
    color: white;
}

.smk_accordion .accordion_in .acc_content p a {
    color: white;
}

.smk_accordion .accordion_in .acc_content p a:hover {
    color: rgb(36, 36, 36, 93%)
}

/*FORM ERROR MASSSAGE*/

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: 1px solid #f5c812;
    background: #fff9df;
    width: 100%;
    display: block;
    color: inherit;
    padding: 11px 12px 11px 45px;
    text-align: left;
    line-height: 1;
    margin: 0 auto 20px;
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.left_content_wrap .wpcf7 form .wpcf7-response-output,
.left_content_wrap .wpcf7 form.invalid .wpcf7-response-output,
.left_content_wrap .wpcf7 form.unaccepted .wpcf7-response-output {
    font-size: 14px !important;
    border-radius: 5px;
}

.wpcf7-response-output:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/form_error.svg) no-repeat left top;
    width: 18px;
    height: 18px;
    left: 15px;
    top: 10px;
    display: inline-block;
    background-size: contain;
}

.wpcf7-not-valid-tip:before {
    top: -5px;
    margin: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid red;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
    background-color: #ffdfdf;
    border-color: #f54812;
}

.row>.form-group>label {
    font-family: 'Archivo';
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
    line-height: 1.4;
    letter-spacing: 0.14px;
    text-transform: capitalize;
}

.contact-sec .white-form .row>.form-group>label {
    color: #0F2E1F;
}

.row {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    float: left;
}

.width100 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
    text-align: center;
}

.width50 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
}

.wid33 {
    width: 33.33%;
    position: relative;
    margin: 0;
}


/* --------half-section -------------- */

.half-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.half-section .left-side,
.half-section .right-side {
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

/* --------half-section -------------- */

@keyframes pulse-animation {
    0% {
        height: 100%;
        top: 0px;
        left: 0px;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    100% {
        height: calc(100% - 40px);
        top: calc(20px);
        left: calc(20px);
        bottom: calc(20px);
        right: calc(20px);
        width: calc(100% - 40px);
    }
}

@keyframes pulse-animation-sm {
    0% {
        height: 100%;
        top: 0px;
        left: 0px;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    100% {
        height: calc(100% - 40px);
        top: calc(20px);
        left: calc(20px);
        bottom: calc(20px);
        right: calc(20px);
        width: calc(100% - 40px);
    }
}


/*-------------------------------Footer------------------------------*/

.footer-bg {
    position: relative;
    background: var(--secondary);
}

.footer-top {
    background-color: #201F1F;
    padding: 54px 0 47px 0;
}

.ft-logo-sec {
    display: inline-flex;
    column-gap: 56px;
}

.ft-logo-wrap {
    max-width: 384px;
}

.social-icon-wrap a.social-icon {
    height: 50px;
    width: 50px;
    background: #131313;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-icon-wrap a.social-icon:hover {
    background: var(--themecolor);
}

.footer-mdl {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 75px;
}

.footer-mdl-left {
    width: 465px;
}

.footer-mdl-right {
    position: relative;
    z-index: 1;
    width: calc(100% - 465px);
    max-width: 813px;
    display: flex;
    flex-wrap: wrap;
}

.footer-mdl-right-links {
    padding-bottom: 68px;
}

.footer-mdl-cta {
    padding-top: 41px;
    border-top: 1px solid rgb(112, 112, 112, 10%);
    width: 100%;
}

.footer-mdl-cta .service-header-cta {
    background-color: transparent;
    padding: 0;
}

.footer-mdl-cta .service-header-cta .heading-30,
.footer-mdl-cta .service-header-cta p {
    color: var(--white);
}

.footer-mdl-cta .service-header-cta .heading-30 {
    font-family: 'Archivo';
    margin-bottom: 12px;
    font-weight: 500;
}

.footer-mdl-cta .service-header-cta p {
    font: normal normal normal 16px/26px Archivo;
    letter-spacing: 0.16px;
}

.footer-mdl-cta .service-header-cta .ft-cta-wrapper {
    max-width: 460px;
}

.subscription_box {
    width: 465px;
    padding: 64px 69px 63px 54px;
    background: #2D2D2D;
}

.subscription_box .heading-40 {
    font-family: "Archivo";
    letter-spacing: 0px;
    line-height: 1;
    font-weight: 500;
    color: #D4AD76;
    margin-top: 16px;
}

.subscription_box p {
    line-height: 1.85;
    letter-spacing: 0.16px;
    color: var(--white);
    margin-bottom: 30px;
}

.subscription_box .submit {
    width: 100%;
    float: unset;

    & input[type="submit"] {
        width: 100%;
        max-width: 100%;
    }
}

.subscription_box .submit::after {
    right: 99px;
}

.subscription_box .row .form-group {
    margin-bottom: 24px;
}

.subscription_box .row .form-group input[type="text"] {
    border-radius: 4px;
}

.ft-heading {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: white;
}

.ft-text,
a.ft-text {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    color: #c9c9c9;
    letter-spacing: 0.36px;
    margin-bottom: 0 !important;
    line-height: 1.4;
    font-weight: 700;
}

.ft-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: 0.18px;
    color: var(--themecolor);
}

.ft-title span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

ul.ft-links {
    list-style: none;
    column-count: 1;
}

ul.ft-links>li {
    display: block;
    width: fit-content;
    line-height: 1;
}

.ft-links li a {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    padding-left: 0px;
}

.ft-links li:last-child a {
    margin-bottom: 0;
}

.ft-links li:is(.active) a {
    color: var(--themecolor);
}

.ft-links li a:hover {
    color: var(--themecolor);
}

.ft-col-1,
.ft-col-2,
.ft-col-3 {
    position: relative;
}

.ft-col-1::after,
.ft-col-2::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(112, 112, 112, 20%);
}

.ft-col-1 {
    width: 216px;
}

.ft-col-2 {
    width: 324px;
    padding-left: 82px;
}

.ft-col-3 {
    width: calc(100% - 540px);
    padding-left: 74px;
}

.footer-btm {
    text-align: center;
    display: flex;
    width: 100%;
    text-align: center;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 16px 0 17px;
    background-color: var(--white);
    text-align: center;
}

.footer-btm>p {
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    color: #242222;
    letter-spacing: 0.56px;
    display: inline-flex;
    align-items: center;
}

.footer-btm>p>span {
    display: inline-block;
}

.social-media {
    display: inline-flex;
    align-items: center;
    gap: 25px;
}

.ft-get-in-title {
    font: normal normal 400 16px/30px Archivo;
    letter-spacing: 0.16px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
}

.ft-col-3 .address-wrap.ft-links .address-box .address-detail a[href^="tel:"] {
    margin-bottom: 0;
}


/*---------------------------------------Footer------------------------------*/


/* ----------------------- Common-Css -------------------------- */

.bg-dark {
    background-color: var(--secondary);
}

.bg-grey {
    background-color: #EFEFE8;
    padding-top: 100px;
}

.img-wrap {
    position: relative;
    display: inline-block;
}

.img-wrap img {
    object-fit: cover;
}


/* ----------------common-css-------------------------- */


/* ----------------img-content-sec-------------------------- */

.bg-dark.img-content-sec {
    padding-top: 80px;
    margin-bottom: 100px;
    position: relative;
    max-width: 100%;
    z-index: 1;
}

.bg-dark.img-content-sec .half-section :is([class*="heading-"],
    h1, h2, h3, h4, h5, h6,
    .right-side > ul > li,
    .right-side > p > a,
    .right-side > p) {
    color: #fff;
}


.bg-dark.img-content-sec .half-section .right-side>p>a:hover {
    color: var(--themecolor);
}

.bg-dark.img-content-sec .half-section .right-side p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.16px;
    color: var(--white);
}

.bg-dark.img-content-sec .half-section .left-side .img-badge-wrap {
    background-color: var(--secondary);
    left: 34px;
    padding: 22px 30px 14px 20px;

    & .badge-title {
        color: var(--white);

        &::after {
            background-color: var(--white);
            border: 1px solid var(--white);
        }
    }
}

.bg-dark.img-content-sec .dot-img-grid::after {
    filter: invert(0) brightness(10);
}

.bg-dark.img-content-sec .half-section .right-side .btn-theme {
    min-width: 210px;
}

.img-content-sec .half-section {
    position: relative;
    z-index: 1;
}

.img-content-sec .half-section .left-side {
    width: 630px;
    margin-bottom: 60px;

    &>.heading_wrap+.img-wrap {
        margin-top: 40px;
    }
}

.img-content-sec .half-section .left-side .heading-40+.img-wrap {
    margin-top: 35px;
}

.img-content-sec .half-section .right-side {
    width: calc(100% - 630px);
    max-width: 618px;
    margin-bottom: 80px
}

.img-content-sec .half-section .btnlist>a {
    min-width: 180px;
}

.img-content-sec .half-section .right-side p {
    line-height: 1.75;
}

/* Intro Common Sec ------------ */
.intro-img-content-sec.img-content-sec .half-section .left-side {
    width: 632px;
    margin-bottom: 90px;
}

.intro-img-content-sec.img-content-sec .half-section .right-side {
    width: calc(100% - 632px);
    max-width: 642px;
    margin-bottom: 90px;

    & .heading-30 {
        margin-bottom: 15px;
    }

    p {
        font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
        letter-spacing: 0.16px;
        line-height: 1.65;
    }

    & .heading-26 {
        margin-bottom: 16px;
        line-height: 1.15;
        letter-spacing: 0.26px;
    }

    & .vertical_side_line {
        font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
        max-width: 560px;
    }
}

.intro-img-content-sec .half-section .right-side>p+.heading-26 {
    margin-top: 40px;
}

.img-content-sec:not(.intro-img-content-sec) .dot-img-grid,
.intro-img-content-sec.img-content-sec .dot-img-grid {
    position: relative;
}

.img-content-sec .dot-img-grid::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -35px;
    right: -35px;
    background: url(../images/dot_img_grid.png), no-repeat;
    background-size: contain;
    height: 365px;
    width: calc(100% + 70px);
    max-width: 699px;
    background-repeat: no-repeat;
    z-index: -1;
}

.img-content-sec:not(.intro-img-content-sec) .dot-img-grid::after {
    top: 0;
    bottom: 0;
    margin: auto;
}

.heading_wrap {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

.head-wrap {
    display: inline-block;
    width: 100%;

    &>.heading-40 {
        margin-bottom: 0;
    }
}


/* ----------------img-content-sec-------------------------- */

/* -------------------- Citiwide USP Sec -------------------- */
.citiwide-usp-sec .usp-wrapper {
    display: flex;
    gap: 20px;
}

.citiwide-usp-sec .usp-wrapper>li {
    background-color: #EFEFE8;
    padding: 25px 26px 38px 35px;
    width: calc(25% - 10px);
    margin-bottom: 0;

    &::before {
        content: none;
    }

    & .citi_usp_img_wrap {
        margin-bottom: 20px;
    }
}

.usp_counter_wrap {
    justify-content: space-between;

    & .count {
        font-size: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
        font-family: 'Archivo';
        font-weight: 600;
        line-height: 0.8;
        letter-spacing: 0px;
        color: #252B2B;
        position: relative;
    }

    & .counter-title {
        font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
        font-family: 'Archivo';
        line-height: 1.1;
        letter-spacing: 0.18px;
        font-weight: 500;
        text-transform: capitalize;
        color: var(--formtext);
        max-width: 116px;
        padding-left: 10px;
        position: relative;

        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background: #7B7D7B;
            height: 100%;
            width: 2px;
        }
    }
}

#counter {
    span.percent:after {
        content: "%";
        display: inline-block;
    }

    span.plus:after {
        content: "+";
        display: inline-block;
        position: absolute;
        top: -2px;
    }
}

/* ----------------our-services -------------------------- */

/* .our-services {
    background: #2E3045;
    padding: 100px 0;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: clip;
    padding-left: 260px;
    position: relative;
    margin-bottom: 100px;

    &>img.flaot-img {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        opacity: 3%;
    }
}

.our-services .half-section .left-side {
    width: calc(100% - 1099px);
    max-width: 434px;
    position: relative;
    z-index: 1;
    &>.heading-40,
    p,
    .sm-title {
        color: #fff;
    }
}

.service-slider {
    width: calc(100% + 72px);
    margin: 0 -52px 0 -20px;    
    & .slid-box {
        padding: 0 20px;
    }
}

.service-slider:not(.slick-initialized) {
    display: flex;
    justify-content: flex-start;
    & .slid-box:not(:nth-child(-n+2)) {
        display: none;
    }
}

.our-services .half-section .right-side {
    overflow: unset;
    width: 1099px;
}

a.service-box {
    display: inline-flex;
    flex-direction: column;
    &>.img-wrap {
        margin-bottom: 30px;
    }
    &>p {
        color: #fff;
        max-width: 258px;
    }
}

.service-title {
    font-size: 24px;
    letter-spacing: 0.48px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.service-slider.slick-arrow .slick-prev {
    left: calc(0% - 523px);
    top: calc(50% + 182px);
}

.service-slider.slick-arrow .slick-next {
    left: calc(0% - 470px);
    right: unset;
    top: calc(50% + 182px);
} */


/* ----------------our-services -------------------------- */

.social-icon-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* --------------------- Lets be Creative Sec --------------------- */
.creative-sec {

    p {
        font: normal normal 500 18px / 30px Archivo;
        letter-spacing: 0.18px;
        color: #454848;
    }

    background:#fff;
}


.creative-sec .container::before,
.creative-sec .container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -108px;
    width: 100%;
    max-width: 111px;
    height: 100%;
    z-index: 1;
    background: url('../images/creative-sec-repeat-grid.svg'), no-repeat;
    background-size: contain;
}

.creative-sec .container::after {
    left: unset;
    right: -108px;
}

.creative_badge_wrap,
.creative_text_wrap {
    width: fit-content;
    margin: auto;
}

.creative_badge_wrap {
    margin-bottom: 28px;
}

.creative_text_wrap {
    margin-bottom: 34px;
}

.creative_points {
    display: inline-flex;
    gap: 60px;
}

.creative_points li {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
}

.creative_points li::before {
    content: '';
    background: var(--secondary);
    left: unset;
    top: 8px;
    right: -34px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.creative_points li:last-child::before {
    content: none;
}

.creative_verticle_line {
    position: relative;
    margin-bottom: 36px;
    padding-bottom: 96px;
}

.creative_verticle_line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 60px;
    width: 2px;
    background-color: var(--secondary);
    margin: auto;
}

/* li:last-of-type {
    &::before {
        content: none;
    }
} */

/* ------------------- Citiwide text ------------------- */
.citiwide-sec-text .img-wrap {
    display: block;
}


/* -------------------------------Testimonial-section---------------------------- */

.testimonial-sec {
    & .half-section {
        align-items: flex-start;
    }

    & .half-section .left-side {
        width: 600px;
        margin-bottom: 100px;

        & .heading-40 {
            margin-bottom: 50px;
            max-width: 500px;
        }
    }

    & .half-section .right-side {
        width: calc(100% - 600px);
        position: relative;
        z-index: 1;
        margin-bottom: 100px;
        max-width: 600px;
        margin-right: 60px;

        p {
            line-height: 1.8;
        }

        .heading-40 {
            margin-bottom: 5px;
        }
    }
}

.side-grid {
    position: relative;
}

.experience-text {
    position: absolute;
    right: -100px;
    top: 35px;
}

.side-grid::before {
    content: '';
    position: absolute;
    top: 54px;
    right: -65px;
    width: 78px;
    height: 509px;
    background: url('../images/testimonial-side-grid.png') no-repeat;
    background-size: contain;
    z-index: -1;
}

.testimonial-slide:not(.slick-initialized) {
    display: flex;

    &>.slid-box:not(:nth-child(-n+1)) {
        display: none;
    }
}

.testionial-box {
    padding-bottom: 65px;
}

.testionial-box>.img-wrap {
    margin-bottom: 16px;
}

.testionial-box>p {
    font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
    line-height: 1.6;
    letter-spacing: 0.22px;
    color: #242424;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 115px;
}

.author-nm {
    font: normal normal bold 16px/28px Archivo;
    letter-spacing: 0.16px;
    color: #242424;
}

.rate_wrap {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.testimonial-end {
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
    margin-top: 34px;
    border-top: 1px solid rgba(112, 112, 112, 20%);
}

.testimonial-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    a {
        height: 40px;
        width: 40px;
        background-color: var(--secondary);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
    }
}

.testimonial-slider.slick-arrow .slick-arrow:hover {
    background: #2E3045;
}

.testimonial-slider.slick-arrow .slick-arrow:hover::before {
    filter: brightness(0) invert(1);
}

.testimonial-slider.slick-arrow .slick-prev,
.testimonial-slider.slick-arrow .slick-next {
    height: 34px;
    width: 34px;
}

.testimonial-slider.slick-arrow button.slick-next::before {
    top: 0;
    padding-left: 0;
    filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(833%) hue-rotate(131deg) brightness(91%) contrast(86%);
}

.testimonial-slider.slick-arrow button.slick-prev::before {
    top: 0;
    padding-right: 0;
    filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(833%) hue-rotate(131deg) brightness(91%) contrast(86%);
}

.testimonial-slider.slick-arrow .slick-prev,
.testimonial-slider.slick-arrow .slick-next {
    top: 99.5%;
}

.testimonial-slider.slick-arrow .slick-prev {
    right: 45px;
    left: unset;
}

.testimonial-slider.slick-arrow .slick-next {
    right: 0;
    left: unset;
}


.progress {
    display: block;
    width: 100%;
    max-width: calc(100% - 170px);
    height: 2px;
    border-radius: 0;
    overflow: hidden;
    background-color: rgba(36, 36, 36, 20%);
    background-image: linear-gradient(to right, var(--themecolor), var(--themecolor));
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    margin-left: 65px;
}

.slider__counter {
    position: absolute;
    bottom: -0.95rem;
    left: 0;
    z-index: 1;
    font-family: 'Prata';
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--themecolor);
    mix-blend-mode: difference;
    pointer-events: none;
    background-color: var(--white);
}

/* -------------------------------Testimonial-section---------------------------- */

/* -------------------------- Latest Project Sec Start -------------------------- */
.lastest-project-sec.bg-dark.img-content-sec {
    padding-bottom: 80px;
}

.lastest-project-sec {
    overflow: hidden;

    & .project-intro-sec {
        display: inline;
        margin-bottom: 40px;

        & .heading-40 {
            margin-bottom: 0;
            color: var(--white);
        }
    }
}

.feature_project_slider {
    margin: 0 -20px;
}

.featured_projects_tab {
    position: relative;
    text-align: center;

    & .btn-read-more {
        float: right;
    }
}

.feature_project_slider::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 126px;
    height: 0;
    width: 100%;
    border-top: 1px solid rgba(223, 226, 222, 20%);
    max-width: 1076px;
}

.feature_project_slider.slick-initialized {
    padding-right: 150px;
}

.feature_project_slider .slick-list.draggable {
    overflow: visible;
}

.feature_project_slider .slick-slide {
    padding: 0 20px;
}

.feature_project_slider li {
    list-style-type: none;
    line-height: 0.8;
    margin-bottom: 57px;
    width: 50%;
}

.feature_project_slider:not(.slick-initialized) li {
    margin-bottom: 40px;
    padding: 0 20px;
}

.feature_project_slider:not(.slick-initialized) li::before {
    content: none;
}

.feature_project_slider:not(.slick-initialized) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature_project_slider:not(.slick-initialized)>li:not(:nth-child(-n + 3)) {
    display: none;
}

.projects-pg .feature_project_slider:not(.slick-initialized)>li:not(:nth-child(-n + 3)) {
    display: unset;
}

.featured_projects_tab .resp-tabs-list {
    display: flex;
    justify-content: center;
    max-width: 100%;
    border: 0px;
    gap: 10px;
    position: absolute;
    right: 0;
    top: -48px;
}

.projects-pg .featured_projects_tab .resp-tabs-list {
    position: unset;
}

.featured_projects_tab .resp-tabs-container {
    background-color: transparent;
    padding-top: 50px;
    float: none;
    text-align: left;
}

.projects-pg .featured_projects_tab .resp-tabs-container {
    padding-top: 40px;
}

.featured_projects_tab .resp-tabs-list li:hover {
    border: 1px solid var(--themecolor);
    background-color: var(--themecolor);
    color: var(--white);
}

.featured_projects_tab .resp-tabs-list li.resp-tab-active {
    margin-bottom: 0 !important;
    border: 1px solid var(--themecolor);
    background-color: var(--themecolor);
    color: var(--white);
}

.featured_projects_tab .resp-tabs-list>li {
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    position: relative;
    z-index: 0;
    padding: 12px 22px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    overflow: hidden;
    font-family: "Archivo";
    column-gap: 0;
    text-transform: capitalize;
    border: 1px solid #DFE2DE;
    cursor: pointer;
    max-height: 40px;
    background: #ffffff;
    color: var(--secondary);
}

.featured_projects_tab .resp-tab-content {
    padding: 0;
}

.featured_projects_tab .resp-tabs-list>li::after,
.featured_projects_tab .resp-tabs-list>li::before {
    display: none;
}

.feature_project_slider.slick-arrow button.slick-arrow.slick-next,
.feature_project_slider.slick-arrow button.slick-arrow.slick-prev {
    height: 34px;
    width: 34px;
    bottom: 0px;
    top: unset !important;
    left: 20px;
    rotate: unset;
    background-color: #ffffff;
    bottom: -43px;
}

.feature_project_slider.slick-arrow button.slick-arrow.slick-next {
    left: 64px;
}

.feature_project_slider.slick-arrow button.slick-arrow.slick-next::before,
.feature_project_slider.slick-arrow button.slick-arrow.slick-prev:before {
    padding-left: 1px;
    filter: invert(1) brightness(0);
}

.feature_project_slider .slick-slide {
    line-height: 0.8;
}

.project-detail-box {
    background: #fff;
    display: flex;
    max-width: 450px;
    position: absolute;
    bottom: 0;
    margin-bottom: 53px;
    padding: 30px 28px 28px 28px;

    & .heading-20 {
        max-width: 170px;
        margin-bottom: 0;
        margin-right: 25px;
        line-height: 1.75 !important;
    }

    .project-site-location {
        padding-left: 25px;
        border-left: 1px solid rgba(0, 0, 0, 10%);
        display: flex;
        align-items: flex-start;
        gap: 8px;

        img {
            margin-top: 3px;
        }

        & .location-content {
            font: normal normal 500 16px/23px Archivo;
            letter-spacing: 0.16px;

            span {
                color: var(--themecolor);
                display: block;
                width: 100%;
            }
        }
    }
}

/* -------------------------- Latest Project Sec End -------------------------- */

/* --------------------- Get In Touch Sec --------------------- */
.contact-bg {
    background: rgb(36 36 36 / 93%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 83px 72px 80px 72px;
    position: relative;
}

.contact-bg img.bgimg {
    border-radius: 10px;
}

.contact-bg .contact-rightblk .heading-36,
.contact-bg .contact-rightblk p {
    color: var(--white);
}

.contact-bg .contact-rightblk>p {
    line-height: 1.85;
    margin-bottom: 39px;
}

.contact-bg .contact-rightblk {
    width: calc(100% - 545px);
    max-width: 545px;
}

.contact-bg .contact-leftblk {
    width: 545px;
}

/* -------------------------------img-badge-wrap---------------------------- */

.img-badge-wrap {
    position: absolute;
    bottom: -15px;
    left: 0;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 22px 40px 14px 8px;
    background: var(--white);
    max-width: 90%;
}

.badge-title {
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
    font-weight: 500;
    line-height: 1.1;
    font-family: 'Archivo';
    letter-spacing: 0.16px;
    color: var(--secondary);
    text-transform: uppercase;
    padding-right: 131px;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        height: 0;
        width: 100%;
        max-width: 114px;
        background-color: var(--secondary);
        border: 1px solid var(--secondary);
    }
}


/* -------------------------------.img-badge-wrap---------------------------- */


/* -------------------------------gallery-list---------------------------- */

.gallery-list-sec .intro-sec {
    margin-bottom: 50px;
}

.project-heading .heading-40 {
    margin-bottom: 0;
    line-height: 1.1;
}

.project-heading .project_location {
    float: left;
    font-size: clamp(0.875rem, 0.7681rem + 0.2974vw, 1.125rem);
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.18px;
}

.intro-sec .project-btn .btnlist>a {
    min-width: 180px;
}

.gallery-list-sec {
    margin-bottom: 80px;
}

.slid-box {
    line-height: 0.8;
}

.before-after-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;

    & .slid-box {
        width: calc(33.33% - 26.66px);

        &>.img-wrap {
            overflow: hidden;
            max-width: 100%;

            &::before {
                content: '';
                position: absolute;
                height: 71px;
                width: 71px;
                top: 0;
                left: 0;
                background: transparent url(../images/zoom.png) no-repeat center;
                background-size: auto;
                right: 0;
                bottom: 0;
                margin: auto;
                z-index: 1;
                border-radius: 100%;
                opacity: 0.0;
            }

            &::after {
                content: '';
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                background: rgba(49, 153, 102, 0);
            }

            &:hover::before {
                opacity: 1;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
            }

            &:hover::after {
                background: rgba(36, 36, 36, 70%);
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
            }
        }
    }
}


/* -------------------------------gallery-list---------------------------- */

/* --------------------- Common text center -------------------- */
.service-content-wrap {
    max-width: 1152px;
    margin: auto;
    text-align: center;

    p {
        margin-bottom: 50px;
    }
}


/* ------------------------ About Qualities Sec ------------------------ */
.about-qualites-sec .about-quality-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.about-quality-items {
    width: calc(33.33% - 26.66px);
}

.about-quality-content .heading-20 {
    font-family: 'Archivo';
    font-weight: 700;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.about-quality-content>p {
    letter-spacing: 0.18px;
    color: #454848;
    padding-right: 40px;
}

/* --------------------- CTA Section ---------------------- */

.mission-cta {
    position: relative;
}

.cta-wrap {
    margin: auto;
    text-align: center;
    z-index: 0;
    padding: 90px 0;
    position: relative;
}

.cta-wrap::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border-radius: 10px;
    background: rgb(36, 36, 36, 69%) 0% 0% no-repeat padding-box;
}

.cta-wrap.dark-shadow::before {
    background: rgb(36, 36, 36, 93%) 0% 0% no-repeat padding-box;
}

.cta-wrap .btnlist {
    justify-content: center;
}

.cta-wrap :is(h1, h2, h3, h4, h5, h5, h6, [class*="heading-"], p) {
    color: white;
}

.cta-wrap p {
    font: normal normal 500 18px/30px Archivo;
    letter-spacing: 0.18px;

}

.mission-cta-content {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: auto;
}

.mission-cta-content>a {
    color: var(--themecolor);
}

.mission-cta:has(.dark-shadow) .mission-cta-content {
    max-width: 944px;
}

.mission-cta:has(.dark-shadow) .mission-cta-content p {
    font: normal normal 500 16px/28px Archivo;
    letter-spacing: 0.16px;
}

.mission-cta .mission-cta-content .btnlist>a {
    min-width: 180px;
}

.cta-wrap img {
    border-radius: 10px;
}

.mission-cta:has(.dark-shadow) .mission-cta-content .btnlist a img {
    filter: invert(10) brightness(0);
}

.mission-cta:has(.dark-shadow) .mission-cta-content .btnlist a:hover img {
    filter: invert(0) brightness(10);
}

/* --------------------- CTA Section ---------------------- */

/* -------------------- Area Section UL LI -------------------- */
.area-maps-sec ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    max-width: 450px;
}

.area-maps-sec ul li {
    width: calc(50% - 15px);
    padding-left: 28px;
    color: #454848;
    letter-spacing: 0.16px;
    line-height: 1.4;

    & a {
        font-family: "Archivo";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.16px;
        color: #454848;
        line-height: 1.4;
    }
}

.area-maps-sec ul li:hover a {
    color: var(--themecolor);
}

.area-maps-sec ul li::before {
    background: url('../images/location.svg'), no-repeat;
    background-size: contain;
    width: 12px;
    height: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.area-maps-sec ul li.active {
    color: var(--themecolor);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.area-maps-sec ul li:hover:before,
.area-maps-sec ul li.active::before {
    filter: brightness(0) saturate(100%) invert(67%) sepia(40%) saturate(340%) hue-rotate(356deg) brightness(96%) contrast(98%);
}

.map-area-box iframe {
    height: 622px;
}


/* ------------------------ FAQ Section ---------------------- */
.faq-inner-content {
    padding: 80px 100px;
    background: rgb(36, 36, 36, 93%);
    border-radius: 10px;
}

.faq-intro {
    text-align: center;

    & .heading-36 {
        color: var(--white);
        max-width: 750px;
        margin: auto;
        margin-bottom: 40px;
        line-height: 1.5;
    }
}

/* ---------------------- Instagram Sec Start ---------------------- */
.insta-head {
    display: flex;
    justify-content: space-between;
}

.insta-sec .insta-head {
    margin-bottom: 40px;
    align-items: flex-end;

    & .heading-36 {
        margin-bottom: 0;
        line-height: 1;
    }
}

.insta-sec .insta-head .btn-theme-border {
    min-width: 206px;
    color: var(--secondary);
    text-transform: lowercase;
    gap: 10px;

    &:hover {
        color: var(--white);

        img {
            filter: invert(0) brightness(10);
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
        }
    }
}

.insta-content {
    margin-bottom: 100px;
}

.insta-sec #sb_instagram #sbi_images,
.insta-sec #sb_instagram {
    padding: 0 !important;
}

.insta-sec #sb_instagram.sbi_col_6 #sbi_images {
    gap: 15px !important;
}

.insta-sec .sbi_photo_wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 19px;
    width: 19px;
    background: url(../images/instagram-white.png) no-repeat #ffffff00;
    z-index: 2;
}

.insta-sec .sbi_photo_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #242424;
    opacity: 0.16;
    z-index: 1;
}

/* ---------------------- Instagram Sec End ---------------------- */


/* --------------------- contact form ----------------------- */

.contact-sec .half-section .contact-left {
    width: calc(100% - 700px);
    padding-right: 117px;
}

.contact-sec .half-section .contact-right {
    width: 700px;
}

.address-content {
    width: 255px;
    border-right: 1px solid rgba(255, 255, 255, 10%);
}

.hour-content {
    width: calc(100% - 255px);
    padding-left: 50px;
}

.address-hour-wrap .heading-18 {
    font-family: 'Archivo';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.18px;
    margin-bottom: 22px !important;
    color: var(--themecolor);
}

.address-wrap {
    margin: 29px 0 0 0;
    position: relative;
}

.address-box span {
    width: 15px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 15px;
}

.address-wrap li {
    padding-left: 0;
    margin-bottom: 30px;
    border: none;
}

.address-wrap li::before {
    display: none;
}

.address-detail {
    padding-left: 10px;
}

.address-detail label,
.address-detail a {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Archivo";
    letter-spacing: 0.14px;
    margin-bottom: 12px;
    color: var(--white);
    display: block;
}

.address-detail a {
    margin-bottom: 0;
}

.address-detail address {
    color: var(--white);
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
}

.address-detail p {
    margin-bottom: 0;
}

.address-box {
    display: flex;
    flex-wrap: nowrap;
}

.hour-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.15;
    letter-spacing: 0px;
    color: var(--white);
}

form.form-box {
    display: inline-block;
    z-index: 1;
    position: relative;
}

.contact-cite-logo {
    margin-top: 48px;
}

.address-detail a:hover {
    color: #d4ad76;
}

/*---------- contact form -----------*/


/* ----------------------- POP UP CSS ------------------------  */
#get_a_quote,
.testimonial_popup,
#suburb-missing-popup {
    max-width: 680px !important;
    border-radius: 12px;
    background: #2D2D2D;
    padding: 40px !important;
}

.popupformttl {
    font-family: 'Prata';
    color: var(--white);
    margin-bottom: 20px;
}

#suburb-missing-popup .heading-30 {
    color: var(--white);
}

.fancybox-content .fancybox-button.fancybox-close-small svg path {
    fill: var(--white);
}

.enquiry-text {
    font-size: 12px;
    text-align: left;
    color: var(--white);
}

.enquiry-text:has(+ .row) {
    margin-bottom: 15px;
}

.testimonial_popup.fancybox-content .fancybox-button.fancybox-close-small svg path {
    fill: var(--secondary) !important;
}

.testimonial_popup.fancybox-content {
    & .testionial-box>p {
        display: block;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
        overflow: unset;
        height: unset;
    }

    & .testionial-box {
        padding-bottom: 0px;
    }

    & .testimonial-end {
        padding-top: 15px;
        margin-top: 11px;
    }
}

.thanks-error-page .wp-block-list {
    margin-bottom: 40px;
}

.thanks-error-page .wp-block-list li::before {
    top: 0;
}

.nav-links .nav-next a:hover {
    color: #d4ad76;
}



/* *************** || START MEDIA QUERY || *************** */

@media (min-width: 992px) {
    .sticky {
        position: sticky !important;
        top: 100px;
        align-self: flex-start;
    }
}

@media (min-width: 1921px) {
    ul.js_hmbanner .slick-slide>div>li>img {
        width: 100%;
        max-width: 2500px;
        margin: auto;
        background: black;
    }

    .inner-banner .banner_bg {
        margin: auto;
    }

    .bannerimgvid>.img-wrap>img,
    .bannerimgvid>.img-wrap {
        width: 100%;
    }
}

@media (max-width: 1799.98px) {

    /* --------------------- Lets be Creative Sec --------------------- */
    .creative-sec .container::before,
    .creative-sec .container::after {
        content: none;
    }

    /* -------------------- Area Section UL LI -------------------- */
    .map-area-box iframe {
        height: 500px;
    }

}

@media (max-width: 1599.98px) {

    /* ------------------ Margin & Padding ----------------- */
    .mb-90,
    .mb-100,
    .mb-110 {
        margin-bottom: 80px;
    }

    .bg-grey {
        padding-top: 80px;
    }

    /* ------------------- Common Content Section ------------------- */
    .bg-dark.img-content-sec {
        margin-bottom: 80px;
    }

    .contact-sec .half-section .contact-left {
        padding-right: 60px;
    }

    /* -------------------------- Latest Project Sec Start -------------------------- */
    .feature_project_slider::before {
        max-width: 1020px;
    }

    /* -------------------------------Testimonial-section---------------------------- */
    .testimonial-sec {
        & .half-section .right-side {
            width: calc(100% - 600px);
            position: relative;
            z-index: 1;
            margin-bottom: 80px;
            max-width: 600px;
            margin-right: 30px;
        }

        & .half-section .left-side {
            width: 600px;
            margin-bottom: 80px;
        }
    }

    .side-grid::before {
        right: -50px;
    }

    .experience-text {
        right: -60px;
    }

    /* ------------------------ About Qualities Sec ------------------------ */
    .about-qualites-sec .about-quality-wrap {
        gap: 30px;
    }

    .about-quality-items {
        width: calc(33.33% - 20px);
    }

    .about-quality-content .heading-20 {
        margin-bottom: 10px;
    }

    .about-quality-content>p {
        padding-right: 30px;
    }

    /* -------------------------- Instragram Section ------------------------ */
    .insta-content {
        margin-bottom: 80px;
    }

    /* ------------------------ Footer ------------------------- */
    .footer-top {
        padding: 40px 0 40px 0;
    }

    .footer-mdl {
        padding: 60px 0 60px;
    }

    .footer-mdl-left {
        width: 415px;
    }

    .subscription_box {
        width: 415px;
        padding: 50px 35px;
    }

    .footer-mdl-right {
        width: calc(100% - 415px);
        max-width: 815px;
    }

    .footer-mdl-cta {
        padding-top: 35px;
    }


}

@media screen and (max-width: 1439.98px) {

    /* -------------------- Common Heading CSS -------------------- */
    h1,
    h2,
    h3,
    h4,
    h5,
    h5,
    h6,
    [class*="heading-"] {
        line-height: 1.6;
    }

    .page-wrapper ul:not([class]):has(+*),
    .page-wrapper p:has(+*),
    .page-wrapper ol:has(+*) {
        margin-bottom: 22px;
    }

    /* ------------------ Margin & Padding ----------------- */
    .mb-80,
    .mb-90,
    .mb-100,
    .mb-110 {
        margin-bottom: 60px;
    }

    .bg-grey {
        padding-top: 60px;
    }

    /* ------------------------ Intro Common Sec --------------------------- */
    .intro-img-content-sec.img-content-sec .half-section .left-side {
        width: 540px;
        margin-bottom: 60px;
    }

    .intro-img-content-sec.img-content-sec .half-section .right-side {
        width: calc(100% - 540px);
        max-width: 540px;
        margin-bottom: 60px;
        padding-right: 40px;
    }

    .bg-dark.img-content-sec {
        margin-bottom: 60px;
        padding-top: 60px;
    }

    /* ------------------- Common Section-Spacing -------------------- */
    .img-content-sec .half-section .right-side,
    .img-content-sec .half-section .left-side {
        width: calc(50% - 20px);
        padding: 0;
        margin-bottom: 60px;
    }

    /* -------------------------- Latest Project Sec Start -------------------------- */
    .lastest-project-sec.bg-dark.img-content-sec {
        padding-bottom: 60px;
    }

    .featured_projects_tab .resp-tabs-list>li {
        padding: 12px 16px;
    }

    .featured_projects_tab .resp-tabs-list {
        top: -42px;
    }

    .feature_project_slider {
        margin: 0 -10px;
    }

    .feature_project_slider .slick-slide {
        padding: 0 10px;
    }

    .creative_verticle_line {
        margin-bottom: 18px;
        padding-bottom: 80px;
    }

    .project-detail-box {
        margin-bottom: 40px;
        padding: 20px 22px 20px 20px;

        & .heading-20 {
            max-width: 150px;
            margin-right: 20px;
            line-height: 1.5 !important;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            height: 55px;
            padding-bottom: 0 !important;
        }

        & .project-site-location {
            padding-left: 20px;
        }
    }

    .feature_project_slider::before {
        max-width: 785px;
        bottom: -10px;
    }


    /* --------------------- Gallery Section --------------------- */
    .gallery-list-sec {
        margin-bottom: 60px;
    }

    /* --------------------- Citiwide USP Sec ---------------------- */
    .citiwide-usp-sec .usp-wrapper>li {
        padding: 15px;
        width: calc(25% - 10px);
    }

    /* ------------------------ FAQ Section ---------------------- */
    .faq-inner-content {
        padding: 60px 70px;
    }

    .faq-intro {
        & .heading-36 {
            margin-bottom: 25px;
        }
    }

    /* ------------------------ About Qualities Sec ------------------------ */
    .about-qualites-sec .about-quality-wrap {
        gap: 20px;
        justify-content: unset;
    }

    .about-quality-items {
        width: calc(33.33% - 14px);
    }

    .about-quality-content .heading-20 {
        margin-top: 5px;
    }

    .about-quality-content>p {
        padding-right: 0;
    }


    /* --------------------- Testimonial Section ------------------- */
    .testimonial-sec {
        & .half-section .right-side {
            width: calc(100% - 520px);
            margin-bottom: 60px;
            max-width: 520px;
            margin-right: 0px;
        }

        & .half-section .left-side {
            width: 520px;
            margin-bottom: 60px;
            display: flex;
            justify-content: center;
        }
    }

    /* .testionial-box p {
        height: 85px;
    } */

    .experience-text {
        display: none;
    }

    .testimonial-sec .side-grid::before {
        content: none;
    }

    .testimonial-end {
        padding-top: 22px;
        margin-top: 25px;
    }

    .testionial-box {
        padding-bottom: 45px;
    }

    /* --------------------- Gallery Section --------------------- */

    .before-after-list {
        gap: 30px;

        & .slid-box {
            width: calc(33.33% - 20px);
        }
    }

    .gallery-list-sec .intro-sec {
        margin-bottom: 40px;
    }

    /* -------------------- Area Section UL LI -------------------- */
    .area-maps-sec .left-side.dot-img-grid::after {
        content: none;
    }

    /* ------------------ Contact Us Section ---------------------- */
    .contact-sec .half-section .contact-left {
        width: 50%;
        padding-right: 40px;
    }

    .contact-sec .half-section .contact-right {
        width: 50%;
    }

    /* --------------------- Get In Touch Sec --------------------- */
    .contact-bg {
        padding: 40px;
    }

    .contact-bg .contact-rightblk {
        width: calc(100% - 500px);
        max-width: 470px;
    }

    .contact-bg .contact-leftblk {
        width: 500px;
    }

    /* -------------------------- Instragram Section ------------------------ */
    .insta-content {
        margin-bottom: 60px;
    }

    /* ------------------------ Footer ------------------------ */
    .footer-mdl-left {
        width: 380px;
    }

    .footer-mdl-right {
        width: calc(100% - 380px);
        max-width: 675px;
    }

    .subscription_box {
        width: 380px;
        padding: 30px 15px;
    }

    .ft-col-1 {
        width: 155px;
    }

    .ft-col-2 {
        width: 290px;
        padding-left: 38px;
    }

    .ft-col-3 {
        width: calc(100% - 445px);
        padding-left: 38px;
    }

    .address-wrap li {
        width: 100%;
    }

    .footer-mdl-right-links {
        padding-bottom: 45px;
    }

    .subscription_box p {
        line-height: 1.5;
    }

    .area-maps-sec ul {
        max-width: 100%;
    }
}

@media screen and (max-width: 1199.98px) {

    /* -------------------- Common Heading CSS -------------------- */
    h1,
    h2,
    h3,
    h4,
    h5,
    h5,
    h6,
    [class*="heading-"] {
        margin-bottom: 18px;
    }

    main ul>li,
    main ul.wp-block-list>li {
        margin-bottom: 15px;
    }

    /* ------------------ Margin & Padding ----------------- */
    .mb-70,
    .mb-80,
    .mb-90,
    .mb-100,
    .mb-110 {
        margin-bottom: 40px;
    }

    .bg-grey {
        padding-top: 40px;
    }

    /* --------------------- Intro Common Sec ------------------- */
    .intro-img-content-sec.img-content-sec .half-section .left-side {
        width: 470px;
        margin-bottom: 40px;
    }

    .intro-img-content-sec.img-content-sec .half-section .right-side {
        width: calc(100% - 470px);
        max-width: 470px;
        margin-bottom: 40px;
        padding-right: 40px;
    }

    .img-content-sec .dot-img-grid::after {
        top: 35px;
        left: -25px;
        right: -25px;
        height: 100%;
        width: calc(100% + 50px);
    }

    .heading_wrap {
        &>.img-wrap {
            min-width: 50px;
            margin: auto 0 0;
        }
    }

    /* ------------------- Common Section-Spacing -------------------- */
    .bg-dark.img-content-sec {
        margin-bottom: 40px;
        padding-top: 40px;
    }

    /* ------------------- Small Left Line ------------------- */
    /* .smtitle-line {
        padding-left: 0;
        margin: auto;

        &::before {
            content: none;
        }
    } */

    .sm-title:has(+ *) {
        margin-bottom: 5px;
    }


    /* --------------------- Citiwide USP Sec ---------------------- */
    .usp_counter_wrap {
        flex-wrap: wrap;
        gap: 7px;

        & .count {
            width: 100%;
        }

        & .counter-title {
            max-width: 100%;
            padding-left: 0;
            width: 100%;

            &::after {
                content: none;
            }
        }
    }

    /* --------------------- Lets be Creative Sec --------------------- */
    .creative_badge_wrap {
        margin-bottom: 15px;
    }

    .creative_text_wrap {
        margin-bottom: 25px;
    }

    .creative_verticle_line {
        margin-bottom: 12px;
        padding-bottom: 50px;
    }

    .creative_verticle_line::after {
        max-height: 38px;
    }

    .mission-cta .mission-cta-content .heading-40 {
        line-height: 1.3;
    }

    /* -------------------------- Latest Project Sec Start -------------------------- */
    .lastest-project-sec.bg-dark.img-content-sec {
        padding-bottom: 40px;
    }

    .lastest-project-sec {
        & .project-intro-sec {
            & .heading-40 {
                margin-bottom: 0;
                color: var(--white);
                text-align: center;
            }
        }
    }

    .project-detail-box {
        margin-bottom: 20px;
        padding: 15px 17px 13px 15px;

        & .heading-20 {
            max-width: 120px;
        }

        & .project-site-location {
            gap: 6px;

            img {
                width: 15px;
                height: 16px;
                object-fit: contain;
            }
        }
    }

    .featured_projects_tab .resp-tabs-container {
        padding-top: 15px;
    }

    .featured_projects_tab .resp-tabs-list {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        flex-wrap: nowrap;
        display: inline-block;
        padding-bottom: 15px;
    }

    .featured_projects_tab .resp-tabs-list>li:not(:last-child) {
        margin-right: 10px;
    }

    .lastest-project-sec {
        & .project-intro-sec {
            display: block;
            margin-bottom: 15px;
        }
    }

    .feature_project_slider li {
        margin-bottom: 40px;
    }

    .feature_project_slider::before {
        max-width: 600px;
    }

    .feature_project_slider.slick-initialized {
        padding-right: 50px;
    }

    /* ------------------------ About Qualities Sec ------------------------ */
    .about-quality-content .heading-20 {
        margin-bottom: 8px;
    }

    .about-quality-content>p {
        font-size: 14px;
        line-height: 1.4;
    }

    /* ------------------------ Testimonial Section ---------------------- */
    .testimonial-sec {
        & .half-section .left-side {
            width: 480px;
            margin-bottom: 40px;
        }

        & .half-section .right-side {
            width: calc(100% - 520px);
            margin-bottom: 40px;
        }
    }

    .testimonial-sec .smtitle-line {
        margin: unset;
        margin-bottom: 10px;
    }

    .testimonial-end {
        padding-top: 20px;
        margin-top: 20px;
    }

    /* -------------------- Area Section UL LI -------------------- */
    .area-maps-sec .half-section .right-side .smtitle-line {
        margin: initial;
    }

    .map-area-box iframe {
        height: 450px;
    }

    .area-maps-sec ul li {
        padding-left: 25px;
    }

    /* --------------------- Gallery Section --------------------- */
    .before-after-list {
        gap: 20px;

        & .slid-box {
            width: calc(33.33% - 15px);
        }
    }

    /* ------------------------ FAQ Section ---------------------- */
    .faq-inner-content {
        padding: 40px;
    }

    .faq-intro {
        & .heading-36 {
            margin-bottom: 15px;
        }
    }

    /* --------------------- Get In Touch Sec --------------------- */
    .contact-bg {
        flex-wrap: wrap;
        gap: 10px;
    }

    .contact-bg .contact-rightblk {
        width: 100%;
        max-width: 100%;
    }

    .contact-bg .contact-leftblk {
        width: 100%;
    }

    .contact-bg .contact-rightblk>p {
        margin-bottom: 30px;
    }

    .address-hour-wrap {
        flex-wrap: wrap;
    }

    .address-content,
    .hour-content {
        width: 100%;
    }

    .address-content {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 10%);
    }

    .address-wrap {
        margin: 0px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

    .address-wrap li {
        width: unset;
    }

    .hour-content {
        padding-top: 30px;
        padding-left: 0;
    }

    .address-hour-wrap .heading-18 {
        margin-bottom: 18px !important;
    }

    .contact-cite-logo {
        margin-top: 30px;
    }

    /* -------------------------- Instragram Section ------------------------ */
    .insta-content {
        margin-bottom: 40px;
    }

    /* --------------------------- Footer --------------------------- */
    .footer-top {
        padding: 30px 0 30px 0;
    }

    .ft-logo-wrap {
        max-width: 256px;
    }

    .social-media {
        gap: 15px;
    }

    .social-icon-wrap {
        gap: 6px;
    }

    .social-icon-wrap a.social-icon {
        height: 45px;
        width: 45px;
    }

    .footer-bg {
        padding: 60px 00 0;
    }

    .footer-mdl {
        padding: 45px 0 45px;
    }

    .footer-mdl-left {
        width: 300px;
    }

    .subscription_box {
        width: 300px;
        padding: 30px 15px;
    }

    .subscription_box .heading-40 {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .subscription_box p {
        margin-bottom: 20px;
    }

    .footer-mdl-right {
        width: calc(100% - 300px);
        max-width: 595px;
    }

    .ft-col-1 {
        width: 140px;
    }

    .ft-col-2 {
        width: 272px;
        padding-left: 27px;
    }

    .ft-col-3 {
        width: calc(100% - 412px);
        padding-left: 27px;
    }

    .ft-title {
        margin-bottom: 20px;
    }

    .ft-logo-sec {
        column-gap: 35px;

        & .btnlist {
            gap: 10px;
        }
    }

    .footer-mdl-right-links .address-wrap li {
        margin-bottom: 20px;
    }

    .footer-mdl-right-links .ft-col-3 .ft-links li a {
        margin-bottom: 0;
    }

    .address-wrap.ft-links .address-detail {
        word-break: break-word;
    }

    .footer-mdl-right-links {
        padding-bottom: 30px;
    }

    .footer-mdl-cta {
        padding-top: 30px;
    }

    .footer-mdl-cta .service-header-cta .heading-30 {
        margin-bottom: 5px;
    }

    hr {
        margin: 0px auto 60px;
    }

    .lastest-project-sec .project-intro-sec .smtitle-line {
        max-width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .lastest-project-sec .project-intro-sec .smtitle-line {
        &::before {
            display: none;
        }
    }



}

@media screen and (max-width: 991.98px) {

    /* ------------------ Margin & Padding ----------------- */
    .mb-40,
    .mb-50,
    .mb-60,
    .mb-70,
    .mb-80,
    .mb-90,
    .mb-100,
    .mb-110 {
        margin-bottom: 30px;
    }

    .bg-grey {
        padding-top: 30px;
    }

    .landing-banner .mb-30 {
        margin-bottom: 15px;
    }

    /* ----------------------- Intro Common Sec ------------------------ */
    .intro-img-content-sec.img-content-sec .half-section .left-side {
        width: 100%;
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
    }

    .intro-img-content-sec.img-content-sec .half-section .right-side {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }

    .img-content-sec .dot-img-grid::after {
        top: 35px;
        left: -31px;
        right: -35px;
        height: 100%;
        width: calc(100% + 70px);
    }


    /* ----------------------- Common Content-Spacing ----------------------- */

    .img-content-sec .half-section {
        flex-wrap: wrap;
    }

    .img-content-sec .half-section.flex-row-reverse {
        flex-direction: column-reverse;
    }

    .img-content-sec .half-section .right-side,
    .img-content-sec .half-section .left-side {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
        max-width: 100%;
        text-align: center;

        &>.heading_wrap+.img-wrap {
            margin-top: 25px;
        }
    }

    .img-content-sec .dot-img-grid::after {
        content: none;
    }

    .img-content-sec .happy-clients-badge {
        max-width: 120px;
        margin: auto;
    }

    .bg-dark.img-content-sec {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .bg-dark.img-content-sec .half-section .left-side .img-badge-wrap {
        left: 25px;
        padding: 13px 15px 12px 15px;
    }

    .page-wrapper ul:not([class]):has(+*),
    .page-wrapper p:has(+*),
    .page-wrapper ol:has(+*) {
        margin-bottom: 20px;
    }

    /* ------------------- Img Badge Css -------------------- */
    .img-badge-wrap {
        bottom: -20px;
        padding: 14px 20px 14px 8px;
    }

    .badge-title {
        padding-right: 105px;

        &::after {
            top: calc(50% - 1px);
            max-width: 90px;
            background-color: var(--secondary);
            border: 1px solid var(--secondary);
        }
    }

    /* --------------------- Citiwide USP Sec ---------------------- */
    .citiwide-usp-sec .usp-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }

    .citiwide-usp-sec .usp-wrapper>li {
        padding: 15px;
        width: calc(50% - 7.5px);
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
        align-items: flex-start;

        & .citi_usp_img_wrap {
            margin-bottom: 0;
            width: 54px;
        }

        & .usp_counter_wrap {
            width: calc(100% - 64px);
        }
    }

    /* -------------------------- Latest Project Sec Start -------------------------- */
    .lastest-project-sec.bg-dark.img-content-sec {
        padding-bottom: 30px;
    }

    .feature_project_slider::before {
        max-width: 350px;
    }

    .feature_project_slider:not(.slick-initialized) {
        margin: 0 -15px;
    }

    .feature_project_slider:not(.slick-initialized) li {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .service-content-wrap {
        p {
            margin-bottom: 30px;
        }
    }

    .project-detail-box {
        & .project-site-location {
            & .location-content {
                font: normal normal 500 14px / 23px Archivo;
                letter-spacing: 0.16px;
            }
        }
    }

    /* ------------------------ About Qualities Sec ------------------------ */
    .about-qualites-sec .about-quality-wrap {
        gap: 28px;
        justify-content: unset;
    }

    .about-quality-items {
        width: calc(50% - 14px);
    }

    .about-quality-content .heading-20 {
        margin-bottom: 5px;
    }

    /* --------------------- Gallery Section --------------------- */
    .before-after-list {
        gap: 10px;

        & .slid-box {
            width: calc(33.33% - 7px);
        }
    }

    .gallery-list-sec {
        margin-bottom: 30px;
    }

    .gallery-list-sec .intro-sec {
        margin-bottom: 30px;
        justify-content: center;
        gap: 10px;
    }

    .gallery-list-sec .project-heading {
        width: 100%;
    }

    .project-heading .project_location {
        float: unset;
    }

    .project-detail-box {
        & .heading-20 {
            margin-right: 15px;
            height: 52px;
            max-width: 95px;
        }
    }

    .feature_project_slider:not(.slick-initialized) {
        margin: 0 -10px;
    }

    .feature_project_slider:not(.slick-initialized) li {
        margin-bottom: 20px;
        padding: 0 10px;
    }


    .projects-pg .lastest-project-sec .project-detail-box {
        position: relative;
        margin-bottom: 0;
        padding: 5px 0px 5px 0px;
        display: flex;
        flex-wrap: wrap;

        & .heading-20 {
            margin-right: 0;
            height: 100% !important;
            max-height: 45px;
            max-width: 100%;
        }

        & .project-site-location {
            padding-left: 0;
            /* border-top: 1px solid rgba(0, 0, 0, 10%); */
            border-left: 0;
            width: 100%;
            margin-top: 3px;
            padding-top: 3px;

            & .location-content {
                span {
                    display: inline-block;
                    width: unset;
                    margin-right: 5px;
                }
            }
        }
    }

    /* ----------------------- Testimonial Section ----------------------- */
    .testimonial-sec {
        & .half-section {
            flex-wrap: wrap;

            & .left-side {
                width: 100%;
                max-width: 100%;
                padding: 0;
                margin: 0 0 30px;

                & .heading-40,
                .sm-title {
                    display: none;
                }
            }

            & .right-side {
                width: 100%;
                max-width: 100%;
                padding: 0;
                margin: 0 0 50px;
            }
        }
    }

    /* -------------------- Area Section UL LI -------------------- */
    .area-maps-sec.img-content-sec .half-section .right-side,
    .area-maps-sec.img-content-sec .half-section .left-side {
        text-align: left;
    }

    .map-area-box iframe {
        height: 450px;
    }

    /* --------------------- Lets be Creative Sec --------------------- */
    .creative_badge_wrap {
        max-width: 120px;
    }

    .creative_wrapper p>br {
        display: none;
    }

    /* ------------------- CTA Section -------------------- */
    .cta-wrap {
        max-width: 100%;
        padding: 0 100px;
    }

    .mission-cta .cta-wrap {
        padding: 30px 20px;
    }

    /* ------------------------ FAQ Section ---------------------- */
    .faq-inner-content {
        padding: 20px;
    }

    /* ------------------------ Countact Us Section --------------------- */
    .contact-sec .half-section {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .contact-sec .half-section .contact-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .contact-sec .half-section .contact-right {
        width: 100%;
    }

    /* --------------------- Get In Touch Sec --------------------- */
    .contact-bg .contact-rightblk [class*="heading-"] {
        margin-bottom: 15px;
    }

    .contact-bg .contact-rightblk>p {
        line-height: 1.6;
        letter-spacing: 0.14px;
    }

    /* -------------------------- Instragram Section ------------------------ */
    .insta-content {
        margin-bottom: 30px;
    }

    .insta-sec .insta-head {
        margin-bottom: 20px;
    }


    /* ----------------------------footer -----------------------------*/
    .ft-logo-sec {
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }

    .ft-top-wrap {
        justify-content: center !important;
        gap: 20px;
    }

    .footer-mdl {
        padding: 30px 0 30px;
    }

    .footer-mdl-left,
    .footer-mdl-right {
        width: 100%;
        max-width: 100%;
    }

    .ft-mdl-wrapper {
        gap: 30px;
    }

    .subscription_box {
        width: 100%;
        text-align: center;
    }

    .subscription_box .heading-40 {
        margin: 0 0 15px 15px;
        display: inline-block;
        max-width: 235px;
        text-align: left;
    }

    .footer-mdl-cta .service-header-cta {
        display: inline-flex;
    }

    .ft-col-1 {
        width: 20%;
    }

    .ft-col-2 {
        width: 40%;
    }

    .ft-col-3 {
        width: 40%;
    }

    .img-content-sec .half-section .right-side ul li {
        text-align: justify;
    }

    .blog_ul .slick-next,
    .blog_ul .slick-prev {
        top: -38px;
    }

    .blog_ul .slick-prev {
        width: 32px;
        height: 32px;
        background: transparent;
        border-radius: 100%;
        z-index: 1;
        opacity: 1 !important;
        border: 1px solid #707070;
        right: 65px;
        left: unset;

    }

    .blog_ul .slick-next {
        width: 32px;
        height: 32px;
        background: transparent;
        border-radius: 100%;
        z-index: 1;
        opacity: 1 !important;
        border: 1px solid #707070;
        right: 15px;
        left: unset;
    }

    .blog_ul.slick-next:before,
    .blog_ul.slick-prev:before {
        filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(833%) hue-rotate(131deg) brightness(91%) contrast(86%);
        top: 0;
        padding-right: 0;
    }

    .blog_ul.slick-arrow:not(.js_hmbanner) .slick-prev:hover,
    .blog_ul.slick-arrow:not(.js_hmbanner) .slick-next:hover {
        background-color: #000000;
        border: 1px solid #000000;
    }


    .blog_ul .slick-prev.slick-arrow:hover::before {
        filter: brightness(0) invert(1);
    }

    .blog_ul .slick-next.slick-arrow:hover::before {
        filter: brightness(0) invert(1);
    }


}

@media screen and (max-width: 767.98px) {

    /* --------------------- Common Ul LI Css ---------------------- */
    main ul>li,
    main ul.wp-block-list>li {
        margin-bottom: 10px;
    }

    /* ------------------------- Common Contnt Section ------------------------ */
    .img-content-sec .happy-clients-badge {
        max-width: 114px;
    }

    /* --------------------- Lets be Creative Sec --------------------- */
    .creative_text_wrap {
        margin-bottom: 20px;
    }

    .creative_text_wrap {
        margin-bottom: 15px;
    }

    .creative_verticle_line {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .creative_verticle_line::after {
        max-height: 10px;
    }

    .creative_points {
        gap: 45px;
    }

    .creative_points li::before {
        right: -26px;
    }

    /* --------------------- Citiwide USP Sec ---------------------- */
    .citiwide-usp-sec .usp-wrapper {
        gap: 10px;
    }

    .citiwide-usp-sec .usp-wrapper>li {
        padding: 15px;
        width: calc(50% - 5px);
        gap: 5px;
    }

    /* -------------------------- Latest Project Sec Start -------------------------- */
    .feature_project_slider::before {
        max-width: 180px;
    }

    .project-detail-box {
        & .heading-20 {
            font-size: 14px;
            height: 45px;
        }

        & .project-site-location {
            margin-top: 3px;

            & .location-content {
                font-size: 14px;
                line-height: 1.2;
            }

            img {
                margin-top: 0;
            }
        }
    }

    /* --------------------- Gallery Section --------------------- */
    .before-after-list {
        gap: 10px;

        & .slid-box {
            width: calc(50% - 5px);
        }
    }

    .before-after-list {
        & .slid-box {
            &>.img-wrap {
                &::before {
                    width: 60px;
                    height: 60px;
                    background-size: contain;
                }
            }
        }
    }


    /* --------------------- Common text center -------------------- */
    .service-content-wrap {
        p {
            margin-bottom: 25px;
        }
    }

    /* --------------------- Testimonial Section ------------------- */
    .testimonial-sec {
        & .half-section .right-side {
            p {
                line-height: 1.5;
                margin-bottom: 15px;
            }
        }
    }

    .testionial-box>.img-wrap {
        margin-bottom: 12px;
    }

    /* ---------------------- CTA Section ---------------------- */
    .mission-cta .cta-wrap {
        padding: 20px 20px;
    }

    .mission-cta .mission-cta-content .heading-40 {
        margin-bottom: 10px;
    }

    .mission-cta .cta-wrap p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.18px;
    }

    /* ----------------------- Get In Touch Sec ---------------------- */
    .address-wrap {
        margin-bottom: 30px;
    }

    /* -------------------- Area Section UL LI -------------------- */
    .map-area-box iframe {
        height: 300px;
    }

    /* -------------------------- Instragram Section ------------------------ */
    .insta-head {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    /* --------------------------- Footer ---------------------------*/
    .address-detail label {
        margin-bottom: 5px;
    }

    .social-media {
        gap: 5px;
    }

    .social-icon-wrap {
        justify-content: center;
    }

    .social-icon-wrap a.social-icon {
        height: 40px;
        width: 40px;
    }

    .footer-mdl-cta .service-header-cta {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .footer-mdl-cta .service-header-cta .ft-cta-wrapper {
        max-width: 100%;
        text-align: center;
    }

    .footer-mdl-cta .service-header-cta .heading-30 {
        margin-bottom: 0px;
    }

    .ft-cta-sec .btnlist [class*="btn-"] {
        padding: 0 15px;
    }

    .mb-50 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575.98px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h5,
    h6,
    [class*="heading-"] {
        margin-bottom: 12px;
    }

    p {
        line-height: 1.3;
    }

    .page-wrapper ul:not([class]):has(+*),
    .page-wrapper p:has(+*),
    .page-wrapper ol:has(+*) {
        margin-bottom: 20px;
    }

    /* ---------------------- Common form CSS ---------------------- */
    .width50 {
        width: 100%;
    }

    .landing-banner .left_content_wrap .form-box .row:nth-child(3) .form-group.width50 {
        width: 50%;
    }

    input[type="text"],
    input[type="submit"],
    input[type="email"],
    textarea,
    .form-control {
        padding: 5px 20px;
    }

    .row>.form-group>label {
        margin-bottom: 10px;
    }

    .row:nth-last-child(2) .form-group {
        margin-bottom: 20px;
    }

    .sm-title {
        margin-bottom: 5px;
    }

    .intro-img-content-sec .sm-title {
        margin-left: auto;
        margin-right: auto;
    }

    .heading_wrap {
        gap: 20px;
        flex-wrap: wrap;

        & .sm-title {
            margin-bottom: 10px;
        }
    }

    .head-wrap {
        &>.heading-40 {
            padding: 0;

            &::after {
                display: none;
            }
        }
    }

    /* ---------------------- form error ---------------------- */
    .left_content_wrap .wpcf7-not-valid-tip {
        font-size: 11px;
    }

    .left_content_wrap .wpcf7 form .wpcf7-response-output,
    .left_content_wrap .wpcf7 form.invalid .wpcf7-response-output,
    .left_content_wrap .wpcf7 form.unaccepted .wpcf7-response-output {
        margin-bottom: 10px;
    }

    /* -------------------------------img-badge-wrap---------------------------- */
    .img-badge-wrap {
        bottom: -10px;
        padding: 8px 20px 7px 8px;
    }

    .badge-title {
        padding-right: 65px;

        &::after {
            max-width: 55px;
        }
    }

    /* ------------------------ Common Content Section ---------------------- */
    .half-section .right-side,
    .half-section .left-side {
        line-height: 0.8;
    }

    .img-content-sec .half-section .left-side {
        margin-bottom: 20px;
    }

    .img-content-sec .half-section .right-side,
    .img-content-sec .half-section .left-side {
        margin-bottom: 30px;
    }

    .bg-dark.img-content-sec .half-section .left-side .img-badge-wrap {
        left: 15px;
        padding: 13px 15px 12px 15px;
    }

    /* *********************|| BUTTON ||*********************** */
    [class*="btn-"] {
        font-size: 14px;
        line-height: 20px;
        padding: 0 25px;
        min-height: 46px;
        gap: 8px;
    }

    .btnlist {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn-dark {
        &:has(img) {
            min-width: 244px;
        }
    }

    /* --------------------- Citiwide USP Sec ---------------------- */
    .citiwide-usp-sec .usp-wrapper>li {
        width: 100%;
        gap: 15px;
        padding: 30px 10px 30px 40px;

        & .usp_counter_wrap {
            width: calc(100% - 69px);
        }
    }

    /* --------------------- Lets be Creative Sec --------------------- */
    .creative-sec {
        p {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            overflow: hidden;
            max-height: 125px;
            padding-bottom: 0;
        }
    }

    .creative_badge_wrap {
        max-width: 114px;
    }

    /* ------------------------ About Qualities Sec ------------------------ */
    .about-qualites-sec .about-quality-wrap {
        gap: 15px;
    }

    .about-quality-items {
        width: calc(50% - 8px);
    }

    /* -------------------------- Latest Project Sec Start -------------------------- */
    .feature_project_slider.slick-arrow button.slick-arrow.slick-next,
    .feature_project_slider.slick-arrow button.slick-arrow.slick-prev {
        left: 13px;
    }

    .feature_project_slider.slick-arrow button.slick-arrow.slick-next {
        left: 58px;
    }

    .feature_project_slider.slick-initialized {
        padding-right: 40px;
    }

    .project-detail-box {
        & .heading-20 {
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 0;
            height: 38px;
        }

        & .project-site-location {
            & .location-content {
                font-size: 12px;
                line-height: 1;
                letter-spacing: 0.12px;
            }
        }
    }

    /* Css for Project page */
    .projects-pg .lastest-project-sec .project-detail-box {
        & .heading-20 {
            font-size: 14px;
            max-height: 20px;
            -webkit-line-clamp: 1;
        }

        & .project-site-location {
            img {
                width: 15px;
                height: 14px;
            }

            & .location-content {
                font-size: 13px;
                line-height: 1.2;
            }
        }
    }

    .featured_projects_tab .resp-tabs-container:has(.feature_project_slider:not(.slick-initialized)) {
        margin-bottom: 0;
    }

    .projects-pg .featured_projects_tab .resp-tabs-container {
        padding-top: 10px;
    }

    .feature_project_slider:not(.slick-initialized) {
        margin: 0 -5px;
    }

    .feature_project_slider:not(.slick-initialized) li {
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .featured_projects_tab {
        & .btn-read-more {
            padding: 0;
            height: unset;
            min-height: unset;
        }
    }

    .featured_projects_tab .resp-tabs-container {
        margin-bottom: 30px;
    }

    .feature_project_slider::before {
        display: none;
    }

    .feature_project_slider li {
        margin-bottom: 30px;
    }

    /* --------------------- Testimonial Section --------------------- */
    .testimonial-sec {
        & .half-section .right-side {
            text-align: center;
        }
    }

    .testimonial-sec .smtitle-line {
        margin: auto;
        margin-bottom: 10px;
    }

    .progress {
        max-width: calc(100% - 150px);
        margin-left: 65px;
    }

    .slider__counter {
        bottom: -0.8rem;
    }

    .testimonial-slider.slick-arrow .slick-prev {
        right: 40px;
    }

    .testionial-box {
        padding-bottom: 40px;
    }

    .author-nm {
        text-align: left;
    }

    /* --------------------- Get In Touch Sec --------------------- */
    .contact-bg {
        padding: 30px 23px;
    }

    .contact-bg .contact-rightblk [class*="heading-"] {
        line-height: normal;
    }

    .contact-bg .contact-rightblk>p {
        font-size: 14px;
    }

    .hour-content {
        padding-top: 20px;
    }

    .hour-content p {
        line-height: 2;
    }

    .contact-cite-logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    label.waterproofinglabel {
        display: none !important;
    }

    .submit {
        width: 159px;
    }

    .submit::after {
        right: 30px;
    }

    /* --------------------------- Footer ------------------------ */
    .ft-logo-sec {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .social-media {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .social-icon-wrap {
        width: 100%;
    }

    .ft-col-1::after,
    .ft-col-2::after {
        content: none;
    }

    .ft-col-3::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(112, 112, 112, 10%);
    }

    .ft-title {
        margin-bottom: 15px;
    }

    .ft-col-1 {
        width: 40%;
    }

    .ft-col-2 {
        width: 60%;
    }

    .ft-col-3 {
        width: 100%;
        padding: 22px 0 0 0;
        margin-top: 30px;
    }

    .ft-links li a {
        margin-bottom: 10px;
    }

    .footer-mdl-right-links .address-wrap li:last-child {
        margin-bottom: 0;
    }

    .address-wrap {
        margin-bottom: 0;
        column-gap: 5px;
    }

    .subscription_box .heading-40 {
        max-width: 230px;
        margin: 0 0 15px 10px;
        line-height: 1.19;
    }

    .subscription_box {
        text-align: left;
    }

    .footer-mdl-cta .service-header-cta {
        gap: 18px;
    }

    .footer-mdl-cta {
        padding-top: 25px;
    }

    .footer-btm>p {
        display: inline-block;
    }

    .footer-btm {
        padding: 16px 0 8px;
    }

    /* .footer-mdl {
        flex-wrap: wrap;
        gap: 15px;
        padding: 0px 0 20px;
    }
    .footer-mdl-left,
    .footer-mdl-right {
        width: 100%;
        max-width: 100%;
    }
    .ft-col-1 {
        position: relative;
        max-width: 100%;
        overflow: hidden;
        padding: 0% 0 10px;
    }
    .ft-col-1::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: calc(100% + 30px);
        left: -15px;
        height: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    } */


    /* .mission-cta {
        padding: 40px 0;
    } */

    .cta-wrap {
        padding: 0 36px;
    }

    .services-details-pg .citiwide-sec-text .img-wrap img {
        display: none;
    }

    .services-details-pg .citiwide-sec-text {
        margin-bottom: 10px;
    }

    .address-wrap {
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {

    /* ------------------------ About Qualities Sec ------------------------ */
    .about-quality-items {
        width: 100%;
    }

    .intro-img-content-sec.img-content-sec .half-section .right-side {
        & .heading-26 {
            font-weight: 600;
        }
    }

    .projects-pg .lastest-project-sec.mb-80 {
        margin-bottom: 5px;
    }

    .projects-pg .citiwide-sec-text {
        margin-bottom: 10px;
    }

    .mb-50 {
        margin-bottom: 20px;
    }

    hr {
        margin: 0px auto 30px;
    }

    .blog_ul .slick-next,
    .blog_ul .slick-prev {
        top: -31px;
    }

    .footer-mdl-right-links {
        padding-bottom: 10px;
    }

    .footer-mdl-cta {
        padding-top: 10px;
    }
}

@media (max-width: 374.99px) {
    .creative_points {
        gap: 27px;
    }

    .creative_points li {
        font-size: 16px;
    }

    .creative_points li::before {
        right: -18px;
    }

    /* --------------------- Citiwide USP Sec ---------------------- */
    .citiwide-usp-sec .usp-wrapper>li {
        padding: 25px 10px 25px 25px;

        & .citi_usp_img_wrap {
            width: 54px;
        }

        & .usp_counter_wrap {
            width: calc(100% - 70px);
        }
    }

    /* -------------------- Area Section UL LI -------------------- */
    .area-maps-sec ul {
        gap: 0;
    }

    .area-maps-sec ul li {
        width: 100%;
        margin-bottom: 8px;
    }

    .subscription_box .heading-40 {
        max-width: 220px;
    }


}