@font-face {
    font-family: "Oswald-VariableFont_wght";
    font-display: swap;
    src: url(../fonts/Oswald-VariableFont_wght.ttf);
}

@font-face {
    font-family: "Inter-Light";
    font-display: swap;
    src: url(../fonts/Inter-Light.ttf);
}

@font-face {
    font-family: "Inter-Regular";
    font-display: swap;
    src: url(../fonts/Inter-Regular.ttf);
}

@font-face {
    font-family: "KumarOneOutline-Regular";
    font-display: swap;
    src: url(../fonts/KumarOneOutline-Regular.ttf);
}

@font-face {
    font-family: "BebasNeue-Regular";
    font-display: swap;
    src: url(../fonts/BebasNeue-Regular.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden !important;
	background-color: #fff;
    /*background-color: #f7f7f7;
    background-image: linear-gradient(#41382b 1px, transparent 1px), linear-gradient(to right, #181a26 1px, #292b37 1px);*/
    background-size: 3px 3px;
}

:root {
    --yellow: #ff4b4b;
}

:root {
    --dark: #41403f;
}

:root {
    --white: #fff;
}

:root {
    /*--golden-grad: #f31018;*/
	--golden-grad: #fff;
    --golden: #41403f;
}

.container-t {
    margin: 200px auto;
    display: block;
}

    .container-t .box {
        width: 400px;
        height: 400px;
        margin: 0 auto;
        display: block;
        text-align: center;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 0 0 10px #f7f7f7, -1.5px 1.5px 0 10px #ddd;
    }

.img-b {
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 0 10px #f7f7f7, -1.5px 1.5px 0 10px #ddd;
}

.content {
    box-shadow: 0 0 0 13px #333;
    border-radius: 10px;
}

.slid-form {
    margin: 0 auto;
    width: 90%;
}

    .slid-form #demo {
        /*border-radius: 10px;
        box-shadow: 0 0 0 10px #494745, -1px 1px 0 10px #272727;*/
    }

    .slid-form .slider {
        display: grid;
    }

        .slid-form .slider .main-slid {
            border-radius: 0;
            height: 100%;
            object-fit: cover;
        }

.inner-slider-box {
    margin-top: 35px;
    border-radius: 15px;
    display: grid;
    align-items: center;
    background: var(--dark);
}

    .inner-slider-box ul {
        padding-left: 0;
        margin-bottom: 0;
        justify-content: center;
        display: flex;
    }

        .inner-slider-box ul li {
            list-style-type: none;
            display: inline-block;
            border-left: 10px solid #494745;
            width: calc(50%);
            padding: 10px 0;
            padding-left: 1%;
        }

            .inner-slider-box ul li:last-child {
                width: calc(45%);
            }

            .inner-slider-box ul li:first-child {
                border-left: 0;
            }

            .inner-slider-box ul li p {
                margin-bottom: 0;
                font-family: "BebasNeue-Regular";
                letter-spacing: 2px;
                color: #f7f7f7;
            }

            .inner-slider-box ul li span {
                font-family: "BebasNeue-Regular";
                font-size: 22px;
                letter-spacing: 2px;
                background: var(--golden-grad);
                -webkit-text-fill-color: transparent;
                -webkit-background-clip: text;
            }

.nav-call {
    border-radius: 50px;
    background-color: var(--yellow);
    margin-left: 100px !important;
}

    .nav-call a {
        padding: 15px 25px !important;
        color: #fff !important;
    }

.carousel-inner {
    border-radius: 0px;
}

.carousel-item .log-s {
    background-color: #272727;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.log-s img {
    width: 120px;
}

.log-t {
    display: none;
}

body.fixed .menu-box {
    position: fixed;
    top: 0;
    z-index: 99;
    background: var(--golden-grad);
	/*background: #41403f;*/
    animation: menu_link_an 500ms forwards;
    width: 100%;
}

@keyframes menu_link_an {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
    }
}

body.fixed .menu li a {
    color: #41403f;

}

body.fixed .wrapper .menu li.megamenu > a:before {
    /*border-right: 2px solid #41382c !important;
	border-bottom: 2px solid #41382c*/
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff;
}

body.fixed .wrapper .menu-call-btn {
    background: #41403f;
}

    body.fixed .wrapper .menu-call-btn a {
        color: #fff;
    }

.menu-call-btn a:hover {
    text-decoration: none;
}

body.fixed .wrapper .menu-call-btn a img {
    padding: 10px;
}

body.fixed .wrapper .menu-call-btn a:hover {
    text-decoration: none;
}

.price-box {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--yellow);
    padding: 25px;
    border-top-left-radius: 25px;
    z-index: 9;
    box-shadow: 0 0 0 10px #494745, -1px 1px 0 10px #45423f;
}

    .price-box span {
        color: #41403f;
        font-family: "BebasNeue-Regular";
        letter-spacing: 3px;
        font-size: 20px;
    }

    .price-box h2 {
        font-size: 50px;
        letter-spacing: 4px;
        color: var(--dark);
        font-family: "Oswald-VariableFont_wght";
        font-weight: 600;
        text-transform: uppercase;
    }

.offer-stick-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    z-index: 9;
}

    .offer-stick-box img {
        width: 100%;
    }

.about-us {
    margin: 60px 0;
}

    .about-us .inner-about {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
    }

        .about-us .inner-about .left {
            width: 48%;
        }

            .about-us .inner-about .left .inner-left {
                height: 100%;
            }

                .about-us .inner-about .left .inner-left img {
                    width: 100%;
                    border-radius: 25px;
                    height: 100%;
                    object-fit: cover;
                }

        .about-us .inner-about .right {
            width: 48%;
        }

            .about-us .inner-about .right .right-inner {
                padding: 50px;
                background-color: #41403f;
                border-radius: 25px;
            }

                .about-us .inner-about .right .right-inner h6 {
                    font-family: "BebasNeue-Regular";
                    letter-spacing: 1px;
                    color: #eee;
                }

                .about-us .inner-about .right .right-inner h1 {
                    font-family: "BebasNeue-Regular";
                    font-size: 60px;
                    letter-spacing: 4px;
                    background: var(--golden-grad);
                    -webkit-text-fill-color: transparent;
                    -webkit-background-clip: text;
                }

                .about-us .inner-about .right .right-inner h5 {
                    font-family: "BebasNeue-Regular";
                    font-size: 24px;
                    letter-spacing: 2px;
                }

                .about-us .inner-about .right .right-inner p {
                    font-family: "Inter-Regular";
                    padding-top: 15px;
                    line-height: 32px;
                    color: #f7f7f7;
                    font-size: 17px;
                    margin-bottom: 0;
                    letter-spacing: .2px;
                }

.btn-main {
    background-color: var(--yellow);
    color: #41382c;
    border: none;
    border-bottom: 0;
    border-radius: 50px;
    padding: 15px 50px;
    font-family: "BebasNeue-Regular";
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 25px;
    background: var(--golden-grad);
}

.about-us .inner-about .right .right-inner button {
    padding: 10px 50px;
    margin-top: 45px;
    padding-top: 12px;
    background: var(--golden-grad);
}

@media (max-width:767px) {
    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

.arrow {
    position: absolute;
    left: 50px;
    bottom: 90px;
    width: 100px;
    z-index: 10;
}

    .arrow a {
        width: 45px;
        display: grid !important;
    }

        .arrow a img {
            background-color: rgba(255, 255, 255, .2) !important;
            padding: 10px;
            border-radius: 50px;
            border: 1px solid #fff;
        }

.arrow-mother {
    position: absolute;
    right: 50px;
    bottom: 90px;
    width: 100px;
    z-index: 5;
}

    .arrow-mother a {
        width: 45px;
        display: grid !important;
    }

        .arrow-mother a img {
            background-color: rgba(255, 255, 255, .2) !important;
            padding: 10px;
            border-radius: 50px;
            border: 1px solid #fff;
        }

.carousel-indicators li {
    width: 10px;
    height: 10px;
}

.carousel-indicators {
    right: 0;
    bottom: 150px;
    left: 50px;
    right: unset;
    height: 60px;
    display: grid;
    margin-right: unset;
    margin-left: unset;
    list-style: none;
}

.carousel-indicators-mother {
    right: 50px;
    justify-content: end;
}

.content-sec {
    position: absolute;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    display: grid;
    align-items: center;
    width: 60%;
    padding-left: 2%;
}

    .content-sec .inner-box-content {
        padding: 50px;
    }

        .content-sec .inner-box-content h1 {
            color: #fff;
            font-size: 100px;
            font-family: "BebasNeue-Regular";
            display: grid;
            letter-spacing: 8px;
            text-shadow: 1px 1px rgba(0, 0, 0, .8);
        }

        .content-sec .inner-box-content p {
            color: #fff;
            width: 60%;
            font-family: "Inter-Regular";
            font-size: 16px;
            line-height: 30px;
            letter-spacing: .6px;
        }

.slid-form .carousel-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
    position: absolute;
}

.content-sec .inner-box-content .btn-top {
    padding: 1px 45px;
    background: var(--golden-grad);
    color: #41382c;
    font-family: "BebasNeue-Regular";
    letter-spacing: 2px;
    font-size: 24px;
    border-radius: 50px;
    border: none;
    line-height: 54px;
    height: 54px;
}

.breadcrumb-top {
    height: 350px;
    width: 100%;
    margin: 25px auto;
    border-radius: 25px;
    margin-bottom: 100px;
}

    .breadcrumb-top .inner-bread {
        position: relative;
    }

        .breadcrumb-top .inner-bread:after {
            position: absolute;
            content: "";
            background-image: url(../images/bg-about.jpg);
            top: 0;
            right: 0%;
            left: 0;
            width: 100%;
            max-width: 100%;
            height: 350px;
            bottom: 0;
            border-radius: 0px;
			/*border-radius: 25px;*/
            background-size: cover;
            z-index: 1;
        }

    .breadcrumb-top .content-bread {
        position: absolute;
        display: grid;
        align-items: center;
        top: 0;
        width: 60%;
        height: 350px;
        /* border-radius: 25px; */
        right: 0;
        bottom: 0;
        background: var(--golden);
        z-index: 9;
        left: 0;
        clip-path: polygon(0 0, 68% 0, 95% 100%, 0% 100%);
        opacity: .93;
        }

        .breadcrumb-top .content-bread .inner-cont {
            padding-left: 150px;
        }

            .breadcrumb-top .content-bread .inner-cont h4 {
			    /*color: var(--dark);*/
                color: var(--white);
                font-family: "BebasNeue-Regular";
                font-size: 50px;
                letter-spacing: 5px;
                margin-bottom: 0;
            }

            .breadcrumb-top .content-bread .inner-cont ul {
                list-style-type: none;
                padding-left: 0;
            }

                .breadcrumb-top .content-bread .inner-cont ul li {
                    display: inline-block;
                }

                    .breadcrumb-top .content-bread .inner-cont ul li a {
                        /*color: var(--dark);*/
                        color: var(--white);
                        font-family: "BebasNeue-Regular";
                        text-decoration: none;
                        letter-spacing: 1px;
                        font-size: 18px;
                    }

.project-sec {
    margin-top: 90px;
}

    .project-sec .inner-box .img-area {
        position: relative;
    }

        .project-sec .inner-box .img-area:after {
            border-top-left-radius: 25px;
            border-top-right-radius: 25px;
            content: "";
            position: absolute;
            width: 100%;
            z-index: 1;
            background: linear-gradient(180deg, rgba(3, 193, 243, 0) 0%, rgb(65 64 63) 100%);
            left: 0;
            right: 0;
            bottom: 0;
            height: 60%;
        }

    .project-sec .inner-sec {
        width: 90%;
        margin: 0 auto;
    }

        .project-sec .inner-sec .item {
            margin: 15px 10px;
        }

            .project-sec .inner-sec .item .drop-shad {
                border-radius: 25px;
            }

    .project-sec .inner-box .img-area img {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .project-sec .heading {
        margin-bottom: 50px;
    }

    .project-sec .inner-box .img-area .p-box-name .name-add h1 {
        font-size: 27px;
        color: #fff;
        letter-spacing: 4px;
        font-family: "BebasNeue-Regular";
        margin-bottom: 5px;
    }

    .project-sec .inner-box .img-area .p-box-name .name-add h6 span {
        border-radius: 50px;
        padding-left: 0;
        font-family: "BebasNeue-Regular";
        font-size: 20px;
        letter-spacing: 2px;
        background: var(--golden-grad);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

.star-price {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    font-family: "BebasNeue-Regular";
    background: var(--golden-grad);
    letter-spacing: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding-top: 8px;
}

.project-sec .inner-box .img-area .p-box-name {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    align-items: end;
    z-index: 9;
    padding: 25px;
    padding-bottom: 0;
}

.project-sec .inner-box .content-area {
    background-color: var(--dark);
    padding: 15px 25px;
    padding-bottom: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

    .project-sec .inner-box .content-area h2 {
        border-top: 1px solid rgb(85 83 81);
        padding-top: 5px;
        font-size: 36px;
        font-family: "BebasNeue-Regular";
        display: flex;
        justify-content: space-between;
        color: #fff;
        margin-bottom: 25px;
        letter-spacing: 2px;
        border-bottom: 1px solid rgb(85 83 81);
    }

        .project-sec .inner-box .content-area h2 span {
            font-size: 20px;
            color: #fff;
            border-radius: 50px;
            padding: 5px 0;
            display: grid;
            align-items: center;
            height: 30px;
            letter-spacing: 1.5px;
            margin-top: 2px;
        }

    .project-sec .inner-box .content-area h4 {
        color: #fff;
        font-family: "BebasNeue-Regular";
        font-size: 20px;
        display: flex;
        letter-spacing: 2px;
        margin-bottom: 8px;
    }

    .project-sec .inner-box .content-area .btn-box {
        justify-content: space-between;
        display: flex;
        padding-top: 15px;
    }

        .project-sec .inner-box .content-area .btn-box .btn-lite {
            width: 49%;
            height: 50px;
            margin-top: 0;
            background-color: var(--yellow);
			color: #fff;
        }

        .project-sec .inner-box .content-area .btn-box .btn-lite2 {
            border: none;
            color: var(--dark);
            width: 49%;
            background-color: #fff;
            border-radius: 100px;
            font-family: "BebasNeue-Regular";
            font-size: 20px;
            letter-spacing: 2px;
            height: 50px;
            padding-top: 11px;
        }

    .project-sec .inner-box .content-area h4 span {
        letter-spacing: 2px;
        margin-right: 25px;
    }

.btn-lite {
    background: var(--golden-grad);
    border-radius: 50px;
    /*padding: 7px 50px;*/
    font-family: "BebasNeue-Regular";
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 5px;
    color: #41382c;
}

.menu-call-btn {
    border-radius: 50px;
    padding: 4px 25px;
    padding-left: 5px;
    /*background: var(--golden-grad);*/
	background: #41403f;
}

    .menu-call-btn a {
        color: #fff;
        font-family: "BebasNeue-Regular";
        font-size: 21px;
        letter-spacing: 2px;
    }

        .menu-call-btn a img {
            width: 18px;
            background-color: #fff;
            border-radius: 100px;
            padding: 8px;
            width: 45px;
            height: 45px;
        }

.wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .wrapper ul li {
        font-size: 18px;
    }

        .wrapper ul li a {
            text-decoration: none;
            color: #41403f;
            padding: 10px;
            display: inline-block;
            transition: 350ms all;
            font-family: "Oswald-VariableFont_wght";
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: 400;
        }

.wrapper .menu-box {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 15px 90px;
    position: relative;
    z-index: 99;
}



    .wrapper .menu-box.active {
        display: flex;
    }

    .wrapper .menu-box .logo {
        max-width: 229px;
    }

        .wrapper .menu-box .logo img {
            width: 100%;
        }

div#mainmenu {
    padding-left: 25%;
}

.wrapper .menu {
    display: flex;
    flex-wrap: wrap;
}

    .wrapper .menu li {
        margin-right: 25px;
    }

@media only screen and (min-width:1024px) {
    .wrapper .menu {
        display: flex !important;
    }

        .wrapper .menu .megamenu > a:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            height: 28px;
            display: none;
        }

        .wrapper .menu .megamenu > a:hover:after {
            display: block;
        }

        .wrapper .menu li .submenu {
            transition: 350ms all;
        }

        .wrapper .menu li:hover > .submenu {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }

        .wrapper .menu li.megamenu > a {
            padding-right: 10px;
            position: relative;
        }

            .wrapper .menu li.megamenu > a:before {
                content: "";
                position: absolute;
                right: 0;
                top: 21px;
                height: 5px;
                width: 5px;
                border-right: 2px solid #fff;
                border-bottom: 2px solid #fff;
                transform: rotate(45deg);
            }

        .wrapper .menu li .submenu {
            position: absolute;
            top: 100%;
            transform: translateY(50px);
            opacity: 0;
            visibility: hidden;
            background: #333;
        }

            .wrapper .menu li .submenu li {
                margin-right: 0;
                font-size: 16px;
                position: relative;
            }

                .wrapper .menu li .submenu li a {
                    color: #222;
                    padding: 10px 20px;
                    background: #f7f7f7;
                    display: block;
                }

                    .wrapper .menu li .submenu li a:before {
                        right: 8px;
                        transform: rotate(-45deg);
                    }

                    .wrapper .menu li .submenu li a:hover {
                        background: var(--golden-grad);
                        color: #f00;
                    }

            .wrapper .menu li .submenu .submenu {
                position: absolute;
                left: 100%;
                max-width: 100%;
                top: 0;
                width: 100%;
            }
}

@media only screen and (max-width:1023px) {
    #menu_trigger {
        height: 22px;
        width: 30px;
        display: inline-block;
    }

        #menu_trigger .menulines {
            margin-top: 9px;
            position: relative;
            display: block;
        }

            #menu_trigger .menulines,
            #menu_trigger .menulines:before,
            #menu_trigger .menulines:after {
                content: "";
                height: 2px;
                width: 30px;
                border-radius: 5px;
                background: #41403f;
            }

                #menu_trigger .menulines:before,
                #menu_trigger .menulines:after {
                    position: absolute;
                    left: 0;
                }

                #menu_trigger .menulines:before {
                    top: -9px;
                }

                #menu_trigger .menulines:after {
                    top: 9px;
                }

    .wrapper .mobile-menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #333;
        overflow: hidden;
    }

        .wrapper .mobile-menu ul {
            transition: 350ms all;
            display: block;
        }

        .wrapper .mobile-menu li {
            margin: 0;
            border-bottom: 1px solid #404040;
            font-size: 16px;
        }

            .wrapper .mobile-menu li a {
                color: #fff;
                display: block;
                position: relative;
                padding: 15px 20px;
            }

                .wrapper .mobile-menu li a:hover {
                    color: #ff5252;
                }

                .wrapper .mobile-menu li a .navtrigger {
                    position: absolute;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    width: 30px;
                    background: #3d3d3d;
                    border: 1px solid #404040;
                }

                    .wrapper .mobile-menu li a .navtrigger:before {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        height: 8px;
                        width: 8px;
                        border-right: 2px solid #fff;
                        border-bottom: 2px solid #fff;
                        transform: translate(-50%, -50%) rotate(-45deg);
                    }

            .wrapper .mobile-menu li .submenu {
                position: absolute;
                top: 0;
                left: 100%;
                width: 100%;
                background: #333;
                height: 100%;
                transition: 350ms all;
                z-index: 1;
            }

                .wrapper .mobile-menu li .submenu li {
                    font-size: 14px;
                }

                .wrapper .mobile-menu li .submenu .backmenu-row {
                    position: relative;
                    padding: 20px;
                    padding-left: 50px;
                    background: #333;
                    font-size: 16px;
                }

                    .wrapper .mobile-menu li .submenu .backmenu-row .back-trigger {
                        padding: 0;
                        position: absolute;
                        left: 0;
                        top: 0;
                        bottom: 0;
                        width: 30px;
                        display: block;
                        background: #3d3d3d;
                        border: 1px solid #404040;
                    }

                        .wrapper .mobile-menu li .submenu .backmenu-row .back-trigger:before {
                            content: "";
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            height: 8px;
                            width: 8px;
                            border-right: 2px solid #fff;
                            border-bottom: 2px solid #fff;
                            transform: translate(-50%, -50%) rotate(135deg);
                        }

                    .wrapper .mobile-menu li .submenu .backmenu-row em {
                        font-style: normal;
                        color: #fff;
                    }

            .wrapper .mobile-menu li.sub-open > .submenu {
                left: 0;
            }
}

button:focus {
    outline: none;
}

button .fa {
    font-size: 25px;
}

button .fa {
    background: var(--golden-grad);
    padding: 8px 16px;
    border-radius: 50px;
    color: #41382c;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.owl-theme .owl-nav {
    margin-top: 40px !important;
}

.owl-theme .owl-dots {
    display: none;
}

.testimonial {
    padding: 50px 0;
    padding-bottom: 100px;
}

    .testimonial .heading {
        margin-bottom: 50px;
    }

    .testimonial .inner-cont {
        width: 90%;
        margin: 0 auto;
    }

        .testimonial .inner-cont .test-box {
            display: flex;
            justify-content: space-between;
        }

            .testimonial .inner-cont .test-box .box {
                width: calc(49% - 1%);
                border-radius: 25px;
                padding: 50px;
                background-color: var(--dark);
            }

                .testimonial .inner-cont .test-box .box p {
                    padding-top: 10px;
                    letter-spacing: .2px;
                    color: #f7f7f7;
                    line-height: 28px;
                    text-align: justify;
                    font-size: 17px;
                    font-family: "Inter-Regular";
                }

                .testimonial .inner-cont .test-box .box .media {
                    border-radius: 15px;
                    background: #51504e;
                    margin-top: 25px;
                    padding: 25px;
                }

                .testimonial .inner-cont .test-box .box .media-body h4 {
                    font-family: "BebasNeue-Regular";
                    letter-spacing: 2px;
                    font-size: 28px;
                    color: #f7f7f7;
                    padding-top: 22px;
                }

                    .testimonial .inner-cont .test-box .box .media-body h4 small {
                        color: var(--yellow);
                        font-family: "Inter-Regular";
                        letter-spacing: .5px;
                        font-size: 14px;
                    }

button:focus {
    outline: unset;
}

.drop-box-all {
    box-shadow: 0 0 0 10px #f7f7f7, -1px 1px 0 10px #ddd;
    border-radius: 10px;
}

.patchImg {
    position: absolute;
    width: 198px;
    right: 2%;
    bottom: 1%;
    z-index: 9;
}

.slid-form .form .form-box {
    padding-top: 25px;
    padding-left: 8px;
    padding-right: 8px;
}

.drop-shad {
    box-shadow: 0 0 0 10px #494745, -1px 1px 0 10px #272727;
}

.drop-shadyellow {
    box-shadow: 0 0 0 10px #b0967b, -1px 1px 0 10px #ddd;
}

.drop-box-all h5 {
    font-family: "BebasNeue-Regular";
    font-size: 24px;
    letter-spacing: 2px;
    border-radius: 50px;
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 0 !important;
    line-height: 35px;
    background: var(--golden-grad);
    margin: 15px 0;
    color: var(--dark);
    margin-top: 7px;
}

    .drop-box-all h5 span {
        margin-bottom: -5px;
        color: var(--dark);
    }

.heading {
    width: 90%;
    margin: 0 auto;
}

    .heading h2 span {
        border: 1px solid #403e3a;
        border-radius: 50px;
        color: var(--golden);
        padding: 8px 40px;
        font-family: "BebasNeue-Regular";
        letter-spacing: 5px;
        font-size: 40px;
        font-weight: 600;
        padding-bottom: 4px;
        background: var(--golden);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

.builder {
    padding: 100px 0;
    padding-top: 0;
}

    .builder .inner-cont {
        width: 90%;
        margin: 0 auto;
    }

        .builder .inner-cont .inner-builder {
            display: flex;
            justify-content: space-between;
        }

            .builder .inner-cont .inner-builder .builder-box {
                width: 65%;
                padding: 50px;
            }

            .builder .inner-cont .inner-builder .form-box {
                width: 30%;
                padding: 40px;
            }

    .builder .heading {
        margin-bottom: 75px;
    }

    .builder .drop-shad {
        border-radius: 25px;
        background-color: var(--dark);
    }

    .builder .inner-cont .inner-builder .builder-box p {
        font-family: "Inter-Regular";
        padding-bottom: 15px;
        line-height: 32px;
        color: #f7f7f7;
        font-size: 17px;
        margin-bottom: 0;
        letter-spacing: .2px;
    }

    .builder .inner-cont .inner-builder h4 {
        font-size: 50px;
        letter-spacing: 4px;
        font-family: "BebasNeue-Regular";
        line-height: 65px;
        color: #f7f7f7;
    }

    .builder .inner-cont .inner-builder .form-box .form-control {
        box-shadow: 0 0 0 10px #5b5754, -1px 1px 0 10px #494745;
        border-radius: 50px;
        margin-bottom: 32px;
        padding: 8px 15px;
        background-color: #4d4b4a;
        border: none;
        color: #fff !important;
        letter-spacing: .7px;
        font-size: 17px;
    }

        .builder .inner-cont .inner-builder .form-box .form-control::placeholder {
            color: #f7f7f7;
            font-family: "BebasNeue-Regular";
            font-size: 18px;
            letter-spacing: 2px;
            padding-left: 8px;
        }

    .builder .inner-cont .inner-builder .form-box button {
        font-family: "BebasNeue-Regular";
        padding: 10px 25px;
        margin-top: 2px;
        border-radius: 50px;
        color: #41382c;
        font-size: 24px;
        background: var(--golden-grad);
        width: 100%;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .builder .inner-cont .inner-builder .form-box label {
        letter-spacing: 2px;
        font-family: "BebasNeue-Regular";
        font-size: 18px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .builder .inner-cont .inner-builder .form-box p {
        font-family: "Inter-Regular";
        font-size: 17px;
        color: #eee;
        padding-bottom: 25px;
        letter-spacing: .5px;
        position: relative;
        margin-bottom: 40px;
    }

        .builder .inner-cont .inner-builder .form-box p:after {
            content: "";
            background: var(--golden-grad);
            height: 4px;
            width: 40px;
            bottom: 0;
            left: 0;
            position: absolute;
        }

    .builder .inner-cont .inner-builder .builder-box h4 {
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 15px;
        color: #f7f7f7;
    }

        .builder .inner-cont .inner-builder .builder-box h4:after {
            content: "";
            background: var(--golden-grad);
            height: 4px;
            width: 40px;
            bottom: 0;
            left: 0;
            position: absolute;
        }

    .builder .media .fa {
        border: 1px solid #ccc;
        padding: 17px;
        margin-right: 25px;
        font-size: 24px;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        text-align: center;
        display: grid;
        margin-bottom: 25px;
        background-color: #fff;
        color: var(--yellow);
    }

    .builder .builder-box {
        position: relative;
    }

        .builder .builder-box:after {
            position: absolute;
            content: "";
            background-image: url(../images/building.webp);
            top: 0;
            right: -20%;
            width: 80%;
            height: 100%;
            bottom: 0;
            background-size: cover;
        }

    .builder .media p b {
        background: var(--golden-grad);
        font-family: "BebasNeue-Regular";
        font-size: 24px;
        letter-spacing: 1.5px;
        font-weight: 500;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    .builder .box {
        margin-bottom: 25px;
        margin-top: 15px;
    }

.modal {
    z-index: 99999;
}

.modal-body {
    background-color: var(--dark);
    opacity: 1;
    align-items: center;
    text-align: center;
    padding: 50px;
}

    .modal-body .box-inner button {
        margin-top: 0;
    }

    .modal-body img {
        width: 200px;
    }

    .modal-body h2 {
        font-family: "BebasNeue-Regular";
        font-size: 40px;
        letter-spacing: 2px;
        padding-bottom: 0;
        margin-bottom: 0;
        color: #f7f7f7;
    }

    .modal-body hr {
        border-top: 1px solid rgb(83 81 80);
    }

    .modal-body h6 {
        font-family: "Inter-Regular";
        font-size: 16px;
        padding-top: 0;
        color: #eee;
    }

    .modal-body h4 {
        color: var(--yellow);
        text-align: center;
        border-radius: 50px;
        font-family: "BebasNeue-Regular";
        font-size: 32px;
        text-transform: uppercase;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .modal-body .form-control {
        box-shadow: 0 0 0 10px #5b5754, -1px 1px 0 10px #494745;
        border-radius: 50px;
        margin-bottom: 32px;
        padding: 8px 15px;
        background-color: #4d4b4a;
        border: none;
        color: #fff;
        font-family: "Inter-Regular" !important;
        letter-spacing: .7px;
        font-size: 17px;
        padding-top: 10px;
    }

        .modal-body .form-control::placeholder {
            padding-left: 7px;
            color: #f7f7f7 !important;
        }

    .modal-body button {
        padding: 10px 25px;
        width: 100%;
        padding-top: 12px;
    }

    .modal-body .form-control::placeholder {
        color: #222;
    }

.modal .close {
    color: #eee;
    opacity: 1;
    right: 15px;
    position: absolute;
    z-index: 9999999 !important;
    top: 15px;
    padding: 6px 10px;
    border-radius: 50px;
    padding-top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
}

.inp-box {
    display: flex;
    align-items: start;
    padding-top: 10px;
}

    .inp-box label {
        font-size: 12px;
        margin-left: 5px;
        text-align: justify;
        font-family: "Inter-Regular";
        color: #f7f7f7;
        letter-spacing: .2px;
    }

    .inp-box #vehicle1 {
        margin-top: 4px;
    }

button {
    cursor: pointer;
}

.map iframe {
    height: 600px;
}

.coming-soon {
    padding: 50px;
    text-align: center;
    padding-bottom: 150px;
    color: #fff;
}

.footer {
    background-size: 3px 3px;
    background-image: linear-gradient(#3b3124 1px, transparent 1px), linear-gradient(to right, #181a26 1px, #292b37 1px);
    padding-top: 70px;
}

.footer-midd {
    margin-top: 50px;
    padding-bottom: 25px;
}

    .footer-midd .container {
        min-width: 73.5%;
    }

    .footer-midd .box h4 {
        font-family: "BebasNeue-Regular";
        font-size: 22px;
        letter-spacing: 1.5px;
        margin-bottom: 25px;
        background: var(--golden-grad);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    .footer-midd .box ul {
        padding-left: 0;
        list-style-type: none;
    }

        .footer-midd .box ul li a {
            color: rgba(255, 255, 255);
            text-decoration: none;
            font-family: "Inter-Regular";
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
            line-height: 30px;
        }

            .footer-midd .box ul li a:hover {
                color: #aba08b;
            }

    .footer-midd .box-rera {
        height: 200px;
        overflow-y: scroll;
        padding-right: 5px;
        margin-right: 15px;
    }

        .footer-midd .box-rera::-webkit-scrollbar {
            width: 2px;
        }

        .footer-midd .box-rera::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .footer-midd .box-rera::-webkit-scrollbar-thumb {
            background: #aba08b;
        }

            .footer-midd .box-rera::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    .footer-midd p.rera {
        font-family: "Inter-Regular";
        color: #fff;
        letter-spacing: .4px;
        font-size: 13px;
        margin-top: 10px;
    }

        .footer-midd p.rera span {
            font-family: "BebasNeue-Regular";
            font-size: 14px;
            letter-spacing: 1px;
        }

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #2b2b2b;
}

::-webkit-scrollbar-thumb {
    background: #aba08b;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #2b2b2b;
        cursor: pointer;
    }

.inner-footer-bottom {
    width: 73.5%;
    margin: 0 auto;
    margin-top: 40px;
    border-top: 1px solid #3b3b3b;
    padding-top: 50px;
}

    .inner-footer-bottom p {
        color: #fff;
        text-align: center;
        color: rgba(255, 255, 255, .8);
        font-size: 12px;
        letter-spacing: .8px;
        font-family: "Inter-Light";
    }

    .inner-footer-bottom h6 {
        color: #fff;
        text-align: center;
        margin-top: -10px;
        font-size: 13px;
        font-family: "Inter-Light";
        letter-spacing: .5px;
        cursor: pointer;
    }

    .inner-footer-bottom p a {
        color: #fff;
        text-decoration: none;
    }

.slid-form .form .form-box .form-control {
    color: #fff;
    font-family: "Inter-Regular" !important;
}

@media (max-width:1500px) {
    li.nav-item.pl-4.pl-md-0.ml-0.ml-md-4 {
        margin-left: 10px !important;
    }

    .slid-form .form {
        padding: 16px 28px;
    }

    .drop-box-all h5 {
        letter-spacing: 1px;
        margin: 5px 0;
    }

    .slid-form .details .high-top {
        padding-top: 5px;
    }

    .slid-form .form .form-box {
        margin-top: 15px;
        padding-top: 0;
    }

        .slid-form .form .form-box h6 {
            margin-bottom: 18px;
            font-size: 18px;
            letter-spacing: 1.5px;
        }

    textarea#exampleFormControlTextarea1 {
        margin-bottom: 15px;
    }

    .slid-form .details h6 {
        margin-bottom: 0;
    }

    .slid-form .form {
        align-items: unset;
    }

    .slid-form {
        margin-top: 92px;
    }

    .inp-box label {
        font-size: 11px;
    }

    .price-box {
        padding: 20px;
    }

        .price-box h2 {
            font-size: 44px;
            letter-spacing: 3px;
            margin-bottom: 0;
        }

    .about-us .inner-about .right .right-inner {
        padding: 35px;
    }

    .builder .heading {
        margin-bottom: 60px;
    }

    .builder .inner-cont .inner-builder .builder-box {
        padding: 35px;
    }

    .builder .inner-cont .inner-builder .form-box {
        padding: 35px;
    }

    .slid-form .details .high-top li {
        letter-spacing: 1px;
    }

    .about-us .inner-about .right .right-inner p {
        font-size: 16px;
    }

    .slid-form {
        /*margin-top: 12px;*/
		margin-top: 0px;
    }

        .slid-form .form .form-box button {
            margin-top: 0;
            padding: 7px 25px;
            font-size: 18px;
        }

    .about-us .inner-about .right .right-inner h1 {
        font-size: 50px;
        letter-spacing: 3px;
    }

    div#mainmenu {
        padding-left: 5%;
    }

    .wrapper .menu-box {
        padding: 8px 69px;
    }

    .project-sec {
        margin-top: 75px;
    }

    .testimonial {
        padding: 0 0;
        padding-bottom: 75px;
    }

        .testimonial .inner-cont .test-box .box p {
            font-size: 16px;
        }

    .content-sec .inner-box-content h1 {
        font-size: 80px;
    }

    .content-sec .inner-box-content p {
        width: 75%;
    }
}

@media (max-width:1480px) {
    .slid-form {
        width: 100%;
    }

        .slid-form .details h1 {
            font-size: 37px;
            letter-spacing: 2px;
        }

    .drop-box-all h5 {
        margin: 5px 0;
    }

    .drop-box-all h5 {
        padding: 4px 10px;
    }

    .slid-form .form {
        padding: 16px 17px;
    }

    .slid-form .details .high-top li {
        line-height: 26px;
    }

    .slid-form .form {
        width: 30%;
        margin-left: 2%;
    }

    .about-us .inner-about {
        width: 90%;
    }

        .about-us .inner-about .right .right-inner {
            padding: 25px;
        }

            .about-us .inner-about .right .right-inner p {
                padding-top: 10px;
                line-height: 28px;
                font-size: 15px;
            }

            .about-us .inner-about .right .right-inner button {
                margin-top: 30px;
                padding: 0 40px;
            }

    .heading {
        width: 90%;
    }

    .builder .inner-cont .inner-builder .builder-box {
        padding: 25px;
    }

    .builder .inner-cont {
        width: 90%;
    }

        .builder .inner-cont .inner-builder .builder-box p {
            padding-bottom: 14px;
            line-height: 28px;
            font-size: 15px;
        }

        .builder .inner-cont .inner-builder .form-box .form-control {
            margin-bottom: 30px;
        }

        .builder .inner-cont .inner-builder .form-box p {
            font-size: 15px;
            padding-bottom: 15px;
            margin-bottom: 25px;
        }

        .builder .inner-cont .inner-builder h4 {
            margin-bottom: 0;
        }

        .builder .inner-cont .inner-builder .form-box {
            padding: 25px;
        }

            .builder .inner-cont .inner-builder .form-box button {
                margin-top: 7px;
            }

    .slid-form .form .form-box .form-control {
        margin-bottom: 15px;
        box-shadow: 0 0 0 5px #f7f7f7, -1px 1px 0 5px #ddd;
    }

    .slid-form .details .high-top {
        padding-top: 8px;
    }

    .slid-form .form .form-box .form-control {
        width: 96%;
    }

    .btn-main {
        letter-spacing: 3px;
    }

    .builder .inner-cont .inner-builder .form-box .form-control {
        width: 95%;
        margin: 30px auto;
    }

    .builder .inner-cont .inner-builder .form-box button {
        margin-top: 11px;
    }
}

@media (max-width:1368px) {
    .inner-slider-box {
        padding: 0 0;
    }

        .inner-slider-box ul li span {
            font-size: 22px;
            letter-spacing: 1px;
        }

        .inner-slider-box ul li p {
            letter-spacing: 1px;
        }

    .price-box h2 {
        font-size: 35px;
        letter-spacing: 2px;
    }

    .price-box span {
        letter-spacing: 2px;
        font-size: 18px;
    }

    .about-us .inner-about .right .right-inner h5 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .slid-form .form .form-box .form-control {
        padding: 6px 15px;
        width: 96%;
        margin: 0 auto;
        margin-bottom: 6px;
        box-shadow: 0 0 0 2px #f7f7f7, -1px 1px 0 2px #ddd;
    }

    .slid-form .form .form-box button {
        padding: 7px 25px;
    }

    textarea#exampleFormControlTextarea1 {
        margin-bottom: 10px;
    }

    .slid-form .form .form-box .form-control {
        width: 98%;
    }

    .nav-call a {
        padding: 10px 15px !important;
    }

    .slid-form .details h1 {
        font-size: 32px;
        letter-spacing: 3px;
    }

    .slid-form .details h6 span {
        font-size: 18px;
    }

    .slid-form .form {
        width: 34%;
        margin-left: 4%;
    }

    .slid-form {
        width: 100%;
    }

    .inner-slider-box {
        margin-top: 30px;
    }

        .inner-slider-box ul li p {
            padding-top: 9px;
            line-height: 15px;
        }

    .about-us .inner-about .right .right-inner h1 {
        font-size: 40px;
    }

    .about-us .inner-about .right .right-inner p {
        line-height: 25px;
    }

    .wrapper .menu li {
        margin-right: 10px;
    }

    .patchImg {
        width: 160px;
    }
}

@media(max-width:1280px) {
    .inner-slider-box ul li {
        padding-left: 15px;
    }

    .content-sec .inner-box-content h1 {
        font-size: 70px;
        line-height: 75px;
    }

    .content-sec .inner-box-content p {
        width: 100%;
    }

    .project-sec .inner-box .img-area .p-box-name .name-add h1 {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .project-sec .inner-box .img-area .p-box-name .name-add h6 span {
        font-size: 18px;
        letter-spacing: 1.5px;
    }

    .project-sec .inner-box .content-area h4 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .project-sec .inner-box .content-area h2 span {
        font-size: 18px;
        margin-top: 4px;
    }

    .testimonial .inner-cont .test-box .box p {
        line-height: 24px;
        font-size: 15px;
    }

    .builder .builder-box:after {
        right: -12%;
        width: 60%;
    }

    .inner-footer-bottom {
        width: 86.5%;
    }

    .builder .inner-cont .inner-builder h4 {
        font-size: 40px;
        letter-spacing: 3px;
        line-height: 50px;
    }

    .wrapper ul li a {
        font-size: 16px;
    }

    .project-sec .inner-box .content-area {
        padding: 15px 10px;
    }
}

.m-v {
    display: none;
}

@media(max-width:768px) {
    .d-v {
        display: none;
    }

    .m-v {
        display: block;
    }

    #demo {
        min-height: 375px;
    }

    .mainsection {
        min-height: 450px;
    }

    #demo .carousel-inner {
        min-height: 368px;
    }

    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
    }

        .sidebar-contact .toggle {
            top: 50%;
            transform: translateY(-50%);
            transition: 0.5s;
        }

        .sidebar-contact.active .toggle {
            top: 0;
            right: 0;
            transform: translateY(0);
        }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .content {
        padding: 50px 50px;
    }

    .slid-form {
        display: block;
    }

        .slid-form .slider {
            width: 100%;
        }

        .slid-form .form {
            width: 100%;
            margin-left: 2%;
        }

        .slid-form .form {
            margin-left: 0%;
            margin-top: 34px;
        }

    .inner-slider-box ul {
        flex-wrap: wrap;
    }

        .inner-slider-box ul li {
            padding-left: 15px !important;
            width: calc(50%);
        }

            .inner-slider-box ul li:nth-child(3) {
                border-left: 0;
            }

    .inner-slider-box.drop-shad.m-v {
        margin: 5px 32px;
        margin-top: 40px;
    }

    .about-us {
        margin: 40px 15px;
    }

        .about-us .inner-about {
            display: block;
        }

            .about-us .inner-about .left {
                width: 100%;
            }

            .about-us .inner-about .right {
                margin-top: 40px;
                width: 100%;
            }

    .builder .inner-cont .inner-builder {
        display: block;
    }

        .builder .inner-cont .inner-builder .builder-box {
            width: 100%;
        }

        .builder .inner-cont .inner-builder .form-box {
            width: 100%;
            margin-top: 40px;
        }

    .builder {
        padding: 0 15px;
        margin-bottom: 50px;
    }

    li.nav-item.pl-4.pl-md-0.ml-0.ml-md-4 {
        padding-left: 0 !important;
        border-bottom: 1px solid #6a7f76;
    }

        li.nav-item.pl-4.pl-md-0.ml-0.ml-md-4:last-child {
            border-bottom: 0;
        }

    .arrow {
        left: 22px;
        bottom: 60px;
        width: 84px;
    }

        .arrow a {
            width: 35px;
        }

    .carousel-indicators {
        bottom: 150px;
        left: 20px;
    }

    .menu-call-btn {
        display: none;
    }

    .wrapper .menu-box {
        padding: 11px 27px;
        background: var(--golden-grad);
	
    }

    .testimonial .inner-cont .test-box {
        display: grid;
    }

        .testimonial .inner-cont .test-box .box {
            width: calc(100% - 0%);
            margin-bottom: 40px;
        }

    .builder .builder-box:after {
        display: none;
    }

    .builder .row {
        display: grid;
    }

        .builder .row .col-md-6.col-sm-12 {
            max-width: 100%;
        }

    .builder .box {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .wrapper .mobile-menu {
        background: var(--golden);
    }

        .wrapper .mobile-menu li {
            border-bottom: 1px solid #222;
        }

    .wrapper .menu li {
        margin-left: 10px;
    }

    .wrapper .mobile-menu li .submenu .backmenu-row {
        background: var(--golden-grad);
    }

    .wrapper .mobile-menu li a .navtrigger {
        background: #fff;
        border: 1px solid #fff;
    }

        .wrapper .mobile-menu li a .navtrigger:before {
            border-right: 2px solid var(--yellow);
            border-bottom: 2px solid var(--yellow);
        }

    .wrapper .mobile-menu li .submenu {
        background: var(--golden);
    }

        .wrapper .mobile-menu li .submenu .backmenu-row .back-trigger {
            background: #fff;
            border: 1px solid #fff;
        }

    .wrapper .mobile-menu li a:hover {
        color: #fff;
    }

    .wrapper .mobile-menu li .submenu .backmenu-row .back-trigger:before {
        border-right: 2px solid var(--yellow);
        border-bottom: 2px solid var(--yellow);
    }

    .wrapper .mobile-menu li .submenu .backmenu-row em {
        font-family: "Oswald-VariableFont_wght";
        ;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

    .breadcrumb-top .content-bread .inner-cont {
        padding-left: 50px;
    }

        .breadcrumb-top .content-bread .inner-cont h4 {
            font-size: 40px;
            letter-spacing: 3px;
        }

    .breadcrumb-top .content-bread {
        width: 65%;
    }

    .breadcrumb-top .inner-bread:after {
        height: 300px;
    }

    .breadcrumb-top .content-bread {
        height: 300px;
    }

    .breadcrumb-top {
        height: 300px;
    }

    .wrapper .mobile-menu {
        height: 100vh;
    }

        .wrapper .mobile-menu li .submenu .backmenu-row em {
            font-size: 22px;
            color: var(--dark);
        }

        .wrapper .mobile-menu li a {
            color: #fff;
        }

    .patchImg {
        width: 150px;
    }

    .inner-slider-box ul {
        justify-content: flex-start;
    }

        .inner-slider-box ul li {
            border-left: 2px solid #494745;
        }
}

.mobile-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1a1a1a;
    z-index: 999;
    display: none;
}

    .mobile-section .btn {
        padding: 7px 10px;
        font-size: 12px;
        text-align: center;
        flex-grow: 1;
        color: #fff;
        position: relative;
    }

        .mobile-section .btn:not(:last-child):before {
            position: absolute;
            content: '';
            height: 10px;
            width: 1px;
            background: #fff;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            display: block;
        }

@media (max-width:575px) {
    .mobile-section {
        display: flex;
    }

    .price-box h2 {
        font-size: 30px;
    }

    .price-box {
        padding: 15px;
    }

    .slid-form {
        /*margin-top: 10px;*/
		margin-top: 0px;
    }

    .slid-form {
        width: 100%;
    }

        .slid-form .form {
            width: 92%;
            margin: 15px auto;
            margin-top: 40px;
        }

    .inner-slider-box.drop-shad.m-v {
        margin: 5px 34px;
        margin-top: 35px;
    }

    .about-us {
        margin: 40px 5px;
    }

        .about-us .inner-about .right .right-inner h1 {
            font-size: 32px;
        }

    .heading h2 span {
        padding: 5px 15px;
        letter-spacing: 3px;
        font-size: 28px;
    }

    .builder {
        padding: 0 10px;
    }

        .builder .inner-cont .inner-builder .builder-box {
            padding: 18px;
        }

        .builder .inner-cont .inner-builder .form-box {
            padding: 18px;
        }

    .mobile-details {
        padding: 0 0;
        margin-bottom: 10px;
    }

    .inner-slider-box {
        padding: 0 0;
    }

    .about-us .inner-about .right .right-inner p {
        text-align: justify;
    }

    .builder .inner-cont .inner-builder h4 {
        font-size: 36px;
        letter-spacing: 3px;
    }

    .about-us .inner-about .right .right-inner {
        padding: 15px;
    }

    .slid-form .form .form-box .form-control {
        margin-bottom: 30px;
        box-shadow: 0 0 0 10px #f7f7f7, -1px 1px 0 2px #ddd;
    }

    .slid-form .form .form-box button {
        margin-top: 12px;
    }

    .slid-form .form .form-box h6 {
        font-size: 22px;
    }

    .slid-form .details .high-top li {
        line-height: 32px;
        font-size: 18px;
    }

    .slid-form .details h1 {
        font-size: 36px;
    }

    .slid-form .details h6 span {
        font-size: 20px;
    }

    .modal-body {
        padding: 25px;
    }

        .modal-body h2 {
            font-size: 32px;
        }

        .modal-body .form-control {
            box-shadow: 0 0 0 10px #5b5754, -1px 1px 0 10px #494745;
            border-radius: 50px;
            margin-bottom: 32px;
            padding: 4px 15px;
            background-color: #4d4b4a;
            border: none;
            letter-spacing: 2px;
            font-size: 17px;
            padding-top: 7px;
        }

        .modal-body h4 {
            font-size: 22px;
            letter-spacing: 2px;
        }

    .modal.show .modal-dialog {
        padding: 15px;
    }

    .modal-body button {
        line-height: 22px;
    }

    .modal .close {
        border: none;
    }

    .owl-theme .owl-nav {
        margin-top: 24px !important;
    }

    .testimonial .inner-cont .test-box .box {
        padding: 25px;
    }

    .footer {
        padding-top: 15px;
        padding-left: 20px;
    }

    .footer-midd .box h4 {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .content-sec .inner-box-content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .content-sec {
        width: 90%;
    }

        .content-sec .inner-box-content {
            padding: 25px;
        }

            .content-sec .inner-box-content .btn-top {
                line-height: 50px;
                height: 50px;
                font-size: 20px;
            }

    .carousel-indicators {
        bottom: 50%;
    }

    div#mainmenu {
        padding-top: 10px;
    }

    .breadcrumb-top .inner-bread:after {
        height: 250px;
    }

    .breadcrumb-top .content-bread {
        height: 250px;
    }

    .breadcrumb-top {
        height: 250px;
    }

    .breadcrumb-top {
        margin-bottom: 50px;
    }

        .breadcrumb-top .content-bread {
            width: 85%;
        }

    .builder-box .box .media {
        display: grid;
    }

    .wrapper .menu-box .logo {
        /*max-width: 75px;
        height: 50px;*/
    }

    .inner-slider-box ul li {
        width: 50% !important;
        border-left: 2px solid #494745 !important;
    }

    .arrow-mother {
        right: 10px;
        bottom: 50px;
    }

    .carousel-indicators-mother {
        right: 10px;
    }

    .inner-slider-box ul {
        justify-content: flex-start !important;
    }

    .carousel-inner, .carousel-item, img {
        /*min-height: 274px;*/
    }
}

@media (max-width:475px) {
    .inner-slider-box ul li span {
        font-size: 26px;
    }

    .inner-slider-box ul li p {
        letter-spacing: 1px;
    }

    .content-sec .inner-box-content h1 {
        font-size: 40px;
        letter-spacing: 3px;
        line-height: 48px;
    }

    .content-sec .inner-box-content .btn-top {
        line-height: 44px;
        height: 44px;
    }

    .about-us .inner-about .right .right-inner h1 {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .testimonial {
        padding-bottom: 25px;
    }

    .builder .inner-cont .inner-builder h4 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .testimonial .inner-cont .test-box .box .media-body h4 {
        font-size: 24px;
    }

    .breadcrumb-top .content-bread .inner-cont {
        padding-left: 20px;
    }

        .breadcrumb-top .content-bread .inner-cont h4 {
            font-size: 30px;
            letter-spacing: 2px;
        }

        .breadcrumb-top .content-bread .inner-cont ul li a {
            font-size: 15px;
        }

    .content-sec .inner-box-content p {
        line-height: 20px;
    }
}


/*------------Social---------------*/

.main-footer {
    position: relative;
    text-align: center;
}

ul.social-links.clearfix {
    margin-top: 30px;
}

.main-footer .social-links {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.main-footer .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}