
.kroot {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*, 
*::before,
*::after {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
@media (prefers-reduced-motion: no-preference) {
    .kroot {
        scroll-behavior: smooth;
    }
}

.pe-4 {
    padding-right: 1.5rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
}
@media (min-width: 992px) {
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}


.services {
    display: block ;
    width: 100%;
    margin-bottom: 30px;
}
.services .icon {
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    margin-left: 0;
}
.services .icon span {
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #e95b3a;
}
.services .text {
    padding: 0;
    width: calc(100% - 90px);
}
.services .text h2,
.services .text .h2 {
    font-size: 22px;
    font-weight: 400;
}

.ourvalueimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



/*===================== Our Services ========================= */

.serviceText{
	width:100% !important;
}
