body {
    background-color: #000000;
}

main.main {
    margin-top: 130px;
    overflow: hidden;
}

#navmenu.bi-x::before {
    display: none;
}

#header .container-fluid {
    padding: 10px 40px 18px;
}

/* Hamburger */
.hamburger1 {
    display: grid;
    grid-template-rows: repeat(5, 2fr);
    justify-items: center;
    z-index: 120;
    background-color: transparent;
    height: 52px;
    width: 52px;
    border-radius: 0;
    margin: 0;
    margin-right: 0px;
    align-items: center;
    padding: 17px 0;
    gap: 5px;
    border: 1px solid #E9B25C;
    cursor: pointer;
    display: none;
}

.hamburger1 div {
    background-color: #E9B25C;
    position: relative;
    width: 15px;
    height: 3px;
    margin-top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 20px;
}

.hamburger1 .meat {
    width: 24px;
}

#toggle1 {
    display: none;
}

#toggle1:checked+.hamburger1 .top {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 8.5px;
    width: 25px;
}

#toggle1:checked+.hamburger1 .meat {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -14px;
    width: 25px;
}

#toggle1:checked+.hamburger1 .bottom {
    -webkit-transform: scale(0);
    transform: scale(0);
}

#toggle1:checked~.menu1 {
    height: auto;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 65px;
    padding-bottom: 55px;
}

#header #navmenu nav.menu1 {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: transparent;
    top: 0;
    height: auto;
}

button.button.call-icon {
    display: none;
}

/* Menu */
.menu1 {
    width: 100%;
    background-color: #fff;
    margin: 0;
    display: -ms-grid;
    /* display: grid;
  grid-template-rows: 1fr repeat(4, 0.5fr);
  grid-row-gap: 25px; */
    padding: 0;
    list-style: none;
    clear: both;
    width: auto;
    text-align: center;
    height: 0px;
    overflow: visible;
    transition: height .4s ease;
    z-index: 120;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    left: 0;
    top: 110px;
}

.header .menu1 a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    font-family: 'satoshi';
    transition: .5s ease all;
}

.navmenu li:hover>a,
.navmenu .active,
.navmenu .active:focus {
    color: #F0B85F;
    transition: .5s ease all;
}

.menu1 a:first-child {
    margin-top: 0px;
}

.menu1 li:not(:last-child) a {
    margin-bottom: 0px;
}

.link1 {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font: 700 20px 'Oswald', sans-serif;
}

.link1:hover {
    background-color: #fff;
    color: rgb(61, 61, 61);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navmenu ul {
    display: flex;
    list-style: none;
    padding: 0px 0 0 0;
    margin: 0;
    border-radius: 0px;
    box-shadow: none;
    transition: 0.3s;
    text-align: left;
}

.mobile-nav-active .navmenu>ul {
    display: block;
}

.navbar-search {
    position: relative;
}

.header .branding {
    min-height: auto;
    padding: 0;
}

#navmenu {
    background-color: transparent;
    width: 100%;
    height: auto;
}

nav#navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav__menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: var(--screen-height);
    position: relative;
    z-index: 5;
    visibility: visible;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

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

.nav__item {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}

/* .nav__item:nth-child(1) {
	 transform: translateY(-40px);
}
 .nav__item:nth-child(2) {
	 transform: translateY(-80px);
}
 .nav__item:nth-child(3) {
	 transform: translateY(-120px);
}
 .nav__item:nth-child(4) {
	 transform: translateY(-160px);
}
 .nav__item:nth-child(5) {
	 transform: translateY(-200px);
} */
.nav__link {
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    padding: 1rem;
    font-family: 'Satoshi';
    line-height: 27px;
    font-weight: 500;
}

li.nav__item.dropdown-toggle {
    display: flex;
    align-items: center;
    color: #fff;
}

.nav__link:hover,
.nav__link:focus {
    outline: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.menuicon {
    display: none;
    cursor: pointer;
    color: white;
    transform: rotate(0deg);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menuicon__bar,
.menuicon__circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
}

.menuicon__bar {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-in-out;
}

.menuicon__circle {
    transition: stroke-dashoffset 0.3s linear 0.1s;
    stroke-dashoffset: circumference(23);
    stroke-dasharray: circumference(23);
}

.splash {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 1px;
    height: 1px;
}

.splash::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: var(--splash-bg-color);
    width: 284vmax;
    height: 284vmax;
    top: -142vmax;
    left: -142vmax;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    will-change: transform;
}

.nav:target>.splash::after,
.nav--open>.splash::after {
    transform: scale(1);
}

.nav:target .menuicon,
.nav--open .menuicon {
    color: white;
    transform: rotate(180deg);
}

.nav:target .menuicon__circle,
.nav--open .menuicon__circle {
    stroke-dashoffset: 0;
}

.nav:target .menuicon__bar:nth-child(1),
.nav--open .menuicon__bar:nth-child(1),
.nav:target .menuicon__bar:nth-child(4),
.nav--open .menuicon__bar:nth-child(4) {
    opacity: 0;
}

.nav:target .menuicon__bar:nth-child(2),
.nav--open .menuicon__bar:nth-child(2) {
    transform: rotate(45deg);
}

.nav:target .menuicon__bar:nth-child(3),
.nav--open .menuicon__bar:nth-child(3) {
    transform: rotate(-45deg);
}

.nav:target .nav__menu,
.nav--open .nav__menu {
    visibility: visible;
}

.nav:target .nav__item,
.nav--open .nav__item {
    opacity: 1;
    transform: translateY(0);
}

.menu-item-has-children>a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    content: "\F282";
    font-family: 'bootstrap-icons';
    font-size: 15px;
}

ul.sub-menu {
    position: absolute;
    padding: 0;
    text-align: left;
    flex-direction: column;
    background-color: #000;
    width: 250px;
}

ul.sub-menu li a {
    text-align: left;
    padding: 10px 16px;
}

.bg-1 .button {
    color: #37474f;
    border-color: #37474f;
}

.button--tamaya {
    overflow: hidden;
    color: #7986cb;
    min-width: 180px;
}

.button--border-thick {
    border: 3px solid;
}

.button {
    float: left;
    min-width: 215px;
    max-width: 250px;
    display: block;
    margin: 0;
    padding: 10px 0;
    border: none;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    font-size: 20px;
    color: #000;
    font-family: 'satoshi';
    font-weight: 500;
    font-size: 20px;
}

.button--tamaya::before,
.button--tamaya::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    background: #E9B25C;
    color: #000;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--tamaya>a {
    display: block;
    -webkit-transform: scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    color: #000;
    font-family: 'satoshi';
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
}

.button--tamaya::before {
    top: 0;
    padding-top: 10px;
}

.button--tamaya::after {
    bottom: 0;
    line-height: 0;
}

.button--tamaya:hover::before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.button--tamaya:hover>a {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.button--tamaya:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

#header .container-fluid .col-right {
    width: 75%;
}

.nav-items {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.fixed-top {
    background-color: #000;
}

@keyframes slideup {
    from {
        transform: translateY(10%);
    }

    to {
        transform: translateY(0);
    }
}

.dropdown-menu.show {
    /*  animation: 0.5s slideup; */
}


/* Footer */

#footer {
    border-top: 12px solid #E9B25C;
    padding-top: 100px;
    padding-bottom: 85px;
    padding-left: 160px;
    padding-right: 160px;
    background-color: #242424;
}

#footer p.sub-title {
    text-align: center;
    color: #fff;
    font-family: 'satoshi';
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 40px;
}

#footer h2 {
    text-align: center;
    font-family: 'COUTURE Bold';
    color: #E9B25C;
    font-size: 45px;
    line-height: 60px;
}

#footer .dual-btn {
    justify-content: center;
}

.footer-items {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 130px;
}

.footer-items h3 {
    font-family: 'satoshi';
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-items .col-auto:nth-child(3) ul {
    column-count: 2;
    gap: 140px;
}

.footer-items ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-items ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'satoshi';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
}

.footer-items ul li {
    margin-bottom: 20px;
}

.footer-items p {
    font-size: 24px;
    color: #AAAAAA;
    font-family: 'satoshi';
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 32px;
}

.bottom-items {
    display: flex;
    gap: 108px;
    align-items: center;
    margin-top: 100px;
}

.bottom-items p,
.bottom-items p a {
    margin: 0;
    font-family: 'satoshi';
    font-size: 22px;
    line-height: 30px;
    color: #AAAAAA;
    text-decoration: none;
}

a#scroll-top {
    display: none !important;
}

.bottom-footer {
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 160px;
    padding-right: 160px;
}

.bottom-footer-content {
    display: flex;
    gap: 40px;
    font-size: 20px;
    font-family: 'satoshi';
    line-height: 30px;
    color: #707070;
    font-weight: 500;
}

.bottom-footer-content p {
    margin-bottom: 0px;
}

.bottom-footer-content ul li:not(:last-child) a {
    border-right: 1px solid #707070;
    margin-right: 10px;
    padding-right: 10px;
}

.bottom-footer-content ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}

.bottom-footer-content ul a {
    color: #707070;
    text-decoration: none;
}

/* Homepage Start Here */

.hero-section {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

.hero-section .container-fluid {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 285px;
    padding-bottom: 85px;
    padding-left: 125px;
    padding-right: 155px;
    position: relative;
    z-index: 11;
}

.hero-section h1 {
    font-family: 'COUTURE Bold', sans-serif;
    color: #fff;
    font-size: 55px;
    line-height: 77px;
    margin-bottom: 0;
}

.hero-section h1 span {
    display: flex;
    align-items: center;
    margin-left: 305px;
}

.hero-section h1 span hr {
    width: 330px;
    border-top: 2px solid #fff;
    opacity: 1;
    margin-right: 55px;
}

.short-detail {
    width: 605px;
    display: inline-block;
    float: right;
    margin-top: 200px;
}

.short-detail p {
    font-size: 30px;
    line-height: 40px;
    font-family: 'satoshi';
    font-weight: 500;
    color: #fff;
}

.dual-btn {
    margin-top: 45px;
    display: flex;
    gap: 20px;
}

.dual-btn button {
    height: 69px;
}

.dual-btn .button--tamaya::before {
    top: 0;
    padding-top: 19px;
}

.dual-btn .button-one {
    min-width: 190px;
}

.dual-btn .button-two {
    min-width: 235px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.dual-btn .button-two::before,
.dual-btn .button-two::after {
    background: transparent;
    color: #fff;
}

.dual-btn .button-two:hover {
    background-color: #fff;
}

.featured-project {
    position: relative;
    padding-top: 110px;
    padding-bottom: 35px;
    padding-left: 145px;
}

.featured-project h2 {
    font-size: 45px;
    line-height: 65px;
    color: #E9B25C;
    font-family: 'COUTURE Bold';
    margin-bottom: 70px;
}

.featured-project .container-fluid {
    padding-right: 0;
}

/*.featured-project .pagination {
    position: relative;
    width: 180px;
    height: max-content;
    top: -70px;
} */
.featured-project .pagination #slider-prev {
    display: none !important;
}

.featured-project .pagination #slider-next,
.featured-project .pagination #slider-prev {
    height: 60px;
    width: 60px;
    border: 1px solid #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    transform: none;
    transition: .5s ease all;
    top: 43%;
    right: 2%;
}

.featured-project .pagination #slider-next:hover,
.featured-project .pagination #slider-prev:hover {
    background-color: #E9B25C;
    color: #000;
    border: 1px solid #E9B25C;
    transition: .5s ease all;
}

.name-position h2 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    margin-bottom: 5px;
    color: #fff;
    text-align: left;
    margin-top: 25px;
    font-family: 'satoshi';
    font-weight: 500;
}

.name-position p {
    font-size: 25px;
    line-height: 35px;
    width: auto;
    margin-bottom: 0;
    color: #9D9D9D;
    font-family: 'Satoshi';
    font-weight: 500;
    text-align: left;
}

img.bottom-img {
    position: absolute;
    bottom: -45%;
    left: -19%;
}

img.top-img {
    position: absolute;
    bottom: 10%;
    right: -35%;
    z-index: -1;
}

.featured-project .icon-box img {
    width: 100%;
}

.testimonials {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-left: 135px;
    padding-bottom: 80px;
    padding-right: 60px;
}

.testimonials .swiper {
    margin-top: 280px;
}

.testimonials .dual-btn {
    margin: 0;
    position: absolute;
    bottom: 0;
}

.testimonials .col-md-4 {
    position: relative;
}

.testimonials .dual-btn .button-one {
    min-width: 280px;
    height: 68px;
}

.testimonials .icon-box {
    background-color: rgb(150 150 150 / 40%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(7px);
    padding: 60px 35px 40px 55px;
}

.testimonials .icon-box h3 {
    font-family: 'satoshi';
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

.testimonials .icon-box p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'satoshi';
    color: #fff;
    margin-top: 35px;
    margin-bottom: 20px;
}

.testimonials .icon-box p.name {
    margin: 0;
}

.testimonials .col-md-5 {
    position: relative;
}

.testimonials .pagination {
    gap: 15px;
    position: absolute;
    right: 13px;
    top: 20px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.testimonials .pagination .swiper-button-prev {
    left: 0;
}

.testimonials .pagination .swiper-button-next {
    right: 0;
}

.testimonials .pagination .swiper-button-prev,
.testimonials .pagination .swiper-button-next {
    background-color: rgb(150 150 150 / 40%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(7px);
    padding: 0;
    color: #fff;
    border: 0px solid #fff;
    width: 60px;
    transition: .5s ease all;
    font-size: 22px;
    height: 60px;
    top: 0;
    outline: none;
    position: relative;
}

.loaction {
    background-color: #000000;
    padding-left: 145px;
}

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

.loaction h2 {
    font-size: 35px;
    line-height: 50px;
    color: #E9B25C;
    font-family: 'COUTURE Bold';
}

.loaction p.sub-heading {
    color: #fff;
    margin-bottom: 50px;
}

.loaction .services .img-box {
    position: relative;
}

.loaction .col-md-8.services {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.loaction .services img {
    width: 100%;
}

.loaction .img-box p {
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-family: 'satoshi';
    font-size: 25px;
    line-height: 35px;
    padding: 0 65px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}

.lake-norman {
    position: relative;
    background-color: #242424;
    padding: 60px 145px 85px;
}

.lake-norman h2 {
    font-size: 35px;
    color: #fff;
    font-family: 'COUTURE Bold';
    line-height: 50px;
    margin-bottom: 0;
}

.lake-norman p.sub-heading {
    margin-bottom: 50px;
}

.lake-norman .swiper-slide img {
    width: 100%;
}

.lake-norman .swiper-slide p {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-family: 'satoshi';
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
}

.lake-norman .swiper-slide {
    opacity: 36%;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    opacity: 0;
    display: none;
}

.swiper-button-next {
    color: #fff;
    border: 1px solid #fff;
    width: 60px;
    transition: .5s ease all;
    font-size: 22px;
    height: 60px;
    top: 40%;
    outline: none;
}

.swiper-button-next:hover {
    background-color: #E9B25C;
    transition: .5s ease all;
    color: #000;
    border-color: #E9B25C;
}

.our-expertise {
    background-color: #fff;
    padding: 60px 145px 0;
}

.our-expertise p {
    font-size: 25px;
    line-height: 33px;
    font-family: 'Satoshi';
    color: #000;
    font-weight: 500;
}

p.sub-heading {
    color: #E9B25C;
    font-size: 20px;
    margin-bottom: 80px;
    font-family: 'satoshi';
    font-weight: bold;
}

.our-expertise h2 {
    font-size: 35px;
    line-height: 50px;
    color: #000;
    font-family: 'COUTURE Bold';
}

.our-expertise .row {
    justify-content: space-between;
}

.our-qualifications .row {
    justify-content: unset;
    column-gap: 10%;
}

.our-expertise img {
    width: 100%;
}

.our-expertise .col-md-4 {
    width: 445px;
}

.our-expertise .col-md-3 {
    width: 335px;
}

.our-expertise .col-md-4 img {
    margin-top: 150px;
}

.our-qualifications .col-md-4 img {
    margin-top: 0px;
}


.our-expertise .border-top {
    border-top: 1px solid #707070;
    margin-top: 100px;
}

.our-expertise .col-md-6 {
    text-align: center;
    margin-top: 140px;
}

.our-expertise .dual-btn .button-two {
    min-width: 350px;
    background-color: #E9B25C;
    border: 1px solid #E9B25C;
    color: #000;
    margin: 0 auto;
}

.our-expertise .dual-btn .button-two::before,
.our-expertise .dual-btn .button-two::after {
    background: #fff;
    color: #000;
}

.our-expertise .dual-btn .button-one {
    background-color: #000;
}

.our-expertise .dual-btn .button-one:hover>a {
    color: #fff;
}

/* About Us Page Start Here */

.heart {
    padding-top: 120px;
}

.heart img {
    width: 100%;
}

.heart h2 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-family: 'COUTURE Bold';
    margin-bottom: 0;
    width: 650px;
    padding-left: 100px;
}

.heart ul {
    display: flex;
    list-style: none;
    gap: 150px;
    padding: 0;
}

.heart ul li a {
    font-size: 24px;
    font-weight: 800;
    font-family: 'satoshi';
    color: #E9B25C;
}

.heart ul li a.active {
    color: #E9B25C;
}

.heart ul li a {
    color: #fff;
    text-decoration: none;
}

.heart p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'satoshi';
    font-weight: 500;
    width: 810px;
    margin-left: auto;
    margin-right: 275px;
    margin-top: -30px;
    margin-bottom: 65px;
}

.sets-us {
    padding: 120px 0px 115px 45px;
}

.sets-us .col-md-9 {
    position: relative;
    padding-left: 125px;
    padding-right: 0;
}

.sets-us h2 {
    font-size: 60px;
    line-height: 70px;
    font-family: 'COUTURE Bold';
    color: #fff;
    width: 530px;
    margin-bottom: 0;
}

.sets-us h4 {
    color: #E9B25C;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'satoshi';
    text-transform: uppercase;
    font-weight: bold;
}

.sets-us .icon-box {
    display: flex;
    gap: 20px;
}

.icon-area svg {
    width: 44px;
    height: 44px;
}

.content-area h3 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: 'satoshi';
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 20px;
    font-weight: bold;
}

.content-area p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: 'satoshi';
    font-weight: 500;
    width: 370px;
}

.sets-us .icon-box:last-child {
    margin-top: 100px;
}

.swiper-button-next-2.swiper-button-disabled,
.swiper-button-prev-2.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.sets-us .swiper-button-next,
.sets-us .swiper-button-prev,
.our-team .swiper-button-next,
.swiper-button-next-2,
.swiper-button-prev-2,
.our-team .swiper-button-prev,
.featured-projects .swiper-button-next,
.featured-projects .swiper-button-prev {
    color: #E9B25C;
    border: 1px solid #E9B25C;
    width: 60px;
    transition: .5s ease all;
    font-size: 30px;
    height: 60px;
    top: 40%;
    outline: none;
}

.sets-us .swiper-button-prev:hover,
.our-team .swiper-button-prev:hover,
.swiper-button-next-2:hover,
.swiper-button-prev-2:hover,
.featured-projects .swiper-button-next:hover,
.featured-projects .swiper-button-prev:hover {
    background-color: #E9B25C;
    color: #000;
    transition: .5s ease all;
}

.swiper-button-next-2,
.swiper-button-prev-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next-2 {
    margin-left: 30px;
}

.sets-us .pagination {
    position: absolute;
    right: 35%;
    top: 12%;
}

.featured-projects .swiper-button-prev {
    left: auto;
    right: 85px;
}

.featured-projects .pagination {
    position: relative;
    top: 25px;
}

.featured-projects h2.font-40 {
    margin-bottom: 60px;
}

.sets-us .swiper-button-prev {
    left: -75px;
}

.sets-us .swiper-button-next {
    right: auto;
}

.sets-us .swiper-button-next:hover,
.our-team .swiper-button-next:hover {
    color: #000;
}

.our-team .swiper-button-next {
    right: 100px;
}

.our-team .swiper-button-prev {
    left: 100px;
}

.our-team h2 {
    font-size: 24px;
    color: #E9B25C;
    line-height: 32px;
    font-family: 'Satoshi';
    font-weight: bold;
}

.our-team .row {
    justify-content: center;
}

.our-team hr {
    color: #707070;
    opacity: 1;
}

.our-team .icon-box img {
    width: 100%;
}

.our-team {
    position: relative;
    padding-bottom: 70px;
}

.our-team .swiper-slide,
.our-team .swiper-wrapper {
    height: max-content;
    justify-content: space-evenly;
}

.our-team .swiper-slide:last-child {
    margin-right: 0 !important;
}

.our-team .container-fluid {
    padding: 0;
}

.our-team .swiper-slide {
    opacity: 50%;
}

.our-team .swiper-slide:nth-child(odd) {
    margin-top: 140px;
}

.our-team .swiper-slide:nth-child(even) {
    margin-top: 50px;
}

.our-team .swiper-slide h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'satoshi';
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.our-team .swiper-slide.swiper-slide-active,
.our-team .swiper-slide.swiper-slide-prev,
.our-team .swiper-slide.swiper-slide-next {
    opacity: 1;
}

.our-people .icon-box img {
    width: 100%;
}

.our-people {
    background-color: #242424;
    padding-top: 70px;
    padding-bottom: 50px;
}

.our-people>.container-fluid {
    padding-left: 125px;
    padding-right: 75px;
}

.our-people .icon-box p {
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-family: 'Satoshi';
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
    text-transform: uppercase;
}

.our-people>.container-fluid.bottom-content {
    padding-right: 0;
}

.our-people p.sub-heading {
    text-align: center;
    margin-bottom: 30px;
    color: #E9B25C;
    font-size: 22px;
    font-family: 'satoshi';
    font-weight: 500;
    margin-top: 0;
}

.our-people>.container-fluid.bottom-content p.sub-heading {
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
}

.our-people>.container-fluid.bottom-content h2 {
    font-size: 40px;
    line-height: 45px;
    text-align: left;
    width: 315px;
    margin-left: 0;
}

.our-people h2 {
    color: #fff;
    font-family: 'COUTURE Bold';
    text-align: center;
    font-size: 60px;
    width: 810px;
    line-height: 70px;
    margin: 0 auto;
}

.our-people>.container-fluid.bottom-content p.sub-heading {
    width: 300px;
    margin-left: 0;
}

.our-people p {
    color: #fff;
    text-align: center;
    width: 900px;
    margin: 0 auto;
    font-family: 'Satoshi';
    font-size: 20px;
    line-height: 27px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.our-people>.container-fluid hr {
    opacity: 1;
    border-top: 1px solid #707070;
    margin-bottom: 50px;
}

.partnership {
    padding: 100px 145px 65px;
    position: relative;
}

.partnership p.sub-heading {
    margin-bottom: 20px;
    color: #E9B25C;
    font-weight: bold;
}

.partnership h2 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-family: 'COUTURE Bold';
    margin: 0;
    width: 500px;
}

.partnership p {
    font-size: 20px;
    color: #fff;
    font-family: 'satoshi';
    margin-top: 50px;
    font-weight: 500;
    width: 549px;
}

/* Blog Page Start Hereh */
.blog {
    padding-top: 80px;
    padding-bottom: 60px;
}

.blog img {
    position: absolute;
    top: 18%;
    left: -6%;
    z-index: -1;
}

.blog h2 {
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    font-family: 'COUTURE Bold';
}

.blog p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: 'satoshi';
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 0px;
}

.dropbtn {
    background-color: #292929;
    padding: 35px 45px;
    font-size: 24px;
    border: none;
    line-height: 32px;
    font-weight: 600;
    color: #E9B25C;
    font-family: 'satoshi';
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #292929;
    outline: none;
}

#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#myInput:focus {
    outline: 3px solid #ddd;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.news-filter .container-fluid {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #292929;
    min-width: 275px;
    overflow: auto;
    border: 1px solid #292929;
    z-index: 1;
    padding-bottom: 20px;
    padding-top: 10px;
    top: 100px;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 35px;
    text-decoration: none;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'satoshi';
    font-weight: 500;
}

.filter button,
.sortby {
    display: flex;
    align-items: center;
    gap: 20px;
}

.all-blogs {
    background-color: #242424;
    padding-left: 145px;
    padding-right: 145px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-content-box h2 {
    color: #fff;
    font-family: 'satoshi';
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-content-box p {
    color: #9B9B9B;
    font-family: 'satoshi';
    font-size: 20px;
    font-weight: 500;
    width: 375px;
    line-height: 27px;
}

.blog-content-box {
    margin-top: 36px;
}

.all-blogs .row {
    row-gap: 40px;
}

.sortby {
    font-size: 24px;
    border: none;
    line-height: 32px;
    font-weight: 600;
    color: #E9B25C;
    font-family: 'satoshi';
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.news-filter .row {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 145px;
    padding-right: 145px;
    align-items: center;
    justify-content: space-between;
}

.filter,
.sortby {
    width: auto;
}

.news-filter {
    background-color: #1D1D1D;
}

/* Single Blog Page */
.text-image img,
.image-text img {
    width: 100%;
}

.text-image {
    padding-top: 120px;
    padding-left: 135px;
}

.block-blog_left_text_image .content-side h2 {
    width: 550px;
}

h2.font-60 {
    font-size: 60px;
    color: #fff;
    font-family: 'COUTURE Bold';
    line-height: 70px;
    margin-bottom: 0px;
}

p.font-24 {
    font-family: 'satoshi';
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    width: 545px;
    margin-top: 35px;
}

.back-link a {
    color: #000;
    border: 1px solid #E9B25C;
    width: 60px;
    transition: .5s ease all;
    font-size: 30px;
    height: 60px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E9B25C;
}

.back-link {
    margin-bottom: 40px;
}

h2.font-40 {
    font-size: 40px;
    color: #fff;
    font-family: 'COUTURE Bold';
    line-height: 45px;
}

.image-text p {
    color: #A3A3A3;
    margin-top: 70px;
}

.image-text {
    background-color: #1F1F1F;
}

.image-text .row {
    align-items: center;
}

.image-text .content-side {
    padding-left: 120px;
    padding-top: 200px;
    padding-bottom: 120px;
    padding-right: 120px;
}

.text-image.text-image-2 {
    padding: 0;
    background: #fff;
}

.text-image.text-image-2 h2.font-40 {
    color: #000;
}

.text-image.text-image-2 p.font-24 {
    color: #A3A3A3;
    margin-top: 70px;
}

.text-image.text-image-2 .content-side {
    padding-left: 80px;
    padding-top: 180px;
    padding-bottom: 120px;
    padding-right: 80px;
}

.blog-text-center {
    background-color: #F8F8F8;
    padding: 100px 225px;
}

.blog-text-center .container-fluid::after {
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 40%;
    z-index: 0;
}

.blog-text-center .container-fluid {
    text-align: center;
    padding-top: 135px;
    padding-bottom: 80px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.blog-text-center .container-fluid h2.font-40 {
    z-index: 9;
    position: relative;
}

.blog-text-center .dual-btn {
    justify-content: center;
    margin-top: 90px;
}

.blog-text-left {
    padding-top: 75px;
    padding-left: 135px;
    padding-bottom: 110px;
    background-color: #fff;
}

.blog-text-left h2.font-40 {
    color: #000;
}

.blog-text-left p {
    font-size: 22px;
    line-height: 31px;
    color: #000;
    font-family: 'satoshi';
    margin-top: 30px;
}

.image-full img {
    width: 100%;
}

/* Services Page Start Here */

.services {
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 115px;
    padding-right: 115px;
}

.services hr {
    opacity: 1;
    border-color: #707070;
    margin-top: 40px;
    margin-bottom: 0;
}

.tab-content .container-fluid {
    padding-left: 127px;
    padding-right: 127px;
}

.tab-content .container-fluid .row {
    align-items: center;
}

.tab-content img {
    width: 100%;
}

.sevices-box img {
    width: 100%;
}

.all-services {
    background-color: #1F1F1F;
    padding: 90px 125px;
}

.all-services ul li {
    color: white;

}

.sevices-box h2.font-40 {
    font-family: 'Satoshi';
    text-transform: capitalize;
    width: 450px;
}

.project-box h2.font-40 a,
.sevices-box h2.font-40 a {
    color: #fff;
    text-decoration: none;
}

.sevices-box p {
    font-size: 20px;
    line-height: 27px;
    color: #707070;
    font-family: 'Satoshi';
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}

.all-services .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 75px;
}

.nav-tabs .nav-link.active {
    border: 1px solid #E9B25C;
    background-color: #E9B25C;
}

ul#myTab {
    gap: 10px;
}

.nav-tabs .nav-link {
    color: #E9B25C;
    font-family: 'satoshi';
    font-size: 19px;
    line-height: 28px;
    border: 1px solid #E9B25C;
    border-radius: 0;
    font-weight: 500;
    padding: 13px 28px;
    text-transform: capitalize;
}

ul#myTab {
    gap: 10px;
    border: none !important;
}

.view-projects .dual-btn button {
    height: 68px;
}

.view-projects {
    padding: 65px 115px;
}

.carousel-indicators [data-bs-target] img,
.carousel-indicators [data-bs-target] {
    width: 175px;
    height: 185px;
    text-indent: initial;
    border-top: 0px;
    outline: none;
}

#product-slider {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-left: 150px;
}

.carousel-indicators {
    flex-wrap: wrap;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    flex-direction: column;
}

.we-are {
    padding: 125px 120px 175px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.we-are .dual-btn button {
    height: 68px;
}

.we-are h3 {
    font-size: 75px;
    line-height: 85px;
    color: #fff;
    font-family: 'COUTURE Bold';
}

.we-are::after {
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 30%;
}

.we-are .container-fluid {
    z-index: 99;
    position: relative;
}

/* Single Service Page */

.carousel-indicators.mobile-show {
    display: none;
}

.single-service .carousel-indicators {
    flex-direction: row;
    gap: 15px;
    justify-content: flex-start;
    margin-top: 80px;
}

.single-service .carousel-indicators [data-bs-target] {
    opacity: 1;
}

.single-service .carousel-indicators [data-bs-target] img,
.single-service .carousel-indicators [data-bs-target] {
    width: 255px;
    height: 270px;
    text-indent: initial;
    border-top: 0px;
    outline: none;
}

.single-service {
    padding: 60px 100px 150px;
}

.single-service #product-slider {
    padding: 0;
    padding-right: 50px;
}

.single-service .carousel-indicators h2 {
    color: #E9B25C;
    font-family: 'Satoshi';
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    width: 100%;
}

.single-service #product-slider img {
    height: 740px;
    object-fit: cover;
}

.single-service .container-fluid .row {
    align-items: center;
}

.multi-step-form {
    background-color: #1F1F1F;
    padding: 120px 100px 60px;
}

.multi-step-form .dual-btn .button-two {
    min-width: 190px;
}

.multi-step-form form#contactform {
    padding-left: 150px;
}

#contactform .form-header {
    gap: 5px;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 80px !important;
}

#contactform .form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 0px;
    text-align: left;
}

#contactform .form-header .stepIndicator.active {
    font-weight: 500;
    opacity: 1;
}

#contactform span.stepIndicator {
    color: #E9B25C;
    font-family: 'satoshi';
    text-transform: uppercase;
    font-weight: 500;
    opacity: .5;
}

#contactform .form-header .stepIndicator p {
    color: #fff;
    text-transform: none;
    font-size: 20px;
    width: 215px;
    text-align: left;
    position: relative;
    left: 0;
    top: 10px;
}

#contactform .form-header .stepIndicator.finish {
    font-weight: 500;
    color: #E9B25C;
    opacity: 1;
}

/* #contactform .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #d5efed;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
} 
#contactform .form-header .stepIndicator.active::before {
    background-color: #a7ede8;
    border: 3px solid #d5f9f6;
}  */
#contactform .form-header .stepIndicator.finish::before {
    background-color: #009688;
    border: 3px solid #b7e1dd;
}

#contactform .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 55px;
    width: 80%;
    height: 1px;
    background-color: #707070;
    top: 10px;
}

#contactform .form-header .stepIndicator.active::after {
    background-color: #707070;
}

#contactform .form-header .stepIndicator.finish::after {
    background-color: #E4AE5A;
}

#contactform .form-header .stepIndicator:last-child:after {
    display: none;
}

#contactform input,
#contactform textarea {
    padding: 20px 30px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    font-family: 'satoshi';
    color: #fff;
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
}

#contactform input::placeholder,
#contactform textarea::placeholder {
    color: #fff;
    opacity: 52%;
}

#contactform input:focus,
#contactform textarea:focus {
    border: 1px solid #fff;
    outline: 0;
}

#contactform input.invalid,
#contactform textarea.invalid {
    border: 1px solid red;
}

#contactform .step {
    display: none;
}

#contactform .form-footer {
    overflow: auto;
    gap: 20px;
    width: max-content;
}

#contactform .form-footer button {
    background-color: transparent;
    border: 1px solid #E9B25C !important;
    color: #ffffff;
    border: none;
    padding: 20px 40px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0;
    flex: 1;
    margin-top: 5px;
    font-family: 'satoshi';
    width: 200px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    transition: .5s ease all;
}

#nextBtn::after {
    content: '\F138';
    font-family: 'bootstrap-icons';
    position: absolute;
    right: 0;
    color: #000;
    background-color: #E9B25C;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 35px;
    padding: 20px;

}

#contactform .form-footer button:hover {
    background-color: #E9B25C;
    transition: .5s ease all;
    color: #000;
}

#contactform .form-footer #prevBtn {
    text-align: right;
}

#contactform .form-footer #prevBtn:before {
    content: '\F12F';
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    color: #000;
    background-color: #E9B25C;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 35px;
    padding: 20px;
}

.landscaper {
    padding: 115px 150px 70px 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.landscaper p {
    color: #fff;
    font-family: 'satoshi';
    font-size: 24px;
    line-height: 32px;
    width: 765px;
    margin-left: auto;
}

.crafted .col-md-4,
.crafted .col-md-2 {
    padding: 0;
}

.crafted .img-box img {
    width: 100%;
    height: 575px;
    object-fit: cover;
}

.locally-owned p.sub-heading {
    color: #FFF;
    margin-bottom: 45px;
}

.locally-owned {
    background-color: #E9B25C;
    height: 100%;
    padding: 125px 50px 0 70px;
}

.locally-owned h2.font-40 {
    font-size: 37px;
    color: #fff;
    font-family: 'COUTURE Bold';
    line-height: 42px;
}

.crafted .img-box {
    position: relative;
}

.crafted .img-box::after {
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
}

.crafted .img-box h2 {
    position: absolute;
    bottom: 45px;
    left: 45px;
    color: #fff;
    font-family: 'Satoshi';
    font-size: 28px;
    line-height: 32px;
    z-index: 999;
    text-transform: uppercase;
}

.view-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #1F1F1F;
}

.grow-together p.sub-heading {
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 30px;
}

.grow-together img {
    width: 100%;
}

.grow-together .col-md-8 {
    padding: 0px;
}

.grow-together {
    padding-top: 55px;
    padding-left: 100px;
}

.contact-content-area {
    background-color: #151515;
    height: 100%;
    padding: 130px 110px 120px 60px;
}

.contact-content-area h2.font-40 {
    color: #E9B25C;
}

.contact-form-area {
    padding: 135px 75px;
    background-color: #242424;
    height: 100%;
}

.contact-us .col-md-5,
.contact-us .col-md-7 {
    padding: 0;
}

.contact-content-area p.font-24 {
    width: 100%;
}

.faq {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}

.faq h2 {
    color: #000;
    text-align: center;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.faq .faq-container {
    width: 850px;
    margin: 0 auto;
    margin-top: 60px;
}

.faq .content p {
    font-size: 15px;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.faq .faq-container .faq-item {
    background-color: var(--surface-color);
    position: relative;
    padding: 24px 0;
    margin-bottom: 0;
    box-shadow: none;
    overflow: hidden;
    border-bottom: 1px solid #E9B25C;
}

.faq .faq-container .faq-item:last-child {
    margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    margin: 0 30px 0 0;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    font-family: 'Satoshi';
    color: #000;
}

.faq .faq-container .faq-item h3 .num {
    color: var(--accent-color);
    padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
    color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
    font-family: 'satoshi';
    font-size: 18px;
    padding-right: 50px;
}

.faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 25px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #E9B25C;
    padding: 10px;
    color: #E9B25C;
}

.faq .faq-container .faq-item .faq-toggle:hover {
    color: #E9B25C;
}

.faq .faq-container .faq-active h3 {
    color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
    /*transform: rotate(90deg); */
    color: #E9B25C;
}

.faq .faq-container .faq-active .faq-toggle.bi-plus-lg::before {
    content: "\F2EA";
}

.faq .dual-btn {
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 70px;
}

.faq .dual-btn .button-one {
    min-width: 250px;
    height: 68px;
}

.faq .dual-btn a {
    color: #E9B25C;
    font-weight: 500;
    font-family: 'satoshi';
    font-size: 24px;
    line-height: 32px;
}

.faq .dual-btn .button-one {
    background-color: #000;
}

.share-experience {
    background-color: #F0F0F0;
    padding: 70px 150px 140px;
}

.share-experience h2.font-40 {
    color: #000;
}

.share-experience .dual-btn .button-one {
    min-width: 275px;
    height: 68px;
}

.share-experience .row {
    justify-content: space-between;
}

.share-experience p {
    color: #707070;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Satoshi';
    font-weight: 500;
}

/* Review */

.feedback {
    padding: 85px 145px;
}

.rating-platform {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.feedback p {
    color: #fff;
    font-family: 'Satoshi';
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-left: 45px;
}

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

.contact-content-area img {
    width: 100%;
    margin-bottom: 40px;
}

.contact-content-area.review-content {
    background-color: #151515;
    height: 100%;
    padding: 45px 100px 55px 100px;
}

.contact-form-area.review-form {
    width: 780px;
    margin: 0 auto;
    padding: 90px 15px;
}

.contact-form-area.review-form p {
    font-family: 'satoshi';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0px;
}

rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.contact-form-area.review-form .rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #E9B25C;
    cursor: pointer
}

.contact-form-area.review-form #contactform input {
    padding: 20px 30px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    font-family: 'satoshi';
    color: #000;
    background-color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.contact-form-area.review-form #contactform textarea.form-control {
    height: 170px;
    padding: 20px 30px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    font-family: 'satoshi';
    color: #000;
    background-color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.contact-form-area.review-form .star-rating label {
    margin: 0;
}

#contactform .dual-btn button {
    height: 68px;
}

.contact-form-area.review-form label {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    font-family: 'satoshi';
    margin-bottom: 16px;
}

.contact-form-area.review-form #contactform input::placeholder {
    color: #000;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.buttons {
    top: 36px;
    position: relative
}

.rating-submit {
    border-radius: 8px;
    color: #fff;
    height: auto
}

.rating-submit:hover {
    color: #fff
}

.star-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.fileUploadWrap {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
}

.fileUploadWrap input[type="file"] {
    position: absolute;
    height: 100px;
    top: 0;
    opacity: 0;
}

input[type="file"] {
    display: block;
}

.upload-icon i {
    font-size: 20px;
    line-height: 27px;
    border: 3px solid #E9B25C;
    height: 75px;
    display: flex;
    width: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.fileUploadWrap p.fileName {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    font-family: "satoshi";
    font-weight: 500;
    color: #000;
}

p.img-name {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 34px;
    font-family: "satoshi";
    color: #fff;
    opacity: 35%;
}

.contact-content-area.review-content .dual-btn {
    margin-top: 100px;
}

/* Project Page Start Here */

.project-box h2.font-40 {
    font-size: 30px;
    line-height: 40px;
    min-height: auto;
}

.project-box p.property-type {
    margin-top: 10px;
    margin-bottom: 0;
}

.project-box img {
    width: 100%;
    margin-bottom: 30px;
}

a.feature-link {
    font-family: 'Satoshi';
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    transition: .5s ease all;
}

a.feature-link:hover {
    color: #E9B25C;
    transition: .5s ease all;
}

.all-projects .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

.all-projects {
    background-color: #000;
    padding: 65px 125px 80px;
}

.we-are.project::after {
    display: none;
}

.we-are.project {
    padding: 0;
    position: relative;
    background-position: center;
    background-size: cover;
}

.start-project .dual-btn {
    margin-top: 80px;
    justify-content: center;
}

.start-project p.sub-heading {
    color: #fff;
    margin-bottom: 25px;
}

.start-project {
    width: 775px;
    margin: 0 auto;
    text-align: center;
    padding: 90px;
    background-color: rgb(255 255 255 / 30%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(7px);
}

.featured-projects {
    background-color: #1F1F1F;
    padding-top: 75px;
    padding-left: 115px;
    padding-bottom: 50px;
}

.featured-projects .icon-box {
    display: flex;
    gap: 25px;
}

.featured-projects .icon-box .featured-content {
    width: 445px;
    background-color: #434343;
    padding: 70px 45px;
}

.featured-projects .icon-box .featured-content h2 {
    color: #E9B25C;
    margin-bottom: 0;
    font-family: 'satoshi';
    font-size: 27px;
    line-height: 32px;
}

.featured-projects .icon-box .featured-content p {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 60px;
    font-family: 'satoshi';
    font-size: 20px;
    line-height: 27px;
}

.featured-projects .icon-box .featured-content h3 {
    font-family: 'Satoshi';
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 12px;
}

.featured-projects .icon-box .featured-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Satoshi';
    font-size: 20px;
    line-height: 27px;
}

.featured-projects .icon-box .featured-content ul li {
    margin-bottom: 12px;
}

.services.projects h2.font-40 {
    margin-bottom: 35px;
}

.single-project .row {
    align-items: center;
}

.single-project img {
    width: 100%;
}

.single-project .col-md-7 {
    padding: 0;
}

.single-project-details {
    padding: 0 95px;
}

.single-project-details h2 {
    font-size: 46px;
    color: #E9B25C;
    line-height: 56px;
}

.randomized-gallery .swiper-slide {
    display: flex;
    gap: 50px;
}

.randomized-gallery {
    padding: 90px 100px;
    background-color: #434343;
    border-top: 1px solid #707070;
}

.randomized-gallery .swiper {
    position: relative;
}

.randomized-gallery .swiper::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 30%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(67, 67, 67, 1) 90%);
    right: 0%;
    top: 0;
    z-index: 9;
}

.randomized-gallery .swiper-slide .featured-content h2 {
    color: #E9B25C;
    font-size: 20px;
    font-family: 'satoshi';
    line-height: 25px;
    margin-bottom: 0px;
    font-weight: 800;
}

.randomized-gallery .swiper-slide .featured-content p {
    color: #EBEBEB;
    font-family: 'satoshi';
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 16px;
}

.gallery .row {
    gap: 40px 0;
}

.gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.gallery {
    margin-top: 70px;
}


.testimonies {
    padding: 75px 100px;
    position: relative;
    border: 1px solid #707070;
}

.testimonies .dual-btn button {
    height: 68px;
    min-width: 250px;
    margin-top: 100px;
}

.testimonies p {
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    font-family: 'satoshi';
    font-weight: 500;
    width: 450px;
    margin-top: 40px;
}

.client-reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 35px;
}

.client-reviews .reviews {
    background-color: #4E4E4E;
}

.client-reviews .reviews img {
    width: 100%;
}

.review-content {
    padding: 25px 45px 60px;
}

.review-content ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    gap: 6px;
    color: #E9B25C;
}

.client-reviews .reviews p {
    font-size: 20px;
    width: auto;
    line-height: 27px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.client-reviews .reviews .modal-dialog {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
}

.client-reviews .reviews .modal-dialog img {
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.client-reviews .reviews .modal-dialog .modal-content {
    border-radius: 0;
    text-align: center;
}

.client-reviews .reviews .modal-dialog .modal-header {
    border: 0;
    justify-content: flex-end;
}

.client-reviews .reviews .modal-dialog .modal-header a.close-modal {
    border: 1px solid #E9B25C;
    color: #E9B25C;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
}

.client-reviews .reviews .modal-dialog .review-content {
    padding: 60px 50px 45px;
    text-align: center;
}

.client-reviews .reviews .modal-dialog .review-content ul {
    justify-content: center;
}

.client-reviews .reviews .modal-dialog .review-content p {
    color: #000;
}

.client-reviews .reviews .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.client-reviews .reviews .modal-dialog .review-content p.client-name {
    color: #4E4E4E;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
}

.client-reviews .reviews .modal-dialog .review-content p.review-date {
    color: #BABABA;
    font-weight: bold;
}

.google-reviews {
    background-color: #fff;
    padding: 100px 100px;
}

.google-reviews h2.font-40 {
    color: #000;
}

.google-reviews .dual-btn .button-one {
    min-width: 295px;
}

.google-reviews .dual-btn .button-one {
    min-width: 295px;
    background-color: #000;
    font-size: 20px;
}

.google-reviews .dual-btn .button-one a {
    color: #fff;
}

.google-reviews img {
    width: 50px;
    border-radius: 100%;
}

.review-icon-box {
    display: flex;
    gap: 15px;
    align-items: center;
}

.review-icon-box .text-side p.name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Satoshi';
    margin-bottom: 2px;
    line-height: normal;
}

.review-icon-box .text-side p.date {
    font-family: 'Satoshi';
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    color: #707070;
    line-height: normal;
}

.google-customer-review .review-content {
    padding: 0;
}

.google-customer-review .rating {
    justify-content: flex-end;
    margin: 10px 0;
    gap: 5px;
}

.google-customer-review .review-content p {
    margin: 0;
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.google-customer-review .rating i {
    color: #E9B25C;
}

.google-reviews .swiper-button-next,
.google-reviews .swiper-button-prev {
    color: #000;
    border: 1px solid #E9B25C;
    width: 45px;
    transition: .5s ease all;
    font-size: 20px;
    height: 45px;
    top: 45%;
    outline: none;
}

.google-reviews .swiper-button-next:hover,
.google-reviews .swiper-button-prev:hover {
    background-color: #E9B25C;
    transition: .5s ease all;
    color: #000;
    border-color: #E9B25C;
}

.google-reviews .swiper-horizontal {
    padding-left: 65px;
    padding-right: 65px;
}

.google-reviews .swiper-horizontal::after {
    z-index: 9;
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 55px;
    top: 0;
    left: 0;
}

.google-reviews .swiper-horizontal::before {
    z-index: 9;
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 55px;
    top: 0;
    right: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    backdrop-filter: blur(20px);
}

.sets-us img {
    width: 100%;
}

.partnership img {
    width: 100%;
}

.all-blogs img {
    width: 100%;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #E9B25C;
}

.view-projects h2.font-40 {
    color: #E9B25C;
}

.mobile-hide {
    display: block;
}

.mobile-show {
    display: none;
}

.terms-conditions {
    padding: 75px 0;
}

.terms-conditions h2 {
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-family: 'COUTURE Bold';
    margin-bottom: 60px;
}

.terms-conditions p {
    font-family: 'Satoshi';
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 32px;
}

.terms-conditions h3 {
    color: #E9B25C;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.bg-color {
    background-color: #212121;
    padding: 75px 100px;
    margin-top: 50px;
}

.bg-color p {
    background-color: #212121;
    text-align: left;
}

.bg-color p:not(:last-child) {
    margin-bottom: 30px;
}

.privacy-policy {
    padding: 60px 110px;
    position: relative;
}

.privacy-policy h2 {
    font-family: 'COUTURE Bold';
    text-align: left;
    font-size: 60px;
    color: #fff;
    margin-bottom: 100px;
}

.privacy-policy .tab {
    background-color: #4E4E4E;
    height: 100%;
    padding-top: 80px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.tablinks {
    color: #8B8B8B;
    font-family: 'Satoshi';
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: .5s ease all;
    cursor: pointer;
}

.tablinks.active,
.tablinks:hover {
    color: #fff;
    transition: .5s ease all;
}

.privacy-policy ul {
    color: #fff;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}

.privacy-policy ul li {
    margin-bottom: 10px;
}

.privacy-policy p {
    font-size: 22px;
    color: #fff;
    font-family: 'Satoshi';
    margin-bottom: 30px;
}

.tabcontent h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Satoshi';
    margin-bottom: 30px;
}

form#contactform {
    margin-top: 50px;
}


/* Responsive Start Here */

@media(max-width:1700px) {
    .hero-section {
        padding-left: 25px;
        padding-right: 25px;
    }

    .hero-section .container-fluid {
        padding-top: 285px;
        padding-bottom: 85px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .hero-section h1 {
        font-size: 50px;
        line-height: 70px;
    }

    .hero-section h1 span {
        margin-left: 274px;
    }

    .featured-project {
        position: relative;
        padding-top: 100px;
        padding-bottom: 35px;
        padding-left: 80px;
    }

    .featured-project h2 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 50px;
    }

    .testimonials {
        padding-top: 20px;
        padding-left: 100px;
        padding-bottom: 80px;
        padding-right: 50px;
    }

    .loaction {
        padding-left: 80px;
    }

    .loaction .img-box p {
        font-size: 22px;
        line-height: 32px;
        padding: 0 40px;
    }

    .loaction h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .lake-norman {
        padding: 60px 80px 85px;
    }

    .our-expertise {
        background-color: #fff;
        padding: 60px 80px 0;
    }

    p.sub-heading {
        font-size: 20px;
        margin-bottom: 60px;
    }

    #footer {
        padding-top: 100px;
        padding-bottom: 85px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .bottom-footer {
        padding-left: 100px;
        padding-right: 100px;
    }

    .heart {
        padding-top: 100px;
    }

    .heart p {
        font-size: 20px;
        width: 920px;
        margin-right: 35px;
        margin-top: -50px;
        margin-bottom: 65px;
        margin-left: auto;
    }

    .sets-us .pagination {
        position: absolute;
        right: 25%;
        top: 12%;
    }

    .partnership {
        padding: 100px 80px 65px;
        position: relative;
    }

    .our-people>.container-fluid {
        padding-left: 80px;
    }

    .blog h2 {
        font-size: 55px;
        line-height: 75px;
        color: #fff;
        font-family: 'COUTURE Bold';
    }

    .news-filter .row,
    .all-blogs {
        padding-left: 80px;
        padding-right: 80px;
    }

    .privacy-policy {
        padding: 60px 40px;
        position: relative;
    }

    .privacy-policy h2 {
        font-family: 'COUTURE Bold';
        text-align: left;
        font-size: 50px;
        color: #fff;
        margin-bottom: 75px;
    }

    .featured-projects {
        background-color: #1F1F1F;
        padding-top: 70px;
        padding-left: 40px;
        padding-bottom: 50px;
    }

    .featured-projects .icon-box .featured-content {
        width: 100%;
        background-color: #434343;
        padding: 50px 20px;
    }

    .services {
        padding-top: 80px;
        padding-bottom: 0px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .all-projects {
        background-color: #000;
        padding: 65px 55px 80px;
    }

    .feedback {
        padding: 85px 100px;
    }

    .sevices-box h2.font-40 {
        width: 400px;
    }

    .services .col-md-5 {
        width: 20%;
    }

    .services .col-md-7 {
        width: 80%;
    }

    .services .col-md-7 ul#myTab {
        justify-content: flex-end;
    }

    .main-services.tab-content .container-fluid {
        padding-left: 52px;
        padding-right: 52px;
    }

    .all-services {
        background-color: #1F1F1F;
        padding: 90px 60px;
    }

    .all-services .row {
        gap: 40px;
    }

    .view-projects {
        padding: 65px 50px;
    }

    .single-service .carousel-indicators [data-bs-target] img,
    .single-service .carousel-indicators [data-bs-target] {
        width: 215px;
        height: 235px;
        text-indent: initial;
        border-top: 0px;
        outline: none;
        object-fit: cover;
    }

    .text-image {
        padding-top: 100px;
        padding-left: 75px;
    }

    .text-image .col-md-5 {
        width: 33%;
    }

    .text-image .col-md-7 {
        width: 67%;
    }

    h2.font-60 {
        font-size: 50px;
        color: #fff;
        font-family: 'COUTURE Bold';
        line-height: 60px;
        margin-bottom: 0px;
    }

    .text-image .content-side p.font-24 {
        width: 100%;
    }

    .image-text .content-side {
        padding-left: 45px;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-right: 45px;
    }

    .text-image.text-image-2 .content-side {
        padding-left: 40px;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-right: 40px;
    }

    .blog-text-left {
        padding-top: 70px;
        padding-left: 90px;
        padding-bottom: 70px;
        background-color: #fff;
    }

    .single-project-details {
        padding: 0 50px;
    }

    .randomized-gallery {
        padding: 90px 50px;
    }

    .randomized-gallery .swiper-slide .featured-content p {
        font-size: 22px;
        line-height: 30px;
    }

    .testimonies {
        padding: 75px 50px;
        position: relative;
        border: 1px solid #707070;
    }

    .google-reviews {
        background-color: #fff;
        padding: 100px 50px;
    }
}

@media(max-width:1650px) {
    .heart p {
        width: 875px;
    }

    .heart h2 {
        font-size: 55px;
        line-height: 65px;
    }
}

@media(max-width:1550px) {
    .heart p {
        margin-right: 65px;
    }

    .heart p {
        width: 810px;
    }

    .partnership {
        padding: 100px 75px 65px;
        position: relative;
    }

    .partnership p {
        width: 525px;
    }

    .sets-us .col-md-9 {
        padding-left: 75px;
    }

    .sets-us .pagination {
        position: absolute;
        right: 25%;
        top: 12%;
    }

    .hero-section .container-fluid {
        padding-top: 200px;
        padding-bottom: 75px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-section h1 span {
        margin-left: 200px;
    }

    .hero-section h1 span hr {
        width: 250px;
        border-top: 2px solid #fff;
        opacity: 1;
        margin-right: 50px;
    }

    .hero-section h1 {
        font-size: 45px;
        line-height: 70px;
    }

    .short-detail {
        width: 500px;
        display: inline-block;
        float: right;
        margin-top: 140px;
    }

    .short-detail p {
        font-size: 25px;
        line-height: 35px;
        font-family: 'satoshi';
        font-weight: 500;
        color: #fff;
    }

    .featured-project {
        position: relative;
        padding-top: 85px;
        padding-bottom: 35px;
        padding-left: 45px;
    }

    .featured-project h2 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 35px;
    }

    .testimonials {
        padding-top: 20px;
        padding-left: 50px;
        padding-bottom: 80px;
        padding-right: 50px;
    }

    .testimonials .dual-btn .button-one {
        min-width: 280px;
        height: 71px;
    }

    .dual-btn .button--tamaya::before {
        top: 0px;
        padding-top: 19px;
    }

    .dual-btn button {
        height: 71px;
    }

    .button--tamaya::before,
    .button--tamaya::after {
        height: 50.7%;
    }

    .testimonials .icon-box p {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .testimonials .icon-box h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .testimonials .icon-box {
        padding: 50px 35px 50px 35px;
    }

    .loaction {
        padding-left: 50px;
    }

    .loaction h2 {
        font-size: 27px;
        line-height: 40px;
    }

    .loaction .img-box p {
        font-size: 20px;
        line-height: 30px;
        padding: 0 25px;
    }

    .loaction p.sub-heading {
        color: #fff;
        margin-bottom: 35px;
    }

    .lake-norman {
        padding: 60px 50px 65px;
    }

    .lake-norman h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .lake-norman p.sub-heading {
        margin-bottom: 35px;
    }

    .our-expertise {
        background-color: #fff;
        padding: 60px 50px 0;
    }

    .our-expertise p {
        font-size: 22px;
        line-height: 32px;
    }

    p.sub-heading {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .our-expertise .row {
        justify-content: unset;
    }

    .our-expertise .col-md-4 {
        width: 33.33%;
    }

    .our-expertise h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #footer h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #footer {
        padding-left: 50px;
        padding-right: 50px;
    }

    .blog h2 {
        font-size: 40px;
        line-height: 60px;
        color: #fff;
        font-family: 'COUTURE Bold';
    }

    .blog p {
        font-size: 22px;
        line-height: 30px;
    }

    .news-filter .row,
    .all-blogs {
        padding-left: 50px;
        padding-right: 50px;
    }

    .grow-together {
        padding-top: 55px;
        padding-left: 15px;
    }

    h2.font-60 {
        font-size: 45px;
        color: #fff;
        font-family: 'COUTURE Bold';
        line-height: 55px;
        margin-bottom: 0px;
    }

    .contact-content-area {
        background-color: #151515;
        height: 100%;
        padding: 100px 30px 100px 30px;
    }

    h2.font-40 {
        font-size: 35px;
        font-family: 'COUTURE Bold';
        line-height: 45px;

    }

    p.font-24 {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-content-area h2.font-40 {
        width: 350px;
    }

    .contact-form-area {
        padding: 100px 50px;
        background-color: #242424;
        height: 100%;
    }

    #contactform .form-header .stepIndicator::after {
        width: 70%;
    }

    .faq {
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: #fff;
    }

    .faq .faq-container {
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
    }

    .share-experience .dual-btn .button-one {
        min-width: 275px;
        height: 70px;
    }

    .faq .dual-btn .button-one {
        min-width: 250px;
        height: 70px;
    }

    .share-experience {
        background-color: #F0F0F0;
        padding: 70px 60px 100px;
    }

    .bg-color p:last-child {
        margin: 0;
    }

    .feedback {
        padding: 80px 50px;
    }

    .contact-content-area.review-content {
        background-color: #151515;
        height: 100%;
        padding: 45px 50px 55px 50px;
    }

    .contact-form-area.review-form {
        width: 700px;
        margin: 0 auto;
        padding: 80px 15px;
    }

    .contact-form-area.review-form p {
        font-family: 'satoshi';
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        color: #000;
        margin-bottom: 0px;
    }

    .contact-form-area.review-form #contactform input {
        padding: 15px 20px;
        font-size: 18px;
        font-weight: 500;
    }

    .contact-form-area.review-form #contactform textarea.form-control {
        height: 150px;
        padding: 20px 18px;
        font-size: 18px;
        font-weight: 500;
    }

    .feedback .col-md-6 {
        width: 66%;
    }

    .view-projects .dual-btn button {
        height: 70px;
    }

    .sevices-box h2.font-40 {
        width: 100%;
    }

    .sevices-box h2.font-40 {
        width: 100%;
        font-size: 32px;
        line-height: 42px;
    }

    .carousel-indicators [data-bs-target] img,
    .carousel-indicators [data-bs-target] {
        width: 175px;
        height: 158px;
        object-fit: cover;
    }

    .we-are {
        padding: 100px 60px 149px;
    }

    .we-are h3 {
        font-size: 60px;
        line-height: 70px;
    }

    .sevices-box p {
        font-size: 17px;
        line-height: 25px;
    }

    .single-service {
        padding: 60px 50px 100px;
    }

    .single-service #product-slider {
        padding: 0;
        padding-right: 25px;
    }

    .single-service .carousel-indicators [data-bs-target] img,
    .single-service .carousel-indicators [data-bs-target] {
        width: 190px;
        height: 215px;
        text-indent: initial;
        border-top: 0px;
        outline: none;
        object-fit: cover;
    }

    .multi-step-form {
        background-color: #1F1F1F;
        padding: 100px 50px 60px;
    }

    #contactform .form-header {
        gap: 15px;
        text-align: center;
        font-size: 0.9em;
        margin-bottom: 60px !important;
    }

    #contactform .form-header .stepIndicator p {
        font-size: 18px;
        width: 185px;
    }

    #contactform .form-footer button {
        padding: 15px 25px;
        font-size: 18px;
        width: 175px;
    }

    #nextBtn::after {
        padding: 15px;
    }

    .landscaper {
        padding: 100px 60px 70px 60px;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .landscaper p {
        color: #fff;
        font-family: 'satoshi';
        font-size: 20px;
        line-height: 30px;
        width: 750px;
        margin-left: auto;
    }

    .locally-owned {
        background-color: #E9B25C;
        height: 100%;
        padding: 100px 40px 0 40px;
    }

    .locally-owned h2.font-40 {
        font-size: 30px;
        color: #fff;
        font-family: 'COUTURE Bold';
        line-height: 38px;
    }

    .crafted .img-box h2 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        font-size: 18px;
        line-height: 27px;
    }

    .text-image {
        padding-top: 80px;
        padding-left: 25px;
    }

    .text-image .col-md-5 {
        width: 39%;
    }

    .text-image .col-md-7 {
        width: 61%;
    }

    .image-text .content-side {
        padding-left: 30px;
        padding-top: 65px;
        padding-bottom: 65px;
        padding-right: 30px;
    }

    .image-text .content-side h2 br,
    .text-image.text-image-2 h2.font-40 br {
        display: none;
    }

    .image-text p,
    .text-image.text-image-2 p.font-24 {
        margin-top: 35px;
    }

    .blog-text-left p {
        font-size: 18px;
        line-height: 28px;
    }

    .text-image.text-image-2 .content-side {
        padding-left: 40px;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-right: 40px;
    }

    .blog-text-center {
        background-color: #F8F8F8;
        padding: 80px 125px;
    }

    .single-project-details {
        padding: 0 25px;
    }

    .single-project-details p.font-24 {
        width: 100%;
    }

    .randomized-gallery {
        padding: 80px 25px;
    }

    .randomized-gallery .swiper-slide .featured-content h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .randomized-gallery .swiper-slide .featured-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .randomized-gallery h2.font-40 br {
        display: none;
    }

    .terms-conditions h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .terms-conditions p {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonies {
        padding: 70px 15px;
        position: relative;
        border: 1px solid #707070;
    }

    .testimonies p {
        font-size: 20px;
        color: #fff;
        line-height: 30px;
        font-family: 'satoshi';
        font-weight: 500;
        width: 350px;
        margin-top: 30px;
    }

    .review-content {
        padding: 25px 20px 50px;
    }

    .client-reviews .reviews p {
        font-size: 17px;
        width: auto;
        line-height: 27px;
    }

    .testimonies .dual-btn button {
        height: 68px;
        min-width: 250px;
        margin-top: 25px;
    }

    .google-reviews {
        background-color: #fff;
        padding: 75px 15px;
    }
}

@media(max-width:1440px) {

    .heart h2,
    .sets-us h2,
    .our-people h2,
    .partnership h2 {
        font-size: 35px;
        line-height: 45px;

    }

    .heart h2 {
        padding-left: 15px;
    }

    .our-people>.container-fluid.bottom-content h2 {
        font-size: 35px;
        line-height: 40px;
        text-align: left;
    }

    .heart p {
        margin-right: 0;
        width: 775px;
    }

    #header .container-fluid {
        padding: 10px 15px 10px;
    }

    .header .menu1 a {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
    }

    .heart ul {
        gap: 110px;
    }

    .sets-us {
        padding: 90px 0px 90px 0px;
    }

    .sets-us .col-md-9 {
        padding-left: 30px;
        padding-right: 0;
    }

    .content-area p {
        font-size: 22px;
        line-height: 30px;
        width: 300px;
    }

    .content-area h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .icon-area svg {
        width: 30px;
        height: 30px;
    }

    .our-people>.container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }

    .our-people p {
        margin-top: 35px;
        margin-bottom: 45px;
    }

    .partnership {
        padding: 80px 25px 80px;
        position: relative;
    }

    .partnership p {
        width: 100%;
    }

    .partnership img {
        width: 100%;
    }

    #footer h2 {
        text-align: center;
        font-family: 'COUTURE Bold';
        color: #E9B25C;
        font-size: 35px;
        line-height: 45px;
    }

    #footer {
        border-top: 12px solid #E9B25C;
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 60px;
        padding-right: 60px;
        background-color: #242424;
    }

    .footer-items p,
    .bottom-items p,
    .bottom-items p a {
        font-size: 20px;
        line-height: 30px;
    }

    .footer-items ul li a {
        font-size: 20px;
        line-height: 25px;
    }

    .footer-items .col-auto:nth-child(3) ul {
        column-count: 2;
        gap: 120px;
    }

    .bottom-footer {
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .bottom-footer-content {
        font-size: 18px;
        line-height: 28px;
    }

    .privacy-policy {
        padding: 60px 15px;
        position: relative;
    }

    .privacy-policy h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .privacy-policy .tab {
        padding-left: 25px;
        padding-right: 25px;
        gap: 40px;
    }

    .tablinks {
        font-size: 22px;
        line-height: 30px;
    }

    .tabcontent h3 {
        color: #fff;
        font-size: 27px;
        font-family: 'Satoshi';
        margin-bottom: 25px;
    }

    .privacy-policy p {
        font-size: 20px;
    }

    .bg-color {
        background-color: #212121;
        padding: 75px 50px;
        margin-top: 50px;
    }

    .we-are .dual-btn button {
        height: 70px;
    }

    .google-reviews .dual-btn .button-one {
        min-width: 250px;
        background-color: #000;
        font-size: 18px;
        height: 65px;
    }
}

@media(max-width:1370px) {
    .featured-projects .swiper-slide .icon-box .featured-img {
        width: 65%;
    }

    .featured-projects .swiper-slide .icon-box .featured-img img {
        width: 610px;
    }

    .featured-projects .icon-box .featured-content p {
        font-size: 18px;
        line-height: 25px;
    }

    .project-box h2.font-40 {
        font-size: 25px;
        line-height: 35px;
        min-height: auto;
    }
}

@media(max-width:1300px) {
    .hero-section .container-fluid {
        padding-top: 150px;
        padding-bottom: 75px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-section h1 {
        font-size: 33px;
        line-height: 60px;
    }

    .hero-section h1 span {
        margin-left: 50px;
    }

    .hero-section h1 span hr {
        width: 80px;
        border-top: 2px solid #fff;
        opacity: 1;
        margin-right: 35px;
    }

    .short-detail {
        width: 400px;
        display: inline-block;
        float: right;
        margin-top: 100px;
    }

    .short-detail p {
        font-size: 22px;
        line-height: 32px;
        font-family: 'satoshi';
        font-weight: 500;
        color: #fff;
    }

    .short-detail .dual-btn .button-two {
        min-width: 190px;
    }

    .featured-project {
        position: relative;
        padding-top: 70px;
        padding-bottom: 35px;
        padding-left: 25px;
    }

    .featured-project h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .name-position h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .our-expertise .row {
        justify-content: space-between;
    }

    .heart p {
        margin-right: 0;
        width: 725px;
        margin-top: -25px;
    }

    .all-services {
        background-color: #1F1F1F;
        padding: 80px 40px;
    }

    .all-services .row {
        gap: 20px;
    }

    .sevices-box h2.font-40 {
        width: 100%;
        font-size: 30px;
        line-height: 40px;
    }

    .view-projects {
        padding: 60px 25px;
    }

    .view-projects p.font-24 {
        width: 450px;
    }

    .carousel-indicators [data-bs-target] img,
    .carousel-indicators [data-bs-target] {
        width: 140px;
        height: 143px;
        object-fit: cover;
    }

    .we-are h3 {
        font-size: 50px;
        line-height: 60px;
    }

    .we-are {
        padding: 100px 40px 120px;
    }

    .nav-tabs .nav-link {
        font-size: 18px;
        line-height: 28px;
        padding: 13px 25px;
    }

    .main-services.tab-content .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }

    .services {
        padding-top: 70px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-services.tab-content .container-fluid p.font-24 {
        width: 100%;
    }

    .single-service {
        padding: 60px 15px 80px;
    }

    .single-service #product-slider {
        padding: 0;
        padding-right: 0;
    }

    .single-service .carousel-indicators [data-bs-target] img,
    .single-service .carousel-indicators [data-bs-target] {
        width: 175px;
        height: 185px;
    }

    .multi-step-form {
        background-color: #1F1F1F;
        padding: 80px 25px 60px;
    }

    .multi-step-form form#contactform {
        padding-left: 90px;
    }

    .landscaper {
        padding: 80px 25px 70px 25px;
    }

    .landscaper p {
        font-size: 18px;
        line-height: 28px;
        width: 100%;
    }

    .landscaper h2 br {
        display: none;
    }

    .crafted .img-box img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .locally-owned {
        background-color: #E9B25C;
        height: 100%;
        padding: 100px 25px 0 25px;
    }

    .locally-owned h2.font-40 {
        font-size: 27px;
        line-height: 35px;
    }

    .randomized-gallery h2.font-40 {
        font-size: 30px;
        font-family: 'COUTURE Bold';
        line-height: 40px;
    }

    .randomized-gallery .swiper-slide {
        display: flex;
        gap: 15px;
    }

    .single-project-details h2 {
        font-size: 34px;
        font-family: 'COUTURE Bold';
        line-height: 45px;
    }

    .google-reviews .swiper-horizontal {
        padding-left: 80px;
        padding-right: 65px;
    }
}

@media(max-width:1250px) {
    .heart ul {
        gap: 100px;
    }

    heart p {
        margin-right: 0;
        width: 675px;
    }

    .header .menu1 a {
        color: #fff;
        font-size: 16px;
        line-height: 18px;
    }

    .privacy-policy .tab {
        padding-left: 20px;
        padding-right: 20px;
        gap: 30px;
    }

    .tablinks {
        font-size: 20px;
        line-height: 30px;
    }

    .bg-color {
        background-color: #212121;
        padding: 60px 25px;
        margin-top: 50px;
    }

    .featured-projects {
        background-color: #1F1F1F;
        padding-top: 70px;
        padding-left: 0;
        padding-bottom: 50px;
    }

    .feedback {
        padding: 70px 20px;
    }

    .feedback .col-md-4 {
        width: 25%;
    }

    .feedback .col-md-6 {
        width: 75%;
    }

    .feedback p {
        font-size: 18px;
        line-height: 20px;
        padding-left: 35px;
    }

    .contact-content-area.review-content {
        background-color: #151515;
        height: 100%;
        padding: 45px 20px 55px 20px;
    }

    .contact-form-area.review-form {
        width: 100%;
    }

    .text-image .col-md-5,
    .text-image .col-md-7 {
        width: 100%;
    }

    .randomized-gallery {
        padding: 80px 15px;
    }

    .randomized-gallery .swiper-slide .featured-content p {
        font-size: 17px;
        line-height: 27px;
    }

    .gallery {
        margin-top: 50px;
    }
}

@media(max-width:1024px) {
    #header .container-fluid {
        padding: 10px 15px 18px;
    }

    p.font-24 {
        width: 100%;
    }

    .single-service {
        padding: 60px 5px 70px;
    }

    .single-service #product-slider img {
        height: 565px;
        object-fit: cover;
    }

    .multi-step-form form#contactform {
        padding-left: 15px;
    }

    .multi-step-form {
        background-color: #1F1F1F;
        padding: 80px 5px 60px;
    }

    .multi-step-form .dual-btn {
        flex-wrap: wrap;
    }

    .multi-step-form h3 br {
        display: none;
    }

    .single-service .carousel-indicators [data-bs-target] img,
    .single-service .carousel-indicators [data-bs-target] {
        width: 120px;
        height: 135px;
    }

    .blog .col-md-5 {
        display: none;
    }

    .blog .col-md-7 {
        width: 100%;
    }

    .blog h2 {
        font-size: 35px;
        line-height: 55px;
        color: #fff;
        font-family: 'COUTURE Bold';
        text-align: center;
    }

    .all-projects {
        background-color: #000;
        padding: 65px 20px 80px;
    }

    .testimonies p {
        font-size: 18px;
        color: #fff;
        line-height: 28px;
    }

    .client-reviews {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 25px;
    }

    .project-box h2.font-40 {
        font-size: 22px;
        line-height: 32px;
        min-height: auto;
    }

    .all-projects .row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 35px 5px;
    }

    .services {
        padding-top: 60px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog p {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .news-filter .row,
    .all-blogs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-content-box h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .all-blogs .col-md-4 {
        width: 50%;
    }

    .blog-content-box p {
        width: 100%;
    }

    .blog img {
        position: absolute;
        top: 18%;
        left: -27%;
    }

    .bottom-items .col-auto {
        width: 43%;
    }

    nav#navbar {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .heart h2,
    .sets-us h2,
    .our-people h2,
    .partnership h2 {
        font-size: 30px;
        line-height: 45px;
        padding-left: 0;
    }

    .our-people>.container-fluid.bottom-content h2 {
        font-size: 30px;
        line-height: 36px;
        text-align: left;
    }

    .partnership {
        padding: 80px 15px 80px;
        position: relative;
    }

    label.hamburger1 {
        display: grid;
    }

    .testimonials .col-md-3 {
        display: none;
    }

    .testimonials .col-md-5 {
        position: relative;
        width: 66%;
    }

    .testimonials {
        padding-top: 20px;
        padding-left: 15px;
        padding-bottom: 80px;
        padding-right: 15px;
    }

    .testimonials .dual-btn .button-one {
        min-width: 225px;
        height: 71px;
    }

    .loaction {
        padding-left: 0px;
        padding-top: 50px;
        padding-right: 0px;
    }

    .lake-norman {
        padding: 60px 10px 65px;
    }

    .loaction h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 35px;
    }

    .our-expertise p {
        font-size: 20px;
        line-height: 30px;
    }

    .our-expertise .col-md-6 {
        text-align: center;
        margin-top: 100px;
    }

    .name-position h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .lake-norman .swiper-slide p {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
    }

    .our-expertise {
        background-color: #fff;
        padding: 60px 10px 0;
    }

    .loaction p.sub-heading {
        color: #fff;
        margin-bottom: 25px;
    }

    .loaction .col-md-4,
    .loaction .col-md-8 {
        width: 100%;
    }

    #toggle1:checked~.menu1 .nav__menu {
        visibility: visible;
    }

    #header .container-fluid .col-right {
        width: 100%;
        position: static;
        padding-right: 20px;
    }

    #header #navmenu nav.menu1 {
        position: absolute;
        width: 100%;
        padding: 0;
        background-color: #000;
        top: 0;
        justify-content: center;
        align-items: center;
        z-index: 0;
        height: 0;
        opacity: 0;
    }

    #header #navmenu #toggle1:checked~.menu1 {
        height: 100vh;
        display: grid;
        text-align: center;
        opacity: 1;
    }

    .menuicon {
        display: block;
    }

    .nav-items {
        display: none;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #header #navmenu #toggle1:checked~.menu1 .nav-items {
        display: flex;
    }

    .nav:target .nav__menu,
    .nav--open .nav__menu {
        display: block;
    }

    .navmenu ul {
        flex-direction: column;
        text-align: center;
    }

    .col-right,
    .call-btn {
        z-index: 999;
    }

    li.nav__item.dropdown-toggle {
        justify-content: center;
        display: block;
    }

    .dropdown-toggle::after {
        position: absolute;
        right: 43%;
        top: 30px;
    }

    .nav--open .nav-items {
        position: absolute;
        height: 100vh;
        background: #000;
        top: 0;
        justify-content: center;
    }

    .logo-area {
        z-index: 9999;
    }

    .dropdown-menu.show {
        display: block;
        position: relative !important;
        transform: none !important;
        border-radius: 0;
    }

    ul.sub-menu {
        position: relative;
        padding: 0;
    }

    ul.sub-menu li a {
        text-align: center;
        padding: 10px 16px;
    }

    #footer {
        border-top: 12px solid #E9B25C;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #242424;
    }

    .footer-items ul li a {
        text-decoration: none;
        color: #fff;
        font-family: 'satoshi';
        font-weight: 600;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 25px;
    }

    .footer-items {
        flex-wrap: wrap;
        margin-top: 100px;
    }

    .footer-items .col-auto {
        width: auto;
    }

    .footer-items .col-auto:nth-child(1) {
        width: 100%;
        order: 3;
    }

    .bottom-footer {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bottom-footer-content {
        font-size: 16px;
        line-height: 25px;
    }

    .heart h2 br,
    .sets-us h2 br,
    .our-people h2 br,
    .partnership h2 br {
        display: none;
    }

    .sets-us .pagination {
        position: absolute;
        right: 20%;
        top: 10%;
    }

    .heart .col-md-5,
    .heart .col-md-7 {
        width: 100%;
    }

    .heart p {
        width: 100%;
        margin: 0;
    }

    .heart .row {
        flex-direction: column-reverse;
        padding: 0 35px;
        margin-bottom: 20px;
        row-gap: 50px;
    }

    .heart-of-content {
        flex-direction: column-reverse;
        display: flex;
        width: 100%;
    }

    .heart {
        padding-top: 20px;
    }

    .heart .container-fluid {
        padding: 0;
    }

    .heart p {
        width: 100%;
        margin: 0;
        padding: 35px 35px 0;
    }

    .sets-us .col-md-3,
    .sets-us .col-md-9 {
        width: 100%;
        padding: 0px;
        position: unset;
    }

    .sets-us {
        padding: 225px 0px 90px 0px;
        position: relative;
    }

    .sets-us .col-md-3 img {
        height: 400px;
        object-fit: cover;
    }

    .sets-us .pagination {
        position: absolute;
        right: 50%;
        top: auto;
        bottom: 30px;
    }

    .our-team {
        position: relative;
        padding-bottom: 70px;
        padding-top: 60px;
    }

    .sets-us h2 {
        text-align: center;
        position: absolute;
        top: 70px;
        width: 100%;
    }

    .sets-us h4 {
        text-align: center;
    }

    .sets-us .col-md-9 {
        padding: 0 0px 0 25px;
    }

    .grow-together {
        padding-top: 40px;
        padding-left: 0;
    }

    p.sub-heading {
        font-size: 18px;
        margin-bottom: 35px;
    }

    h2.font-60 {
        font-size: 40px;
        line-height: 50px;
    }

    .contact-content-area {
        padding: 100px 15px 100px 15px;
    }

    h2.font-40 {
        font-size: 28px;
        font-family: 'COUTURE Bold';
        line-height: 38px;
    }

    .contact-content-area h2.font-40 {
        width: 100%;
    }

    #contactform input {
        padding: 15px 20px;
        font-size: 18px;
    }

    p.font-24 {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-form-area {
        padding: 100px 15px;
        background-color: #242424;
        height: 100%;
    }

    #contactform .form-header .stepIndicator p {
        font-size: 16px;
        width: 100%;
    }

    .share-experience {
        background-color: #F0F0F0;
        padding: 60px 0 80px;
    }

    .share-experience .col-md-7 {
        width: 66%;
    }

    .services .col-md-7 ul#myTab {
        justify-content: normal;
    }

    #myTab {
        border-bottom: 0;
        margin: 0;
        background: transparent;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        box-shadow: none;
        flex-wrap: nowrap !important;
        height: 62px;
        justify-content: normal;
    }

    .all-services {
        background-color: #1F1F1F;
        padding: 60px 15px;
    }

    .all-services .row {
        gap: 35px 0;
    }

    .sevices-box h2.font-40 {
        width: 100%;
        font-size: 27px;
        line-height: 37px;
    }

    #product-slider {
        padding-left: 0px;
    }

    .carousel-indicators [data-bs-target] img,
    .carousel-indicators [data-bs-target] {
        width: 140px;
        height: 165px;
        object-fit: cover;
    }

    .view-projects p.font-24 {
        width: 100%;
    }

    .view-projects {
        padding: 60px 0px 50px;
    }

    .we-are p.font-24 {
        width: 100%;
    }

    .view-projects .dual-btn button {
        height: 68px;
    }

    .we-are .dual-btn button {
        height: 68px;
    }

    .locally-owned {
        background-color: #E9B25C;
        height: 100%;
        padding: 100px 15px 0 15px;
    }

    .locally-owned h2.font-40 {
        font-size: 22px;
        line-height: 32px;
    }

    .crafted .img-box h2 {
        position: absolute;
        bottom: 15px;
        left: 12px;
        font-size: 16px;
        line-height: 23px;
    }

    .randomized-gallery {
        padding: 80px 0px;
    }

    .randomized-gallery h2.font-40 {
        font-size: 27px;
        font-family: 'COUTURE Bold';
        line-height: 37px;
    }

    .single-project-details {
        padding: 0 0px;
    }
}

@media(max-width:850px) {
    .faq h2.font-40 br {
        display: none;
    }

    .feedback .col-md-4 {
        width: 30%;
    }

    .feedback .col-md-6 {
        width: 70%;
    }

    .rating-platform img {
        width: 100px;
    }

    .feedback p {
        font-size: 18px;
        line-height: 20px;
        padding-left: 20px;
    }

    .contact-form-area.review-form p {
        font-family: 'satoshi';
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #000;
        margin-bottom: 0px;
    }

    .sevices-box h2.font-40 {
        width: 100%;
        font-size: 22px;
        line-height: 32px;
    }

    .sevices-box p {
        font-size: 16px;
        margin-top: 10px;
        line-height: 24px;
    }

    .view-projects h2.font-40 br {
        display: none;
    }

    .carousel-indicators [data-bs-target] img,
    .carousel-indicators [data-bs-target] {
        width: 125px;
        height: 127px;
        object-fit: cover;
    }

    .we-are {
        padding: 90px 0 100px;
    }

    .we-are .col-md-6:first-child {
        width: 35%;
    }

    .we-are .col-md-6:last-child {
        width: 65%;
    }

}

@media(max-width:767px) {
    .heart {
        padding-top: 20px;
    }

    .we-are .col-md-6:first-child,
    .services .col-md-5,
    .services .col-md-7 {
        width: 100%;
    }

    .google-reviews .swiper-horizontal {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
    }

    .google-reviews .swiper-button-next,
    .google-reviews .swiper-button-prev {
        display: none;
    }

    .google-reviews .swiper-horizontal::before,
    .google-reviews .swiper-horizontal::after {
        display: none;
    }

    .we-are .col-md-6:last-child {
        width: 100%;
    }

    .featured-projects .swiper-slide .icon-box .featured-img {
        width: 100%;
    }

    .featured-projects .swiper-slide .icon-box .featured-img img {
        width: 100%;
    }

    .share-experience .col-md-7 {
        width: 100%;
    }

    .testimonials .col-md-5 {
        position: relative;
        width: 100%;
    }

    .footer-items .col-auto {
        width: 50%;
    }

    .footer-items .col-auto:nth-child(3) ul {
        column-count: 2;
        gap: 0;
    }

    .footer-items .col-auto:nth-child(3) {
        width: 100%;
        order: 2;
    }

    .footer-items .col-auto:nth-child(1) {
        width: 100%;
        order: 3;
        margin-top: 70px;
    }

    .our-team .swiper-slide:nth-child(odd),
    .our-team .swiper-slide:nth-child(even) {
        margin-top: 0px;
    }

    .our-team .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
        transform: scale(1.2) !important;
        z-index: 999 !important;
    }

    .our-team .swiper-3d {
        overflow: visible;
        margin-top: 65px;
    }

    .heart ul {
        gap: 25px;
    }

    .heart .row {
        flex-direction: column-reverse;
        padding: 0px 20px;
        margin-bottom: 20px;
        row-gap: 50px;
    }

    .heart ul li {
        font-size: 15px;
        font-weight: 800;
        font-family: 'satoshi';
        color: #E9B25C;
    }

    .heart h2,
    .sets-us h2,
    .our-people h2,
    .partnership h2 {
        font-size: 25px;
        line-height: 35px;
        padding-left: 0;
    }

    .sets-us h2 {
        left: 0px;
    }

    .content-area p {
        font-size: 16px;
        line-height: 24px;
        width: auto;
    }

    .sets-us .icon-box:last-child {
        margin-top: 40px;
    }

    .sets-us .icon-box {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .content-area h3 {
        font-size: 18px;
        line-height: 28px;
        min-height: 55px;
    }

    .our-team .row {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .our-team .swiper-slide h3 {
        font-size: 18px;
        line-height: 28px;
        bottom: 10px;
    }

    .our-team .pagination {
        position: absolute;
        width: 100%;
        bottom: 60px;
    }

    .our-team {
        position: relative;
        padding-bottom: 150px;
        padding-top: 60px;
    }

    .our-people>.container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .our-people p {
        width: 100%;
        font-size: 18px;
    }

    .our-people>.container-fluid.bottom-content p.sub-heading {
        text-align: center;
    }

    .our-people>.container-fluid.bottom-content h2 {
        font-size: 26px;
        line-height: 35px;
        text-align: center;
        margin-bottom: 80px;
    }

    .our-people>.container-fluid.bottom-content {
        padding-right: 0;
        padding-left: 0;
    }

    .our-people .icon-box p {
        font-size: 18px;
    }

    .our-people .swiper {
        overflow: visible;
    }

    .our-people .swiper-slide.swiper-slide-active {
        transform: scale(1.2) !important;
        z-index: 999 !important;
    }

    .partnership {
        padding: 50px 25px 70px;
        position: relative;
        text-align: center;
    }

    .partnership .dual-btn {
        justify-content: center;
    }

    .partnership p {
        width: 100%;
    }

    .partnership .container-fluid {
        padding: 0;
    }

    .partnership img {
        width: 100%;
        margin-top: 50px;
    }

    #footer h2 {
        font-size: 26px;
        line-height: 35px;
    }

    #footer h2 br {
        display: none;
    }

    #footer .container-fluid {
        padding: 0;
    }

    .bottom-items .col-auto:last-child {
        display: none;
    }

    .footer-items p,
    .bottom-items p,
    .bottom-items p a {
        font-size: 17px;
        line-height: 27px;
    }

    .bottom-items {
        margin-top: 45px;
    }

    .bottom-footer-content {
        flex-wrap: wrap;
    }

    .bottom-footer-content ul {
        display: block;
    }

    .bottom-footer-content ul li:not(:last-child) a {
        border-right: 0px solid #707070;
        margin-right: 0;
        padding-right: 0;
    }

    .bottom-footer .container-fluid {
        padding: 0;
    }

    .sets-us {
        padding: 185px 0px 90px 0px;
        position: relative;
    }

    .footer-items ul li a {
        font-size: 18px;
        line-height: 23px;
    }

    .footer-items h3 {
        font-size: 18px;
    }

    .logo-area img {
        width: 134px;
    }

    main.main {
        margin-top: 100px;
        overflow: hidden;
    }

    button.button.call-icon {
        display: block;
    }

    .heart p {
        width: 100%;
        margin: 0;
        padding: 35px 15px 0;
        font-size: 17px;
    }

    #header .call-btn .button--tamaya {
        display: none;
    }

    #header .call-btn .button {
        max-width: 100%;
        min-width: 46px;
        background-color: #E9B25C;
    }

    #header .container-fluid .col-right {
        width: 100%;
        position: static;
        padding-right: 12px;
    }

    .grow-together {
        padding-top: 0;
        padding-left: 0;
    }

    .grow-together p.sub-heading {
        font-size: 16px;
        line-height: 25px;
        width: 100%;
    }

    h2.font-60,
    h2.font-40,
    .blog h2 {
        font-size: 26px;
        line-height: 36px;
    }

    h2.font-40 {
        text-align: center;
        width: auto;
    }

    .grow-together .col-md-4 {
        padding-left: 30px;
        margin-bottom: 40px;
    }

    .contact-content-area {
        background-color: #000;
        height: 100%;
        padding: 60px 20px 60px 20px;
    }

    p.font-24 {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .dual-btn {
        margin-top: 45px;
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .dual-btn button {
        height: 52px;
    }

    .dual-btn .button--tamaya::before {
        top: 0;
        padding-top: 10px;
    }

    .contact-form-area {
        padding: 50px 39px;
        background-color: #242424;
        height: 100%;
    }

    #contactform .form-header {
        margin-bottom: 55px !important;
    }

    #contactform input {
        padding: 16px 20px;
        font-size: 16px;
        font-weight: 500;
        height: 55px;
    }

    #contactform .form-footer {
        width: max-content;
        margin: 0 auto;
    }

    #contactform .form-footer button {
        padding: 15px 25px;
        font-size: 16px;
        width: 150px;
    }

    #nextBtn::after {
        font-size: 27px;
        padding: 15px;
    }

    #contactform .form-header .stepIndicator p {
        font-size: 16px;
        width: 170px;
    }

    #contactform .form-header .stepIndicator::after {
        width: 60%;
    }

    .faq {
        padding: 60px 25px;
        padding-bottom: 60px;
    }

    .faq .container {
        padding: 0;
        max-width: 100%;
    }

    .faq .container h2.font-40 br {
        display: none;
    }

    .faq .container h2.font-40 {
        font-size: 22px;
        line-height: 32px;
    }

    .faq .faq-container {
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }

    .faq .faq-container .faq-item h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .faq .faq-container .faq-item .faq-toggle {
        top: 7px;
    }

    .faq .faq-container .faq-item .faq-content p {
        padding-right: 60px;
    }

    .faq .faq-container .faq-item {
        padding: 18px 0;
    }

    .faq .dual-btn .button-one {
        min-width: 200px;
        height: 52px;
        font-size: 17px;
        line-height: 30px;
    }

    .faq .dual-btn {
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 50px;
        flex-wrap: wrap;
    }

    .faq .dual-btn a {
        font-size: 18px;
        line-height: 30px;
    }

    .share-experience {
        background-color: #F0F0F0;
        padding: 60px 15px 60px;
    }

    .share-experience p {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-top: 30px;
    }

    .share-experience .dual-btn .button-one {
        min-width: 235px;
        height: 52px;
        font-size: 17px;
        line-height: 30px;
    }

    .testimonies {
        padding: 50px 0px;
        position: relative;
        border: 1px solid #707070;
    }

    .bottom-items .col-auto {
        width: 100%;
    }

    .testimonies h2.font-40 {
        text-align: left;
    }

    .testimonies p {
        font-size: 20px;
        line-height: 30px;
        width: auto;
        margin-top: 30px;
    }

    .testimonies .dual-btn button {
        height: 50px;
        min-width: 225px;
        margin-top: 0;
        font-size: 17px;
        line-height: 30px;
    }

    .testimonies .dual-btn {
        justify-content: flex-start;
        margin-bottom: 35px;
    }

    .client-reviews {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 30px;
    }

    .review-content {
        padding: 35px 25px 35px;
    }

    .google-reviews {
        background-color: #fff;
        padding: 60px 0 110px;
        position: relative;
    }

    .google-reviews .dual-btn .button-one {
        min-width: 200px;
        background-color: #000;
        font-size: 15px;
        line-height: 30px;
        height: 50px;
    }

    .dual-btn {
        margin-top: 25px;
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .google-reviews .col-md-8 {
        padding: 0;
    }

    .google-reviews .dual-btn {
        width: 100%;
        margin-top: 0;
        display: flex;
        gap: 20px;
        justify-content: center;
        position: absolute;
        bottom: 35px;
        left: 0;
    }

    .feedback {
        padding: 30px 10px 40px;
        position: relative;
    }

    .feedback h2.font-40 {
        text-align: left;
        margin-bottom: 25px;
    }

    .feedback .col-md-4,
    .feedback .col-md-6 {
        width: 100%;
    }

    .feedback p,
    .blog-text-center .container-fluid h2.font-40 br {
        display: none;
    }

    .rating-platform {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px 30px;
    }

    .rating-platform img {
        height: 35px;
        object-fit: contain;
    }

    .contact-content-area.review-content {
        background-color: #000;
        height: 100%;
        padding: 0px 15px 60px 15px;
    }

    .contact-content-area.review-content .dual-btn {
        margin-top: 30px;
    }

    .contact-form-area.review-form {
        width: auto;
        margin: 0 auto;
        padding: 50px 15px;
    }

    #contactform .dual-btn button {
        height: 50px;
    }

    .contact-form-area.review-form p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
        text-align: center;
    }

    .contact-form-area.review-form label {
        font-size: 18px;
        font-family: 'satoshi';
    }

    .fileUploadWrap p.fileName,
    .fileUploadWrap p.img-name {
        margin-bottom: 0px;
    }

    .contact-form-area.review-form #contactform input,
    .contact-form-area.review-form #contactform textarea.form-control {
        padding: 15px 20px;
        font-size: 18px;
    }

    .blog {
        padding-top: 20px;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .blog p {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        font-family: 'satoshi';
        font-weight: 500;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .blog p br,
    .blog img {
        display: none;
    }

    .news-filter .row {
        padding-left: 0;
        padding-right: 0;
    }

    .news-filter .container-fluid {
        padding: 0;
        padding-right: 0px;
    }

    .dropbtn,
    .sortby {
        padding: 25px 35px;
        font-size: 17px;
    }

    .filter svg {
        height: 25px;
    }

    .filter button,
    .sortby {
        gap: 10px;
    }

    .all-blogs {
        background-color: #242424;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog-content-box p {
        font-size: 18px;
        font-weight: 500;
        width: auto;
        line-height: 25px;
    }

    .blog-content-box h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .text-image {
        padding-top: 40px;
        padding-left: 0;
    }

    .content-side p.font-24 {
        text-align: left;
        width: auto;
    }

    .image-text .row {
        flex-direction: column-reverse;
    }

    .content-side {
        padding-left: 10px;
        padding-right: 10px;
    }

    .image-text .content-side {
        padding-left: 0px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 0px;
    }

    .content-side h2 {
        text-align: left;
    }

    .text-image.text-image-2 .content-side {
        padding-left: 0px;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 0px;
    }

    .text-image.text-image-2 p.font-24 {
        color: #A3A3A3;
        margin-top: 20px;
    }

    .blog-text-center {
        background-color: #F8F8F8;
        padding: 60px 0px 0px;
    }

    .blog-text-center .container-fluid {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .blog-text-center .container-fluid h2.font-40 {
        z-index: 9;
        position: relative;
        font-size: 21px;
        line-height: 31px;
    }

    .blog-text-center .dual-btn {
        justify-content: center;
        margin-top: 35px;
    }

    .blog-text-left {
        padding-top: 60px;
        padding-left: 15px;
        padding-bottom: 60px;
        background-color: #fff;
        padding-right: 15px;
    }

    .blog-text-left p {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        font-family: 'satoshi';
        margin-top: 30px;
    }

    .blog-text-left h2.font-40 {
        color: #000;
        text-align: left;
    }

    .services {
        padding-top: 35px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0;
    }

    .services .col-md-7,
    .services .container-fluid {
        padding-right: 0;
    }

    .services h2.font-40 {
        text-align: left;
    }

    #myTab {
        border-bottom: 0;
        margin: 0;
        background: transparent;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        box-shadow: none;
        flex-wrap: nowrap !important;
        height: 45px;
    }

    #myTab::-webkit-scrollbar {
        display: none;
    }

    #myTab li {
        width: auto;
        white-space: nowrap;
        flex: 1;
    }

    #myTab li a {
        border: 0;
        border-radius: 0;
        cursor: pointer;
        margin: 0;
        color: #fff;
        text-transform: uppercase;
    }

    #myTab li a:hover {
        background: #ddd;
        color: #303030;
    }

    #myTab li.active a {
        background: #fff;
        color: red;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
        line-height: 23px;
        padding: 10px 20px;
    }

    .services hr {
        margin-top: 30px;
    }

    .main-services.tab-content .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .tab-text-area {
        padding: 25px 30px;
    }

    .tab-text-area h2.font-40 {
        text-align: left;
    }

    .tab-text-area p.font-24 {
        text-align: left;
        margin-top: 22px;
    }

    .all-services {
        background-color: #1F1F1F;
        padding: 50px 15px;
    }

    .all-services .row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        margin: 0px;
    }

    .sevices-box h2.font-40 {
        min-height: auto;
        text-align: left;
        font-size: 20px;
        line-height: 30px;
        position: absolute;
        bottom: 20px;
        padding: 0 25px;
        z-index: 9;
    }

    .sevices-box p {
        display: none;
    }

    .sevices-box {
        position: relative;
        padding: 0px;
    }

    .sevices-box::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .5) 75%);
        left: 0;
        z-index: 0;
    }

    .view-projects {
        padding: 50px 10px;
        position: relative;
    }

    .view-projects .dual-btn button {
        height: 50px;
        font-size: 17px;
        line-height: 30px;
    }

    .view-projects h2.font-40 {
        text-align: left;
    }

    #product-slider {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding-left: 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #product-slider .carousel-indicators {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    #product-slider .carousel-indicators [data-bs-target] img,
    #product-slider .carousel-indicators [data-bs-target] {
        width: 106px;
        height: 106px;
        text-indent: initial;
        border-top: 0px;
        outline: none;
    }

    .view-projects p.font-24 {
        text-align: left;
        margin-top: 0;
    }

    .view-projects .dual-btn {
        justify-content: flex-start;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .view-projects .row {
        flex-direction: column-reverse;
    }

    .we-are {
        padding: 70px 10px 50px;
        position: relative;
        background-position: center;
        background-size: cover;
    }

    .we-are h3 {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        font-family: 'COUTURE Bold';
    }

    .we-are h2.font-40 {
        text-align: left;
        font-size: 24px;
        line-height: 34px;
    }

    .we-are p.font-24 {
        text-align: left;
        margin-top: 20px;
    }

    .we-are .dual-btn button {
        height: 50px;
        font-size: 18px;
        line-height: 30px;
    }

    .we-are .dual-btn {
        justify-content: flex-start;
    }

    .single-service {
        padding: 35px 0px 40px;
    }

    .single-service #product-slider {
        padding: 0;
        padding-right: 0;
    }

    .carousel-indicators.mobile-show {
        display: block;
    }

    .single-service #product-slider img {
        height: auto;
        object-fit: cover;
    }

    .single-service .carousel-indicators {
        flex-direction: row;
        gap: 15px;
        justify-content: flex-start;
        margin-top: 0;
    }

    .single-service .container-fluid .row {
        align-items: center;
        flex-direction: column-reverse;
    }

    h2.mobile-show {
        color: #E9B25C;
        font-family: 'Satoshi';
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .single-service h2.font-40 {
        text-align: left;
    }

    .single-service p.font-24 {
        text-align: left;
        margin-top: 25px;
    }

    .multi-step-form {
        background-color: #1F1F1F;
        padding: 50px 10px 60px;
    }

    .multi-step-form .dual-btn .button-one,
    .multi-step-form .dual-btn .button-two {
        min-width: 150px;
        font-size: 17px;
        line-height: 28px;
    }

    .multi-step-form h2.font-40 {
        text-align: left;
    }

    .multi-step-form .dual-btn {
        justify-content: flex-start;
    }

    .multi-step-form form#contactform {
        padding-left: 0;
        margin-top: 70px;
    }

    #contactform .form-footer #prevBtn:before {
        font-size: 30px;
        padding: 13px;
    }

    .landscaper {
        padding: 60px 10px 60px 10px;
    }

    .landscaper p {
        color: #fff;
        font-family: 'satoshi';
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        margin-left: auto;
        margin-top: 25px;
    }

    .landscaper h2.font-40 {
        text-align: left;
    }

    .locally-owned {
        background-color: #E9B25C;
        height: 100%;
        padding: 30px 20px 30px 20px;
    }

    .locally-owned h2.font-40 {
        font-size: 26px;
        color: #fff;
        font-family: 'COUTURE Bold';
        line-height: 34px;
        text-align: left;
    }

    .locally-owned p.sub-heading {
        color: #FFF;
        margin-bottom: 20px;
    }

    .crafted .img-box:first-child img {
        height: 365px;
    }

    .crafted .img-box h2 {
        bottom: 20px;
        left: 20px;
        font-size: 18px;
        line-height: 25px;
    }

    .crafted .img-box img {
        height: 365px;
    }

    .crafted .col-md-2 {
        width: 50%;
    }

    .view-all {
        padding: 50px 0;
    }

    .view-all .dual-btn .button-one {
        min-width: 150px;
        font-size: 17px;
        line-height: 29px;
    }

    .featured-projects {
        background-color: #1F1F1F;
        padding-top: 50px;
        padding-left: 0px;
        padding-bottom: 50px;
        padding-right: 0px;
    }

    .featured-projects .col-md-6 {
        width: 50%;
    }

    .featured-projects h2.font-40 {
        margin-bottom: 30px;
        text-align: left;
    }

    .swiper-button-next-2,
    .swiper-button-prev-2,
    .our-team .swiper-button-next,
    .our-team .swiper-button-prev,
    .featured-projects .swiper-button-next,
    .featured-projects .swiper-button-prev {
        width: 45px;
        font-size: 20px;
        height: 45px;
    }

    .featured-projects .swiper-button-prev {
        left: auto;
        right: 65px;
    }

    .featured-projects .icon-box {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .featured-projects .icon-box .featured-img img {
        width: 100%;
    }

    .featured-projects .icon-box .featured-content {
        width: 100%;
        background-color: #434343;
        padding: 50px 20px;
    }

    .featured-projects .icon-box .featured-content h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .featured-projects .icon-box .featured-content p {
        margin-top: 15px;
        font-size: 17px;
        line-height: 27px;
    }

    .featured-projects .icon-box .featured-content ul {
        font-size: 17px;
    }

    .sevices-box.project-box h2.font-40 {
        position: relative;
        bottom: 0;
        padding: 0;
    }

    .sevices-box.project-box::after {
        display: none;
    }

    .project-box img {
        margin-bottom: 15px;
    }

    .project-box p.property-type {
        display: block;
    }

    .all-projects {
        background-color: #000;
    }

    .start-project {
        padding: 60px 35px;
        width: 100%;
    }

    .start-project .dual-btn {
        margin-top: 45px;
        justify-content: center;
    }

    .start-project h2.font-40 {
        text-align: center;
    }

    .single-project-details {
        padding: 30px 10px;
    }

    .single-project-details h2.font-40 {
        text-align: left;
    }

    .single-project-details p.font-24 {
        text-align: left;
        margin-top: 25px;
    }

    .randomized-gallery {
        padding: 50px 10px;
        background-color: #434343;
        border-top: 1px solid #707070;
    }

    .randomized-gallery h2.font-40 {
        text-align: left;
        margin-bottom: 45px;
    }

    .randomized-gallery .swiper-slide {
        display: flex;
        gap: 25px;
        flex-direction: column;
    }

    .randomized-gallery .swiper-slide .featured-content p {
        font-size: 17px;
        line-height: 27px;
    }

    .hero-section .container-fluid {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 140px;
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-section h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .hero-section h1 span {
        display: block;
        margin-left: 60px;
    }

    .hero-section h1 span hr {
        width: 65px;
        border-top: 2px solid #fff;
        opacity: 1;
        margin-left: -55px;
    }

    .hero-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .short-detail {
        width: 100%;
        display: inline-block;
        float: right;
        margin-top: 80px;
    }

    .short-detail p {
        font-size: 18px;
        line-height: 30px;
    }

    .short-detail .dual-btn .button-one {
        min-width: 120px;
        font-size: 17px;
        line-height: 30px;
    }

    .dual-btn .button-two {
        min-width: 170px;
        font-size: 17px;
        line-height: 30px;
    }

    .testimonials {
        padding-top: 35px;
        padding-left: 10px;
        padding-bottom: 40px;
        padding-right: 10px;
    }

    .testimonials .icon-box {
        padding: 40px 20px 40px 20px;
    }

    .testimonials .swiper {
        margin-top: 0;
    }

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

    .testimonials .dual-btn {
        margin: 0;
        position: unset;
        bottom: 0;
    }

    .testimonials .dual-btn .button-one {
        min-width: 240px;
        height: 60px;
        font-size: 17px;
        line-height: 40px;
    }

    .testimonials .dual-btn {
        margin: 0;
        position: unset;
        margin-top: 90px;
    }

    .testimonials .icon-box h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .testimonials .icon-box p {
        font-size: 17px;
        font-weight: 500;
        font-family: 'satoshi';
        color: #fff;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .testimonials .pagination .swiper-button-prev,
    .testimonials .pagination .swiper-button-next {
        width: 45px;
        transition: .5s ease all;
        font-size: 20px;
        height: 45px;
    }

    .testimonials .pagination {
        gap: 15px;
        position: absolute;
        right: 37%;
        top: auto;
        bottom: -60px;
    }

    .loaction {
        background-color: #000000;
        padding-left: 0;
        padding-top: 60px;
    }

    .loaction h2 {
        font-size: 25px;
        line-height: 35px;
        color: #E9B25C;
        font-family: 'COUTURE Bold';
        text-align: center;
        margin-bottom: 40px;
    }

    .loaction p.sub-heading {
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
    }

    .loaction .col-md-8.services {
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .loaction .img-box p {
        bottom: 30px;
        font-size: 18px;
        line-height: 25px;
        padding: 0px 20px;
    }

    .lake-norman {
        position: relative;
        background-color: #242424;
        padding: 60px 0px 60px;
    }

    .lake-norman p.sub-heading {
        margin-bottom: 25px;
        text-align: center;
    }

    .lake-norman h2 {
        font-size: 25px;
        color: #fff;
        font-family: 'COUTURE Bold';
        line-height: 35px;
        margin-bottom: 40px;
        text-align: center;
    }

    .lake-norman .swiper-slide p {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }

    .lake-norman .container-fluid {
        padding: 0;
    }

    .lake-norman .swiper-slide.swiper-slide-active {
        transform: scale(1.2) !important;
    }

    .lake-norman .swiper {
        overflow: visible;
        margin-top: 30px;
    }

    .lake-norman .swiper-button-next {
        display: none;
    }

    .our-expertise {
        background-color: #fff;
        padding: 50px 0px 0;
    }

    .our-expertise .container-fluid {
        padding: 0;
    }

    .our-expertise .col-md-3 {
        width: 100%;
    }

    .our-expertise .col-md-4 img {
        margin-top: 0px;
        display: none;
    }

    .our-expertise .dual-btn .button-two {
        min-width: 235px;
        line-height: 27px;
        margin-bottom: 50px;
    }

    .our-expertise p {
        font-size: 18px;
        line-height: 30px;
        padding: 0 15px;
        text-align: center;
    }

    p.sub-heading {
        margin-bottom: 25px;
    }

    .our-expertise h2 {
        font-size: 25px;
        line-height: 35px;
        color: #000;
        font-family: 'COUTURE Bold';
        text-align: center;
        margin-bottom: 30px;
    }

    .our-expertise .border-top {
        margin-top: 55px;
    }

    .our-expertise .col-md-6 {
        text-align: center;
        margin-top: 55px;
    }

    .terms-conditions {
        padding: 50px 0;
    }

    .terms-conditions h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .terms-conditions p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 26px;
    }

    .terms-conditions h3 {
        color: #E9B25C;
        text-align: center;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 25px;
    }

    .bg-color {
        background-color: #212121;
        padding: 50px 15px;
        margin-top: 50px;
    }

    .privacy-policy {
        padding: 50px 5px;
        position: relative;
    }

    .privacy-policy h2 {
        font-size: 35px;
        color: #fff;
        margin-bottom: 35px;
    }

    .privacy-policy .tab {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        gap: 30px;
        padding-bottom: 50px;
    }

    .tablinks {
        font-size: 20px;
        line-height: 30px;
    }

    .tabcontent h3 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .tabcontent {
        margin-top: 35px;
    }

    .privacy-policy p {
        font-size: 18px;
        color: #fff;
        font-family: 'Satoshi';
        margin-bottom: 25px;
    }

    .featured-project h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .featured-project {
        padding-left: 0;
    }

    .intro-slide {
        left: 0 !important;
    }

    .featured-project .container-fluid {
        padding-right: 15px;
    }

    #intro-slider .intro-slide {
        width: 100% !important;
    }

    #intro-slider {
        height: 450px !important;
    }

    .featured-project .pagination #slider-next,
    .featured-project .pagination #slider-prev {
        top: 25% !important;
    }

    .our-expertise .col-md-4 {
        width: 100%;
    }
}

@media(max-width:550px) {
    .all-blogs .col-md-4 {
        width: 100%;
    }

    .all-blogs {
        padding-left: 0px;
        padding-right: 0px;
    }

    .rating-platform img {
        width: 90px;
    }

}

@media(max-width:450px) {
    .faq {
        padding: 60px 15px;
        padding-bottom: 60px;
    }

    .faq .faq-container .faq-item .faq-content p {
        padding-right: 0;
        font-size: 17px;
    }

    .rating-platform {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 30px;
    }

    #contactform .form-header {
        margin-bottom: 55px !important;
        flex-wrap: wrap;
    }

    .single-project-details {
        padding: 30px 0px;
    }

    .randomized-gallery {
        padding: 50px 0px;
    }

    .randomized-gallery h2.font-40 {
        font-size: 25px;
        font-family: 'COUTURE Bold';
        line-height: 35px;
    }
}

@media(max-width:380px) {
    .hero-section h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .hero-section h1 span {
        display: block;
        margin-left: 40px;
    }

    .dual-btn {
        margin-top: 25px;
        flex-wrap: wrap;
    }

    .short-detail .dual-btn .button-one {
        min-width: 190px;
        font-size: 17px;
        line-height: 30px;
    }

    .dual-btn button {
        height: 53px;
    }

    #product-slider .carousel-indicators [data-bs-target] img,
    #product-slider .carousel-indicators [data-bs-target] {
        width: 89px;
        height: 95px;
    }
}

/* Hero Banner css */
.hero-banner-video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section .container-fluid {
    position: relative;
    z-index: 22;
}

.single-service p,
.single-service ul li {
    font-family: 'satoshi';
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.block-home_services .loaction .services img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.partner-images-gird {
    display: flex;
    flex-wrap: wrap;
}

.partner-images-gird {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    align-items: end;
    position: relative;
}

.partner-images-gird .partner-images {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.partner-images-gird .partner-images:nth-child(1) {
    grid-column: 1;
    grid-row: span 2;
    height: 425px;
    width: 340px;
}

.partner-images-gird .partner-images:nth-child(2) {
    height: 541px;
    padding: 0 50px;
}

.partner-images-gird .partner-images:nth-child(3) {
    padding-top: 50px;
    margin-left: -50px;
    width: 100%;
    height: 303px;
}