@font-face {
    font-family: 'IBMPlexSansArabic-R';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/IBMPlexSansArabic-Regular.woff2');
}

@font-face {
    font-family: 'IBMPlexSansArabic-M';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/IBMPlexSansArabic-Medium.woff2');
}

@font-face {
    font-family: 'IBMPlexSansArabic-B';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/IBMPlexSansArabic-Bold.woff2');
}

body, html {
    font-family: 'IBMPlexSansArabic-R';
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'IBMPlexSansArabic-R';
    color: #161616;
}


/********** Template CSS **********/
:root {
    --primary: #316946;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}

.font-bold {
    font-family: 'IBMPlexSansArabic-B';
}

.font-medium {
    font-family: 'IBMPlexSansArabic-M';
}

.font-regular {
    font-family: 'IBMPlexSansArabic-R' !important;
}

.font-14 {
    font-size: 14px;
}

#spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.6s ease; /* مدة التلاشي */
}
#spinner-overlay.hide {
    opacity: 0;
    pointer-events: none;
}
.loader-container {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    border: 4px solid #f3f3f342;
    border-radius: 50%;
    border-top: 4px solid #f0dd3f;
    width: 93px;
    height: 93px;
    animation: spin 1.6s linear infinite;
}
.SRG{
    position: absolute;
    width: 100px;
    height: 100px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 25px;
    height: 25px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    width: 38px;
    height: 38px;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 4px;
}

.btn-square:hover {
    background-color: rgb(255 255 255 / 30%);
}

.btn-square:focus {
    border: 2px solid #ffffff;
    background-color: transparent;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    font-family: 'IBMPlexSansArabic-M';
    margin-right: 20px;
    padding: 24px 10px;
    color: #161616;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .4s;
    display: flex;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 19px 10px;
    color: #161616;
}


.navbar-dark .navbar-nav .nav-link.active {
    color: #161616;
    background-color: #E5E7EB;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #161616;
}
.navbar-dark .navbar-nav .nav-link:focus {
    color: #161616;
    background-color: #E5E7EB;
}

.navbar-dark .navbar-nav .nav-link:focus::before, .navbar-dark .navbar-nav .nav-link.active::before {
    width: 80%;
    left: 10%;
    background-color: #1F2A37;
}

.navbar-dark .navbar-nav .show>.nav-link {
    color: #161616;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: white !important;
    border-color: white !important;
    background-color: #E5E7EB;
    height: 40px;
    width: 40px;
    padding: 0;
}

.navbar-dark .navbar-toggler:hover {
    background-color: #F3F4F6;
}

.navbar-dark .navbar-toggler:focus {
    background-color: transparent;
    outline: 2px solid #0D121C !important;
    box-shadow: none;
    border: none;
}

.flickity-page-dots .dot {
    background: #1b8354;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: fixed;
        /*background: #2d6037;*/
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        /*color: #2d6037;*/
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
    .mobile {
        margin-top: 10px;
        justify-content: flex-start !important;
    }
    .mobile2 {
        margin-bottom: 15px !important;
    }
    .Mobile_img {
        width: 100%;
    }
    .mobile_v {
        font-size: 15px;
    }
    .mobile_e {
        font-size: 15px;
        font-weight: normal;
        padding: 2px 10px;
    }
    .mobile_logo {
        width: 185px ;
        height: 60px ;
    }
    /* Default background color */
    .navbar-dark {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        background-color: #ffffff;
        position: fixed;
        z-index: 2;
        width: 100%;
        height: 72px;
        top: 0;
        left: 0;
        transition: .4s;
        box-shadow: 0 3.288px 6.575px -1.644px rgb(16 24 40 / .1), 0 1.644px 3.288px -1.644px rgb(16 24 40 / .06);
    }
    /* Background color when toggler is active */
    /*.navbar-dark.bg-toggled {
        background-color: #2d6037;
    }*/

    .sticky-top .container .navbar-brand .srg-logo {
        width: 175px;
        height: 54px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1050;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
}

.dropdown-toggle::after {
    border-top: 0;
    margin-right: .255em;
    background-position: center;
    content: "";
    width: 16px;
    height: 24px;
    display: inline-block;
    background: url('data:image/svg+xml,<svg width="16" height="24" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.60372 8.55529C6.7256 8.71666 7.08951 9.1984 7.30624 9.47611C7.74031 10.0323 8.33342 10.7714 8.97323 11.5083C9.61627 12.2489 10.2918 12.9702 10.8919 13.5005C11.1928 13.7663 11.4571 13.9684 11.6753 14.0999C11.8804 14.2235 12.0016 14.2493 12.0016 14.2493C12.0016 14.2493 12.1192 14.2235 12.3244 14.0999C12.5425 13.9684 12.8068 13.7663 13.1078 13.5005C13.7079 12.9702 14.3834 12.2489 15.0264 11.5083C15.6662 10.7714 16.2593 10.0323 16.6934 9.47608C16.9101 9.19837 17.2735 8.7173 17.3954 8.55593C17.6411 8.22241 18.1111 8.15047 18.4446 8.3961C18.7781 8.64173 18.8494 9.11123 18.6037 9.44476L18.6018 9.4473C18.474 9.61655 18.0971 10.1156 17.8759 10.3989C17.4321 10.9677 16.8216 11.7286 16.1591 12.4917C15.4997 13.2511 14.7741 14.0298 14.101 14.6245C13.7653 14.9212 13.425 15.1879 13.0988 15.3845C12.7932 15.5687 12.4063 15.75 11.9998 15.75C11.5933 15.75 11.2064 15.5687 10.9008 15.3845C10.5747 15.1879 10.2344 14.9212 9.89869 14.6245C9.22557 14.0298 8.4999 13.2511 7.84058 12.4917C7.17803 11.7286 6.5676 10.9677 6.12372 10.399C5.90243 10.1154 5.52551 9.61637 5.39793 9.44747L5.39628 9.44528C5.15064 9.11176 5.22154 8.64179 5.55506 8.39615C5.88857 8.15053 6.35808 8.22179 6.60372 8.55529Z" fill="%23161616"/></svg>');
    background-repeat: no-repeat;
    border-left: 0;
}

.meta-date {
    font-size: 14px;
    color: #6c737f;
}

.srg-logo {
    width:185px;
    height:64px;
    transition: .5s;
}
.srg-logo-footer {
    width:100px;
    height:84px;
    transition: .5s;
}

.vision-logo-footer {
    width:90px;
    height:80px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-dark {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        background-color: #ffffff;
        height: 72px;
        transition: .5s;
        box-shadow: 0 3.288px 6.575px -1.644px rgb(16 24 40 / .1), 0 1.644px 3.288px -1.644px rgb(16 24 40 / .06);
    }

    .sticky-top.navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 63px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 72px;
        border:none;
        
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        /*background: #2d6037;*/
    }

    .sticky-top.navbar-dark .navbar-nav .nav-link::before {
        bottom: -1px;
    }

    .sticky-top .container .navbar-brand .srg-logo {
        width:175px;
        height:54px;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 6px;
        bottom: 0;
        left: 50%;
        background: #9DA4AE;
        transition: .4s;
        border-radius: 50px;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 80%;
        left: 10%;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgb(10 10 10 / 30%);*/
    background: linear-gradient(0deg, rgba(9, 42, 30, 0.8) 0%, rgba(9, 42, 30, 0.8) 100%);
    z-index: 1;
}

/* Default styles */
.text-carousel {
    margin: 0px 200px;
    /*background-color: rgba(32, 32, 32, 0.57);*/
    border-radius: 7px;
}

#header-carousel .text-carousel h2 {
    font-size: 20px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    line-height: 1.5em; /* Adjust based on your font size */
    max-height: 3em; /* Adjust based on your line height */
    max-width: 45em;
}

/* Responsive styles */
@media (max-width: 767px) {
    #header-carousel .text-carousel {
        right: 10%;
        margin: 0px 45px;
    }

    #header-carousel .text-carousel h2 {
        font-size: 16px;
        padding: 10px;
        line-height: 1.6em;
        max-height: 3.9em;
    }

    #header-carousel .btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* Show the carousel full-page on mobile devices */
/*@media (max-width: 767px) {
    .mobile-full-page {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
    }
    .carousel-inner .carousel-item .img_mobile {
        height: 100vh !important;
        object-fit: cover;
    }
    .text-carousel {
        right: 0;
    }
}*/

@media (max-width: 1200px) {
    .more-info {
        padding-left: 30px;
    }
    .tab-font-1 {
        font-size: 30px !important;
    }
    .tab-font-2 {
        font-size: 26px;
    }
    .tab-font-3 {
        font-size: 17px !important;
    }
    .tab-font-4 {
        font-size: 14px;
    }
    .tab-font-5 {
        font-size: 14px;
    }
    .srg-logo {
        height: 60px;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }
    .dropdown-menu {
        font-size: 0.9rem;
    }
}

.flickity-button:disabled {
    background: #9d9d9d !important;
}

@media (max-width: 991.98px) {
    .news-home .flickity-prev-next-button.previous {
        left: 70px !important;
        width: 30px;
        height: 30px;
        top: -95px !important
    }
    .news-home .flickity-prev-next-button.next {
        width: 30px;
        height: 30px;
        top: -95px !important
    }

    .news-img .flickity-prev-next-button.previous {
        left: 70px !important;
        width: 30px;
        height: 30px;
    }
    .news-img .flickity-prev-next-button.next {
        width: 30px;
        height: 30px;
    }


    .carousel-main .flickity-prev-next-button {
        width: 30px;
        height: 30px;
    }
    .tab-padding-1 {
        padding-top: 33px !important;
    }
    .tab-padding-2 {
        padding-bottom: 23px !important;
    }
    .more-info {
        padding-left: 50px;
    }
    .tab-font-6 {
        font-size: 15px;
    }
    .tab-font-2 {
        font-size: 22px;
    }
    .tab-font-1 {
        font-size: 20px !important;
    }
    .first-section {
        margin-bottom: 0 !important;
    }
    .second-section {
        margin-bottom: 0 !important;
    }
    .footer .row {
        flex-direction: column !important;
    }
    .footer .mobile {
        justify-content: center !important;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .more-info {
        justify-content: start !important;
        margin-top: 10px;
    }
}


.display-7 {
    font-size: calc(0.5rem + 1.5vw);
    font-weight: 800;
    line-height: 1.0;
}

.text-black {
    color: #384250 !important;
}
.text-black:hover {
    color: #6C737F !important;
}

.margin-top {
    margin-top: 40px;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 25px !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.second-section::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 3px;
    bottom: 10px;
    background: var(--primary);
    border-radius: 2px;
}
.first-section::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 3px;
    bottom: 60px;
    background: var(--primary);
    border-radius: 2px;
}

.second-section.text-center::before {
    right: 0;
    margin-left: -75px;
}

.second-section.section-title-sm::before {
    width: 90px;
    height: 3px;
    background: #092A1E;
}

.second-section::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 10px;
    background: #FFFFFF;
    -webkit-animation: second-section-run 5s infinite linear;
    animation: second-section-run 5s infinite linear;
}
.first-section::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    right: 24px;
    bottom: 60px;
    background: #FFFFFF;
    -webkit-animation: first-section-run 5s infinite linear;
    animation: first-section-run 5s infinite linear;
}

.second-section.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.second-section.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.second-section.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes second-section-run {
    0% {right: 0px; } 50% { right : 150px; } 100% { right: 0px; }
}
@-webkit-keyframes first-section-run {
    0% {right: 24px; } 50% { right : 174px; } 100% { right: 24px; }
}

@-webkit-keyframes section-title-run-center {
    0% { right: -50%; margin-right: -75px; } 50% { right : -50%; margin-right: 45px; } 100% { right: -50%; margin-right: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {right: 0; } 50% { right : 85px; } 100% { right: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        /*margin-top: -75px;*/
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 70;
    font-size: 16px;
    width: 40px;
    height: 40px;
}

.bg-header {
    /*background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background: linear-gradient(90deg, #4a9959 0%, rgb(10 51 18) 100%);
    background-size: cover;*/
    background: linear-gradient(230deg, #0a3312, #4a9959);
    background-size: 400% 400%;
    -webkit-animation: SRG_gradient 4s ease-in-out infinite;
    -moz-animation: SRG_gradient 4s ease-in-out infinite;
    animation: SRG_gradient 4s ease-in-out infinite;
}
@-webkit-keyframes SRG_gradient {
    0%{background-position:74% 0%}
    50%{background-position:27% 100%}
    100%{background-position:74% 0%}
}
@keyframes SRG_gradient {
    0%{background-position:74% 0%}
    50%{background-position:27% 100%}
    100%{background-position:74% 0%}
}

.link-animated a {
    transition: .5s;
    text-decoration: none;
}

/*.link-animated a:hover {
    padding-left: 10px;
}*/

.link-animated .underline:hover {
    text-decoration: underline;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}




.card {
    /*height: 100%;
    border: 1px solid #D2D6DB;
    min-height: 532px;*/
    border-radius: 16px;
    height: 532px;
}
.height-tab {
    height: 521px;
}

.card-footer {
    padding: 1rem 1rem;
}

.sitemap-sub {
    padding-top: 16px;
}

.sitemap-page {
    color: #14573a !important;
}

.sitemap-page a {
    color: #14573a;
    text-decoration: none;
}

.sitemap-page a:hover {
    text-decoration: underline;
}

.border-bottom {
    border-bottom: 1px solid rgb(255 255 255 / 30%) !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #0d8c60;
    background-color: #e9ecef;
    text-decoration: underline;
}

.hover-head {
    color: "#212529";
    fill: none;
}

.dropdown-item .hover-head:hover, .dropdown-item .hover-head:focus {
    color: #0d8c60;
    background-color: #e9ecef;
}

.link-secondary {
    color: #6c757d!important;
}

.card-image {
    display: flex;
    width: 100%;
    height: 280px;
    overflow: hidden;
    justify-content: center;
}

.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    /*max-height: 84px;*/
}
.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.6;
    min-height: 57.6px;
}
.img-fluid {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 16px;
    margin-bottom: 5px;
    border-radius: 16px;
}
.sp {
    display: block;
    width: 100%;
    border-top: 1px dashed #ddd;
    margin: 30px 0;
    margin-bottom: 10px;
}

.clr {
    clear: both;
    display: block;
    height: 0;
    padding: 0 !important;
}

.bg-dark {
    background-color: #104631 !important;
}
.btn-primary {
    background-color: #092A1E;
    border-color: #092A1E;
}
.text-primary {
    color: #092A1E !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #26552f;
    border-color: #26552f;
    box-shadow: inset 0 0 0 0 #0a3411!important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #ffffff !important;
    background-color: #1f4627;
    border-color: #1f4627;
    box-shadow: 0 0 0 0.25rem rgb(32 166 74 / 50%);
}

.btn-outline-light {
    align-items: center;
    color: #161616;
    font-weight: 400;
}

.btn-light {
    align-items: center;
    color: #161616;
    font-weight: 400;
}

.btn-show-all {
    /*display: flex;*/
    border: 1px solid #D2D6DB;
    justify-content: flex-end;
    align-items: center;
    font-weight: 400;
    padding: 1px 16px;
    height: 40px;
    border-radius: 4px;
    background-color: transparent;
}

.btn-light:hover {
    color: #000;
    background-color: #F9FAFB;
    border-color: #E5E7EB;
}

.btn-card {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
    padding: 1px 16px;
    height: 40px;
    border-radius: 4px;
}

.btn-success {
    background-color: #166a45;
    border-color: #166a45;
}


@media (max-width: 767px) {
    /*** Arrow Down ***/
    .Arrow_down a span {
        position: absolute;
        top: 83%;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb07 2s infinite;
        animation: sdb07-b-o763z96br9 2s infinite;
        opacity: 0;
        box-sizing: border-box;
        z-index: 2;
    }
    
    .Arrow_down a span:nth-of-type(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
    .Arrow_down a span:nth-of-type(2) {
        top: 85%;
        -webkit-animation-delay: .15s;
        animation-delay: .15s;
    }
    .Arrow_down a span:nth-of-type(3) {
        top: 87%;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }
}
@keyframes sdb07-b-o763z96br9 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .video-js .vjs-big-play-button {
    border: none;
    background-color: rgb(28 28 28 / 50%);
    border-radius: 100%;
    color: #fff;
    left: 50%;
    width: 50px;
    height: 50px;
    padding: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2;
    font-size: 3em;
    cursor: pointer;
    margin: 0 auto;
    line-height: 1.7em;
  }
  .video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    background-color: rgb(48 106 72);
    transition: .2s;
  }

  .video-js {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    position: relative;
    cursor: pointer;
}
.video-js video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel {
    margin-bottom: 40px;
}

.header-top {
    margin-top: 72px;
}

.padding-top-pages {
    padding-top: 104px;
}

.card-footer {
    background-color: transparent;
    border-top: 0;
}

.carousel-cell {
    width: 100%;
    height: 700px;
    margin-right: 10px;
    background: none;
    background-size: cover;
    border-radius: 5px;
    counter-increment: carousel-cell;
}
#paused-button {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: rgb(28 28 28 / 50%);
    color: white;
    border: none;
    border-radius: 100%;
    font-size: 18px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 1.9em;
    transition: .4s;
    z-index: 9999;
    margin:auto;
}

.paused-button {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: rgb(28 28 28 / 50%);
    color: white;
    border: none;
    border-radius: 100%;
    font-size: 18px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 1.9em;
    transition: .4s;
    z-index: 9999;
    margin:auto;
}
.hover-paused video { 
    width: 100%; 
    height: auto;
}
  .video-js .vjs-control-bar {
    background: none;
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    height: 3.5em;
}
.video-js .vjs-play-progress {
    background-color: rgb(48 106 72);
    border-radius: 5px;
}
.video-js .vjs-load-progress div {
    background: none;
}
.video-js .vjs-load-progress {
    background: rgba(255, 255, 255, 0.2);
}
.video-js .vjs-volume-level {
    background-color: rgb(48 106 72);
}
.vjs-volume-bar.vjs-slider-horizontal {
    background: rgba(255, 255, 255, 0.2);
}
.video-js .vjs-progress-control .vjs-progress-holder {
    border-radius: 5px;
}
.video-js .vjs-time-tooltip {
    padding: 6px 6px 4px 6px;
    top: -3.1em;
}
.vjs-mouse-display .vjs-time-tooltip {
    top: -3.4em;
    padding: 3px 3px 2px 3px;
    background-color: rgb(0 0 0 / 50%);
    font-size: 0.7em !important;
}



.small-width{
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
    direction: rtl;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #9da4ae;
}



.vjs-thumbnail {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 90% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    z-index: 0;
    width: 160px;
    height: 90px;
    bottom: 30px;
    display: none;
}
.vjs-thumbnail canvas {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
}
.offscreen-video {
    display: none;
    visibility: hidden;
}

.news-par {
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
    margin-top: 1rem;
    color: #384250;
    font-family: 'IBMPlexSansArabic-M';
}

.gray-color {
    color: #384250;
}

.privacy-par {
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
    margin-top: 1rem;
    color: #384250;
    font-family: 'IBMPlexSansArabic-M';
}

.text-justify {
    text-align: justify;
}

.table-card { border-radius: .75rem; overflow: hidden; border:1px solid #dee2e6; background:#fff; }
.table thead th { background:#f8f9fa; font-weight:500; color: #384250; }
.status-dot { width:.6rem; height:.6rem; border-radius:50%; display:inline-block; margin-inline-start:.35rem; background:#212529; }
.table td, .table th { vertical-align: middle; }
.link { color:#198754; text-decoration:none; font-weight:500; }
.form-check-input { cursor: pointer; }


/*.flickity-button .flickity-button-icon {
  display: none !important;
}

.flickity-button.previous {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M15 6C15 6 9.00001 10.4189 9 12C8.99999 13.5812 15 18 15 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 
              no-repeat center !important;
  background-size: 24px !important;
}

.flickity-button.next {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M9 6C9 6 15 10.4189 15 12C15.00001 13.5812 9 18 9 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 
              no-repeat center !important;
  background-size: 24px !important;
}*/