body {
    background-color: #fff;
}
.landing_services {
    height: 770px;
    background-image: url(../../images/services.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-color: rgb(248 248 248);
    /* padding: 0 0 3rem !important; */
    margin-top: -97px !important;
}
@media (max-width: 900px) {
    .landing_services {
        height: 400px;
        margin-top: 36px !important;
        background-position: center;
        background-size: cover;
    }
}
@media (max-width: 567px) {
    .landing_services {
        height: 227px;
        margin-top: -1px !important;
        background-position: center;
        /* background-size: contain; */
    }
    .landing_services .box-lainding {
        bottom: 40% !important;
        right: 55% !important;
        transform: translate(50%, 0) !important;
    }
}
@media (min-width: 900px) {
    .landing_services {
        margin-top: -127px !important;
    }
}

.landing_services .box-lainding {
    bottom: 60%;
    right: 50%;
    transform: translate(50%, 0);
}
.landing_services .heading {
    color: white;
}
.about_services .heading-icon i {
    color: var(--primary);
    font-size: 25px;
}
.about_services .heading-icon {
    border-radius: 5px;
    background-color: #f3f3f3;
    color: var(--primary);
    box-shadow: -4px 6px 6px 0px #00000026;
    font-size: 10px;
}
.about_services .content-icon i {
    color: var(--primary);
    transform: scale(-1);
}
.about_services .imge-box {
    position: relative;
}
.about_services .logo-box {
    position: absolute;
    background-color: var(--primary);
    width: 190px;
    height: 130px;
    border-radius: 3px;
    bottom: 50px;
    right: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: jumpInfinite 4s infinite;
    box-shadow: 10px 10px 6px 0px #00000040;
}
.about_services .logo-box img {
    width: 100% !important;
    height: 100% !important;
}
@keyframes jumpInfinite {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(15px);
    }
    50% {
        transform: translateY(30px);
    }
    70% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .about_services .logo-box {
        right: 0;
    }
}
.about_services .imge-box img {
    height: 500px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

/*services*/
.allservices .line {
    height: 10px;
    background-color: var(--primary);
}
.allservices .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-item.active .page-link {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 567px) {
    .allservices .allservices-box {
        /* display: flex !important; */
        /* flex-direction: column !important; */
        justify-content: center !important;
    }
    .allservices .des-info {
        max-width: 100%;
    }
    .about_services .logo-box {
        left: 150px;
    }
}

.allservices .circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    box-shadow: 9px 2px 0px -4px #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    margin-bottom: 1rem;
    /* margin-right: 30px; */
    background: white;
    position: relative;
}
.allservices .circle img {
    padding: 0;
    width: 150px;
    height: 150px;
    /* border-radius: 50%; */
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.allservices .circle p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}
.allservices .half_circle {
    position: absolute;
    /* content: ""; */
    width: 20px;
    height: 35px;
    background-color: var(--primary);
    border-radius: 0 100% 100% 0;
    right: -19px;
    z-index: -5;
}
.allservices .btn {
    font-size: 15px;
    color: white;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background-color: rgba(254, 191, 2, 1);
    border: 1px solid rgba(254, 191, 2, 1);
}
.allservices .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: rotate(30deg); */
    font-size: x-large;
}
.allservices .btn:hover {
    border: 1px solid rgba(254, 191, 2, 1);
    font-size: 15px;
    color: rgba(254, 191, 2, 1);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    background-color: white;
}

/* contact */
.contact {
    background-color: #fff;
}
/* .contact .form-control {
    background-color: transparent;
    border-left: 0px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(14, 14, 14, 0.32);
    border-right: 0px solid rgba(255, 255, 255, 1);
    border-top: 0px solid rgba(255, 255, 255, 1);
    border-radius: 0px;
} */
.contact .form-control::placeholder {
    color: rgba(13, 13, 13, 0.979);
}
.contact .form-control {
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 6px;
}
.contact .btn1:hover,
.contact .btn1:focus,
.contact .form-control:focus {
    box-shadow: none;
}

.contact .btn1 {
    padding: 0.5rem;
    border: 3px solid rgba(255, 255, 255, 0.293);
    border-radius: 6px;
    color: white;
    background-color: var(--primary);
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.contact .btn1:hover {
    border: 2px solid var(--primary);
    color: var(--primary);
    background-color: white;
}

.contact .btn2 {
    padding: 8px 30px !important;
    border: 2px solid rgba(255, 255, 255, 0.293);
    border-radius: 12px;
    color: white;
    background-color: var(--primary);
}
.contact .btn2:hover {
    border: 2px solid var(--primary);
    color: var(--primary);
    background-color: white;
}

.p-descr {
    line-height: 2;

    margin: auto;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}
.des-info {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    transition: 0.8s;
}
.des-info.show {
    -webkit-line-clamp: 100;
}

/*progects*/
.projects .img {
    position: relative;
}
.projects .img-half {
    max-width: 100%;
    height: 40px;
}
.projects .img img {
    /* width: 100%;
    height: 470px;
    object-fit: scale-down;
    */
    width: 100%;
    height: 380px;
    /* object-fit: scale-down; */
    padding: 0 5px;
    margin-bottom: 2rem;
}
/* .projects .content {
    position: absolute;
    top: 40%;
    right: 12%;
    width: 36%;
} */
/* .projects .content p {
    color: #fff;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
} */
/* .projects .borderd {
    border-left: 2px solid rgba(0, 0, 0, 1);
}
@media (min-width: 320px) and (max-width: 900px) {
    .projects .borderd {
        border-left: 0px solid rgba(0, 0, 0, 1);
    }
} */
.projects .project-contant {
}
.projects .project-contant .img-box {
    position: relative;
}
.projects .project-contant .img-box .img-1 {
    width: 500px;
}
.projects .project-contant .img-box .img-2 {
    position: absolute;
    width: 250px;
    left: 190px;
    bottom: 46px;
    width: 200px;
    height: 263px;
    border-radius: 35px;
    transform: skew(8deg, 7deg);
    object-fit: cover;
    aspect-ratio: 1/1;
}

.projects .project-contant .img-box .position {
    position: absolute;
    top: 115px;
    right: 80px;
}
.projects .project-contant .img-box .position p {
    display: flex;
    text-align: right;
    max-width: 145px;
    font-weight: bold;
    color: #fff;
    justify-content: flex-start;
}
.projects .project-contant .img-box .position p .desc {
    border: 1px solid;
    font-size: 13px;
}
@media (max-width: 1400px) {
    .projects .project-contant .img-box .img-2 {
        left: 100px;
    }
}
@media (max-width: 1200px) {
    .projects .project-contant .img-box .img-2 {
        left: 36px;
        max-width: 230px;
        bottom: 50px;
        height: 230px;
    }
    .projects .project-contant .img-box p {
        max-width: 120px;
    }
}
@media (max-width: 991px) {
    .projects .project-contant .img-box .img-2 {
        left: 34px;
        max-width: 140px;
        bottom: 30px;
        height: 170px;
    }
    .projects .project-contant .img-box p {
        max-width: 110px;
        top: 60px;
        right: 45px;
    }
}
@media (max-width: 767px) {
    .projects .project-contant .img-box .img-2 {
        left: 70px;
        max-width: 250px;
        bottom: 45px;
        height: 260px;
    }
    .projects .project-contant .img-box p {
        max-width: 150px;
        top: 100px;
        right: 70px;
    }
}
@media (max-width: 576px) {
    .projects .project-contant .img-box .img-2 {
        left: 45px;
        max-width: 175px;
        bottom: 50px;
        height: 190px;
    }
    .projects .project-contant .img-box p {
        max-width: 110px;
        top: 100px;
        right: 70px;
    }
}
@media (max-width: 410px) {
    .projects .project-contant .img-box .img-2 {
        left: 26px;
        max-width: 150px;
        bottom: 30px;
        height: 170px;
    }
    .projects .project-contant .img-box p {
        max-width: 90px;
        top: 60px;
        right: 50px;
    }
}
@media (max-width: 320px) {
    .projects .project-contant .img-box .img-2 {
        left: 26px;
        max-width: 115px;
        bottom: 30px;
        height: 140px;
    }
    .projects .project-contant .img-box p {
        max-width: 70px;
        top: 35px;
        right: 40px;
    }
}

.line1 {
    position: absolute;
    width: 2px !important;
    border-radius: 1px;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #000;
    padding: 0;
}
.page-link {
    position: relative;
    display: block;
    color: black;
    text-decoration: none;
    /* background-color:var(--primary); */
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: black;
}

/* /////////////////// */
/*projects*/
.projects {
    background-color: rgb(248 248 248);
}
.projects .heading {
    color: var(--primary);
}
/* .projects .half-circle {
    width: 30px;
    height: 30px;
    border-right: 5px solid black;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    border-left: 0px solid black;

    border-radius: 0 35% 69% 0;
} */

.projects .card .card-img-top {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.projects .card .desc {
    border: 1px solid var(--primary);
    font-weight: bold;
    border-radius: 10px;
    padding: 0.5rem;
}
.read-link {
    /* padding: 6px 20px !important; */
    border: 1px solid rgba(254, 191, 2, 1) !important;
    width: fit-content;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.read-link i {
    transform: rotate(-45deg);
    color: rgba(254, 191, 2, 1);
}

.read-link:hover,
.read-link:focus {
    background-color: rgba(254, 191, 2, 1);
    color: #000 !important;
    box-shadow: none !important;
    outline: none !important;
    width: fit-content !important;
    height: auto !important;
    border-radius: 6px !important;
    padding: 5px 20px !important;
}

.read-link:hover i {
    display: none;
    color: #000 !important;
}
.read-link:hover .red-no {
    display: block !important;
}
