* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/* Navbar */
.navbar {

    height: 90px;
    padding: 0.5rem;
}

/* logo */
.navbar-brand {
    width: 100px;
    height: auto;
    font-weight: 700;
    color: #009970;
    font-size: 24px;
    transition: 0.3s color;

}

/* login button */
.login-button {
    background-color: #009970;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
}

.login-button:hover {
    background-color: #00b383;
}

/* Navbar Button */
.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

/* Navbar Menu */
.nav-link {
    color: #666777;
    font-weight: 600;
    position: relative;
}

.nav-link:hover {
    color: green !important;
}

.nav-item.active>.nav-link {
    color: red !important;
}

.nav-item .dropdown-menu {
    background-color: #ffffffb5 !important;
    backdrop-filter: blur(3px) !important;
}

.nav-item .dropdown-menu .nav-item {
    padding: 0 .5rem;
}

.nav-item .dropdown-menu .nav-item .dropdown-item {
    margin: 0px !important;
    overflow: hidden;
    border-radius: 5px;
}

.nav-item .dropdown-menu .nav-item .dropdown-item:hover {
    background: white !important;
}



/* Navbar Menu End */


/* 
.dropdown-item:hover {
    background-color: #FFD563;
    color: red !important;
    transition: all 0.5s ease;
}
.dropdown-item {
    padding: 8px;
    font-size: 15px;
    
} */
/* 
.navbar{
    font-size: 13px;
}

.nav-backg-img{
    background: url(images2/header-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover ;
    background-attachment: fixed;
    
} */



/* menu */
/* .link-menu{
    color: black;
    font-weight: 600;
}

.nav-item {
    display: flex;
    align-items: center;
} */

.margin-top-125 {
    margin-top: 125px;
}

.margin-contruct-top {
    margin-top: 90px;
}

.margin-about-top {
    margin-top: 90px;
}


.all-socail-logo {
    display: flex;
    gap: .5rem;
}

.social-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #172d52;
    border-radius: 50%;
}

.social-logo a {
    color: #FFD563;
}

.quick-link ul li {
    list-style: none;
    padding: 3px;
}

.quick-link ul li a {
    text-decoration: none;

}

.contact-info {
    display: flex;
}

.footer-border-right {
    border-right: 2px solid #FFD563;
}

.footer-gallery img {
    aspect-ratio: 4/3;
}

.developer {
    text-decoration: none;
    color: #FFD563;
}

.developer:hover {
    text-decoration: underline;
}

.quick-link ul li a {
    text-decoration: none;
    color: white;
}

.quick-link ul li a:hover {
    color: #FFD563;
    transition: all 0.5s ease;
}

.contact-icon a {
    color: #FFD563;
    margin-right: 10px;
}

.contact-address a {
    color: white;
}


.background-pic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 7rem 1rem;
}

.breadcrumb-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .8rem;
}

.current-breadcrumb {
    opacity: 1;
}

.breadcrumb-links i {
    font-size: .75rem;
}

.breadcrumb-links a {
    text-decoration: none;
    color: white;
    display: flex;
    font-weight: 500;
    position: relative;
}

.breadcrumb-links a:hover:not(.current-breadcrumb) {
    color: #FFD563;
}

.breadcrumb-links .current-breadcrumb::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #FFD563;
}

.breadcumbs {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/reception-desk-for-office.jpg);
    background-attachment: fixed;
}

.box-icon {
    justify-content: center;
    display: flex;
    font-size: 40px;
}

.box-title {
    justify-content: center;
    display: flex;
}

.icon-parts:hover {
    background-color: #FFD563 !important;
    transition: all 0.5s ease !important;
    color: black !important;

}

.social-logo {
    transition: all 0.3s;
}

.all-socail-logo .social-logo:hover {
    transform: scale(1.5);
    padding: 5px;
}



.icon-design {
    background-color: #FFD563 !important;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.icon-design>img {
    width: 28px !important;
}

.relative-about {
    position: relative;
    background-color: #FFD563 !important;

    width: 350px;
    height: 450px;
}

.absolute-about img {
    position: absolute;
    width: 350px !important;
    height: 450px !important;
    top: -20px;
    left: 20px;
}

.about-us-Backg {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 35% auto;
}

.about-us-bg-color {
    background-color: #F5F8FA;
    opacity: 0.9;
    padding-top: 100px;
    padding-bottom: 100px;

}

.our-service-backg {
    background: url(../images/business-bg-_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.our-Service-Color-bg {

    background-color: rgba(0, 0, 0, 0.7);
}

.font-wt {
    font-weight: 800;
}


.why-choose-background {
    background-image: url(../images/appartment-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}


.w-ch-backg-color {

    background-color: rgba(255, 255, 255, 0.9);
}




.relative {
    position: relative;
    background-color: #FFD563 !important;

    width: 400px;
    height: 500px;
}

.absolute img {
    position: absolute;
    width: 400px !important;
    height: 500px !important;
    top: -20px;
    left: 20px;
}

.how-it-work-title,
.three-step-part {
    text-align: center;
}

.hw-it-backg-color {
    background-color: #F5F8FA;
    opacity: 0.9;
}

.swiper-pagination-bullet {
    background: white;
}



.service-part-one-backg {
    background-image: url(../images/WilderBuildingSummerSolstice.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
}

.service-part-one-backg-color {
    background-size: cover;

    height: 400px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);

}

.expert-bg-color-relative {
    position: relative;
    background-color: #FFD563 !important;
    width: 350px;
    height: 270px;

}

.expert-photo-absolute img {
    width: 350px;
    height: 270px;
    position: absolute;
    top: -20px;
    left: -20px;


}

.vacation-cleaning-part {
    background-image: url(../images/woman-yellow-rubber-glove-cleaning-stove-kitchen-banner-photo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
}

.vacation-cleaning-part-backg-color {
    background-size: cover;

    height: 450px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);

}

.VC-Backg {
    background-color: rgba(255, 255, 255, 0.7);

}

.VC-Backg p {
    color: gray;
    font-weight: 600;
}

.VC-Backg h2 {

    font-weight: 600;
}

.vc-image img {
    height: 350px;
}

.deep-bg-color-relative {
    position: relative;
    background-color: #FFD563 !important;
    width: 400px;
    height: 400px;


}

.deep-photo-absolute img {
    width: 400px;
    height: 400px;
    position: absolute;
    top: -20px;
    left: -20px;

}

.sp-hover i:hover {
    color: #FFD563 !important;
    transition-duration: 0.5s !important;
}

.sp-hover p:hover {
    color: #FFD563 !important;
    transition-duration: 0.5s !important;
}

.interior-construction-part {
    background-image: url(../images/professional-cleaners.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
}

.interior-construction-part-backg-color {
    background-size: cover;

    height: 450px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);

}

.ic-Backg {
    background-color: rgba(255, 255, 255, 0.7);

}

.ic-Backg p {
    color: gray;
    font-weight: 600;
}

.ic-Backg h2 {

    font-weight: 600;
}

.ic-image img {
    height: 350px;
}

.post-const-bg-color-relative {
    position: relative;
    background-color: #FFD563 !important;
    width: 400px;
    height: 400px;



}

.post-const-photo-absolute img {
    width: 400px;
    height: 400px;
    position: absolute;
    top: -20px;
    right: -20px;

}

.cc-image img {
    width: 500px;
    height: auto;
}

.contact-us-part-one-backg {
    background-image: url(../images/reception-desk-for-office.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
}

.contact-us-part-one-backg-color {
    background-size: cover;

    height: 400px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);

}

.sub {
    background-color: #FFD563;
    border: none;
}

.custom-field {
    outline: none;
    border-color: #172d522d !important;
    padding-inline: .5rem !important;
    border-radius: 4px;
}

.custom-field:focus {
    border-color: #ffc423 !important;
}

.wpcf7-spinner::before {
    top: 2px;
    left: 2px;
}

.wpcf7-spinner {
    top: .5rem;
    margin: 0 !important;
    width: 20px !important;
    height: 20px !important;
    left: 50%;
    transform: translateX(-50%);
}

.submit-btn p {
    margin-bottom: 0 !important;
}

.wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    margin: 0em !important;
    border-radius: 5px;
    text-align: center;
    padding: .5rem 1rem;
}

textarea.custom-field {
    resize: none;
    max-height: 120px;

}

.business-image {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.main-business-image {
    object-fit: cover;
    aspect-ratio: 4/3.5;
    border-radius: 5px;
}

.content {
    height: 100%;
}

.content>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    margin-top: auto;
    /* pushes content evenly */
}

/* *********Button Sake CSS Start******** */
/* .jakano:hover {
    animation: shake 2s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
} */

/* *********Button Sake CSS End******** */



/* ****Swiper Slider Recent Work CSS Start**** */

html,
body {
    position: relative;
    height: 100%;
}

body {

    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* max-width: 100%; */
}

/* ****Swiper Slider Recent Work CSS End**** */

/* recent-work-bg CSS start  */

.recent-work-bg {
    background: url(../images/3d-rendering-modern-dining-room-living-room-with-luxury-decor.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.recent-work-color-bg {

    background-color: rgba(0, 0, 0, 0.6);
}

/* recent-work-bg CSS end */

/* propeerties-card CSS start  */

.properties-img img {

    transition: .8s;
}

.properties-img {
    overflow: hidden;

}

img.card-img-top:hover {
    transform: scale(1.5);
}

/* propeerties-card CSS end  */

.msment-title-top {
    justify-content: center;
    display: flex;
    /* font-size: 40px; */
}

.msment-title-btom {
    justify-content: center;
    display: flex;
}

.msment-title-parts:hover {
    background-color: #FFD563 !important;
    transition: all 0.5s ease !important;
    color: black !important;

}


/* Offers-card CSS start  */

.offers-img img {

    transition: .8s;
}

.offers-img {
    overflow: hidden;

}

img.card-img-top:hover {
    transform: scale(1.5);
}

.single-title-border {
    border-left: 5px solid #FFD563;
    padding-left: .5rem;
}

/* .caption.single-title-border {
    border-left: 3px solid rgb(11, 26, 48);
} */

.page-img-content {
    background-color: #f5f6fa;
}

.page-content {
    background-color: #f5f6fa;
    padding: 1.5rem;
}

.page-content.single-title-border {
    border-color: #FFD563;
    border-bottom: 5px solid #FFD563;
}

.page-content p:last-child {
    margin-bottom: 0rem !important;
}

.page-img-content>div {
    transform: scale(.9);
}

.page-img {
    overflow: hidden;

}

.caption {
    font-style: italic;
}

.swiper-slide {
    overflow: hidden;
    cursor: pointer;
}

.swiper-slide img {
    transition: all .5s ease-in-out;
}

.swiper-slide:hover .overlay-content {
    opacity: 1;
}

.swiper-slide:hover img {
    transform: scale(1.2);

}

.overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.slider-content button {
    padding: .5rem 1rem;
    outline: none;
    border: 2px solid #FFD563;
    background: #FFD563;
}

.slider-content button:hover {
    background: #ffc423;
    border: 2px solid #ffc423;
}



/* .image-content {
    overflow: hidden !important;
} */


/* Offers-card CSS end  */




/* slider test  */

/* body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      } */

.swiper {
    width: 100%;
    height: 400px;
    margin: 20px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

/* owl-carousel-slider-2 css start  */

.slider {
    /* margin-bottom: 20px; */
    position: relative;
}

.slider .owl-item.active.center .slider-card {

    transform: scale(1.15);
    opacity: 1;
    background-color: #ccc;
}

.slider-card {
    background-color: #aaa;
    margin: 50px 15px 50px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgba(206, 191, 191, 0.493);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
}

.slider-card img {
    border-radius: 5px;
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 50px);
    right: 250px;
    opacity: 1;
    font-size: 50px !important;
    z-index: 1;
}

.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 50px);
    left: 250px;
    opacity: 1;
    font-size: 50px !important;
    z-index: 1;

}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: rgba(180, 180, 180, 0.6) !important;
    color: rgba(180, 180, 180, 0.8) !important;
    width: 70px;
    height: 70px;
    border-radius: 50px !important;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background: white !important;
    color: rgba(180, 180, 180, 0.8) !important;
    width: 70px;
    height: 70px;
    border-radius: 50px !important;
    transition: all 0.3s !important;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background: white !important;
    color: rgba(180, 180, 180, 0.8) !important;
    width: 70px;
    height: 70px;
    border-radius: 50px !important;
    transition: all 0.3s !important;
}


.slider-card img {
    width: 500px !important;
    height: 300px !important;


}



/* owl-carousel-slider-2 css End */



@media (min-width:991px) {
    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #009970;
        visibility: hidden;
        transition: 0.3s ease-in-out;

    }

    .nav-link:hover::before {
        width: 100%;
        visibility: visible;
    }
}