
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);
@import url(/vendor/bootstrap/css/bootstrap.min.css);
@import url(/vendor/bootstrap-icons/bootstrap-icons.css);
@import url(/vendor/fontawesome-free/css/all.min.css);
@import url(/vendor/aos/aos.css);
@import url(/vendor/swiper/swiper-bundle.min.css);
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;500;600;700;900&display=swap");

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
@font-face {
    font-family: 'Cronos-Pro';
    src: url(/assets/fonts/Cronos-Pro.eot);
    src: url(/assets/fonts/Cronos-Pro.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Cronos-Pro.woff2) format('woff2'), url(/assets/fonts/Cronos-Pro.woff) format('woff'), url(/assets/fonts/Cronos-Pro.ttf) format('truetype'), url(/assets/fonts/Cronos-Pro.svg#Cronos-Pro) format('svg'), url(/assets/fonts/Cronos-Pro.otf) format('otf');
}

@font-face {
    font-family: 'DDINPRO400Regular';
    src: url('/assets/fonts/DDINPRO400Regular.eot');
    src: url('/assets/fonts/DDINPRO400Regular.eot') format('embedded-opentype'), url('/assets/fonts/DDINPRO400Regular.woff2') format('woff2'), url('/assets/fonts/DDINPRO400Regular.woff') format('woff'), url('/assets/fonts/DDINPRO400Regular.ttf') format('truetype'), url('/assets/fonts/DDINPRO400Regular.svg#DDINPRO400Regular') format('svg');
}

@font-face {
    font-family: 'A Thuluth Regular';
    src: url('/assets/fonts/A Thuluth Regular.eot');
    src: url('/assets/fonts/A Thuluth Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/A Thuluth Regular.woff2') format('woff2'), url('/assets/fonts/A Thuluth Regular.woff') format('woff'), url('/assets/fonts/A Thuluth Regular.ttf') format('truetype'), url('/assets/fonts/A Thuluth Regular.svg#A%20Thuluth%20Regular') format('svg'), url('/assets/fonts/A Thuluth Regular.otf') format('otf');
}



:root {
    --font-default: "Open Sans", 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";
    --font-primary: 'Cairo', sans-serif;
    --font-secondary: 'Cairo', sans-serif;
    --font-normal: 'Cairo', sans-serif;
    --font-ar-normal: 'Cairo', sans-serif;
    --font-ar-primary: 'Cairo', sans-serif;
}

/* Colors */
:root {
    --color-default: #364d59;
    --color-primary: #8a1539;
    --color-secondary: #52565e;
    --color-text: #333333;
    --color-white: #fff;
    /*** Gray Tones ***/
    --color-light: #f2f2f2;
    --color-light-1: #f9f8ff;
    --color-light-2: #e7eaef;
}
/*BGColors*/
:root {
    --bg-blue: #00224f;
    --bg-blue-light: #e6f6ff;
}

.t-head-bg {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.text-trucate-1 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-trucate-2 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-trucate-3 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.max-w-180 {
    max-width: 180px;
}
/* Button  */
.div-primary {
    font-family: var(--font-normal);
    color: var(--color-white);
    background-color: var(--bg-blue);
    border: 0;
    border-color: var(--color-primary);
    border-left-width: 10px;
    border-style: solid;
    border-radius: 0;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

    .div-primary:hover {
        color: var(--color-white);
        text-decoration: underline;
        border-color: var(--bg-blue);
        background-color: var(--color-primary);
        text-decoration: none;
    }

.ar .div-primary {
    font-family: var(--font-ar-normal);
    border-right-width: 10px;
    border-left-width: 0px;
}

    .ar .div-primary:hover {
        border-color: var(--bg-blue);
    }

/*.sub-heading.div-primary{
    width:fit-content;
}*/
.btn-xs {
    padding: 5px 15px !important;
    font-size: 1rem;
    border-left-width: 5px;
}

.btn-sm {
    padding: 10px 25px;
    font-size: 1.2rem;
}

.btn-md {
    padding: 10px 45px;
    font-size: 1.5rem;
    width: fit-content;
    line-height:1.1;
       
}
@media (max-width:768px) {
    .btn-md {
        padding: 10px 30px;
        font-size: 1.3rem;
        line-height: 1.7;
    }
}
.ar .btn-md {
    padding: 7px 45px;
    line-height:1.4;
}
.ar .btn-sm {
    padding: 0.2rem 25px;
    font-size: 1.3rem;
}



/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: var(--font-default);
    color: var(--color-default);
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body.ar{
    font-family: var(--font-ar-normal);
}
a {
    color: var(--color-primary);
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: var( --color-primary);
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

.ar h1,
.ar h2,
.ar h3,
.ar h4,
.ar h5,
.ar h6 {
    font-family: var(--font-ar-normal);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 48px 0;
    overflow: hidden;
}

@media (max-width:600px) {
    section {
        padding: 40px 0;
        overflow: hidden;
    }
}

.section-bg {
    background-color: var(--color-light);
}

.section-header {
    /*text-align: left;*/
    padding-bottom: 0px;
}

    .section-header h4 {
        font-size: 1.8rem;
        font-weight: 700;
        position: relative;
        color: var(--color-primary);
        font-family: var(--font-primary);
    }

.ar .section-header h4 {
    font-family: var(--font-ar-normal);
}

.section-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    color: var(--color-text);
    font-family: var(--font-normal);
    line-height: 1.3;
    margin: 30px 0 50px 0;
}
.ar .section-header h2 {
    font-family: var(--font-ar-normal);
}

    @media (min-width: 1199px) {
        .section-header h2 {
            max-width: 80%;
        }
    }
    /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
    .breadcrumbs {
    padding: 20px 0 0px 0;
    position: relative;
}

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: var(--color-primary);
        font-family: var(--font-normal);
    }
.ar .breadcrumbs ol {
    font-family: var(--font-ar-normal);
}
    .breadcrumbs ol a {
            color: var(--color-text);
            transition: 0.3s;
            font-weight: 500;
        }

            .breadcrumbs ol a:hover {
                text-decoration: underline;
            }

        .breadcrumbs ol li + li {
            padding-left: 10px;
            font-weight: bold;
        }
.ar .breadcrumbs ol li + li {
    padding-left: 0px;
}
    .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: var(--color-text);
                display: inline-block;
                font-family: bootstrap-icons !important;
                font-style: normal;
                font-weight: normal !important;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                vertical-align: -0.125em;
                content: "\f138";
            }

[dir="rtl"] .breadcrumbs ol li + li::before {
    display: inline-block;
    padding-left: 10px;
    color: var(--color-text);
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    content: "\f12f";
}



/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .scroll-top i {
        font-size: 24px;
        color: var(--color-white);
        line-height: 0;
    }

    .scroll-top:hover {
        background: var(--bg-blue);
        color: var(--color-white);
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--color-white);
    transition: all 0.6s ease-out;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid var(--color-white);
        border-color: var(--color-primary) transparent var(--color-primary) transparent;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1.5s linear infinite;
        animation: animate-preloader 1.5s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Sub Header
--------------------------------------------------------------*/
.header-top {
    background-color: var( --color-primary);
}

    .header-top a {
        color: var(--color-white);
        font-size: 0.90rem;
    }

        .header-top a span {
            font-size: 0.90rem;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    z-index: 997;
    padding: 10px 0;
    box-shadow: 0px 0px 5px #c5bfbf;
}

    .header .logo img {
        max-height: 70px;
        margin-right: 6px;
    }

    .header .logo h1 {
        font-size: 24px;
        font-weight: 700;
        color: var(--color-text);
        margin-bottom: 0;
        font-family: var(--font-primary);
    }

.ar .header .logo h1 {
    font-family: var(--font-ar-normal);
}

.header .logo h1 span {
    color: var(--color-primary);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
.search {
    width: auto;
}

    .search i, .search a {
        font-size: 20px !important;
    }

@media (min-width: 1280px) {
    .navbar {
        padding: 0;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar > ul > li {
            white-space: nowrap;
            padding: 10px 0 10px 10px;
            width: auto;
            text-align: center;
            margin: 0 auto;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 3px;
            font-family: var(--font-secondary);
            font-size: 17px;
            font-weight: 500;
            color: var(--color-text);
            text-transform: capitalize;
            white-space: initial;
            transition: 0.3s;
            position: relative;
        }
            .ar .navbar a,
            .ar .navbar a:focus {
                font-family: var(--font-ar-normal);
                font-size: 15px;
                font-weight: 700;
            }
                .navbar a i, .navbar a:focus i {
                font-size: 24px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover,
            .navbar .active,
            .navbar .active:focus,
            .navbar li:hover > a {
                color: var( --color-primary);
            }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: var(--color-white);
        box-shadow: 0px 0px 3px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }
    .en .navbar .dropdown ul {
        left: 0;
        right:auto
    }
    .ar .navbar .dropdown ul {
        left: auto;
    }
        .navbar .dropdown ul li {
                min-width: 200px;
            }

            .navbar .dropdown ul a {
                padding: 10px 10px;
                font-size: 14px;
                text-transform: none;
                color: var(--color-default);
                font-weight: 400;
                justify-content: start;
            }
    .ar .navbar .dropdown ul a {
        font-size: 14px;
        font-weight:400;
    }
                .navbar .dropdown ul a i {
                    font-size: 1.2rem;
                }

                .navbar .dropdown ul a:hover,
                .navbar .dropdown ul .active:hover,
                .navbar .dropdown ul li:hover > a {
                    color: var(--color-primary);
                }

        .navbar .dropdown:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .navbar .dropdown .dropdown ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden;
        }

        .navbar .dropdown .dropdown:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible;
        }
}

   .ar .navbar .dropdown .dropdown ul {
        left: -90%;
    }

   .ar .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
    #header .logo {
        flex: 1;
    }

    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 50px 0 10px 0;
            margin: 0;
            background: rgba(0, 0, 0, 0.8);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            font-family: var(--font-primary);
            font-size: 1.1rem;
            font-weight: 500;
            color: var(--color-white);
            white-space: nowrap;
            text-transform: uppercase;
            transition: 0.3s;
        }
           .ar .navbar a,
           .ar .navbar a:focus {
                font-family: var(--font-ar-normal);
            }
                .navbar a i, .navbar a:focus i {
                font-size: 24px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover,
            .navbar .active,
            .navbar .active:focus,
            .navbar li:hover > a {
                color: var(--color-white);
            }

        .navbar .dropdown ul,
        .navbar .dropdown .dropdown ul {
            position: static;
            display: none;
            padding: 10px 0;
            margin: 10px 20px;
            transition: all 0.5s ease-in-out;
            border: 1px solid #222428;
        }

        .navbar .dropdown > .dropdown-active,
        .navbar .dropdown .dropdown > .dropdown-active {
            display: block;
        }

    .mobile-nav-show {
        position: relative;
        color: var( --color-primary);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 999;
        padding-right: 10px;
    }

    .mobile-nav-hide {
        color: var( --color-white);
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            right: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, 0.6);
                z-index: 9996;
            }
}


/*--------------------------------------------------------------
# Inner Banner Search Section
--------------------------------------------------------------*/
.search-banner {
    position: relative;
    background-image: url(https://eduservices.edu.gov.qa/assets/images/bg-header.png);
    background-size: contain;
    overflow: visible;
    font-family: var(--font-normal);
}
.ar .search-banner {
    font-family: var(--font-ar-normal);
}
    .search-banner .container {
        position: relative;
        z-index: 1;
    }

    .search-banner::before {
        content: "";
        background-color: #0000003b;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
    }

    .search-banner input {
        border-radius: 0;
    }

    .search-banner .input-group-text {
        border-radius: 0;
        color: #8a1539;
    }

    .search-banner .input-group .btn-link {
        background: #8a1539;
        border-radius: 0;
        color: white
    }

    .search-banner .div-primary {
        padding:6px 20px;
        display: inline-block;
    }

        .search-banner .div-primary.clear {
            background-color: #6e6767;
            border: 0;
        }

    .search-banner .search {
        position: relative;
    }

        .search-banner .search input:focus {
            outline: none;
            border-color: #66b1ee;
        }

    .search-banner .btn-xs {
        padding: 5px 15px !important;
        font-size: 1rem;
        border-left-width: 5px;
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /*.search input:focus + .results { display: block }*/

    .search-banner .search .results {
        display: none;
        position: absolute;
        top: 38px;
        left: 0;
        right: 0;
        z-index: 10;
        padding: 0;
        margin: 0;
        border-width: 1px;
        border-style: solid;
        border-color: #cbcfe2 #c8cee7 #c4c7d7;
        border-radius: 0;
        background-color: #fdfdfd;
        max-height: 250px;
        overflow: hidden;
        overflow-y: scroll;
    }

        .search-banner .search .results li {
            display: block
        }

            .search-banner .search .results li:first-child {
                margin-top: -1px
            }





            .search-banner .search .results li:last-child {
                margin-bottom: -1px
            }

        .search-banner .search .results a {
            display: block;
            position: relative;
            margin: 0 -1px;
            padding: 4px 10px 4px 10px;
            color: #808394;
            font-weight: 500;
            text-shadow: 0 1px #fff;
            border: 1px solid transparent;
            border-radius: 0;
        }

            .search-banner .search .results a p {
                margin: 0;
            }



            .search-banner .search .results a:hover {
                text-decoration: none;
                color: #fff;
                text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
                color: var(--color-white);
                text-decoration: underline;
                border-left-width: 10px;
                border-color: var(--bg-blue);
                background-color: var(--color-primary);
            }

:-moz-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

::-webkit-input-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

.lt-ie9 .search input {
    line-height: 26px
}
/*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/
.quick-links {
    padding: 0;
}

    .quick-links i {
        transition: 0.3s;
    }

    .quick-links .box:hover i {
        transform: scale(1.3);
    }

    .quick-links .box:hover span {
        font-weight: bold;
    }

.box {
    border-top: 10px solid var( --color-primary);
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px 0;
}

.bg-blue {
    background-color: #1f386b;
}

.bg-blue-1 {
    background-color: #1c325f;
}

.bg-blue-2 {
    background-color: #192e57;
}

.bg-blue-3 {
    background-color: #172a4f;
}

.box i {
    font-size: 40px;
    color: var(--color-white);
    height: 60px;
    width: 50px;
}

.box span {
    font-size: 20px;
    font-family: var(--font-normal);
    text-align: center;
    text-transform: uppercase;
}
.ar .box span {
    font-family: var(--font-ar-normal);
}
    /*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/
    /* .get-started .content {
  padding: 30px 0;
} */

    .get-started .content p {
    font-size: 18px;
    font-family: var(--font-normal);
    color: var(--color-text);
}

.ar .get-started .content p {
    font-family: var(--font-ar-normal);
}
    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    /*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
    .services .service-item {
    padding: 0;
    background: var(--color-white);
    height: 100%;
    border: 1px solid var(--color-light-2);
    display: block;
}

    .services .service-item:hover {
        border-color: #8a153961;
    }

    .services .service-item .img-container {
        overflow: hidden;
        position: relative;
        display: block;
        background-size: cover !important;
        background-position: 50% !important;
        height: 100%;
    }

        .services .service-item .img-container img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transition: 0.3s;
            max-height: 152px;
            min-height: 152px;
        }

    .services .service-item:hover .img-container img {
        transform: scale(1.1);
    }

    .services .service-item .icon {
        margin-bottom: 0px;
        display: flex;
        gap: 10px;
        font-family: var(--font-normal);
    }
        .ar .services .service-item .icon {
            font-family: var(--font-ar-normal);
        }
        .services .service-item .icon span {
            color: var(--color-text);
        }

        .services .service-item .icon i {
            width: 20px;
            height: 20px;
            position: relative;
            background-color: #f0e1e5;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--color-primary);
            font-size: 14px;
            transition: ease-in-out 0.3s;
            z-index: 2;
            position: relative;
            line-height: 1.8;
        }

    .services .service-item h3 {
        color: var(--color-text);
        font-family: var(--font-normal);
        font-weight: 700;
        margin: 10px 0 10px 0;
        padding-bottom: 0;
        font-size: 1.2rem;
        position: relative;
        display: inline-block;
        transition: 0.3s;
    }
.ar .services .service-item h3 {
    font-family: var(--font-ar-normal);
}
    .services .service-item:hover h3 {
        text-decoration: none;
        color: var(--color-primary);
    }

    .services .service-item p {
        line-height: 24px;
        font-family: var(--font-normal);
        font-size: 1.1rem;
        margin-bottom: 0;
        color: var(--color-text);
    }
.ar .services .service-item p {
    font-family: var(--font-ar-normal);
}
    .services .service-item .readmore {
        margin-top: 15px;
        display: inline-block;
        color: var(--color-primary);
    }

    .services .service-item:hover .icon:before {
        background: var(--color-primary);
    }

    .services .service-item:hover h3 {
        border-color: var(--color-primary);
    }


@media only screen and (max-width:1024px) and (min-width: 768px) {
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    overflow-x: hidden;
    padding: 0;
}

    .hero .carousel {
        width: 100%;
        min-height: 400px;
        margin: 0;
        position: relative;
    }

    .hero .carousel-item {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 1;
        transition-duration: 0.4s;
    }

        .hero .carousel-item::before {
            content: "";
            background-color: rgba(0, 0, 0, 0.22);
            position: absolute;
            inset: 0;
            z-index: -1;
        }

    .hero .info {
        z-index: 2;
    }
.ar #hero-carousel h2 {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 55px;
}

@media (min-width: 992px) {
    .hero .info .sub-heading {
        max-width: 800px;
        min-width: 520px;
        padding-right: 15px;
        width: fit-content;
    }
}

.hero .info h2 {
    color: var(--color-white);
    margin-bottom: 1.0rem;
    padding-bottom: 0px;
    font-size: 3.5rem;
    font-weight: 700;
    position: relative;
}
@media(max-width:768px) {
    .hero .info h2 {
        font-size: 2.6rem;
    }
}

.sub-heading h3 {
    font-size: 1.7rem;
    line-height: 1.4;
}

@media (max-width: 768px){
    .sub-heading h3 {
        font-size: 1.3rem;
        line-height:1.6;
    }
}

.hero .info p {
    color: rgba(255, 255, 255, 1);
    font-size: 1.2rem;
    font-family: var(--font-normal);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.ar .hero .info p {
    font-family: var(--font-ar-normal);
}

    @media (max-width: 992px) {
        #hero-carousel {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }
    }

    .hero .carousel-control-prev {
    justify-content: start;
}

@media (min-width: 640px) {
    .hero .carousel-control-prev {
        padding-left: 15px;
    }
}

.hero .carousel-control-next {
    justify-content: end;
}

@media (min-width: 640px) {
    .hero .carousel-control-next {
        padding-right: 15px;
    }

    .hero .info p {
        max-width: 650px;
    }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 0;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
    width: 5%
}

    .hero .carousel-control-prev:focus,
    .hero .carousel-control-next:focus {
        opacity: 1;
    }

    .hero .carousel-control-prev:hover,
    .hero .carousel-control-next:hover {
        opacity: 1;
    }

@media (max-width: 640px) {
    .hero .carousel-control-prev,
    .hero .carousel-control-next {
        display: none;
    }
}
/*--------------------------------------------------------------
# CTA Section
--------------------------------------------------------------*/
.cta {
    padding: 60px 0;
    background-image: url(/assets/images/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

    .cta h4, .cta h2 {
        color: var(--color-white)
    }

@media (max-width:600px) {
    .cta .col-md-6.text-end {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta .section-header {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# client Section
--------------------------------------------------------------*/
.clients {
    padding: 45px 0;
}

    .clients .client-item {
        background-color: var(--color-light-1);
        border: 1px solid var(--color-light-2);
        overflow: hidden;
        position: relative;
        display: block;
        background-size: cover !important;
        background-position: 50% !important;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 175px;
    }

        .clients .client-item img {
            transition: 0.3s;
            height: 70%;
            width: 70%;
            object-fit: contain;
        }

            .clients .client-item img:hover {
                transform: scale(1.1);
            }

    .clients .swiper-pagination {
        bottom: -35px;
    }

    .clients .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .clients .swiper-pagination-bullet-active {
        background-color: var(--color-primary);
    }
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
    border: 0;
    z-index: 9999;
    position: relative;
    margin: 0;
    padding: 0;
}

.features .nav-item {
    margin-bottom: 20px;
}

.features .nav-link {
    padding: 20px 0;
    transition: 0.3s;
    color: var(--color-text);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    background-color: var(--bg-blue-light);
}

.features .tab-content {
    box-shadow: 0px 0px 2px #c5bfbf;
    padding: 20px;
}

.features h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: var(--font-normal);
}
.ar .features h4 {
    font-family: var(--font-ar-normal);
}
    .features .icons-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: 0.3s;
}

    .features .icons-text i {
        font-size: 70px;
        color: #93304f;
        transition: 0.3s;
    }

    .features .icons-text:hover i {
        transform: scale(1.1);
        transition: 0.5s;
    }

@media (max-width: 575px) {
    .features h4 {
        font-size: 16px;
    }
}

.features .nav-link:hover, .features .nav-link.active {
    color: var(--color-white);
    background-color: var(--bg-blue);
}

.features .tab-content p {
    color: var(--color-text);
    font-size: 18px;
    font-family: var(--font-normal);
    line-height: 30px;
}

.ar .features .tab-content p {
    font-family: var(--font-ar-normal);
}

    .features .tab-content p a {
        text-decoration: underline;
    }

.features .tab-pane h3 {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: var(--font-normal);
    color: var(--color-text);
}
.ar .features .tab-pane h3 {
    font-family: var(--font-ar-normal);
}
    .features .tab-pane h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 3px;
        background: var(--color-primary);
        left: 0;
        bottom: 0;
    }

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

    .features .tab-pane ul.square-bullets li {
        padding-top: 10px;
        position: relative;
    }

        .features .tab-pane ul.square-bullets li::before {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            top: 20px;
            background-color: var(--color-primary);
        }

        .features .tab-pane ul.square-bullets li p {
            padding-left: 25px;
        }

            .features .tab-pane ul.square-bullets li p a {
                text-decoration: none;
            }

.features .tab-pane p:last-child {
    margin-bottom: 0;
}


.features ul.list-unstyled li {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-top: 10px;
}

    .features ul.list-unstyled li i {
        font-size: 18px;
        color: var(--color-primary);
        margin-right: 6px;
    }
/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

    .recent-blog-posts .post-item .post-img img {
        transition: 0.5s;
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: contain;
    }

    .recent-blog-posts .post-item .post-date {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: var(--color-primary);
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        padding: 6px 12px;
        font-weight: 500;
    }

    .recent-blog-posts .post-item .post-content {
        padding: 20px;
    }

    .recent-blog-posts .post-item .post-img {
        height: 150px;
        width: 100%;
        overflow: hidden;
    }

    .recent-blog-posts .post-item h5 {
        font-size: 18px;
        color: var(--color-secondary);
        font-family: var(--font-normal);
        font-weight: 700;
        transition: 0.3s;
        margin-bottom: 10px;
        line-height: 25px;
    }
.ar .recent-blog-posts .post-item h5 {
    font-family: var(--font-ar-normal);
}
    .recent-blog-posts .post-item p {
        margin-bottom: 0px;
        line-height: 25px;
    }



    .recent-blog-posts .post-item:hover .post-title,
    .recent-blog-posts .post-item:hover .readmore {
        color: var(--color-primary);
    }

    .recent-blog-posts .post-item:hover .post-img img {
        transform: scale(1.1);
    }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    color: var(--color-text);
    font-size: 14px;
    padding: 50px 0 0px 0;
    position: relative;
    background-color: var(--color-light);
    margin-top: auto;
}


    .footer .footer-content .footer-info {
        margin-bottom: 30px;
    }

        .footer .footer-content .footer-info h3 {
            font-size: 28px;
            margin: 0 0 20px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            font-weight: 700;
            font-family: var(--font-normal) !important;
        }
.ar .footer .footer-content .footer-info h3 {
    font-family: var(--font-ar-normal) !important;
}
            .footer .footer-content .footer-info h3 span {
                color: var(--color-primary);
            }

        .footer .footer-content .footer-info p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0;
            font-family: var(--font-normal);
            color: var(--color-white);
        }

        .ar .footer .footer-content .footer-info p {
             font-family: var(--font-ar-normal);
       }

    .footer .footer-content .social-links a {
        font-size: 18px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.1);
        color: var(--color-white);
        line-height: 1;
        margin-right: 8px;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        .footer .footer-content .social-links a:hover {
            background: var(--color-primary);
            text-decoration: none;
        }

    .footer .footer-content h4 {
        font-size: 20px;
        font-weight: 600;
        color: var(--color-primary);
        position: relative;
        padding-bottom: 12px;
        font-family: var(--font-normal) !important;
    }
.ar .footer .footer-content h4 {
    font-family: var(--font-ar-normal) !important;
}
    .footer .footer-content .footer-links {
        margin-bottom: 30px;
    }

        .footer .footer-content .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .footer .footer-content .footer-links ul li {
                padding: 5px 0;
            }

                .footer .footer-content .footer-links ul li:first-child {
                    padding-top: 0;
                }

            .footer .footer-content .footer-links ul a,
            .footer .footer-content p {
                color: var(--color-text);
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
                font-size: 16px;
                font-family: var(--font-normal) !important;
            }
            .ar .footer .footer-content .footer-links ul a,
            .ar .footer .footer-content p {
                font-family: var(--font-ar-normal) !important;
            }
                .footer .footer-content .footer-links ul a:hover {
                    color: var(--color-primary);
                }

    .footer .footer-legal {
        background-color: #282828;
    }

        .footer .footer-legal .copyright {
            padding: 10px 0px;
            color: var(--color-white);
            font-family: var(--font-normal) !important;
        }
.ar .footer .footer-legal .copyright {
    font-family: var(--font-ar-normal) !important;
}

        .footer .footer-legal .links {
            font-size: 13px;
            color: var(--color-white);
            text-align: right;
            padding: 10px 0px;
        }

.ar .footer .footer-legal .links {
    text-align: left
}

.footer .footer-legal .links a {
    color: var(--color-white);
    padding: 0 5px;
    font-family: var(--font-normal) !important;
}

.ar .footer .footer-legal .links a {
    font-family: var(--font-ar-normal) !important;
}
    .footer .footer-legal .links a:hover {
        text-decoration: underline;
    }


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}



/****Image Gallery*****/
#lightgallery .gallery-item {
    height: 150px;
    overflow: hidden;
    transition: 0.3s;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

    #lightgallery .gallery-item img {
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: cover;
        transition: 0.3s;
    }

    #lightgallery .gallery-item:hover img {
        transform: scale(1.1);
        transition: 0.5s;
    }

#video-list .video-container-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #video-list .video-container-item .video-container-item {
        padding: 10px;
    }

.search input:focus {
    outline: none;
    border-color: #66b1ee;
    -webkit-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -moz-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -ms-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -o-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
}

    .search input:focus + .results {
        display: block
    }

.search .results {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eceef4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -ms-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(top, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    max-height: 250px;
    overflow: hidden;
    overflow-y: visible;
}

    .search .results li {
        display: block;
        padding: 0 10px
    }

    .search .results .decrip p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .search .results li:first-child {
        margin-top: -1px
    }

        .search .results li:first-child:before, .search .results li:first-child:after {
            display: block;
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            left: 5%;
            margin-left: -5px;
            border: 5px outset transparent;
        }

        .search .results li:first-child:before {
            border-bottom: 5px solid #c4c7d7;
            top: -11px;
        }

        .search .results li:first-child:after {
            border-bottom: 5px solid #fdfdfd;
            top: -10px;
        }

        .search .results li:first-child:hover:before, .search .results li:first-child:hover:after {
            display: none
        }

    .search .results li:last-child {
        margin-bottom: -1px
    }

    .search .results a {
        display: block;
        position: relative;
        margin: 0 -1px;
        padding: 6px 10px 6px 10px;
        color: #808394;
        font-weight: 500;
        text-shadow: 0 1px #fff;
        border: 1px solid transparent;
        border-radius: 3px;
        cursor: pointer;
        font-size: 16px !important
    }

        .search .results a span {
            font-weight: 200
        }

        .search .results a:before {
            content: '';
            width: 18px;
            height: 18px;
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -9px;
            /*background: url("https://cssdeck.com/uploads/media/items/7/7BNkBjd.png") 0 0 no-repeat;*/
        }

        .search .results a:hover {
            text-decoration: none;
            color: #fff;
            text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
            border-color: #8a1538;
            background-color: #8a1538;
            -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
            -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
            -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
            -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
        }

:-moz-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

::-webkit-input-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

.lt-ie9 .search input {
    line-height: 26px
}

#searc_box a#searchbutton {
    position: absolute;
    right: 3px;
    left: auto;
    top: 3px;
    background-color: #f4f4f4;
    padding: 1px 10px;
    border-radius: 5px;
}

.ar #searc_box a#searchbutton {
    left: 3px;
    right: auto
}
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/

.accordion-list ul.list {
    padding: 0;
    list-style: none;
}

.accordion-list li.list + li.list {
    margin-top: 15px;
}

.accordion-list li.list {
    padding: 20px;
    background: #d7d7d7;
    border-radius: 4px;
}

.accordion-list a.accordion-link {
    display:block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    font-family: var(--font-normal);
}
.ar .accordion-list a.accordion-link {
    font-family: var(--font-ar-normal);
}
    .accordion-list span.accordian-span {
    color: #8a1539;
    font-size: 18px;
}

.accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.ar .accordion-list i {
    left: 0;
    right: auto;
}

.accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.accordion-list .icon-show {
    display: none;
}

.accordion-list a.collapsed {
    color: #343a40;
}

    .accordion-list a.collapsed:hover {
        color: var(--color-primary);
    }

    .accordion-list a.collapsed .icon-show {
        display: inline-block;
    }

    .accordion-list a.collapsed .icon-close {
        display: none;
    }
.accordion-list .table td a i {
    position: relative;
}
@media (max-width: 1024px) {
    .content, .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {

    .accordion-list {
        padding-bottom: 30px;
    }
}

#searchresult {
    max-height: 150px;
    margin-bottom: 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #efefef !important;
    position: absolute;
    top: 100%;
    width: 99%;
    
}
.main-search{
    width:99%;
}
.offcanvas.offcanvas-top {
    height: auto !important
}
.offcanvas {
    bottom: auto !important
}
#searchresult li {
    padding: 10px 10px !important;
}
    .search-popup button.btn-close {
}

.search-input:focus{
    outline: none;
    box-shadow: none;
}

.ar .search-popup .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.quick-links .swiper-button-next,
.quick-links .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    top:56.2%
}

    .quick-links .swiper-button-next:after,
    .quick-links .swiper-button-prev:after {
        font-size: 20px;
    }
i.fa-solid.fa-eye {
    font-size: 19px;
}

.en .btn-actions > a:not(:first-child) {
    margin-left: 10px;
}
.ar .btn-actions > a:not(:first-child) {
    margin-right: 10px;
}

#showmorebtn {
    display: none;
}

/* Show the button when screen width is more than 1200px */
@media screen and (min-width: 2000px) {
    #showmorebtn {
        display: block;
    }
}
.staticPosition * {
    position:static !important;
    width:auto !important;
}
.pointerCard{
    cursor:pointer;
}