* {
    padding: 0;
    margin: 0;
}

image {
    width: 100%;
}

.hero-section img {
    width: 100%;
}


.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    text-align: left;
    padding: 0 65px;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: #dfaa3f;
    width: 50px;
    background: linear-gradient(80deg, rgba(224, 170, 62, 1) 30%, rgba(250, 243, 152, 1) 90%);
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    top: initial;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-next {
    left: initial;
    right: 0;
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 6 Free";
    content: "\f177";
    color: #fff;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider-controls {
    position: absolute;
    width: 150px;
    height: 50px;
    bottom: 14%;
    left: 3.8%;
}

.hero-slider .swiper-button-next:before,
.hero-slider .swiper-button-prev:before {
    font-size: 18px;
    line-height: 1;
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 6 Free";
    content: "\f178";
    color: #fff;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;

    }
}

/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
    height: 100vh;
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .slide-container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-text {
    position: absolute;
    right: 65px;
    max-width: 490px;
    bottom: 14%;
}

.hero-style .slide-title h2 {
    font-size: 68px;
    font-weight: 600;
    line-height: 84px;
    color: #fffcf2;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
    /* font-family: 'Syne', sans-serif; */
    letter-spacing: -1px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    /* opacity: 0.8; */
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: normal;
    color: #fffcf2;
    margin: 0;
    transition: all .4s ease;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}


.hero-section {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 0;
}

.slide-bg-image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0000004a;
    top: 0;
    z-index: 1;
    left: 0;
}

.slide-container {
    z-index: 9;
}

/* ============================================================
                Who we are CSS Start
============================================================ */

.wwa-image-wrapper img {
    width: 100%;
}

.who-we-are,
.what-we-do {
    padding: 60px 0;
}

.service-overview {
    position: relative;
    padding: 0px 0 60px;
    background-color: #fff;
    z-index: 9;
}

.wwa-contnet-wrapper .small-title,
.ts-contnet-wrapper .small-title,
.gt-contnet-wrapper .small-title,
.footer-top-contnet-wrapper .small-title,
.so-contnet-wrapper .small-title,
.wwd-contnet-wrapper .small-title {
    font-size: 12px;
    color: #1D1C1B;
    /* font-family: 'Syne', sans-serif; */
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0px 0px 19.2px;
    line-height: 18px;
    letter-spacing: 1.6px;
    font-weight: 700;
}

.wwa-contnet-wrapper h2,
.ts-contnet-wrapper h2,
.gt-contnet-wrapper h2,
.footer-top-contnet-wrapper h2,
.so-contnet-wrapper h2,
.wwd-contnet-wrapper h2 {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -1.7px;
    /* font-family: 'Syne', sans-serif; */
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    margin: 10px 0 10px;
}

.wwa-image-wrapper {
    margin: 0% 0% 0% 17%;
    padding-left: 30px;
}

.who-we-are {
    background-color: #fffcf2;
    position: relative;
    z-index: 9;
}

.wwa-contnet-wrapper {
    margin-bottom: 4.5vw;
    position: relative;
    z-index: 1;
}

.wwa-contnet-wrapper-des p,
.so-contnet-wrapper-des p,
.wwd-contnet-wrapper-des p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 27px;
    color: #2e2e2e;
    margin: 0;
}

.wwa-contnet-wrapper-des {
    margin-top: 4.5vh;
}

.website-global-btn {
    margin-top: 40px;
}

.website-global-btn a {
    background-color: #E0AD43;
    color: #FCFCFC;
    text-decoration: none;
    display: inline-block;
    padding: 20px 44px;
    position: relative;
    text-align: center;
    font-family: 'Syne';
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
}

.overlay-image img {
    width: 100%;
}

.website-global-btn a:before {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    position: absolute;
    z-index: 1;
    right: 0 !important;
    left: auto !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease-out, right 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, right 0.3s ease-out;
    transition: opacity 0.3s ease-out, right 0.3s ease-out;
    background-color: transparent !important;
    color: inherit !important;
    opacity: 0;
    will-change: right, opacity;
}

.sc_button_hover:hover:before,
.sc_button_hover.active:before {
    right: 2.5em !important;
    opacity: 1;
}

.sc_button_text {
    position: relative;
    transition: 0.3s;
    left: 0;
}

.sc_button_hover:hover .sc_button_icon,
.sc_button_hover:hover .sc_button_text {
    left: -1.2rem;
    transition: 0.3s;
}

.overlay-image {
    position: absolute;
    height: max-content;
    width: 20%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.gallery-sec {
    position: relative;
    background-color: #fff;
    padding-bottom: 60px;
    z-index: 9;
}

.service-overview-item:hover a {
    padding: 0 0 72px 52px;
    transition: .4s;
}

.service-overview-item a {
    transition: .4s;
}

/* ============================================================
                Who we are CSS End
============================================================ */

/* ============================================================
                what we do CSS Start
============================================================ */

.wwd-contnet-wrapper-des {
    margin-top: 1.5vw;
}

.what-we-do {
    position: relative;
    background-color: #fff;
    z-index: 9;
}

.what-we-do::before {
    content: '';
    position: absolute;
    background-image: url('../images/wwd-left.png');
    width: 16%;
    height: 100%;
    right: 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
}

.what-we-do::after {
    content: '';
    position: absolute;
    background-image: url('../images/wwd-right.png');
    width: 14%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

/* ============================================================
                what we do CSS End
============================================================ */


/* ============================================================
                Service Overview CSS Start
============================================================ */

.service-overview-center img {
    width: 100%;
    height: 700px;
}

.service-overview-bottom .service-overview-bottom-one {
    height: 140px;
    width: 50%;
    background-color: #fffcf2;
}

.service-overview-top {
    width: 84%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-overview-des {
    width: 59.5%;
    height: 100%;
    background-color: #fffcf2;
    padding: 60px 160px 60px 40px;
    margin: 0 0 0 auto;
}

.service-overview-bottom {
    display: flex;
    gap: 32pX;
}

.wwd-image-wraper {
    position: relative;
}

.service-overview-item a {
    text-decoration: none;
}

.service-name {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.service-overview-item a .service-count {
    -webkit-text-stroke: 1px rgb(255 255 255 / 10%);
    font-size: 120px;
    line-height: 120px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-color: #FFFFFF50;
    transition: .3s;
}

.service-overview-item a:hover .service-count {
    color: #ffffffbd;
    transition: .3s;
}

.service-overview-item a .service-count,
.service-overview-item a .service-name {
    display: block;
    text-align: start;
}

.service-overview-item a {
    text-decoration: none;
    display: block;
    min-height: 720px;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #FFFFFF36;
    padding: 0 0 42px 52px;
}

.service-overview-item a {
    text-decoration: none;
    display: flex;
    min-height: 720px;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #ffffff78;
    padding: 0 0 52px 52px;
    align-items: end;
    position: relative;
    z-index: 9;
}

.service-overview-center-inner {
    display: flex;
    position: relative;
}

.service-overview-item {
    width: 25%;
}

/* ============================================================
                Service Overview CSS End
============================================================ */

/* ============================================================
                Testimonal CSS Start
============================================================ */

.ts-contnet-wrapper {
    text-align: center;
}

.testimonial-sec {
    position: relative;
    padding: 60px 0;
    background-color: #fffcf2;
    z-index: 9;
}

.testimonial-slider {
    width: 100%;
    height: 100%;
}

.testimonial-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.testimonial-slide {
    background: #ffffff;
    border-radius: 35px;
    box-shadow: 1px 1px 5px rgb(227 227 227);
    /* margin-inline-start: 100px; */
    padding: 73px 90px 75px 130px;
    position: relative;
    margin: 40px 58px;
}

.testi-profile {
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 9px rgba(64, 124, 191, .1);
    overflow: hidden;
    width: 150px;
    height: 150px;
    inset-inline-start: -60px;
    position: absolute;
    top: calc(50% - 80px);
    z-index: 1;
}

.testi-profile img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.testi-msg p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 27px;
    color: #2e2e2e;
    margin: 0 0 20px;
}

.profile-name h4 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -.5px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding: 0 0 0 50px;
}

.profile-name h4::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 2px;
    background: #000;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
}

.firs-shadow,
.sec-shadow {
    background: #fff;
    border-radius: 35px;
    box-shadow: 0 3px 20px rgba(200, 211, 255, .2);
    height: 50px;
    position: absolute;
    z-index: -1;
}

.sec-shadow {
    bottom: -10px;
    inset-inline-start: 3%;
    opacity: .6;
    width: 94%;
}

.firs-shadow {
    bottom: -20px;
    inset-inline-start: 5%;
    opacity: .3;
    width: 90%;
}

.testimonial-sec-inner .owl-dots {
    display: none;
}

.testimonial-sec-inner .owl-nav {
    position: absolute;
    bottom: 17%;
    right: 11%;
}

.testimonial-sec-inner .owl-nav button {
    background-color: transparent !important;
    color: #000 !important;
}

/* ============================================================
                Testimonal CSS End
============================================================ */

/* ============================================================
                Testimonal CSS End
============================================================ */

.footer {
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(0deg, #30373e 55%, #30373E00 100%);
    opacity: .93;
    transition: background .3s, border-radius .3s, opacity .3s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.footer-about img {
    width: 80%;
}

.footer-about p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 27px;
    color: #FFF;
    margin: 15px 0 10px;
}

.footer-links h3 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -.5px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
    padding: 0;
    color: #fff;
}

.footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 35px;
    color: #fff;
    margin: 0 0 20px;
    text-decoration: none;
}

.footer-links {
    padding: 30px 0 0 30px;
}

.footer-top-contnet-wrapper {
    text-align: center;
}

.footer-top-contnet-wrapper .small-title {
    color: #fff;
}

.footer-top-contnet-wrapper h2 {
    color: #fff;
}

.top-footer .website-global-btn {
    text-align: center;
}

.top-footer {
    padding: 60px 0;
    border-bottom: 1px solid #C4C4C41A;
    margin-bottom: 30px;
    position: relative;
}

.copywrite-text {
    border-top: 1px solid #C4C4C41A;
    margin-top: 30px;
}

.copywrite-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 27px;
    color: #FFF;
    padding: 10px 0 10px;
    text-align: center;
    margin: 0;
}

.inner-footer,
.copywrite-text {
    position: relative;
}

.reach-text small {
    color: #fff;
}

.reach-item .reach-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #deab42;
    text-align: center;
    color: #fff;
}

.reach-item {
    display: flex;
    align-items: self-start;
    gap: 12px;
}

.reach-text {
    width: calc(100% - 30px);
    line-height: 1;
}

.reach-text p a,
.reach-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    margin: 4px 0 20px;
    text-decoration: none;
    font-weight: 600;
}

.follow-us h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.5px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
    padding: 0;
    color: #fff;
}

.follow-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.follow-us ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #deab42;
    text-align: center;
    color: #fff;
}

.follow-us ul li {
    display: inline-block;
    margin-right: 3px;
}

.follow-us {
    margin-top: 25px;
}

.gallery-slider {
    width: 84%;
    margin-left: auto;
}

.gallery-slider-carousel .item img {
    height: 550px;
}

.gt-contnet-wrapper {
    margin-bottom: 40px;
}

.gallery-slider-carousel .owl-dots {
    display: none;
}

.gallery-slider-carousel .owl-nav {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
}

.gallery-slider-carousel .owl-nav button {
    background: #dfaa3f !important;
    width: 70px;
    height: 70px;
    line-height: 50px !important;
    margin: 0 0px 0 0 !important;
    text-align: center;
    border-radius: 0px !important;
    color: #fff !important;
}

.gallery-slider-carousel .owl-nav button.owl-next {
    position: relative;
}

.gallery-slider-carousel .owl-nav button.owl-next::before {
    content: "";
    position: absolute;
    background-color: #ffffff4a;
    height: 65%;
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.service-overview-center {
    position: relative;
}

.service-overview-center::before {
    content: "";
    position: absolute;
    background: #00000033;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.top-head-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 80px 0 30px 0; */
    padding: 70px 0 30px 0;
    margin-top: 144px;
    position: relative;
}

.top-head-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background: #000;
    z-index: 0;
    opacity: 0.6;
}

.head-banner-content h1 {
    font-size: 60px;
    color: #fff;
}

.head-banner-content p {
    color: #fff;
    margin: 20px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 27px;
}

.inner-head-banner {
    position: relative;
}

.head-banner-content h1 {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
}



.head-banner-content {
    width: 40%;
    /* margin-bottom: 55px; */
    margin-bottom: 25px;
}

.breadcrumb-sec nav ol {
    justify-content: end;
}

.breadcrumb-sec nav ol li {
    color: #fff;
    margin: 20px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 27px;
}

.breadcrumb-sec nav ol li a {
    color: #E0AD43;
}

.breadcrumb-sec nav ol li::before {
    color: #fff !important;
}

.breadcrumb-sec nav ol li.active {
    color: #fff;
}

/* ==== About Us CSS Start ==== */
.service-overview-center.bg-1,
.service-overview-center {
    background-image: url('./images/hero-bg2.jpg');
    background-position: center;
}

.service-overview-center.bg-2 {
    background-image: url('./images/hero-bg3.jpg');
    background-position: center;
}

.service-overview-center.bg-3 {
    background-image: url('./images/hero-bg4.jpg');
    background-position: center;
}

.service-overview-center.bg-4 {
    background-image: url('./images/hero-bg5.jpg');
    background-position: center;
}

.about-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./images/aa-bg.jpg);
}

.about-text {
    padding: 150px 0px 150px 0px;
}

.Quality-picture img {
    width: 100%;
}

.Quality-txt h2 {
    font-size: 35px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

.about-text h1 {
    font-weight: 700;
    font-size: 60px;
    color: white;
}

.about-data {
    position: relative;
}

.kitchen-expression p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.Quality-txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 0;
}

.about-banner::before {
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background-image: linear-gradient(144deg, #000000, transparent);
    position: absolute;
    content: "";
}

.about-text h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
    color: white;
}

.about-text p {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 18px;
    color: white;
}

.Quality-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.box-read-one {
    width: 95%;
    background-color: #343B41;
}

.box-read-one h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 53px 0px 42px 0px;
    color: #343B41;
    ;
}

.box-read-two {
    left: 19px;
    background-color: #E0AD43;
    position: absolute;
    top: 18px;
}

.box-reading {
    margin-top: 25px;
    width: 100%;
    position: relative;
}

.box-read-two h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #343B41;
    padding: 34px 30px 35px 30px;
}

.choice-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.choice-bg::before {
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background-image: linear-gradient(35deg, #000000, transparent);
    position: absolute;
    content: "";
}

.best-line p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #E0AD43;
}

.let-start h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: white;
}

.let-start {
    text-align: center;
}

.let-start h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: white;
}

.best-data {
    padding: 150px 0px 180px 0px;
    position: relative;
}

button.choice-btn {
    font-size: 18px;
    border-radius: 25px;
    padding: 10px 45px 10px 45px;
    background-color: #E0AD43;
    border: none;
}

section.best-choice {
    margin-bottom: 100px;
}

.website-global-btn {
    text-align: center;
    margin-top: 40px;
}

.policy-two p {
    font-family: 'Poppins', sans-serif;
    font-weight: 0;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}

.Subsidy-Policy {
    align-items: center;
    gap: 12px;
    display: flex;
}

.policy-one {
    color: #E0AD43;
    font-size: 35px;
}

.Subsidy-Policy-one {
    align-items: center;
    margin-top: 15px;
    gap: 12px;
    display: flex;
}

.policy-border {
    margin-top: 15px;
    border-bottom: 1px solid gray;
}

.system-line p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #E0AD43;
}

.system-line-two p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;

}

section.European-design {
    margin-bottom: 100px;
}

.section-six {
    background-color: #FFFFFF;
}

.title-team {
    text-align: center;
    margin-top: 90px;
}

.title-team h4 {
    font-weight: 600;
    color: orange;
    font-family: cursive;
}

.title-team h1 {
    font-size: 50px;
    font-weight: 600;
    font-family: cursive;
}

.team-chf {
    margin-top: 20px;
    margin-bottom: 65px;
}

.chef-one {
    border-radius: 6px;
    box-shadow: 1px 2px 21px 0px lightgray;
    background-color: white;
    border: 1px solid white;
    height: calc(100% - 52px);
    transition: 0.8s;
    overflow: hidden;
}

.chef-one:hover {
    height: 100%;
    transition: 0.8s;
}

.chef-data {
    padding: 30px;
}

.chef-one-data {
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
}

.chef-one-data img {
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.chef-one:hover .chef-one-data img {
    transform: scale(1.2);
}

.chef-name {
    margin-top: 20px;
    text-align: center;
}

.chef-name h4 {
    margin: 0px;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.chef-name a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #666565;
    text-decoration: none;
}

.social-add {
    gap: 8px;
    display: flex;
    justify-content: center;
}

.add-one {
    background-color: #E0AD43;
    width: 15%;
    border-radius: 21px 21px 0px 0px;
}

.add-one i {
    font-size: 18px;
    color: white;
    padding: 13px 0px 15px 0px;
    justify-content: center;
    display: flex;
    align-items: center;
}


.picture-sys img {
    width: 100%;
}

.counter-box p {
    margin-top: 10px;
    color: #000000;
    margin-bottom: 0;
}

/* clients */

.counter-section {
    border-radius: 10px;
    background-color: #FFFCF2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    text-align: center;
}

.counter-box {
    margin: 20px;
}

.counter {
    font-size: 40px;
    font-weight: bold;
    color: black;
}


.counter-box .trusted {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

/* ===============recent-update============== */


.news-section {
    text-align: center;
}

.subheading {
    color: #E0AD43;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.main-heading {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.main-heading .highlight {
    background: linear-gradient(to right, #f7b733, #E0AD43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news-container {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.news-card {
    flex: 1 1 calc(33.33% - 20px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: left;
}

p.date-cat strong {
    font-weight: 400;
}

.news-card img {
    width: 100%;
    height: auto;
    display: block;
}

.news-content {
    padding: 20px;
}

.news-content p.date-cat span {
    float: right;
}

.date-cat {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.news-content h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.system-line h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.media-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.media-item button.remove-media {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 10px;
    padding: 2px 6px;
}


/* ==== About Us CSS End ==== */

/* ==== How Work CSS Start ====*/
/* how-does-it-works start  */

.hdw-section {
    padding: 160px 0 20px 0;
    background-image: radial-gradient(#08397C, #021232);
}

.hdw-title h5 {
    color: white;
    font-size: 35px;
    word-spacing: 5px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.hdw-breadcrumb ol {
    text-align: right;
    font-size: 20px;
    list-style: none;
    color: white;
}

.hdw-breadcrumb ol li a {
    text-decoration: none;
    color: white;
    transition: 0.4s;
}

.hdw-breadcrumb ol li a:hover {
    color: #E0AD43;
}

.hdw-breadcrumb ol li {
    display: inline-block;
    font-size: 16px;
}


/* section-end-here */

.img-con-work {
    /* margin-top: 50px; */
    position: relative;
}



.below-img-con {
    position: absolute;
    left: -20px;
    height: 90%;
    top: 0px;
    border-radius: 25px;
    z-index: 1;
}

.below-img-con::before {
    content: "";
    height: 100%;
    z-index: 6;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);

}

.over-img-con {
    position: relative;
    z-index: 2;
    border: 5px solid white;
    margin-left: 90px;
    margin-top: 90px;
    border-radius: 25px;
    width: 85%;
}

.blog-con-main-pg {
    padding: 50px 0;
    position: relative;
}

.left-image-content-sec::before {
    background-image: url(./images/leo-kitchor-home1-banner1-img2.png);
    content: '';
    position: absolute;
    top: 25px;
    bottom: auto;
    margin-left: -7%;
    width: 107px;
    height: 530px;
}


.title-blg-our-wrk {
    width: 89%;
    margin-bottom: 20px;
}

.title-blg-our-wrk h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.inner-cont-sec {
    margin-bottom: 20px;
}

.inner-cont-sec p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    line-height: 27px;
    color: #2e2e2e;
}

.listing-cont-work h5 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.listing-cont-work ul li::marker {
    font-size: 18px;
    color: #E0AD43;
}

.listing-cont-work ul li {
    font-size: 15px;
    line-height: 27px;
    color: #2e2e2e;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* design-overview page start here */
.design-pg-con {
    background-color: #fffcf2;
    padding: 20px 0;
}

.img-con-design-ovr {
    width: 100%;
}

.img-con-design-ovr img {
    width: 100%;
    border-radius: 25px;
}

.img-con-design-ovr {
    width: 80%;
    padding-left: 40px;
    margin-left: 40px;
}

/* page end here */
/* production page start here */
.img-bg-production {
    width: 90%;
}

.img-bg-production img {
    width: 100%;
    border-radius: 25px;
}

.bg-production-bg {
    padding: 40px 0;
}

/* section end here */
.image-installation-sec {
    width: 100%;
}

.image-installation-sec img {
    width: 100%;

    border-radius: 25px;
}

.instal-bg-pg {
    background-color: #fffcf2;
    padding: 20px;
}

.inner-cont-sec {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 0px;
}

/* ==== How Work CSS End ====*/

/* ==== Contact Us CSS Start ====*/
.contact-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./images/cont.jpg);
}

.contact-text {
    padding: 150px 0px 150px 0px;
}

.contact-text h1 {
    font-weight: 700;
    font-size: 60px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
    color: white;
}

.contact-text p {
    margin: 0%;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 18px;
    color: white;
}

.contact-data {
    position: relative;
}

.contact-banner::before {
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    background-image: linear-gradient(144deg, #000000, transparent);
    position: absolute;
    content: "";
}

/* ===========contact-section============= */

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    padding: 60px 0px 60px 0px;
    background-color: #ffffff;
}

.contact-card {
    background-color: #2F363D;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card .icon {
    font-size: 32px;
    color: #e0ad43;
    margin-bottom: 15px;
    display: block;
}

.contact-card h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
    color: #ffffff;
}

.contact-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #cccccc;
    margin: 0;
    line-height: 1.6;
}

section.secttion-contact-two {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* =============contact-form=========== */
.icon-box {
    background-color: #2F363D;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.icon-box i {
    font-size: 20px;
    color: #ffffff;
}

input.form-control-one {
    width: 100%;
    padding: 12px 0px 12px 10px;
    font-size: 13px;
    background-color: #ffffff;
    border: none;
    box-shadow: none;
}

textarea.form-control-message {
    width: 100%;
    width: 100%;
    padding: 12px 0px 12px 10px;
    font-size: 13px;
    background-color: #ffffff;
    border: none;
    box-shadow: none;
}

.data-form {
    padding: 25px;
}

form.contact-form {
    background-color: #2F363D;
}

textarea {
    max-height: 400px;
    overflow-y: hidden;
}

.form-control-message {
    max-height: 400px;
    overflow-y: hidden;
}


.section-contact-info .form-label {
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
}

.section-contact-info .btn-send {
    background-color: #f0c04f;
    color: #000;
    font-weight: 600;
    border-radius: 999px;
    padding: 10px 30px;
    border: none;
}

.section-contact-info .btn-send:hover {
    background-color: #e0b13e;
}

section.section-contact-info {
    margin-bottom: 100px;
}

.address-line {
    padding: 15px 0px 0px 0px;
}

/* ===========expertise=========== */
.bg-light-cream {
    background-color: #FFFCF2;
}

.btn-outline-rounded {
    border-radius: 50px;
    padding: 0.6rem 1.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: background-color 0.3s, color 0.3s;
}

.btn-outline-rounded:hover {
    background-color: #000;
    color: #fff;
}

.fw-bold {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700 !important;
}

.lead {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 300 !important;
}

.contact-map {
    padding: 40px 0;
}

/* ==== My CSS ==== */

.section-contact-info form.wpcf7-form.init {
    background-color: #2F363D;
}

.section-contact-info form.wpcf7-form.invalid {
    background-color: #2F363D;
}

.section-contact-info form.wpcf7-form.submitting {
    background-color: #2F363D;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.sc_button.sc_button_hover.sc_button_size_normal.sc_button_icon_left {
    background-color: #E0AD43;
    color: #FCFCFC;
    text-decoration: none;
    display: inline-block;
    padding: 20px 44px;
    position: relative;
    text-align: center;
    font-family: 'Syne';
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    border: 1px solid #E0AD43;
}

.section-contact-info form.wpcf7-form.sent {
    background-color: #2F363D;
}


.wpcf7 form .wpcf7-response-output {
    padding: 0.2em 1em;
    border: 2px solid #6b7578;
    color: #ffb900;
    display: none;
}

button.swal2-confirm.swal2-styled {
    background-color: #E0AD43;
}

/* ==== Contact Us CSS End ====*/

/* ==== Gallery CSS Style ====*/
.gallery-page-sec .inner-gallery h2 {
    margin: 0;
}

.gallery-page-sec .inner-gallery .wwa-contnet-wrapper {
    margin: 0;
}

.gallery-page-sec .gallery-content-box {
    position: relative;
}

.gallery-page-sec .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-page-sec .gallery-img img {
    width: 100%;
    transition: all 8s cubic-bezier(0, 0, 0.2, 1);
    transition-delay: .2s;
    display: block;
    transform: scale(1.05);
}

.gallery-page-sec .gallery-content-box:hover .gallery-img img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.gallery-page-sec .gallery-content-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 45px;
}

.gallery-page-sec .gallery-content-box .overlay::before {
    position: absolute;
    content: '';
    background: #2222229e;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(0, 1);
    transition: all .5s linear;
}

.gallery-page-sec .gallery-content-box:hover .overlay::before {
    transform: scale(1, 1);
    opacity: .1;
}

.gallery-page-sec .gallery-content-box .overlay h5 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    display: inline-block;
    transition: .5s ease;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: 0 0;
    width: max-content;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
}

.gallery-page-sec .gallery-content-box:hover .overlay h5 {
    letter-spacing: 30px;
    opacity: 0;
}

.gallery-page-sec .gallery-content-box .overlay h5::before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 60px;
    left: -62px;
    top: 9px;
    transform: translate(-10px);
}

.gallery-page-sec .gallery-title {
    position: relative;
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #f3f3f3;
}

.gallery-page-sec .gallery-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.gallery-page-sec .gallery-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 0;
    background-color: #E0AD43;
    transition: 0.3s;
}

.gallery-page-sec .gallery-content-box:hover .gallery-title::before {
    height: 100%;
    transition: 0.3s;
}

.gallery-page-sec .gallery-title h3 {
    font-size: 24px;
    line-height: 35px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0;
    position: relative;
    transition: 0.3s;
}

.gallery-page-sec .gallery-content-box:hover .gallery-title h3 {
    color: #fff;
    transition: 0.3s;
}

.gallery-page-sec .gallery-content-box a {
    text-decoration: none;
}

.gallery-page-sec .gallery-content {
    margin-top: 50px;
}

.gallery-page-sec {
    position: relative;
    padding: 60px 0;
}

.gallery-page-sec {
    background-image: url('../images/gallery-bg-img.png');
    background-size: 30% 60%;
    background-position: 100%;
    background-repeat: no-repeat;
}

/* ==== ==== */
.back-btn .website-global-btn a:before {
    right: auto !important;
    top: 24px !important;
    left: 0 !important;
    transform: rotate(-180deg);
    transition: opacity 0.3s ease-out, left 0.3s ease-out;
}

.back-btn .website-global-btn .sc_button_hover:hover:before,
.back-btn .sc_button_hover.active:before {
    left: 2.5em !important;
    opacity: 1;
}

.back-btn .website-global-btn .sc_button_hover:hover .sc_button_icon,
.back-btn .sc_button_hover:hover .sc_button_text {
    left: 1.2rem;
    transition: 0.3s;
}

.sub-gallery .gallery-img::before {
    opacity: 0.2;
}

/* ==== ==== */

/* ==== Gallery CSS End ====*/

/* ==== Gallery Image CSS Start ====*/
.gallery-images-sec .inner-gallery .wwa-contnet-wrapper {
    margin: 0;
}

.gallery-images-sec .sub-gallery .gallery-img::before {
    opacity: 0.2;
}

/* ==== */
.gallery-images-sec {
    position: relative;
    padding: 60px 0;
}

.gallery-images-sec .inner-gallery h2 {
    margin: 0;
}

.gallery-images-sec .overlay {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inherit;
}

.gallery-images-sec .overlay2:before,
.gallery-images-sec .overlay2:after {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery-images-sec .overlay2:before {
    width: 30px;
    height: 2px;
}

.gallery-images-sec .overlay2:after {
    height: 30px;
    width: 2px;
}

.gallery-images-sec .overlay2:hover:before,
.gallery-images-sec .overlay2:hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 50%;
    left: 50%;
}

.gallery-images-sec .overlay a,
.gallery-images-sec .overlay span.bg {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    cursor: pointer !important;
}

.gallery-images-sec .overlay span.bg {
    background: rgba(21, 21, 21, 0.6);
    opacity: 0;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
}

.gallery-images-sec .overlay:hover span.bg {
    opacity: 1 !important;
    -webkit-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.gallery-images-sec .gallery-box-content {
    margin-top: 60px;
}


.gallery-images-sec .gallery-box-content figure {
    /* margin-bottom: 16px !important; */
}

.gallery-images-sec #lg-counter {
    font-size: 16px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
}

.gallery-images-sec .lg-toolbar .lg-icon.lg-close {
    font-size: 38px;
    padding: 17px 12px 10px 0;
    color: #fff;
}

.gallery-images-sec .filter-btn {
    background-color: #E0AD43;
    border: 1px solid #E0AD43;
    font-weight: 600;
    border-radius: 0;
    color: #FCFCFC;
    text-decoration: none;
    display: inline-block;
    margin: 0 4px;
    padding: 12px 35px;
    position: relative;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.gallery-images-sec .filter-btn:hover,
.gallery-images-sec .filter-btn:focus,
.gallery-images-sec .filter-btn:active {
    background-color: #E0AD43 !important;
    border: 1px solid #E0AD43 !important;
}

.gallery-images-sec .lg-actions .lg-next,
.gallery-images-sec .lg-actions .lg-prev {
    border: 0;
    background: none;
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    margin-top: -7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
}

.gallery-images-sec .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: #000;
}

.gallery-images-sec .video-wrapper iframe,
.gallery-images-sec .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ==== Gallery Image CSS End ====*/

/* ==== Consultation CSS End ====*/
.consultation-home-pg {
    padding: 160px 0 20px 0;
    background-image: radial-gradient(#08397C, #021232);
}

.left-txtbreadcrums-pg h5 {
    color: white;
    font-size: 35px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.ryt-lbl-brdcrum ol {
    text-align: right;
    font-size: 20px;
    list-style: none;
    color: white;
}

.ryt-lbl-brdcrum ol li a:hover {
    transition: 0.4s;
    color: #E0AD43;

}

.ryt-lbl-brdcrum ol li a {
    text-decoration: none;
    color: white;
    transition: 0.4s;
}

.ryt-lbl-brdcrum ol li {
    display: inline-block;
    font-size: 16px;
}

section.form-sec-main {
    padding: 75px 0px 60px 0px;
    overflow: hidden;
}

.form-sec-main .main-formcont-wdth {
    width: 85%;
}

.form-sec-main .main-titlehead {
    margin-top: 15px;
    margin-bottom: 20px;
}

.form-sec-main .main-titlehead h2 {
    line-height: 50px;
    font-weight: 500;
    font-size: 35px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: left;
}

.form-sec-main .lbl-plcholder {
    margin-bottom: 20px;
}

.form-sec-main .lbl-plcholder .form-label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.form-sec-main .form-control:focus {
    background-color: var(--bs-body-bg);
    border-color: #00000026;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 9%);
}

.form-sec-main .btn-frm-pg button {
    border: #cccccc;
    width: 50%;
    background-color: #cccccc;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.form-sec-main .main-formcont-wdth .website-global-btn {
    margin-top: 10px;
}

.form-sec-main .img-does {
    width: 95%;
}

.form-sec-main .img-does img {
    max-width: 100%;
    height: auto;
}

.form-sec-main .img-does img {
    border-radius: 0 100px 100px 0;
    width: 100%;
    box-shadow: 6px 3px 15px 2px rgb(0 0 0 / 30%);
}

.form-sec-main .lbl-plcholder .form-control {
    width: 100%;
    text-align: start !important;
}

.form-sec-main .lbl-plcholder .form-select {
    width: 100%;
}

.form-sec-main .website-global-btn a,
.form-sec-main .website-global-btn button {
    background-color: #E0AD43;
    color: #FCFCFC;
    text-decoration: none;
    display: inline-block;
    padding: 20px 44px;
    position: relative;
    text-align: center;
    font-family: 'Syne';
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.form-sec-main .website-global-btn a:before,
.form-sec-main .website-global-btn button::before {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    position: absolute;
    z-index: 1;
    right: 0 !important;
    left: auto !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease-out, right 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, right 0.3s ease-out;
    transition: opacity 0.3s ease-out, right 0.3s ease-out;
    background-color: transparent !important;
    color: inherit !important;
    opacity: 0;
    will-change: right, opacity;
}

.form-sec-main .website-global-btn button:hover {
    background-color: #c69536;
    color: #ffffff;
}

.form-sec-main .sc_button_hover:hover:before,
.form-sec-main .sc_button_hover.active:before,
.form-sec-main .website-global-btn button:hover ::before {
    right: 2.5em !important;
    opacity: 1;
}

.form-sec-main .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    width: 70%;
    display: none;
}

.form-sec-main button.swal2-confirm.swal2-styled {
    background-color: #E0AD43;
}

.form-sec-main .wpcf7-response-output {
    display: none;
}

.form-sec-main textarea {
    max-height: 400px;
    overflow-y: hidden;
}

.form-sec-main .form-control-message {
    max-height: 400px;
    overflow-y: hidden;
}

/* ==== Consultation CSS End ====*/

#recaptcha-holder {
    text-align: start !important;
}

.gallery-images-sec #video-grid .overlay2:before,
.gallery-images-sec #video-grid .overlay2:after {
    content: none !important;
}

.data-form .website-global-btn {
    margin-top: 10px;
}

.wpcf7-spinner {
    display: none;

}

/* =================================================
                    collection css
================================================= */
.website-global-upd {
    display: flex;
    justify-content: end;
}

.website-global-upd a {
    margin: 0 4px;
}

.back-btn .gallery-filter-both {
    margin-bottom: 0 !important;
    display: flex;
}

/* ============================================================
                Testimonal CSS End
============================================================ */

/* ==== Responsive CSS Start === */

@media only screen and (max-width: 1800px) {
    .service-overview-top {
        width: 88.5%;
    }

    .wwa-contnet-wrapper h2,
    .so-contnet-wrapper h2,
    .wwd-contnet-wrapper h2 {
        font-size: 50px;
        line-height: 54px;
    }

    .what-we-do::after {
        width: 11%;
    }

    .hero-style .slide-title h2 {
        font-size: 64px;
        line-height: 72px;
    }

    .hero-style .slide-title h2 br {
        display: none;
    }

    .hero-style .slide-container {
        padding-top: 40px;
    }

    .what-we-do::before {
        width: 38%;
    }

    .navbar .logo {
        width: 230px;
    }

    .navbar {
        padding: 14px 55px 14px 55px !important;
    }

    /* .top-head-banner {
        margin-top: 110px !important;
    } */
        .top-head-banner {
        margin-top: 55px !important;
    }
}

@media only screen and (max-width: 1679px) {

    .wwa-contnet-wrapper h2,
    .so-contnet-wrapper h2,
    .wwd-contnet-wrapper h2 {
        font-size: 45px;
        line-height: 54px;
    }

    .wwa-contnet-wrapper h2,
    .ts-contnet-wrapper h2,
    .gt-contnet-wrapper h2,
    .footer-top-contnet-wrapper h2,
    .so-contnet-wrapper h2,
    .wwd-contnet-wrapper h2 {
        font-size: 45px;
        line-height: 54px;
    }

    .wwa-image-wrapper {
        margin: 0% 0% 0% 18%;
    }

    .overlay-image {
        width: 25%;
    }

    .service-overview-top {
        width: 95%;
    }

    .navbar .menu-item {
        font-size: 16px !important;
    }

    .navbar .menu-items {
        gap: 0 12px;
    }

    .navbar .logo {
        width: 230px;
    }

    .service-overview-item a {
        min-height: 530px;
    }

    .service-overview-item a .service-count {
        font-size: 90px;
    }

    .service-name {
        font-size: 26px;
    }

    .service-overview-item a .service-count {
        font-size: 80px;
    }

    .navbar .logo {
        width: 200px;
    }

    .navbar .menu-item.first-item {
        padding: 1.8rem 1rem !important;
    }

    .navbar .menu-item::after {
        bottom: 20px;
    }

    /* .top-head-banner {
        margin-top: 100px !important;
    } */
}

@media only screen and (max-width: 1439px) {
    .footer-links {
        padding: 30px 0 0 0px;
    }

    .wwd-image-wraper img {
        width: 100%;
    }

    .service-overview-des {
        padding: 60px 125px 60px 40px;
    }

    .navbar .logo {
        width: 200px;
    }

    .head-banner-content {
        width: 50% !important;
    }

    .Quality-txt h2 {
        font-size: 30px;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 0;
    }

    .Quality-txt p {
        margin: 0%;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 0;
    }

    .box-read-one h4 {
        font-family: "Plus Jakarta Sans", sans-serif;
        padding: 14px 0px 42px 0px;
        color: #343B41;
    }

    .system-line h2 {
        font-size: 30px;
    }

    .system-line p {
        margin: 0px;
    }

    .policy-border {
        margin-top: 10px;
    }

    .Subsidy-Policy-one {
        margin-top: 10px;
    }

    .box-read-two h4 {
        font-size: 20px;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding: 20px 30px 20px 30px;
    }

    .title-blg-our-wrk h2 {
        font-size: 30px;
    }

    .listing-cont-work h5 {
        font-size: 20px;
    }

    .img-con-design-ovr {
        padding-left: 10px;
    }

    .contact-text h1 {
        font-weight: 700;
        font-size: 55px;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-align: center;
        color: white;
    }
}

@media only screen and (max-width: 1365px) {
    .navbar .menu-item {
        font-size: 14px !important;
    }

    .navbar .menu-items {
        gap: 0 4px;
    }

    .service-overview-des {
        padding: 40px 85px 40px 40px;
    }

    .hero-style .slide-title h2 {
        font-size: 58px;
        line-height: 68px;
    }

    .hero-style .slide-container {
        padding-top: 0;
    }

    .head-banner-content h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .head-banner-content {
        width: 40%;
        margin-bottom: 20px;
    }

    .counter-box .trusted {
        margin: 0;
    }

    .let-start h1 {
        font-size: 40px;
    }

    .best-data {
        padding: 100px 0px 100px 0px;
    }

    .news-content {
        padding: 20px 15px;
    }

    .news-content h3 {
        font-size: 18px;
    }

    .date-cat {
        font-size: 13px;
    }

    .chef-name h4 {
        font-size: 20px;
    }

    .chef-name a {
        font-size: 15px;
    }

    .add-one i {
        padding: 13px 0px 8px 0px;
    }

    .contact-text h1 {
        font-weight: 700;
        font-size: 50px;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-align: center;
        color: white;
    }

    .gallery-content-box .overlay h5 {
        font-size: 15px;
        transform: rotate(-90deg) translateX(-86%);
    }

    .gallery-content-box .overlay {
        padding: 40px 25px;
    }

    .gallery-title h3 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 1279px) {
    .service-overview-des {
        padding: 40px 45px 40px 40px;
    }

    .service-overview-item a .service-count {
        font-size: 90px;
        line-height: 90px;
        margin-bottom: 10px;
    }

    .service-name {
        font-size: 26px;
    }

    .contact-card h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar {
        padding: 15px 30px 15px 30px !important;
    }

    .navbar .logo {
        width: 170px;
    }

    .navbar .menu-item.first-item {
        padding: 1.8rem 10px !important;
    }

    .navbar .menu-item {
        font-size: 13px !important;
    }

    .hero-slider .slide-inner {
        padding: 0 35px;
    }

    .hero-style .slide-title h2 {
        font-size: 50px;
        line-height: 72px;
    }

    .hero-style .slide-title,
    .hero-style .slide-text,
    .hero-style .slide-btns {
        max-width: 590px;
    }

    .service-overview-item a {
        min-height: 450px;
    }

    .service-name {
        font-size: 20px;
    }

    .service-overview-item a .service-count {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 10px;
    }

    .testimonial-slide {
        padding: 50px 40px 50px 130px;
        margin: 40px 58px 40px 108px;
    }

    .reach-item {
        gap: 6px;
    }

    .reach-text p a,
    .reach-text p {
        font-size: 13px;
    }

    .wwa-contnet-wrapper h2,
    .ts-contnet-wrapper h2,
    .gt-contnet-wrapper h2,
    .footer-top-contnet-wrapper h2,
    .so-contnet-wrapper h2,
    .wwd-contnet-wrapper h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .hero-style {
        height: 80vh;
    }

    .head-banner-content {
        width: 60% !important;
    }

    .head-banner-content h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .Quality-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .Quality-txt p {
        font-size: 16px;
    }

    .Quality-txt h2,
    .system-line h2 {
        font-size: 26px;
        font-family: "Plus Jakarta Sans", sans-serif;
    }


    .box-read-two h4 {
        font-size: 18px;
        padding: 15px 25px 14px 25px;
        margin: 0;
    }

    .box-read-one h4 {
        padding: 14px 0px 20px 0px;
    }

    .system-line p {
        font-size: 16px;
    }

    .policy-one {
        font-size: 30px;
    }

    section.European-design {
        margin-bottom: 60px;
    }

    .counter-box .trusted {
        font-size: 30px;
    }

    .counter {
        font-size: 35px;
    }

    .counter-box .counter {
        font-size: 28px;
    }

    .counter-box p {
        margin-top: 0;
    }

    .counter-box h2 {
        margin: 0;
    }

    .let-start h1 {
        font-size: 34px;
    }

    .best-line p {
        font-size: 16px;
        color: #E0AD43;
    }

    .best-data {
        padding: 80px 0px;
    }

    .team-chf {
        margin-top: 20px;
    }

    section.best-choice {
        margin-bottom: 60px;
    }

    .news-container {
        margin-bottom: 60px;
    }

    .news-content p.date-cat span {
        float: none;
        display: block;
    }

    .img-con-design-ovr {
        width: 100%;
        padding-left: 10px;
        margin-left: 0;
    }

    .imagine-our-work .right-text-content-sec {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .img-bg-production {
        width: 100%;
        padding-right: 10px;
    }

    .title-blg-our-wrk {
        margin-bottom: 15px;
    }

    .title-blg-our-wrk h2 {
        font-size: 26px;
    }

    .contact-text h1 {
        font-weight: 700;
        font-size: 50px;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-align: center;
        color: white;
    }

    section.our-expertise {
        padding: 24px 0px 10px 0px;
        background-color: #F5F0E5;
    }

    .lead {
        font-size: 18px !important;
    }

    p.mb-4.get-touch {
        font-size: 15px;
    }

    h6.mb-1.fw-semibold.mail {
        font-size: 15px;
    }

    p.mb-0.text-muted.add-touch {
        font-size: 14px;
    }

    .form-label {
        font-size: 15px;
        color: white;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 500;
    }

    input.form-control-one {
        width: 100%;
        padding: 12px 0px 12px 10px;
        font-size: 12px;
        background-color: #ffffff;
        border: none;
        box-shadow: none;
    }

    .website-global-btn.contact-sub a {
        padding: 12px 40px;
    }

    .address-line {
        padding: 8px 0px 0px 0px;
    }

    .gallery-page-sec .gallery-title h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .gallery-images-sec .gallery-box-content figure {
        margin-bottom: 0 !important;
    }

    .form-sec-main .main-formcont-wdth {
        width: 93%;
    }

    .form-sec-main .main-titlehead h2 {
        font-size: 30px;
        line-height: 40px;
    }

    section.form-sec-main {
        padding: 60px 0px;
    }

    .gallery-page-sec .gallery-content-box .overlay {
        padding: 20px 25px;
    }

    .data-form p {
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 44px;
        line-height: 58px;
    }

    .hero-style .slide-text p {
        font-size: 15px;
        line-height: 25px;
    }

    .hero-style .slide-title,
    .hero-style .slide-text,
    .hero-style .slide-btns {
        max-width: 428px;
    }

    .hero-style .slide-text {
        right: 29px;
    }

    .wwa-contnet-wrapper h2,
    .ts-contnet-wrapper h2,
    .gt-contnet-wrapper h2,
    .footer-top-contnet-wrapper h2,
    .so-contnet-wrapper h2,
    .wwd-contnet-wrapper h2 {
        font-size: 29px;
        line-height: 33px;
    }

    .wwa-image-wrapper {
        margin: 0;
    }

    .foot-email-content .reach-text p a {
        word-break: break-all;
    }

    .testimonial-slide {
        margin: 40px 10px 40px 67px;
        padding: 50px 26px 50px 120px;
    }

    .wwa-contnet-wrapper-des p,
    .so-contnet-wrapper-des p,
    .wwd-contnet-wrapper-des p {
        font-size: 14px;
        line-height: 25px;
    }

    .website-global-btn a {
        padding: 16px 30px;
        font-size: 14px;
        line-height: 20px;
    }

    .sc_button_hover:hover .sc_button_icon,
    .sc_button_hover:hover .sc_button_text {
        left: -12px;
    }

    .sc_button_hover:hover:before,
    .sc_button_hover.active:before {
        right: 18px !important;
    }

    .gallery-slider-carousel .owl-nav button {
        width: 60px;
        height: 60px;
        line-height: 50px !important;
    }

    .testimonial-sec {
        padding: 40px 0;
    }

    .top-footer {
        padding: 40px 0;
    }

    .gallery-sec {
        padding-bottom: 50px;
    }

    .service-overview {
        padding: 0px 0 40px;
    }

    .service-overview-item a {
        min-height: 400px;
        padding: 0 0 30px 30px;
    }

    .service-overview-item a .service-count {
        font-size: 70px;
        line-height: 70px;
    }

    .service-overview-des {
        padding: 30px 35px 30px 30px;
    }

    .who-we-are,
    .what-we-do {
        padding: 40px 0;
    }

    .hero-slider-controls {
        left: 4.8%;
    }

    .navbar .menu-items {
        top: 90px !important;
    }

    .navbar .menu-item.first-item {
        padding: 20px 10px !important;
    }

    .hero-style {
        height: 62vh;
    }

    .service-overview-item a {
        padding: 0 0 20px 20px;
    }

    .service-overview-item:hover a {
        padding: 0 0 60px 30px;
    }

    .top-head-banner {
        margin-top: 88px !important;
    }

    .top-head-banner {
        padding: 60px 0 20px 0;
    }

    .head-banner-content {
        margin-bottom: 0;
    }

    .head-banner-content h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .head-banner-content {
        width: 76% !important;
    }

    .Quality-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .Quality-picture {
        margin-bottom: 20px;
    }

    .box-read-one {
        width: 100%;
    }

    .box-read-two {
        left: 0;
        top: 11px;
        right: 0;
        margin: 0 auto;
        width: 80%;
    }

    .cabinets-section .row {
        flex-direction: column-reverse;
    }

    .picture-sys {
        margin-bottom: 25px;
    }

    .team-chf {
        margin-bottom: 30px;
    }

    section.European-design {
        margin-bottom: 40px;
    }

    .main-heading {
        font-size: 29px;
    }

    section.best-choice {
        margin-bottom: 40px;
    }

    .news-container {
        margin-bottom: 40px;
    }

    .imagine-our-work .left-image-content-sec {
        padding: 0 12px !important;
    }

    .below-img-con {
        left: 0;
    }

    .over-img-con {
        margin-left: 75px;
        width: 90%;
    }

    .imagine-our-work .right-text-content-sec {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .img-con-work {
        margin-bottom: 20px;
    }

    .blog-con-main-pg {
        padding: 40px 0;
    }

    .listing-cont-work ul {
        margin-bottom: 0;
    }

    .design-pg-con {
        padding: 40px 0;
    }

    .design-pg-con .text-content-design-pg,
    .design-pg-con .image-sec-design-pg {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .reverse-sec {
        flex-direction: column-reverse;
    }

    .img-con-design-ovr {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .productions-main-pg .lft-img-cont-sec,
    .productions-main-pg .ryt-text-cont-sec {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .img-bg-production {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .instal-bg-pg {
        padding: 0;
    }

    .installation-bgmain .left-text-installation,
    .installation-bgmain .right-img-installation {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .installation-bgmain .instal-bg-pg {
        padding: 40px 0;
    }

    .image-installation-sec {
        margin-bottom: 20px;
    }

    section.secttion-contact-two {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .website-global-btn.view-more {
        margin-top: -18px;
    }

    section.our-expertise {
        padding: 20px 0px 20px 0px;
        background-color: #F5F0E5;
    }

    .website-global-btn.view-more a {
        padding: 15px 40px 15px 40px;
    }

    section.section-contact-info {
        margin-bottom: 40px;
    }

    .contact-grid {
        padding: 30px 0px 20px 0px;
    }

    .our-expertise h2 {
        text-align: center;
    }

    .our-expertise .lead {
        text-align: center;
    }

    .navbar ul li a {
        color: #000 !important;
    }

    .navbar .menu-item.active::after,
    .navbar .menu-item:hover::after {
        width: 95%;
        left: -5px;
    }

    .gallery-page-sec {
        padding: 40px 0;
    }

    .gallery-page-sec .gallery-title h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .gallery-page-sec .gallery-title {
        padding: 15px 0;
    }

    .gallery-page-sec .gallery-content {
        margin-top: 40px;
    }

    .gallery-images-sec {
        padding: 40px 0;
    }

    section.form-sec-main {
        padding: 40px 0;
    }

    .form-sec-main .img-does {
        display: none;
    }

    .form-sec-main .main-formcont-wdth {
        width: 90%;
        margin: 0 auto;
    }

    .form-sec-main .main-titlehead {
        margin-top: 0;
    }

    .website-global-btn p {
        margin-bottom: 0;
    }

    input.wpcf7-form-control.wpcf7-submit.has-spinner.sc_button.sc_button_hover.sc_button_size_normal.sc_button_icon_left {
        padding: 15px 30px;
        font-size: 14px;
        line-height: 20px;
    }

    .form-sec-main .website-global-btn a,
    .form-sec-main .website-global-btn button {
        padding: 15px 30px;
        font-size: 14px;
        line-height: 20px;
    }

    .back-btn .website-global-btn .sc_button_hover:hover:before,
    .back-btn .sc_button_hover.active:before {
        left: 20px !important;
        top: 19px !important;
    }

    .back-btn .website-global-btn .sc_button_hover:hover .sc_button_icon,
    .back-btn .sc_button_hover:hover .sc_button_text {
        left: 12px;
    }

    .back-btn .website-global-btn a:before {
        top: 19px !important;
    }

    .gallery-page-sec .gallery-content-box .overlay h5 {
        font-size: 14px;
        letter-spacing: 5px;
    }

    .gallery-page-sec .gallery-content-box .overlay {
        padding: 15px;
    }

    .gallery-page-sec .gallery-content-box .overlay h5::before {
        width: 40px;
        left: -40px;
        top: 8px;
    }

    .gallery-page-sec .gallery-img img {
        height: auto;
    }

    .gallery-images-sec .gallery-box-content {
        margin-top: 40px;
    }

    .contact-grid {
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    }
}

@media only screen and (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: block;
    }

    .hero-style .slide-title h2 {
        font-size: 38px;
        line-height: 53px;
    }

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .hero-slider-controls {
        left: 5.9%;
        bottom: 20.3%;
        width: 96px;
    }

    .navbar {
        padding: 10px 30px !important;
    }

    .wwa-contnet-wrapper .wwa-image-wrapper {
        margin-top: 30px !important;
    }

    .wwa-image-wrapper {
        padding-left: 0;
    }

    .service-overview-top {
        width: 100%;
        display: block;
    }

    .service-overview-title {
        padding: 25px 60px;
    }

    .service-overview-des {
        padding: 30px 60px;
        width: 100%;
    }

    .gallery-slider-carousel .owl-nav button {
        width: 50px;
        height: 50px;
    }

    .testimonial-slide {
        margin: 80px 10px 30px 10px;
        padding: 75px 25px 25px 25px;
    }

    .testi-profile {
        width: 130px;
        height: 130px;
        position: absolute;
        top: -65px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .testi-profile img {
        height: 130px;
    }

    .profile-name h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .testimonial-sec-inner .owl-nav {
        bottom: 14%;
    }

    .wwa-contnet-wrapper h2,
    .ts-contnet-wrapper h2,
    .gt-contnet-wrapper h2,
    .footer-top-contnet-wrapper h2,
    .so-contnet-wrapper h2,
    .wwd-contnet-wrapper h2 {
        font-size: 24px;
        line-height: 33px;
        letter-spacing: 0px;
    }

    .service-overview-item {
        flex: 0 0 auto;
        width: 49.999%;
    }

    .service-overview-item a {
        border-width: 0 1px 1px 0;
    }

    .service-overview-item:nth-child(2) a,
    .service-overview-item:nth-child(4) a {
        border-width: 0 0 1px 0;
    }

    .service-overview-item:hover a {
        padding: 0 0 40px 30px;
    }

    .service-overview-center-inner {
        flex-wrap: wrap;
    }

    .service-overview-item a {
        display: block;
    }

    .service-overview-item a {
        position: relative;
        padding: 20px 0 20px 20px;
    }

    .service-item-inner {
        position: absolute;
        bottom: 30px;
    }

    .service-overview-item:hover a {
        padding: 20px 0 40px 30px;
    }

    .so-contnet-wrapper h2 {
        margin-bottom: 0;
    }

    .footer-about img {
        width: 36%;
    }

    .testi-msg p {
        text-align: center;
    }

    .wwa-contnet-wrapper-des {
        margin-top: 2.5vh;
    }

    .website-global-btn {
        margin-top: 25px;
    }

    .website-global-btn a {
        padding: 12px 20px;
    }

    .site-logo {
        width: 27%;
    }

    .site-logo a img {
        width: 100%;
        height: auto;
    }

    .testimonial-sec {
        padding: 30px 0;
    }

    .box-read-two {
        top: 20px;
        width: 95%;
    }

    .box-read-one h4 {
        padding: 14px 0px 0 0px;
    }

    .box-read-two h4 {
        font-size: 16px;
        padding: 14px 20px 14px 20px;
        text-align: center;
    }

    .top-head-banner {
        margin-top: 55px !important;
    }

    .head-banner-content {
        width: 100% !important;
    }

    .head-banner-content h1 {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    .head-banner-content p {
        margin: 15px 0 0;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
    }

    .breadcrumb-sec nav ol li {
        font-size: 14px;
        line-height: 25px;
    }

    .breadcrumb-sec nav ol {
        justify-content: center;
    }

    .top-head-banner {
        padding: 40px 0 15px 0;
    }

    .Quality-txt h2,
    .system-line h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 8px 0 15px;
    }

    .Quality-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .counter-section {
        display: block;
    }

    .counter-box:first-child {
        width: 100%;
        margin-bottom: 0;
    }

    .counter-box {
        margin: 20px;
        display: inline-block;
        width: 25%;
    }

    .team-chf {
        margin-top: 30px;
    }

    .counter-box .trusted {
        font-size: 26px;
    }

    .counter-box .counter {
        font-size: 26px;
    }

    .add-one {
        width: 10%;
    }

    .let-start h1 {
        font-size: 26px;
    }

    .best-data {
        padding: 50px 0px;
    }

    .main-heading {
        font-size: 24px;
        margin-bottom: 30px;
    }

    section.best-choice {
        margin-bottom: 30px;
    }

    .news-card {
        margin-bottom: 20px;
    }

    .news-card:last-child {
        margin-bottom: 0;
    }

    .news-container {
        display: block;
    }

    .news-container {
        margin-bottom: 30px;
    }

    .system-line-two p {
        font-size: 14px;
    }

    .policy-two p {
        font-size: 14px;
    }

    .policy-one {
        font-size: 26px;
    }

    section.European-design {
        margin-bottom: 30px;
    }

    .over-img-con {
        margin-left: 56px;
    }

    .title-blg-our-wrk h2 {
        font-size: 22px;
    }

    .listing-cont-work h5 {
        font-size: 18px;
    }

    .blog-con-main-pg {
        padding: 30px 0;
    }

    .design-pg-con {
        padding: 30px 0;
    }

    .bg-production-bg {
        padding: 30px 0;
    }

    .installation-bgmain .instal-bg-pg {
        padding: 30px 0;
    }

    .kitchen-expression p {
        font-size: 14px;
    }

    .listing-cont-work ul li {
        font-size: 14px;
    }

    .inner-cont-sec {
        font-size: 14px;
    }

    .contact-text h1 {
        font-weight: 700;
        font-size: 40px;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-align: center;
        color: white;
    }

    .contact-text p {
        margin: 0%;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 15px;
        color: white;
    }

    .icon-box {
        background-color: #2F363D;
        padding: 12px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    h6.mb-1.fw-semibold.mail {
        font-size: 13px;
        font-weight: 500;
    }

    p.mb-0.text-muted.add-touch {
        font-size: 13px;
    }

    .lead {
        font-size: 15px !important;
    }

    .website-global-btn.view-more a {
        padding: 12px 30px 12px 30px;
    }

    .website-global-btn.view-more {
        margin-top: -25px;
    }

    h2.fw-bold.display-6.extext {
        font-size: 25px;
    }

    h2.mb-3.intouch {
        font-size: 25px;
    }

    .icon-box i {
        font-size: 16px;
        color: #ffffff;
    }

    .data-form {
        margin-top: 20px;
    }

    section.section-contact-info {
        margin-bottom: 30px;
    }

    .section-contact-info .form-label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .section-contact-info .data-form p {
        margin: 0;
    }

    section.secttion-contact-two {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar .menu-items {
        top: 67px !important;
    }

    .navbar .menu-item.first-item {
        padding: 15px 10px !important;
    }

    .navbar .menu-item::after {
        bottom: 15px;
    }

    .navbar .menu-item.active::after,
    .navbar .menu-item:hover::after {
        left: 0;
    }

    .gallery-page-sec .gallery-content {
        margin-top: 25px;
    }

    .gallery-page-sec {
        padding: 30px 0;
    }

    .gallery-images-sec {
        padding: 30px 0;
    }

    .form-sec-main .main-titlehead h2 {
        font-size: 24px;
        line-height: 28px;
    }

    section.form-sec-main {
        padding: 30px 0;
    }

    input.wpcf7-form-control.wpcf7-submit.has-spinner.sc_button.sc_button_hover.sc_button_size_normal.sc_button_icon_left {
        padding: 12px 30px;
    }

    .form-sec-main .website-global-btn a,
    .form-sec-main .website-global-btn button {
        padding: 12px 30px;
    }

    .form-sec-main .lbl-plcholder .form-select {
        font-size: 14px;
    }

    .form-sec-main .lbl-plcholder .form-control {
        font-size: 14px;
    }

    .main-formcont-wdth .lbl-plcholder p {
        margin: 0;
    }

    .form-sec-main .lbl-plcholder {
        margin-bottom: 15px;
    }

    .back-btn .website-global-btn .sc_button_hover:hover:before,
    .back-btn .sc_button_hover.active:before {
        left: 13px !important;
        top: 15px !important;
    }

    .back-btn .website-global-btn a:before {
        top: 15px !important;
    }

    .back-btn .website-global-btn .sc_button_hover:hover .sc_button_icon,
    .back-btn .sc_button_hover:hover .sc_button_text {
        left: 8px;
    }

    .contact-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .service-overview-title {
        padding: 25px 36px;
    }

    .service-overview-des {
        padding: 30px 36px;
    }

    .gallery-slider {
        width: 94%;
    }

    .hero-style .slide-title h2 {
        font-size: 30px;
        line-height: 46px;
    }

    .hero-style .slide-text {
        position: inherit;
    }

    .hero-style {
        height: 50vh;
    }

    .hero-style .slide-title h2 {
        margin-bottom: 10px;
    }

    .hero-slider-controls {
        bottom: 10.3%;
    }

    .website-global-btn a {
        padding: 12px 22px;
    }

    .website-global-btn {
        margin-top: 30px;
    }

    .hero-style .slide-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .testi-msg p {
        font-size: 14px;
        line-height: 24px;
    }

    .service-overview-item a .service-count {
        font-size: 60px;
        line-height: 50px;
    }

    .service-name {
        font-size: 18px;
        line-height: 26px;
    }

    .service-overview-item a {
        min-height: 340px;
    }

    .counter-box:first-child {
        width: 90%;
    }

    .counter-box .trusted {
        font-size: 22px;
    }

    .counter-box {
        margin: 20px 17px;
    }

    .counter-box .counter {
        font-size: 22px;
    }

    .over-img-con {
        margin-left: 50px;
    }

    .contact-text {
        padding: 100px 0px 100px 0px;
    }

    .contact-text h1 {
        font-weight: 700;
        font-size: 30px;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-align: center;
        color: white;
    }

    .contact-text p {
        margin: 0%;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 14px;
        color: white;
    }

    h6.mb-1.fw-semibold.mail {
        margin-top: 10px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
    }

    p.mb-4.get-touch {
        font-size: 14px;
    }

    .contact-map {
        height: 500px;
    }

    section.section-contact-info {
        margin-bottom: 50px;
    }

    .wwa-contnet-wrapper h2,
    .ts-contnet-wrapper h2,
    .gt-contnet-wrapper h2,
    .footer-top-contnet-wrapper h2,
    .so-contnet-wrapper h2,
    .wwd-contnet-wrapper h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .website-global-btn.ustoday a {
        padding: 15px 35px;
    }

    .contact-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        gap: 20px;
        padding: 30px 0px 30px 0px;
        background-color: #ffffff;
    }

    .navbar .menu-items {
        top: 57px !important;
    }
}

@media only screen and (max-width: 575px) {
    .service-overview-title {
        padding: 25px 15px;
    }

    .service-overview-des {
        padding: 30px 15px;
    }

    .navbar {
        padding: 10px 15px !important;
    }

    .hero-slider .slide-inner {
        padding: 0 15px;
    }

    .hero-style .slide-title h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .hero-slider-controls {
        left: 4.1%;
    }

    .hero-style {
        height: 42vh;
    }

    .hero-slider-controls {
        bottom: 10%;
    }

    .wwa-contnet-wrapper h2,
    .ts-contnet-wrapper h2,
    .gt-contnet-wrapper h2,
    .footer-top-contnet-wrapper h2,
    .so-contnet-wrapper h2,
    .wwd-contnet-wrapper h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .service-overview-item a {
        min-height: 280px;
    }

    .service-overview-bottom .service-overview-bottom-one {
        height: 105px;
        width: 40%;
    }

    .service-overview-bottom {
        gap: 0;
    }

    .gt-contnet-wrapper {
        margin-bottom: 25px;
    }

    .testi-profile img {
        height: 95px;
    }

    .testi-profile {
        width: 100px;
        height: 100px;
        top: -53px;
        border: 5px solid #fff;
    }

    .testimonial-slide {
        margin: 52px 4px 30px 5px;
        padding: 60px 15px 25px 15px;
    }

    .profile-name h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .profile-name h4::before {
        width: 34px;
    }

    .main-heading {
        font-size: 20px;
    }

    .subheading {
        font-size: 12px;
    }

    .let-start h1 {
        font-size: 22px;
    }

    .Quality-txt h2,
    .system-line h2 {
        font-size: 20px;
    }

    .title-blg-our-wrk h2 {
        font-size: 20px;
    }

    .listing-cont-work h5 {
        font-size: 17px;
    }

    .contact-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .sub-gallery .inner-gallery .row {
        flex-direction: column-reverse;
    }

    .back-btn .website-global-btn {
        text-align: start !important;
        margin-bottom: 20px;
    }

    .gallery-images-sec .inner-gallery .row {
        flex-direction: column-reverse;
    }

    .breadcrumb-sec nav ol li {
        font-size: 13px;
    }

    .form-sec-main .main-formcont-wdth {
        width: 100%;
        padding: 0 15px;
    }

    .form-sec-main .main-titlehead h2 {
        font-size: 22px;
        line-height: 25px;
    }

}

@media only screen and (max-width: 480px) {
    .top-head-banner {
        margin-top: 45px !important;
    }

    .let-start h1 {
        font-size: 20px;
    }

    .counter-box {
        width: 100%;
    }

    .counter-section {
        padding: 20px 0;
    }

    .counter-box:first-child {
        margin-top: 0;
    }

    .counter-box {
        margin: 20px 5px 0;
    }

    .over-img-con {
        margin-left: 40px;
    }

    .navbar .menu-items {
        top: 48px !important;
    }

}