a {
    display: inline-block;
}

/*.preloader img {*/
/*    width: 150px;*/
/*    margin: auto;*/
/*    animation: rotation .8s infinite linear;*/
/*}*/

/*@keyframes rotation {*/
/*    from {*/
/*        transform: rotate(0deg);*/
/*    }*/

/*    to {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/






/* // Pricing Start */
/* ####################################################################################################### */

.benefits-item {
    margin-bottom: 20px !important;
}

.benefits-item .benefits-item-icon {
    font-size: 35px !important;
}

.benefits-item-text {
    text-transform: initial;
}

.pricing-item {
    max-width: 300px;
}

.pricing-sec {
    background-color: #f3f3f3;
}

.card-header.pricing {
    background-color: #000000;
    color: #ffffff;
}

.card-header.pricing.pricing-activ {
    background-color: #eeaf5e;
}

.section_our_solution .row {
    align-items: center;
}

.our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution_cards_box .solution_card {
    /* flex: 0 50%; */
    background: #fff;
    box-shadow: 0 2px 4px 0 #8890c34e;
    background-color: #fcfcfc;
    border-radius: 15px;
    margin: 10px;
    padding: 25px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* min-height: 265px; */
    transition: all .5s ease-in-out;
}

.solution_card h3,
p,
button {
    transition: all .3s ease-in-out;
}

.solution_cards_box .solution_card:hover {
    /* background: #309df0; */
    background-color: #eeaf5e;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}

.solution_cards_box .solution_card:hover.solution_card .solu_description button {
    background-color: #fff;
    color: #eeaf5e;
}

.solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    /* width: 170px;
    height: 400px; */
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

/* 
.solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
} */

.solution_card .so_top_icon {}

.solution_card .solu_title h3 {
    color: #000000;
    font-size: 1.6rem;
    /* margin-top: 13px; */
    margin-bottom: 18px;
}

.solution_card .solu_description p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 10px;
    /* background: linear-gradient(140deg,
            #42c3ca 0%,
            #42c3ca 50%,
            #42c3cac7 75%) !important; */
    background-color: #eeaf5e;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 10px 30%;
    transition: all .5s ease-in-out;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 500;
}

.our_solution_content p {}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    /* width: 100rem;
    height: 100rem; */
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    /* width: 60px;
    height: 60px; */
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

.our-cliants-logo-con img {
    background-color: #000;
}

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }

    .our_solution_category .solution_cards_box {
        flex: auto;
    }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 50%;
        margin: 0 auto;
    }
}

/* // Pricing End */
/* ####################################################################################################### */






/* // Concrete Page Start */
/* ####################################################################################################### */

.concrete-item-con::before {
    display: none;
}

.concrete-item-text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: #eeb05ebd;
    color: #fff;
    padding: 5px;
    transition: all .3s;
    text-align: center;
}

.concrete-item-con:hover .concrete-item-text {
    margin-top: 3px;
    background-color: #eeb05e;
    color: #fff;
}

.post-classic {
    box-shadow: none;
}

.post-classic-figure img {
    transition: all .3s;
}

.concrete-item-con:hover .post-classic-figure img {
    transform: scale(1.1);
}

.concrete-item-con a {
    width: 100%;
}

.post-classic-figure {
    box-shadow: 0px 0px 5px #00000032;
}

/* // Concrete Page End */
/* ####################################################################################################### */








/* // Footer Start */
/* ####################################################################################################### */

.footer-mail {
    white-space: wrap !important;
}

.footer-item-top-gap {
    padding-top: 30px;
}

.phone,
.mail {
    padding-left: 20px;
}

/* // Footer End */
/* ####################################################################################################### */







/* // HTML Variable Start */
/* ####################################################################################################### */

/* :root{

    --head-1: 30px;
    --head-2: 20px;
    --head-3: 10px;

} */

/* // HTML Variable End */
/* ####################################################################################################### */







/* // Reuse Css Start */
/* ####################################################################################################### */

.head-1 {
    font-size: 55px;
    letter-spacing: 0;
}

.head-2 {
    font-size: 40px;
    letter-spacing: 0 !important;
    margin-bottom: 35px !important;
    text-align: center !important;
}

.head-3 {
    font-size: 30px;
    letter-spacing: 0;
}

.para-1 {
    font-size: 22px;
    line-height: 1.2;
}

.mar-t-1 {
    margin-top: 35px !important;
}

.button-lg {
    padding: 20px 30px;
    font-size: 15px;
    line-height: 1.85;
    min-width: 250px;
}

.section-lg {
    margin: 100px 0;
    padding: 0;
}

.section-md {
    padding: 80px 0 !important;
}

.section-sm {
    padding: 45px 0 !important;
    margin-top: 50px !important;
}

.services-classic-caption {
    padding: 20px 0 0 5px;
}

/* // Reuse Css End */
/* ####################################################################################################### */






/* ####################################################################################################### */

.cta-sec,
.pricing-sec {
    background-color: #e6e6e6;
    padding: 45px 0 !important;
}

.cta-head {
    font-size: 24px !important;
    letter-spacing: 0;
    font-weight: 500;
}

.cta-p {
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 18px;
}

.cta-small-head {
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 400;
}

.cta-btn {
    font-size: 14px;
}

.Landscaping-item .head-3 {
    margin-bottom: 12px;
    margin-top: 30px;
    text-transform: capitalize;
}

.Landscaping-item-img,
.more-details-img,
.tired-img {
    height: 100%;
    object-fit: cover;
}

.pricing-sec-home-page {
    background-color: transparent;
}

.start-now-btn-sec,
.contact-us-btn-sec {
    background-color: rgb(0, 0, 0);
    color: #fff !important;
    margin-bottom: 10px;
}

.start-now-btn-sec .start-now-text,
.contact-us-btn-sec .contact-us-text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    border-top: .5px solid #eeaf5e;
    border-bottom: .3px solid #eeaf5e;
    border-radius: 5px;
    padding: 10px 0;
}

.start-now-btn-sec-btn,
.contact-us-sec-btn {
    border-radius: 5px;
}

.contact-us-text-rel {
    position: relative;
}

.contact-us-sec-btn {
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.tired-head {
    text-align: left !important;
}

.text-hightlight {
    color: #eeaf5e !important;
}

/* ####################################################################################################### */







/* // Responsive Css */
/* ####################################################################################################### */

@media only screen and (max-width: 1400px) {}


@media only screen and (max-width: 1200px) {
    .head-1 {
        font-size: 50px;
    }

    .head-2 {
        font-size: 35px;
        margin-bottom: 32px;
    }

    .head-3 {
        font-size: 25px;
    }

    .para-1 {
        font-size: 20px;
    }

    .mar-t-1 {
        margin-top: 30px !important;
    }

    .section-lg {
        margin: 90px 0;
        padding: 0;
    }

    .section-md {
        padding: 65px 0 !important;
    }

    .section-sm {
        padding: 40px 0 !important;
        margin-top: 45px !important;
        text-align: left;
    }

    .cta-sec,
    .pricing-sec,
    .pricing-sec {
        padding: 40px 0 !important;
    }

    .cta-head {
        font-size: 23px !important;
    }

    .cta-p {
        font-size: 18px;
    }

    .cta-small-head {
        font-size: 20px;
    }

    .cta-btn {
        font-size: 16px;
    }

}


@media only screen and (max-width: 992px) {
    .head-1 {
        font-size: 45px;
    }

    .head-2 {
        font-size: 30px;
        margin-bottom: 30px !important;
    }

    .para-1 {
        font-size: 18px;
    }

    .mar-t-1 {
        margin-top: 25px !important;
    }

    .button-lg {
        padding: 15px 30px;
        min-width: 240px;
    }

    .section-lg {
        margin: 80px 0;
        padding: 0;
    }

    .section-md {
        padding: 55px 0 !important;
    }

    .section-sm {
        padding: 35px 0 !important;
        margin-top: 35px !important;
    }

    .services-classic-caption {
        padding: 20px 0 0 0;
    }

    .services-classic {
        /* max-width: 80%; */
    }

    .cta-sec,
    .pricing-sec {
        padding: 35px 0 !important;
    }

    .cta-head {
        font-size: 22px !important;
    }

    .cta-p {
        font-size: 17px;
    }

    .cta-small-head {
        font-size: 19px;
    }

    .cta-btn {
        font-size: 15px;
    }

    .Landscaping-item .head-3 {
        margin-bottom: 12px;
        margin-top: 25px;
    }

    .Landscaping-item-img,
    .more-details-img,
    .tired-img {
        width: 100%;
        height: auto;
    }

    .tired-head {
        text-align: center !important;
    }
}


@media only screen and (max-width: 768px) {
    .head-1 {
        font-size: 40px;
    }

    .head-2 {
        font-size: 25px;
        margin-bottom: 26px !important;
    }

    .head-3 {
        font-size: 20px;
    }

    .para-1 {
        font-size: 16px;
    }

    .mar-t-1 {
        margin-top: 20px !important;
    }

    .button-lg {
        padding: 15px 30px !important;
        font-size: 14px !important;
        min-width: 250px !important;
    }

    .section-lg {
        margin: 70px 0;
        padding: 0;
    }

    .section-md {
        padding: 45px 0 !important;
    }

    .section-sm {
        padding: 30px 0 !important;
        margin-top: 25px !important;
        text-align: center;
    }

    .cta-sec,
    .pricing-sec {
        padding: 35px 0 !important;
    }

    .cta-head {
        font-size: 19px !important;
    }

    .cta-p {
        font-size: 15px;
    }

    .cta-small-head {
        font-size: 17px;
    }

    .cta-btn {
        font-size: 13px;
    }

    .start-now-btn-sec .start-now-text {
        font-size: 16px;
    }

    .preloader img {
        width: 100px;
        margin: auto;
    }

}


@media only screen and (max-width: 576px) {

    .head-1 {
        font-size: 35px;
    }

    .head-2 {
        font-size: 23px;
        margin-bottom: 22px !important;
    }

    .para-1 {
        font-size: 14px;
    }

    .mar-t-1 {
        margin-top: 15px !important;
    }

    .services-classic {
        /* max-width: 95%; */
    }

    .section-lg {
        margin: 50px 0;
        padding: 0;
    }

    .cta-sec,
    .pricing-sec {
        padding: 30px 0 !important;
    }

    .cta-head {
        font-size: 18px !important;
    }

    .cta-p {
        font-size: 14px;
    }

    .cta-small-head {
        font-size: 16px;
    }

    .cta-btn {
        font-size: 12px;
    }

    .Landscaping-item .head-3 {
        margin-bottom: 10px;
        margin-top: 23px;
    }
}