:root {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    /* --e-global-typography-primary-font-family:"expo"; */
    --e-global-typography-primary-font-size: 28px;
    --e-global-typography-primary-font-weight: 700;
    --e-global-typography-secondary-font-family: "expo";
    --e-global-typography-secondary-font-size: 22px;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "expo";
    --e-global-typography-text-font-size: 18px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "expo";
    --e-global-typography-accent-font-size: 18px;
    --e-global-typography-accent-font-weight: 500;
    color: #000000;
    --bs-link-color-rgb:24,92,167;
}

@font-face {
    font-family: "expo";
    src: url("https://db.onlinewebfonts.com/t/9004b72f96afb1e5f13389f489791113.eot");
    src: url("https://db.onlinewebfonts.com/t/9004b72f96afb1e5f13389f489791113.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/9004b72f96afb1e5f13389f489791113.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/9004b72f96afb1e5f13389f489791113.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/9004b72f96afb1e5f13389f489791113.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/9004b72f96afb1e5f13389f489791113.svg#ExpoArabic-Book")format("svg");
}

* {
    font-family: "expo", Sans-serif;
    direction: rtl;
}

header.breadcrumb {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

header.breadcrumb .breadcrumbs-wrapper {
    min-height: 400px;
    max-width: 1024px;
}

.dark_overlay {
    background-color: #000000;
    opacity: 0.66;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.breadcrumb-item a {
    color: inherit;
    text-decoration: none;
}

.elementor-icon svg {
    height: 120px;
}

.elementor-icon svg {
    fill: var(--e-global-color-primary);
}

.pk .elementor-icon {
    margin-bottom: 20px;
}

.elementor-widget-divider {
    padding: 25%;
    justify-content: center;
    display: flex;

}

.elementor-widget-divider .elementor-widget-container {
    background: #f06397;
    height: 3px;
    width: 40%;
}

.elementor-icon-list-item .elementor-icon-list-icon i {
    color: #185ca7;
    transition: color 0.3s;
    width: 1.25em;
    font-size: 17px;
    font-weight: 1000;

}


/* .flip-card {
    background-color: transparent;
    height: 430px;
}

.elementor-flip-box {
    perspective: 1000px;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.elementor-flip-box .elementor-flip-box__front,
.elementor-flip-box .elementor-flip-box_back {
    border-radius: 20px;
    height: inherit;
    transform-style: preserve-3d;

    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.elementor-flip-box .elementor-flip-box__front {
    background-color: #248d5e;



}

.elementor-flip-box_back {
    background-color: #185ca7;
    position: absolute;
    backface-visibility: hidden;
    transform: rotateX(0) rotateY(-180deg);


}

.elementor-flip-box__front .elementor-flip-box__layer__overlay {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    padding: 35px;
    color: #fff;
}

.elementor-flip-box__front .elementor-icon i {
    font-size: 65px;
}

.flip-card:hover .elementor-flip-box {
    transform: rotateY(180deg);
}

.elementor-flip-box_button {
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
}

.elementor-flip-box__layer__description {
    height: 320px;
    overflow: auto;
} */











.flip-card {
    background-color: transparent;
    height: 430px;
    perspective: 1000px; /* Ensure perspective is applied directly to the parent */
    -webkit-perspective: 1000px;
}

.elementor-flip-box {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform 0.8s;
    will-change: transform; /* Hint to the browser */
}

.elementor-flip-box .elementor-flip-box__front,
.elementor-flip-box .elementor-flip-box_back {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.6s ease-in-out;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.elementor-flip-box .elementor-flip-box__front {
    background-color: #548bc6;
    z-index: 2;
}

.elementor-flip-box_back {
    background-color: #ef6497;
    transform: rotateY(-180deg);
    z-index: 1;
}

.elementor-flip-box__front .elementor-flip-box__layer__overlay {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    padding: 35px;
    color: #fff;
}

.elementor-flip-box__front .elementor-icon i {
    font-size: 65px;
}

.flip-card:hover .elementor-flip-box {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.elementor-flip-box_button {
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
}

.elementor-flip-box__layer__description {
    height: 320px;
    overflow: auto;
}







.text-primary {
    color: #185ca7 !important;
}

label.required:after {
    content: "*";
    color: red;
}

footer {
    background-color: #0a5c37;
}

footer {
    color: #fff;
}

header,
header a {
    color: #000 !important;
}

.logo-img {
    max-height: 60px;
    max-width: 100%;
    width: auto;
}
.btn-primary{
    background-color: #548bc6;
    border-color: #548bc6;
}


footer.footer {
    background-color: #548bc6 !important;
}
