* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: #191919;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

section {
    width: 100%;
    display: inline-block;
}

h1 {
    font-size: 68px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 44px;
}

p {
    font-size: 18px;
}



/* Header */
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #C89F5F;
}

.banner {
    margin: 90px 0 0;
}

.header-top {
    width: 700px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    border-radius: 0 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.mobile-edge {
    display: none;
}

.header-top ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.header-top ul li {
    float: left;
    padding: 0 15px;
}

.spcl-btn a {
    background-color: #000000;
    padding: 6px 20px;
    border-radius: 20px;
}

.header-top ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.mobile-menu {
    width: 100%;
    float: left;
}

.mobile-bg {
    width: 100%;
    float: left;
}

.header .navbar-brand {
    background: #000;
    height: 125px;
    width: 140px;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px 0px;
    clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
}

.header ul.navbar-nav {
    margin-left: 22%;
    margin-top: 40px;
}

.header .nav-link {
    color: #fff;
    font-weight: 400;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #191919;
}

.header .nav-item.dropdown:hover ul.dropdown-menu {
    display: block !important;
}

.desktop-hide {
    display: none;
}

/* Banner */
.banner-slider {
    width: 100%;
    float: left;
}

.banner-slider .item {
    width: 100%;
    position: relative;
    z-index: 9;
    float: left;
}

.banner-slider .item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    content: "";
    z-index: 1;
}

.banner-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider .items-caption {
    width: 100%;
    top: 70px;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 9;
    padding: 0 24%;
}

.banner-slider .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 20px 20px;
}

.banner-slider button span {
    background: #fff !important;
}

.banner-slider button.active span {
    width: 50px !important;
}

.banner-counter {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 800px;
    height: 170px;
    left: 23%;
}

ul.counter-list {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.counter-list li {
    width: 33.33%;
    text-align: center;
    float: left;
}

ul.counter-list h3 {
    display: flex;
    font-weight: bold;
    justify-content: center;
    color: #212121;
}

ul.counter-list p {
    margin: 0;
}

.client-rate {
    position: absolute;
    right: 7%;
    top: 71%;
    z-index: 9;
    width: 240px;
}

/* Gallery */
.gallery {
    background: url(../images/gallery-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.build-homes {
    width: 100%;
    display: block;
    padding: 0;
    border-radius: 60px;
}

h2.welcome-heading {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 120px;
    left: 0;
    font-size: 120px;
    font-weight: 800;
    margin: 0;
    opacity: 0.06;
}

.gallery-img-list .nav-link {
    padding: 7px;
    border: none;
    width: 100%;
    aspect-ratio: 2 / 1.8;
}

.build-homes .row {
    align-items: end;
    position: relative;
    z-index: 2;
}

.build-heading {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.build-heading h2 {
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    color: #fff;
}

.build-heading h2 span {
    font-size: 84px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    display: block;
}

.build-heading p {
    padding-right: 60px;
    color: #fff;
}

.build-heading a {
    display: inline-block;
    margin-top: 20px;
}

.all-btns {
    color: #fff;
    background-color: #000000;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    transition: all 0.5s;
}

.all-btns:hover {
    background-color: #000;
    transition: all 0.5s;
    color: #fff;
}

.gallery-tab {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.gallery-tab ul.nav-tabs {
    width: 100%;
    float: left;
    align-items: center;
    margin-top: 26px;
    border: none;
}

.gallery-tab ul li {
    width: 25%;
}

.gallery-tab button.nav-link.active {
    background-color: #000000;
    padding: 25px;
    border-radius: 15px;
    border: none;
    transition: all ease 0.5s;
}

.gallery-tab button.nav-link img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    object-fit: cover;
}

.gallery-tab .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.gallery-tab .nav-link:focus-visible {
    box-shadow: none;
}

.tab-content img {
    width: 100%;
    float: left;
    border-radius: 15px;
}

/* Services */
.services {
    padding: 60px 60px 0;
}

.services h2 {
    color: #2F2F2F;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
}

.mobile-overflow {
    width: 100%;
    float: left;
}

.all-services {
    width: 100%;
    display: flex;
    justify-content: center;
}


.service-box {
    width: calc(23% - 30px);
    margin: 0 15px;
    float: left;
}

.service-box.active {
    width: calc(31% - 30px);
    transition: all 0.5s;
}

.service-img {
    width: 100%;
    height: 419px;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    border-radius: 40px;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-box.active .service-content {
    top: 0;
    transition: all 0.5s;
}

.service-box h4 {
    color: #2f2f2f;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 0;
    transition: all 0.5s;
}

.service-box.active h4 {
    display: none;
}

.service-content {
    position: absolute;
    top: 200%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(212.76deg, rgb(200 159 95) -62.7%, rgb(0 0 0 / 75%) 60.62%);
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    transition: all 0.5s;
    text-align: left;
}

.service-content a {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 44px;
    line-height: 1.2em;
}

.service-content p {
    margin: 10px 0 0;
}

.service-box:hover .service-content {
    top: 0;
    transition: all 0.5s;
}

/* About */
.about {
    width: 100%;
    float: left;
    background: linear-gradient(212.76deg, #D42127 -62.7%, #2186D4 60.62%);
    color: #fff;
    padding: 50px 80px 0;
    border-radius: 40px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transform: translateY(170px);
}

.about::after {
    content: "";
    width: 200px;
    height: 185px;
    background-size: 200px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30px;
    right: 4%;
    z-index: 1;
}

.about h5 {
    font-weight: 400;
    font-size: 32px;
    padding: 0 25%;
    margin: 10px 0 0;
}

.about a {
    display: table;
    margin: 0 auto;
    transform: translateY(25px);
}

/* Process */

.process {
    overflow: hidden;
}

.process-details {
    width: 36%;
    float: left;
    margin-right: 2%;
}

.main-heading {
    width: 100%;
    float: left;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.main-heading h2 {
    font-weight: 700;
    margin: 0 0 20px;
}

.main-heading h2 span {
    color: #000000;
}

.main-heading p:last-child {
    margin-bottom: 0;
}

.main-heading p {
    padding-right: 40px;
}

.process-content {
    width: 100%;
    float: left;
    display: none;
    transition: all 0.5s;
    text-transform: capitalize;
}

.process-content.active {
    display: block;
    transition: all 0.5s;
}

.process-content h5 {
    font-weight: 700;
    font-size: 28px;
    margin-top: 20px;
    color: #D42127;
}

.process-images {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    text-transform: capitalize;
}

.process-img {
    width: calc(20% - 20px);
    height: 460px;
    margin: 0 10px;
    float: left;
    position: relative;
    transition: all 0.9s;
}

.process-img.active {
    transition: all 0.9s;
}

.process-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #C89F5F 100%);
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    opacity: 1;
    border-radius: 40px;
}

.process-img.active::after {
    opacity: 0;
    transition: all 0.5s;
}

.process-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.process-img h2 {
    position: absolute;
    z-index: 9;
    color: #fff;
    font-weight: 800;
    bottom: 0;
    left: 5px;
    font-size: 150px;
}

.image-content {
    position: absolute;
    z-index: 9;
    color: #fff;
    font-weight: 800;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    background: #C89F5F;
}

.process-img.active .image-content {
    display: block;
}

.image-content h5 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 15px;
}

.image-content p {
    margin: 0;
}

.image-content h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 15px;
}

/* Testimonials */
.main-heading h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 6%;
}

.client-counter {
    width: 100%;
    float: left;
}

.client-counter ul.counter-list li {
    width: 50%;
    margin-bottom: 20px;
}

.testimonials {
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}

.testimonials img {
    border-radius: 50px;
}

.testimonial-slider {
    width: 750px;
    right: 0;
    top: 40%;
    position: absolute;
    z-index: 9;
}

.testimonial-slider .item {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 320px;
    border: 1px solid #DBCBCB;
    border-radius: 15px;
    background: #fff;
    padding: 0 20px;
}

img.comma-img {
    width: 200px !important;
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 0;
}

.testimonial-slider .item p {
    margin: 0 0 20px;
    color: #2f2f2f;
    font-size: 16px;
}

.testimonial-slider .item h5 {
    margin: 0;
    color: #BF7B11;
    font-size: 20px;
    text-align: right;
}

/* Contact Us */
.contact-inner {
    width: 100%;
    float: left;
    border-radius: 60px;
    background: #C89F5F;
    padding: 40px 80px;
}

.contact-inner .row {
    align-items: flex-end;
}

.contact-heading {
    width: 100%;
    float: left;
}

.contact-heading h2,
.contact-heading p {
    color: #fff;
}

.contact-heading img {
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

.contact-heading .main-heading {
    margin-bottom: 0;
}

.contact-form {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    border: 1px solid #C5B3D7;
    border-radius: 40px;
}

.contact-form label {
    color: #2f2f2f;
    font-weight: 600;
    font-size: 18px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    border-radius: 10px;
    line-height: 1.5;
    color: #2F2F2F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F9F9F9;
    background-clip: padding-box;
    border: 1px solid #DBDBDB;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: 22px;
}

.contact-form textarea {
    height: 100px;
    resize: none;
}

.contact-form button {
    border: none;
    float: right;
}

/* FAQS */
.sticky-row {
    height: 70vh;
}

.faqs .main-heading {
    width: 35%;
    position: sticky;
    top: 0;
    left: 0;
}

.all-faqs {
    width: 65%;
    float: left;
}

.faq-box {
    width: 100%;
    float: left;
    padding: 15px 30px;
    border: 1px solid #DBCBCB;
    border-radius: 25px;
    margin-bottom: 20px;
    position: relative;
}

.all-faqs .faq-box:last-child {
    margin-bottom: 0;
}

.faq-box details summary {
    font-size: 30px;
    font-weight: 700;
    color: #2f2f2f;
    padding-right: 40px;
}

.faq-box summary {
    list-style-type: none;
}

.faq-box details summary:after {
    content: "";
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
}

.faq-box details[open] summary:after {
    transform: rotate(-180deg);
    background-image: url(../images/arrow-hover.png);
    background-repeat: no-repeat;
    width: 36px;
    background-size: 36px;
    height: 36px;
}

.faq-box p {
    margin: 10px 0 0;
}

/* Footer */
.footer {
    width: 100%;
    float: left;
    background: #C89F5F;
}

.top-footer {
    width: 100%;
    float: left;
    padding: 50px 0 30px;
}

.footer-box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.footer-logo {
    width: 100%;
    float: left;
    background-color: #000;
    padding: 0 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.footer-logo img {
    width: 117px;
    height: auto;
    float: left;
}

.footer-logo p {
    color: #fff;
    width: calc(100% - 156px);
    margin: 0 0 0 20px;
    font-size: 14px;
    float: left;
    padding: 15px 0;
}

.ft-follow {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.ft-follow h5 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0 10px 0 0;
}

.ft-follow ul {
    width: auto !important;
    list-style: none;
    padding: 0;
    margin: 0;
    float: right !important;
}

.ft-follow ul li {
    float: left;
    margin: 0 0 0 5px !important;
}

.ft-follow ul li a {
    color: #000000;
    font-size: 18px;
}

.footer-box h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

ul.footer-menu {
    width: 50%;
    float: left;
    list-style: none;
    padding: 0;
}

ul.footer-menu a {
    color: #fff;
}



ul.footer-menu li {
    color: #2f2f2f;
    font-size: 16px;
    margin: 8px 0;
    padding: 0;
}

ul.footer-menu .dropdown-menu.show {
    position: relative !important;
    margin: 0 0 5px !important;
    transform: translate3d(0px, 0, 0px) !important;
    width: 100%;
    background: none;
    float: left;
    min-width: auto;
    max-width: 100%;
    border: none;
    list-style: circle;
    padding: 0 0 0 20px !important;
}

ul.footer-menu .dropdown-menu.show li {
    margin: 4px 0;
}

ul.footer-menu .dropdown-menu.show li a {
    padding: 0 !important;
    font-size: 14px;
}

.width-full {
    width: 100% !important;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin: 8px 0;
}

.footer-box ul li i {
    margin-right: 5px;
}

.footer-box ul li,
.footer-box ul li a {
    color: #fff;
}

.ft-follow ul li a {
    color: #fff;
    font-size: 24px;
}

.footer-box ul li a:hover {
    color: #fff;
}

.copyright {
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
    padding: 20px 0;
    text-align: center;
}

.copyright p {
    color: #fff;
    margin: 0;
}

.copyright p a {
    font-weight: 700;
}

h1 span {
    color: #FFC468;
}

/*=====================================================
MEDIA QUERY
=====================================================*/
@media (max-width:767px) {
    h1 {
        font-weight: 700;
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    p {
        font-size: 14px;
    }

    .header-top {
        display: none;
    }
}

@media (max-width:1023px) {

    .header {
        background-color: #C89F5F;
        height: 53px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
    }

    .mobile-menu {
        width: 100%;
        float: left;
    }

    .header .navbar-brand {
        height: 84px;
        width: 96px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        clip-path: none;
        clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    }

    .header .navbar-brand img {
        width: 75px;
    }

    .mobile-bg {
        position: absolute;
        width: 76%;
        right: 0;
        top: 0;
        height: 53px;
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 0 15px;
        background: #C89F5F;
        border-radius: 40px 0 0 0;
    }

    button.navbar-toggler {
        border: none;
    }

    .desktop-hide {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .desktop-hide li {
        float: left;
        margin: 0 15px;
    }

    .desktop-hide li a {
        color: #fff;
        font-size: 20px;
    }

    .header .navbar-collapse {
        position: fixed;
        width: 70%;
        background: #222;
        z-index: 999;
        top: 53px;
        right: 0;
        border-radius: 0;
        height: calc(100vh - 53px);
        overflow: auto;
        padding: 20px 0;
        transition: all ease 0.3s;
        left: -1000%;
    }

    .header .navbar-collapse.show {
        left: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .header ul.navbar-nav {
        margin: 0;
    }

    .header .nav-link {
        color: #fff;
        font-size: 16px;
        padding: 10px 20px;
        display: block;
        width: 100%;
    }

    .header .navbar-nav .dropdown-menu {
        position: static;
        background: #d42127;
        border: none;
        padding: 7px 0;
        width: 100%;
        border-radius: 0;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: #fff;
    }

    .header .navbar-nav .dropdown-menu a:focus,
    .header .navbar-nav .dropdown-menu a:hover {
        color: #fff;
        background-color: transparent;
    }

    .header .navbar-nav .dropdown-menu a {
        color: #fff;
        font-size: 14px;
        padding: 10px 20px;
    }

    .header-top {
        display: none;
    }

    .banner {
        margin: 53px 0 0;
    }

}

@media (max-width:767px) {
    .banner-slider img {
        height: 480px;
    }

    .banner-slider .items-caption {
        top: 70px;
        padding: 0 15px;
    }

    .banner-slider .owl-dots {
        display: none;
    }

    .banner-counter {
        left: 15px;
        bottom: 80px;
        width: calc(100% - 30px);
        background-size: 100%;
        right: 15px;
        height: auto;
        padding: 10px;
    }

    ul.counter-list p {
        font-size: 12px;
    }

    h2.welcome-heading {
        position: relative;
        font-size: 60px;
        top: 0;
    }

    .build-homes {
        padding: 0;
        border-radius: 20px;
    }

    .build-heading h2 {
        line-height: 45px;
    }

    .build-heading h2 span {
        font-size: 62px;
    }

    .build-heading p {
        padding-right: 0;
    }

    .all-btns {
        font-size: 14px;
    }

    .gallery-tab button.nav-link.active {
        padding: 10px;
    }

    .services {
        padding: 50px 15px 50px;
    }

    .mobile-overflow {
        overflow: auto;
    }

    .all-services {
        display: inline-block;
        width: 1000px;
    }

    .service-box {
        width: 25%;
        margin: 0 0 20px;
        padding: 0 10px;
    }

    .service-box.active {
        width: 25%;
        transition: all 0.5s;
    }

    .service-img {
        height: 100%;
        border-radius: 20px;
    }

    .service-img img {
        height: 320px;
    }

    .service-content {
        padding: 15px;
    }

    .service-content h3 {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
    }

    .service-content p {
        font-size: 16px;
    }

    .service-box h4 {
        font-size: 20px;
    }

    .main-heading p {
        padding-right: 0;
    }

    .main-heading h5 {
        font-size: 15px;
    }

    .service-content a {
        font-size: 30px;
    }

    .about {
        padding: 40px 20px 0;
        border-radius: 20px;
        transform: translateY(130px);
    }

    .about::after {
        width: 80px;
        height: 74px;
        background-size: 80px;
        right: 0;
        bottom: 0;
    }

    .about h2 {
        font-size: 30px;
    }

    .about h5 {
        font-size: 18px;
        padding: 0;
    }

    .process-img {
        width: 100%;
        height: 100px;
        margin: 0 0 20px;
    }

    .process-img.active {
        width: 100%;
        height: 100%;
    }

    .process-details {
        width: 100%;
    }

    .process-details p {
        margin: 0;
    }

    .process-images {
        width: 100%;
        display: inline-block;
    }

    .process-img.active img {
        height: 220px;
        transition: all 0.5s;
    }

    .process-img img {
        border-radius: 20px;
        height: 100px;
        transition: all 0.5s;
    }

    .process-img::after {
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #C89F5F 100%);
    }

    .process-img h2 {
        font-size: 80px;
        bottom: auto;
        top: 0;
        right: 15px;
        left: auto;
    }

    .process-img.active::after {
        opacity: 1;
        transition: all 0.5s;
    }

    .all-process-content {
        display: none;
    }

    .process-img.active .image-content {
        display: block;
        transition: all 0.5s;
    }

    .image-content {
        bottom: 0;
        left: 0;
        padding: 20px 15px;
    }

    .image-content h5 {
        font-size: 24px;
        font-weight: 700;
    }

    .image-content p {
        font-size: 14px;
        font-weight: 400;
    }

    .testimonials img {
        border-radius: 20px;
    }

    .testimonial-slider {
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0 20px;
        top: auto;
        position: relative;
    }

    .testimonial-slider .item {
        height: auto;
        padding: 20px 15px;
    }

    img.comma-img {
        width: 120px !important;
    }

    .contact-inner {
        border-radius: 40px;
        padding: 40px 20px;
    }

    .contact-form {
        padding: 30px 15px;
        border-radius: 20px;
    }

    .sticky-row {
        height: auto;
    }

    .faqs .main-heading {
        width: 100%;
        position: relative;
    }

    .all-faqs {
        width: 100%;
    }

    .faqs .main-heading h2 {
        margin-bottom: 0;
    }

    .faq-box details summary {
        font-size: 20px;
    }

    .faq-box details summary:after {
        width: 30px;
        height: 30px;
        background-size: 30px;
        right: 20px;
        top: 15px;
    }

    .footer-logo img {
        width: 80px;
        margin: 0 auto;
        display: table;
        float: none;
    }

    .footer-logo p {
        width: calc(100% - 100px);
        margin: 0;
        font-size: 11px;
    }

    .ft-follow h5 {
        font-size: 18px;
        margin: 0 10px 0 0;
        float: left;
    }

    .footer-box ul {
        float: left !important;
    }

    .footer-box ul li i {
        font-size: 18px;
    }

    .footer-box h4 {
        font-size: 16px;
    }

    .footer ul li {
        font-size: 14px;
    }

    .footer-box ul li a {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    h1 {
        font-weight: 700;
        font-size: 46px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    p {
        font-size: 14px;
    }


    .desktop-hide {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .desktop-hide li {
        float: left;
        margin: 0 15px;
    }

    .desktop-hide li a {
        color: #fff;
        font-size: 20px;
    }

    .banner-slider img {
        height: 380px;
    }

    .banner-slider .items-caption {
        top: 40px;
        padding: 0 12%;
    }

    .banner-slider .owl-dots {
        display: none;
    }

    .banner-counter {
        left: 17%;
        bottom: 49px;
        width: 500px;
        background-size: 500px;
        height: 110px;
        padding: 20px;
    }

    .client-rate {
        right: 5%;
        top: 68%;
    }

    .client-rate img {
        width: 240px;
    }

    .build-homes .col-sm-4 {
        width: 100%;
    }

    .build-homes .col-sm-8 {
        width: 100%;
    }

    h2.welcome-heading {
        position: relative;
        font-size: 60px;
        top: 0;
    }

    .build-heading h2 {
        line-height: 45px;
    }

    .build-heading h2 span {
        font-size: 62px;
    }

    .all-btns {
        font-size: 14px;
    }

    .gallery-tab button.nav-link.active {
        padding: 15px;
    }

    .services {
        padding: 80px 15px;
    }

    .service-box {
        width: calc(50% - 16px);
        margin: 0;
    }

    .all-services {
        flex-wrap: wrap;
        gap: 32px;
    }

    .service-img {
        height: 300px;
        border-radius: 20px;
    }

    .service-content {
        padding: 10px;
    }

    .service-content h3 {
        font-size: 20px;
        margin: 0;
    }

    .service-box h4 {
        font-size: 17px;
    }

    .sticky-row {
        height: auto;
    }

    .faqs .main-heading {
        width: 100%;
        position: relative;
    }

    .all-faqs {
        width: 100%;
    }

    .main-heading p {
        padding-right: 0;
    }

    .main-heading h5 {
        font-size: 15px;
    }

    .about {
        padding: 40px 20px 0;
        border-radius: 20px;
        transform: translateY(130px);
    }

    .about::after {
        width: 80px;
        height: 74px;
        background-size: 80px;
    }

    .about h2 {
        font-size: 30px;
    }

    .about h5 {
        font-size: 18px;
        padding: 0 22%;
    }

    .process-img {
        height: 280px;
    }

    .process-details {
        width: 100%;
    }

    .process-details p {
        margin: 0;
    }

    .process-img {
        width: calc(50% - 16px);
        height: 160px;
        margin: 0;
        float: left;
        position: relative;
        transition: all 0.5s;
    }

    .process-images {
        width: 100%;
    }

    .process-content {
        margin-bottom: 20px;
    }

    .process-content h5 {
        margin-top: 0;
    }

    .process-img img {
        border-radius: 20px;
    }

    .process-img::after {
        border-radius: 20px;
    }

    .process-img h2 {
        font-size: 70px;
        bottom: auto;
        top: 0;
        right: 10px;
        left: auto;
    }

    .image-content h5 {
        font-size: 20px;
    }

    .image-content p {
        font-size: 12px;
        font-weight: 400;
    }

    .client-say .col-sm-5,
    .client-say .col-sm-7 {
        width: 100%;
    }

    .client-counter ul.counter-list li {
        width: 25%;
    }

    .testimonials img {
        border-radius: 20px;
    }

    .testimonial-slider {
        width: 600px;
    }

    .testimonial-slider .item {
        height: 220px;
    }

    img.comma-img {
        width: 120px !important;
    }

    .contact-inner {
        border-radius: 40px;
        padding: 40px 20px;
    }

    .contact-inner .col-sm-4,
    .contact-inner .col-sm-8 {
        width: 100%;
    }

    .faqs .col-sm-5,
    .faqs .col-sm-7 {
        width: 100%;
    }

    .faqs .main-heading h2 {
        margin-bottom: 0;
    }

    .faq-box details summary {
        font-size: 20px;
    }

    .faq-box details summary:after {
        width: 30px;
        height: 30px;
        background-size: 30px;
        right: 20px;
        top: 15px;
    }

    .top-footer .col-sm-4,
    .top-footer .col-sm-3,
    .top-footer .col-sm-2 {
        width: 50%;
    }

    .footer-logo img {
        width: 80px;
        margin: 0 auto;
        display: table;
        float: none;
    }

    .footer-logo p {
        width: 100%;
        margin: 0;
    }

    .footer-box h4 {
        font-size: 16px;
    }

    .footer ul li {
        font-size: 14px;
    }

    .footer-box ul li a {
        font-size: 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    h1 {
        font-weight: 700;
        font-size: 46px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    p {
        font-size: 14px;
    }

    .header-top {
        width: 510px;
        height: 36px;
    }

    .header-top ul li a {
        font-size: 13px;
    }

    .spcl-btn a {
        padding: 4px 15px;
        border-radius: 20px;
    }

    .header .navbar-brand {
        height: 100px;
        width: 100px;
    }

    .header .navbar-brand img {
        width: 60px;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: end;
    }

    .header ul.navbar-nav {
        margin-left: 0;
        margin-top: 30px;
    }

    .header .nav-link {
        font-size: 13px;
    }

    .header .dropdown-item {
        font-size: 14px;
    }

    .banner-slider .items-caption {
        top: 20px;
    }

    .banner-slider .owl-dots {
        bottom: 35%;
    }

    .banner-counter {
        left: 25%;
        bottom: -1px;
        width: 500px;
        background-size: 500px;
        height: 110px;
        padding: 20px;
    }

    .client-rate {
        right: 4%;
    }

    .client-rate img {
        width: 240px;
    }

    h2.welcome-heading {
        top: 120px;
        font-size: 80px;
    }

    .build-heading h2 {
        line-height: 45px;
    }

    .build-heading h2 span {
        font-size: 62px;
    }

    .all-btns {
        font-size: 14px;
    }

    .gallery-tab button.nav-link.active {
        padding: 15px;
    }

    .services {
        padding: 60px 15px 0;
    }

    .service-img {
        height: 330px;
        border-radius: 20px;
    }

    .service-box h4 {
        font-size: 17px;
    }

    .main-heading p {
        padding-right: 0;
    }

    .main-heading h5 {
        font-size: 15px;
    }

    .about {
        padding: 40px 50px 0;
        border-radius: 20px;
        transform: translateY(130px);
    }

    .about::after {
        width: 130px;
        height: 122px;
        background-size: 130px;
    }

    .about h5 {
        font-size: 22px;
        padding: 0 25%;
    }

    .process-img {
        height: 360px;
    }

    .process-img img {
        border-radius: 20px;
    }

    .process-img::after {
        border-radius: 20px;
    }

    .process-img h2 {
        font-size: 100px;
    }

    .testimonials img {
        border-radius: 20px;
    }

    .testimonial-slider {
        width: 530px;
        right: 15px;
    }

    .testimonial-slider .item {
        height: 250px;
    }

    img.comma-img {
        width: 120px !important;
    }

    .contact-inner {
        border-radius: 40px;
        padding: 40px 20px;
    }

    .faq-box details summary {
        font-size: 20px;
    }

    .faq-box details summary:after {
        width: 30px;
        height: 30px;
        background-size: 30px;
        right: 20px;
        top: 15px;
    }

    .footer-logo img {
        width: 80px;
        margin: 0 auto;
        display: table;
        float: none;
    }

    .footer-logo p {
        width: 100%;
        margin: 0;
    }

    .footer-box h4 {
        font-size: 16px;
    }

    .footer ul li {
        font-size: 14px;
    }

    .footer-box ul li a {
        font-size: 14px;
    }

    ul.footer-menu {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 1280px) and (max-width:1365px) {
    h1 {
        font-weight: 700;
        font-size: 52px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 34px;
    }

    p {
        font-size: 14px;
    }

    .header-top {
        width: 660px;
    }

    .header .navbar-brand {
        height: 120px;
        width: 120px;
    }

    .header .navbar-brand img {
        width: 70px;
    }

    .header ul.navbar-nav {
        margin-left: 26%;
    }

    .header .nav-link {
        font-size: 14px;
    }

    .header .dropdown-item {
        font-size: 14px;
    }

    .banner-counter {
        left: 24%;
        bottom: -1px;
        width: 650px;
        background-size: 650px;
        height: 140px;
    }

    .client-rate {
        right: 4%;
    }

    h2.welcome-heading {
        top: 140px;
        font-size: 86px;
    }

    .build-heading h2 span {
        font-size: 66px;
    }

    .all-btns {
        font-size: 16px;
    }

    .services {
        padding: 60px 30px 0;
    }

    .about {
        transform: translateY(150px);
    }

    .about::after {
        width: 130px;
        height: 122px;
        background-size: 130px;
    }

    .about h5 {
        font-size: 26px;
        padding: 0 25%;
    }

    .faq-box details summary {
        font-size: 24px;
    }

    .faq-box details summary:after {
        width: 35px;
        height: 35px;
        background-size: 35px;
        right: 20px;
        top: 15px;
    }

    .footer-logo img {
        width: 80px;
    }

    .footer-logo p {
        width: calc(100% - 100px);
    }

    .footer-box h4 {
        font-size: 18px;
    }
}

@media (min-width: 1366px) and (max-width:1599px) {
    h1 {
        font-weight: 700;
        font-size: 58px;
    }

    h2 {
        font-size: 44px;
    }

    h3 {
        font-size: 38px;
    }

    p {
        font-size: 16px;
    }

    .header-top {
        width: 700px;
    }

    .header .navbar-brand {
        height: 147px;
        width: 169px;
    }

    .header .navbar-brand img {
        width: 147px;
    }

    .header ul.navbar-nav {
        margin-left: 26%;
    }

    .header .nav-link {
        font-size: 14px;
    }

    .header .dropdown-item {
        font-size: 14px;
    }

    .banner-counter {
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .client-rate {
        right: 4%;
        top: 56%;
    }

    h2.welcome-heading {
        top: 140px;
        font-size: 90px;
    }

    .build-heading h2 span {
        font-size: 74px;
    }

    .services {
        padding: 100px 30px;
    }

    .about {
        transform: translateY(150px);
    }

    .about::after {
        width: 130px;
        height: 122px;
        background-size: 130px;
    }

    .about h5 {
        font-size: 26px;
        padding: 0 25%;
    }

    .faq-box details summary {
        font-size: 24px;
    }

    .faq-box details summary:after {
        width: 35px;
        height: 35px;
        background-size: 35px;
        right: 20px;
        top: 15px;
    }

    .footer-logo img {
        width: 80px;
    }

    .footer-logo p {
        width: calc(100% - 100px);
    }

    .footer-box h4 {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1420px;
    }

    .header-top {
        width: 870px;
    }

    .banner-slider .items-caption {
        width: 100%;
        top: 100px;
        position: absolute;
        text-align: center;
        color: #fff;
        z-index: 9;
        padding: 0 25%;
    }

    h1 {
        font-weight: 700;
    }

    h2 {
        font-size: 52px;
    }

    h3 {
        font-size: 48px;
    }

    .header ul.navbar-nav {
        margin-left: 32%;
    }

    .items-caption p {
        padding: 0 10%;
    }

    .client-rate img {
        width: auto;
    }

    .banner-counter {
        bottom: 64px;
        width: 744px;
        height: 191px;
        background-size: 868px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    h2.welcome-heading {
        top: 160px;
    }

    .services {
        padding: 120px 120px;
    }

    .about {
        transform: translateY(165px);
    }

    .testimonial-slider {
        width: 950px;
        right: 40px;
    }
}


ul.footer-menu .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}


.section-margins {
    margin: 50px 0;
}

.section-padding {
    padding: 50px 0;
}

.section-margins+.section-margins {
    margin-top: 0 !important;
}

.cta {
    padding: 50px 22px 30px;
    background: #C89F5F;
    position: relative;
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-bg-image {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -2px;
    width: 80%;
    max-width: 851px;
}

.cta-content h2 {
    color: #fff;
    font-size: 25px;
    margin: 0 0 20px;
}

.cta-content h5 {
    color: #D6EDFB;
    font-size: 16px;
    margin: 0 0 40px;
    font-weight: 400;
}

.cta-content .all-btns {
    display: table;
    margin: 0 auto;
}

ul.footer-menu .dropdown-menu {
    list-style-type: none !important;
    margin: 0 !important;
}

.client-say {
    overflow: hidden;
    background: #F5F5F5;
}

@media(min-width: 768px) {
    .section-margins {
        margin: 80px 0;
    }

    .section-padding {
        padding: 80px 0;
    }

    .cta {
        padding: 75px 50px 30px;
    }

    .cta-content h2 {
        font-size: 32px;
        margin: 0 0 20px;
    }

    .cta-content h5 {
        font-size: 22px;
        margin: 0 0 40px;
    }

    .testimonial-slider-wrapper {
        padding: 0 50px;
        position: relative;
        max-width: 1147px;
        margin: 0 auto;
    }

    .testimonial-slider {
        left: 0;
        position: relative;
        right: unset;
        top: 0;
    }

}

@media(min-width: 1200px) {
    .footer-box ul li a:hover {
        color: #fff;
    }

    ul.footer-menu a:hover,
    ul.footer-menu li a:hover,
    ul.contact-info li a:hover,
    .copyright p a:hover {
        color: #FFC468;
    }

    ul.counter-list h3 {
        font-size: 48px;
    }

    .header .navbar-brand {
        height: 147px;
        width: 169px;
    }

    .contact-form {
        padding: 50px 40px;
    }

    .contact-inner {
        padding: 40px 80px 100px 80px;
    }

    .section-margins {
        margin: 100px 0;
    }

    .section-padding {
        padding: 100px 0;
    }

    .cta-content h2 {
        font-size: 52px;
        margin: 0 0 30px;
    }

    .cta-content h5 {
        font-size: 32px;
        margin: 0 0 40px;
    }

    .cta-content {
        max-width: 1246px;
        margin: 0 auto;
    }

    .cta-bg-image {
        bottom: -6px;
    }

    .faqs .main-heading {
        top: 150px;
    }

    .ft-follow {
        justify-content: flex-end;
    }

    ul.footer-menu .dropdown-menu.show li a:hover {
        background: transparent;
    }

    .footer-box ul li a:hover i {
        color: #FFC468;
    }

    .spcl-btn a:hover,
    .contact-form button:hover {
        background: #000;
        color: #fff;
    }

    .process-images {
        align-items: flex-end;
        flex-direction: column;
        justify-content: flex-end;
        margin-left: auto;
    }

    .process-img:nth-child(2),
    .process-img:nth-child(3) {
        left: -10%;
    }

    .process-img {
        width: 100%;
        max-width: 480px;
        height: 160px;
        margin: 0;
        transition: all ease 0.3s;
        left: 1%;
    }

    .image-content {
        display: block;
        opacity: 0;
        right: -45%;
        left: unset;
        padding: 30px;
        border-radius: 20px;
        background: #C89F5F;
        width: 100%;
        max-width: 557px;
        transition: all ease 0.3s;
        visibility: hidden;
    }

    .process-img.active .image-content {
        display: block;
        bottom: unset;
        transform: translate(0, -50%);
        top: 50%;
        opacity: 1;
        visibility: unset;
    }

    .process-img.active {
        width: 100%;
        height: 375px;
        left: -26%;
    }

    .image-content h5 {
        font-size: 28px;
    }

    .process-details {
        margin-right: 0;
        max-width: 446px;
    }

    .process-wrapper {
        display: flex;
        align-items: center;
    }

    .testimonial-slider-wrapper {
        padding: 0 22px;
        margin-top: -210px;
    }

    .testimonials {
        height: 683px;
        margin: 0;
    }

    .client-counter ul.counter-list li {
        width: 25%;
        margin-bottom: 0;
    }

    .testimonials img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: unset;
    }

    .testimonial-slider {
        width: 2000px;
        max-width: unset;
    }

    .header ul.navbar-nav {
        margin-left: auto;
    }

    .header-top {
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        justify-content: right;
        max-width: 1170px;
    }

    .gallery-tab ul li {
        width: 25%;
    }

    .gallery-img-list .nav-link {
        padding: 25px;
    }

    .gallery-tab button.nav-link.active {
        padding: 35px;
    }
}

@media(min-width: 1600px) {
    .section-margins {
        margin: 120px 0;
    }

    .section-padding {
        padding: 120px 0;
    }

    .process-img {
        max-width: 640px;
    }

    .testimonial-slider-wrapper {
        max-width: 1374px;
        margin-top: -210px;
    }

    .header-top {
        max-width: 1440px;
    }

    .process-details {
        height: 951px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .client-rate {
        right: 3%;
        top: 55%;
        width: 390px;
    }
}

/* ================================================== */