
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html {
    /*font-family: "Lalezar", system-ui;*/
    font-family: "Lama Sans", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    padding-top: 5rem;   
    font-family: "Lama Sans", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    width: 100%;
}

.navbar a {
    font-size: 2rem;
}

input,
select,
textarea {
    max-width: 33rem;
}


p-0 {
    padding: 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}


.block-21 .img {
    display: block;
    height: 60px;   
}

.block-21 .text {
    width: calc(100% - 100px);
}

    .block-21 .text .heading {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
    }

        .block-21 .text .heading a {
            color: #000;
        }

            .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
                text-decoration: none;
            }

    .block-21 .text .meta > div {
        display: inline-block;
        font-size: 12px;
        margin-right: 5px;
    }

        .block-21 .text .meta > div a {
            color: gray;
        }

.block-23 ul {
    padding: 0;
}

    .block-23 ul li, .block-23 ul li > a {
        display: table;
        line-height: 1.5;
        margin-bottom: 15px;
    }

        .block-23 ul li .icon, .block-23 ul li .text {
            display: table-cell;
            vertical-align: top;
        }

        .block-23 ul li .icon {
            width: 40px;
            font-size: 18px;
            padding-top: 2px;
        }

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}




.footer-01 {
    background: #0d1824;
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

    .footer-01:after {
        position: absolute;
        bottom: -110px;
        left: 100px;
        width: 600px;
        height: 600px;
        content: '';
        background: url(https://www.ckp.eg/images/blob-shape.svg);
        background-position: center center;
        background-size: cover;
        z-index: -1;
        opacity: 0.1;
    }

    .footer-01 a {
        color: #7f72e4;
    }

    .footer-01 p {
        color: rgba(255, 255, 255, 0.6);
    }

    .footer-01 .copyright {
        color: rgba(255, 255, 255, 0.3);
        color: #999999;
    }

    .footer-01 .footer-heading {
        font-size: 18px;
        margin-bottom: 30px;
        color: #fff;
        position: relative;
    }

        .footer-01 .footer-heading:after {
            position: absolute;
            bottom: -4px;
            right: 0;
            content: '';
            width: 50%;
            height: 2px;
            background: #7f72e4;
        }

    .footer-01 ul.list-unstyled li a {
        color: rgba(255, 255, 255, 0.7);
    }

    .footer-01 .block-21 .text .heading a {
        color: rgba(255, 255, 255, 0.7);
    }

    .footer-01 .block-21 .meta > div a {
        color: #7f72e4;
    }

    .footer-01 .block-23 ul li {
        color: rgba(255, 255, 255, 0.6);
    }

        .footer-01 .block-23 ul li a {
            color: rgba(255, 255, 255, 0.6);
        }

        .footer-01 .block-23 ul li .icon {
            color: rgba(255, 255, 255, 0.4);
        }

    .footer-01 .ftco-footer-social li a {
        background: #7f72e4;
        color: #fff;
    }


.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

    .ftco-footer-social li a {
        height: 40px;
        width: 40px;
        display: block;
        background: rgba(0, 0, 0, 0.05);
        border-radius: 50%;
        position: relative;
    }

        .ftco-footer-social li a span {
            position: absolute;
            font-size: 20px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .ftco-footer-social li a:hover {
            color: #fff;
        }

.rounded>img{
    border-radius:10%;
}

    .rounded > img:hover {
        transform: scale(1.5);
    }