* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

.bg-green {
    background: #0e8e44 !important;
}

.text-green {
    color: #0e8e44 !important;
}

.border-dotted {
    border: 2px dotted #0e8e44;
}

.btn-white {
    background-color: #fff;
    color: #dc3545;
}

    .btn-white:hover {
        border: 1px solid #ffff;
        color: #dc3545;
    }

.btn2 {
    padding: 8px 15px !important;
    background-color: #2d2d2d !important;
    border: none !important;
    border-radius: 5px !important;
    transition: 500ms !important;
}

    .btn2:hover {
        background-color: #222222 !important;
    }

.actives {
    background-color: ##dc3545 !important;
    color: white !important;
    border-radius: 3px !important;
}

.social-icon span a {
    font-size: 20px;
}

.hvr-up a:hover {
    color: #dc3545 !important;
    transition: 700ms !important;
}

.hvr-up2 a:hover {
    color: #dc3545 !important;
    transition: 700ms !important;
}

.hvr-up3 a:hover {
    color: #dc3545 !important;
    transition: 700ms !important;
}

.hvr-up2:hover {
    cursor: pointer;
    color: #dc3545 !important;
    transition: 800ms !important;
}




.menu-hvr:hover > a {
    background-color: #dc3545 !important;
    color: #ffff !important;
    transition: 500ms !important;
}
/*.dropdown a:hover {
    background-color: #dc3545 !important;
    color: white !important;
    transition: 500ms !important;
}
*/

.scrh:focus {
    outline-color: #dc3545 !important;
}

.menu {
    position: relative;
}



.drp-category-menu {
    position: relative;
}

    .drp-category-menu a i {
        position: relative;
        top: 2px;
        left: 4px;
    }

.drp-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    background-color: #ffffffad;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 500ms !important;
}

    .drp-menu a {
        display: inline-table;
        text-decoration: none;
        color: #000;
        width: 100%;
        padding: 10px !important;
        border-bottom: 1px solid #80808071;
        transition: 300ms;
    }

        .drp-menu a:hover {
            background-color: #dc3545;
            color: #fff;
        }

.drp-category-menu:hover .drp-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

/*adminbutton style*/

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 37px !important;
    left: -155px !important;
    width: 14em !important;
    background-color: #ffffff;
    z-index: 1;
}

.dropdown {
    position: relative;
    padding: 7px;
}

.dropdown-toggle i {
    position: absolute;
    top: 12px;
    left: 16px;
}

.carousel-item img {
    height: 650px;
}

/*sale-and-rent-btn style start*/

.sale-and-rent-btn {
    position: absolute;
    top: 0;
    left: 0;
}

/*sale-and-rent-btn style end*/


/*Find House start*/
.slider {
    position: relative;
}

.find--bike {
    position: relative;
    top: 60px;
    box-shadow: 0px 4px 7px 5px rgb(116 116 116 / 20%);
    z-index: 9;
    padding: 0px;
    border-radius: 10px;
}

.bike-fine-selector select {
    background: #e9e9e98e;
    border-radius: 6px;
    height: 52px;
}

select option {
    background: #0e8e44 !important;
    color: white !important;
}

.bike-fine-search-button > button {
    background: #0e8e44;
    padding: 13px 21px;
    border-radius: 5px;
    color: #fff;
    font-size: 19px;
    transition: ease-out 400ms;
}

.bike-fine-search-button button:hover {
    background: #222 !important;
    color: #fff !important;
}




/*Find House End*/
.all-project {
    background-color: #f5f5f5;
    padding-top: 105px !important;
}


.safe-way {
    background: url(images/jason-dent-w3eFhqXjkZE-unsplash.jpg) no-repeat center bottom;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    padding: 100px 0;
}

/* New Arrival style */
.active, .btn:hover {
    background-color: #dc3545 !important;
    color: white !important;
}

.new-arrivel-option span a {
    cursor: pointer !important;
    font-size: 17px;
}

.arv-btn a {
    transition: 500ms !important;
}
/*.arv-btn a:hover {
    background-color: #dc3545 !important;
    color: #fff !important;
}*/

/* Product Item style */
.img-item {
    box-shadow: 0px 20px 37px 10px rgba(0, 0, 0, 0.1) !important;
}

    .img-item:hover span a {
        color: #dc3545 !important;
        transition: 500ms;
    }

    .img-item a {
        position: relative;
        display: block;
    }

    .img-item > a::after {
        content: '';
        position: absolute;
        bottom: 0 !important;
        left: 0 !important;
        height: 100%;
        width: 101%;
        background-color: #0e8e4359;
        opacity: 0;
        visibility: hidden;
        transition: ease-out .3s;
        transform: translateX(-1%) translateY(-40%) scale(0);
        transform-origin: left center;
    }

    .img-item:hover a::after {
        transform: translateX(-1%) translateY(-40%) scaleY(1.8);
        opacity: 1;
        visibility: visible;
    }

.view-btn > a {
    background: #fff0;
    color: #fff;
    border: 2px solid #fff;
}

    .view-btn > a:hover {
        background: #fff;
        color: #0e8e44;
    }

.img-item .view-btn > a {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: ease-out .3s;
    transform: translateX(-1%) translateY(-40%) scale(0);
    transform-origin: left center;
}

.img-item:hover .view-btn > a {
    top: 36%;
    left: 153px;
    transform: translateX(-1%) translateY(-40%) scaleY(1);
    visibility: visible;
    opacity: 1;
}

.img-hover {
    cursor: pointer !important;
    transition: transform 500ms;
    transform-origin: center center !important;
}

    .img-hover:hover {
        transform: scale(1.02);
    }


.project-title:hover span a {
    color: #0e8e44 !important;
    transition: 500ms;
}

/*Property Services Style*/

.property-services {
    background: url(../Content/images/bg-counter-copy.jpg) no-repeat fixed center center;
    padding: 100px 0;
}


#landownerScope {
    background: url(../Content/images/LandOwner/landowners-518115.jpg) no-repeat fixed center center;
    padding: 100px 0;
}


#landownerScopeSecond {
    background: url(../Content/images/LandOwner/landowners-449352.jpg) no-repeat fixed center center;
    padding: 100px 0;
}

.title-section {
    position: relative;
}

    .title-section div {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 80px;
        padding: 10px;
        background-color: #9d2323;
        border-radius: 5px;
    }

.services-card {
    position: relative;
}

    .services-card .card {
        border: 2px dotted #0e8e44;
    }

.services-card-icon {
    position: absolute;
    top: -40px;
    right: 30px;
}

    .services-card-icon i {
        font-size: 30px;
        padding: 25px 21px;
    }

.apartment-icon i {
    font-size: 30px;
    padding: 25px 27px;
}

.services-card .card .card-text span:hover {
    color: #0e8e44;
    cursor: pointer;
    transition: 500ms;
}

/*Meet Our Team Style*/
.agent-card {
    position: relative;
    /* overflow: hidden; */
    padding: 10px;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}


    /*.card-shadow {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}*/
    .agent-card .card .card-image {
        height: 390px;
        width: 100% !important;
    }

/*.agent-card .card .card-text {
    background-color: #302f2f;
}*/

.team-content {
    height: 80px;
    width: 100%;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 9;
    background: #fff;
}

.team-info {
    color: #000;
}

.card:hover .team-content {
    height: 160px;
    background-color: #0e8e44 !important;
    color: #fff !important;
    cursor: pointer;
}

    .card:hover .team-content .team-info {
        color: #fff !important;
    }

.team-info a:hover {
    text-decoration: underline !important;
}

.agent-social-icon a i {
    padding: 10px 12px;
}

.twiter i {
    padding: 10px 10px !important;
}

.instagram i {
    padding: 10px 10px !important;
}

/*swiper style start*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/*swiper style end*/


.allproduct-title {
    background: url(../Content/images/bg-details.jpg) no-repeat center center;
    background-size: cover;
    padding: 25px;
}


/*Aboute US Title Style*/
.aboutus-title {
    background: url(../Content/images/bg-testimonials.jpeg) no-repeat center center;
    background-size: cover;
    padding: 188px;
    margin-bottom: 4px;
}

/*Contact US Title Style*/

.contactus-title {
    background: url(../Content/images/bg-details.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px;
}

/*Project Category Title Style*/

.project-category {
    background: url(../Content/images/bg-details.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px;
}

.photo-gallery {
    background: url(../Content/images/bg-details.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px;
}

.contact-address {
    background: url(../Content/images/bg-counter-copy.jpg) no-repeat center center fixed;
    padding: 75px;
}

/*Project Details Style*/
.custom-checkbox .form-check-input:checked {
    background-color: #0e8e44;
    border-color: #0e8e44;
}


@media only screen and (max-width: 992px) {

    .Product-item > a {
        position: relative;
        display: block;
    }

        .Product-item > a::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 0;
            height: 100%;
            width: 100%;
            background-color: #01ae6e33;
            opacity: 0;
            visibility: hidden;
            transform: scaleX();
            transform-origin: bottom center;
            transition: 500ms;
        }

    .Product-item:hover a::after {
        opacity: 1;
        visibility: visible;
        transform: scaleX(1);
    }


    .Product-item:hover span a {
        color: #01ae6e !important;
        transition: 500ms;
    }
}

/* customer says style */

.custommer-says {
    background: url(images/bg.jpg) no-repeat fixed;
    background-size: cover !important;
    padding: 50px 0 !important;
}

.testimonial-item {
    border: 5px solid #ffffff69;
    transition: 300ms;
}

.testimonial:hover .testimonial-item {
    border: 5px solid #dc3545;
}

.frm {
    position: relative;
}

.src {
    position: absolute;
    top: -2px;
    right: 83px;
}

/* About Us Style Css */

.protfolio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 700ms;
}

    .protfolio img:hover {
        transform: scale(1.2);
    }

.about-section {
    text-align: justify !important;
}

/* safe-section */

.safe-section {
    background: url(images/Safe-banner.jpg) no-repeat center;
    background-size: cover;
    /* padding: 150px 0; */
    /* text-align: justify; */
}

.pest-img img {
    position: relative;
    top: 30px;
    height: 300px;
}

/* Contact Style Css */

.crd-hvr {
    border: 2px dotted #0e8e44;
    transition: 700ms;
}

    .crd-hvr > a:hover {
        color: #280f0f !important;
        transition: 700ms !important;
    }

.frm-btn:hover {
    background-color: #280f0f !important;
    border-color: #280f0f !important;
    transition: 700ms !important;
}


@media (max-width:576px) {

    .footer {
        padding: 0 30px;
    }

    .navbar-nav .nav-item {
        width: 7rem !important;
        text-align: left !important;
        padding-left: 10px !important;
    }

    .drp-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .header-up {
        font-size: 12px;
    }

    .logo-img img {
        width: 125px !important;
    }

    .logo-title span {
        font-size: 16px !important;
    }

    .mobile-menu {
        font-size: 14px;
    }

    .aboutus-title {
        padding: 30px !important;
    }

    .contactus-title {
        padding: 30px !important;
    }

    .prt-item h4 {
        font-size: 14px;
    }

    .prt-item h2 {
        font-size: 18px;
    }

    .safe-way h4 {
        font-size: 14px;
    }

    .safe-way p {
        font-size: 22px;
    }

    .safe-way h3 {
        font-size: 14px;
    }

    .safe-way {
        max-width: 100%;
    }

    .new-arrivel-title img {
        width: 100px;
    }

    .new-arrivel-title p {
        font-size: 14px !important;
    }

    .new-arrivel-option span a {
        font-size: 10px !important;
        cursor: pointer !important;
    }

    .card-img-top img {
        width: 100% !important;
        height: 16em !important;
    }

    .card-body span a {
        font-size: 1rem !important;
    }

    .card-body p {
        font-size: .7rem !important;
    }

    .team-content {
        height: 72px !important;
        width: 92% !important;
    }

    .custommer-says-title p {
        font-size: .9rem !important;
    }

    .custommer-says-title h1 {
        font-size: 1.6rem !important;
    }

    .testimonial h4 {
        font-size: 1rem !important;
    }

    .testimonial h5 {
        font-size: .7rem !important;
    }

    .testimonial img {
        width: 170px !important;
        height: 70px !important;
        margin-top: 10px !important;
    }

    .aboutInner h4 {
        font-size: 1.2rem !important;
    }

        .aboutInner h4 span {
            font-size: 1.2rem !important;
        }

    .aboutInner p {
        font-size: .9rem !important;
    }

    .card:hover .team-content {
        height: 160px !important;
        width: 100% !important;
        background-color: #0e8e44 !important;
        color: #fff !important;
        cursor: pointer;
    }
}


@media (max-width:1200px) {
    .frm {
        position: relative;
        width: 20rem;
    }

    .src {
        position: absolute;
        top: -2px;
        right: 60px;
    }
}

@media (max-width:450px) {
}

@media (max-width:375px) {
    .new-arrivel-option span a {
        font-size: 8px !important;
        cursor: pointer !important;
    }
}

@media (max-width:320px) {
    .new-arrivel-option span a {
        font-size: 6px !important;
        cursor: pointer !important;
    }
}

.dropdownc {
    position: relative;
}



.selectc {
    background: #ffffff;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #f3efef;
    padding: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    overflow: hidden !important;
}

.select-clicked {
    border: 2px solid #47d392;
    box-shadow: 0 0 0.5em #58cd92;
    overflow: hidden !important;
}

.selectc:hover {
    background: #f3efef;
}

.caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #222;
    transition: 0.3s;
}

.caret-rotate {
    transform: rotate(180deg);
}

.menuc {
    list-style: none;
    padding: 0.2em 0.5em;
    background: #fff;
    border: 1px solid #47d392;
    border-radius: 0.5em;
    color: #222;
    position: absolute;
    top: 10.9em;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0;
    display: none;
    transition: 0.3s;
    z-index: 1;
}

    .menuc li {
        padding: 0.7em 0.5em;
        margin: 0.3em 0;
        border-radius: 0.5em;
        cursor: pointer;
        overflow: hidden !important;
    }

        .menuc li:hover {
            background: #f3efef;
        }

.activec {
    background: #f3efef;
}

.menu-open {
    display: block;
    opacity: 1;
}

.navbar-two {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    padding: 5px;
    background: #fff;
    width: 100% !important;
    transition: position 500ms ease-in-out !important;
    z-index: 999;
}

.log-btn {
    transition: ease-out 500ms;
}

    .log-btn:hover {
        background: #222 !important;
    }



/* Ensure the carousel is responsive */
#carouselExampleCaptions {
    max-width: 100%;
    max-height: 500px;
}

/* Adjust image height for different screen sizes */
@media (max-width: 768px) {
    #carouselExampleCaptions img {
        height: 300px;
    }
}

@media (max-width: 576px) {
    #carouselExampleCaptions img {
        height: 200px;
    }
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-item {
        width: 90%; /* Smaller images on small screens */
        height: auto;
    }
}

@media (max-width: 520px) {
    .testimonial-item {
        width: 80%; /* Adjust for very small screens */
    }
}


@media (max-width: 767px) {
    .profile-body {
        padding: 15px;
    }

    .profile-header h2 {
        font-size: 2em;
    }

    .profile-header h5 {
        font-size: 1em;
    }
}
