﻿ @import url('../Fonts/IBMPlexArabicText.css');
@import url('helper.css');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    /*list-style: none;*/
    word-wrap: break-word;
}


.w-fit-content {
    width: fit-content !important;
}

.bg-sp {
    background: #071808 !important;
}

.demo-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    background: linear-gradient(135deg, #1a3a8f 0%, #2d5aa0 100%);
    color: white;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

    .demo-header h1 {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    .demo-header p {
        font-size: 1.1rem;
        opacity: 0.9;
    }

footer {
    color: white;
    padding: 16px 0px 0px 0px;
    width: 100%;
    margin-top: 20px;
}

.footer-content {
    display: flex;
    margin: 0 auto;
}

.footer-info {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}

    .footer-info p {
        font-size: 1.1rem;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-info a {
        color: #4fc3f7;
        text-decoration: none;
        transition: color 0.3s;
        margin: 0 5px;
        font-weight: 600;
    }

        .footer-info a:hover {
            color: #81d4fa;
            text-decoration: underline;
        }

.contact-center {

    display: flex;
    align-items: start;
    margin: 7px 0px 25px 0px;

    line-height: 1.6;
}
    .contact-center svg {
        margin-left: 6px;
        width: 21px !important;
        height: auto !important;
    }

    .contact-center strong {
        margin: 0px 5px;
    } 

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons {
    display: flex;
    list-style: none;
    gap: 15px;
    flex-wrap: wrap;
}

    .social-icons li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 37px;
        height:37px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        transition: all 0.3s ease;
        color: white;
    }

        .social-icons li a:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-5px);
        }

    .social-icons svg {
        width: 17px;
        height: 17px;
    }

.copyright {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
    opacity: 0.8;
    width: 100%;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-info {
        min-width: 100%;
    }

    .contact-center {
        justify-content: center;
    }
}

.text-ellipsis {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}

body {
    color: #242424;
    line-height: 1.3;
    font-weight: 500;
    font-size: 14px;
    font-family: "ibmplexsansarabic-regular";
    overflow-x: hidden !important;
}

.nav-scroll div#navbarSupportedContent {
    margin: unset !important;
}

p {
    /*font-size: 17px;*/
    font-weight: 500;
    font-family: "ibmplexsansarabic-regular";
    color: #888;
    /* line-height: 1.8; */
    margin: 0;
}

section p {
    max-width: 760px;
    color: #242424c7;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

img:not(.acc-image) {
    width: 100%;
    height: auto;
}
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.section-padding {
    padding: 30px 0;
}

.section-head {
    margin-bottom: 20px;
    position: relative;
}

    .section-head:before {
        content: '';
        width: 80px;
        height: 2px;
    }

    .section-head h6 {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 4px;
        color: #8D0D0D;
        margin-bottom: 5px;
    }

    .section-head h4 {
        font-size: 48px;
        font-weight: 300;
        margin-left: 50%;
        letter-spacing: 2px;
    }

    .section-head p {
        font-size: 15px;
        margin-top: 15px;
    }

.half-padding {
    padding: 120px 5%;
}

.bg-gray {
    background: #f7f7f7;
}

.o-hidden {
    overflow: hidden;
}

.navbar-toggler {
    padding: unset !important;
    border:none;
}

.collapse.show {
    display: block;
    background: #fff !important;
    color: #000;
    border-radius: 7px;
    padding: 14px;
    text-align: center !important;
    margin: 0px 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.collapse {
    background: none !important;
}
    button:focus {
        outline: unset;
    }
.navbar .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    margin: 0.2rem 0.4rem;
    position: relative;
    padding-bottom: 4px;
    transition: all 0.3s;
    font-size: 1rem;
}
.collapse.show  .nav-link {
    color: #000 !important;
}
.collapse.show .top-left-button {
    color: white !important;
    background-color:#8f090a !important;
}
    .collapse.show a.active {
        color: #f79b0b !important;
    }
/*Rama*/
.auto-style1 {
    color: #8D0D0D;
}

.auto-style3 {
    font-weight: bold;
}

.auto-style6 {
    color: #7F0D0D;
}

.auto-style7 {
    direction: rtl;
    text-align: right;
}

.w-fit-content {
    width: fit-content !important;
}

.header.bg-img {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

    .header.bg-img::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 33%); /* white overlay with 50% opacity */
        z-index: 0;
    }

.header-section {
    position: relative;
    height: 100vh;
    background: url('Assets_New/img/Banner2.jpg') no-repeat center center;
    background-size: cover;
    color: white;
}

    .header-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.55); /* dark overlay to make text stand out */
        z-index: 0;
    }

    .header-section h3,
    .header-section h4,
    .header-section .btn-group {
        position: relative;
        z-index: 1;
    }

/* خمري outline button */
.btn-outline-maroon {
    background-color: rgb(128, 0, 0 ) !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
    border-radius: 8px !important;
    transition: 0.3s !important;
}

    .btn-outline-maroon:hover {
        color: #ffffff;
        border: 2px solid #ffffff;
        background-color: transparent !important;
    }

nav.nav-scroll .btn-outline-maroon:hover {
    color: #fff !important;
    border: 2px solid #800000;
    background-color: #800000!important;
}
/*Rama*/



.ontop {
    position: relative;
    z-index: 4;
}

.sp-head {
    padding-top: 30px;
    line-height: 1.6;
    font-weight: 700;
    position: relative;
}

    .sp-head:after {
        content: '';
        width: 80px;
        height: 1px;
        background: #8D0D0D;
        position: absolute;
        top: 0;
        left: 0;
    }

.position-re {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.lg-line-height {
    line-height: 1.5;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(200, 200, 200, 0.4);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8D0D0D;
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }

    .caption {
        margin-top: 1rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

/* xclip */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

    .cd-headline.clip .cd-words-wrapper::after {
        /* line */
        content: '';
        position: absolute;
        top: 10%;
        right: 0;
        width: 2px;
        height: 70%;
        background-color: #aebcb9;
    }

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline b.is-visible {
    opacity: 1;
    font-weight: 900;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
    padding: 12px 34px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
}

    .butn span {
        position: relative;
        z-index: 2;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .butn:before, .butn:after {
        content: '';
        width: 0;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: width 0.4s;
        transition: width 0.4s;
        z-index: 1;
        opacity: .4;
    }

    .butn:after {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        background: #fff;
        opacity: 1;
    }

    .butn:hover:before, .butn:hover:after {
        width: 100%;
    }

    .butn:hover:after {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .butn:hover span {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

.butn-bg {
    background: #A9CD2E;
    border-color: #A9CD2E;
    color: #fff;
}

    .butn-bg:hover span {
        color: #A9CD2E;
    }

.butn-light {
    background: #fff;
}

    .butn-light:before, .butn-light:after {
        background: #A9CD2E;
    }

    .butn-light:hover span {
        color: #fff;
    }

    .butn-light span {
        color: #A9CD2E;
    }

.butn-bord {
    background: transparent;
    border: 1px solid #eee;
}

    .butn-bord:before, .butn-bord:after {
        background: #A9CD2E;
    }

    .butn-bord:hover {
        border-color: #A9CD2E;
    }

        .butn-bord:hover span {
            color: #fff;
        }

.top-left-button {
    display: block;
    font-size: 14px;
    padding: 3px 12px 5px 12px;
    background-color: #8f090a;
    color: white !important;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

    .top-left-button:hover {
        background-color: #d31d1e;
        color: white;
    }



.sub-btn {
    color: #fff;
    font-family: "ibmplexsansarabic-regular";
    background-color: #8f090a;
    color: white;
    margin-right: 15px;
    width: 110px;
    /* height: 50px; */
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 15px;
    margin: 0px 7px !important;
}

    .sub-btn:hover {
        background-color: #b5251b;
        color: white;
    }


/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
/* ============================
   Navbar Base
============================ */
.navbar {
    direction: rtl;
    border: 0;
    min-height: 70px;
    padding: 0.5rem 1rem;
    z-index: 999;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgb(254 253 249 / 1%)  );
    backdrop-filter: blur(2px);
}

    /* ============================
   Links
============================ */
    .navbar .navbar-nav .nav-link {
        color: #fff;
        font-weight: 600;
        margin: 0.2rem 0.4rem;
        position: relative;
        padding-bottom: 4px;
        transition: all 0.3s;
        font-size:1rem;
    }

        /* Hover Effect */
        .navbar .navbar-nav .nav-link:hover {
            color: #f79b0b;
            text-shadow: 0 0 5px rgba(11,29,63,0.5);
        }

      
        

/* ============================
   Navbar Brand / Logo
============================ */
.navbar-brand img {
    width: 150px;
    height: auto;
    padding: 10px;
    z-index: 100;
}

/* ============================
   Scroll Effect
============================ */
.nav-scroll {
    background: #fff !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 0;
    transition: transform 0.5s;
    transform: translateY(100px);
}

    .nav-scroll .navbar-nav .nav-link {
        color: #222 !important;
        font-weight: 600;
    }

/* ============================
   Responsive
============================ */
@media (max-width: 768px) {
    .navbar {
        padding: 0.5rem;
    }

        .navbar .navbar-nav .nav-link {
            margin: 0 0.5rem;
            font-size: 0.9rem;
        }
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
    height: 100vh;
    overflow: hidden;
}

    .header .caption .o-hidden {
        display: inline-block;
    }

    .header .caption h1 {
        font-size: 43px;
        font-weight: 700;
        letter-spacing: unset !important;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        line-height: 1.5;
    }

    .header .caption p {
        color: #eee;
        font-size: 13px;
        margin: 15px 0;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .header .caption .butn {
        margin-top: 15px;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }

    .header.creative svg {
        fill: #fff;
        position: absolute;
        bottom: 0;
        left: -5%;
        width: 110%;
        z-index: 7;
    }

    .header.creative .owl-item {
        height: 110vh;
    }

    .header.creative .owl-theme .owl-dots {
        bottom: 15vh;
    }

    .header.creative2 svg {
        fill: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 7;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header.creative2 .owl-item {
        height: 110vh;
    }

    .header.creative2 .owl-theme .owl-dots {
        bottom: 15vh;
    }

.slider-fade {
    position: relative;
}

    .slider-fade .owl-item {
        height: 100vh;
        position: relative;
    }

    .slider-fade .item {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
    }

        .slider-fade .item .caption {
            z-index: 9;
        }

    .slider-fade .owl-theme .owl-dots {
        position: absolute;
        bottom: 5vh;
        width: 100%;
    }

.bg-vid {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mySwiper {
    max-width: 900px; /* أصغر من العرض الكامل لعمل مسافة جانبية */
    margin: 0 auto; /* يوسّط الكاروسيل */
    overflow: hidden;
    box-sizing: border-box;
}

.swiper-wrapper {
    box-sizing: border-box;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

    .swiper-slide img {
        width: 160px;
        display: block;
    }

/* حجم أصغر على الشاشات الكبيرة */
@media (min-width: 1200px) {
    .swiper-slide img {
        height: 50px; /* أصغر شوي */
        max-width: 100%;
        width: auto;
    }

    .mySwiper {
        max-width: 700px;
    }
  
}


/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .intro h6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8D0D0D;
    margin-bottom: 15px;
}

.hero .intro h5 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hero .item {
    text-align: right;
    padding: 10px;
    background: #f5f4f9;
    border-radius: 5px;
}

    .hero .item .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 5px;
        mix-blend-mode: darken;
    }

.mb-md50 p {
    font-size: 14px;
}

.hero .item .icon2 {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    mix-blend-mode: darken;
}

.hero .item h6 {
    font-size: 17px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    right: 7px;
}

    .hero .item h6 span {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #8D0D0D;
        position: absolute;
        bottom: 0;
        left: calc(50% - 2px);
    }

        .hero .item h6 span:after {
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #8D0D0D;
            position: absolute;
            bottom: 0;
            right: -8px;
        }

        .hero .item h6 span:before {
            content: '';
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #8D0D0D;
            position: absolute;
            bottom: 0;
            left: -8px;
        }

.about .about-us h4 {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}

.about .about-us p {
    margin-bottom: 30px;
}

.about .about-us li {
    color: #888;
    font-size: 15px;
    margin-bottom: 17px;
}

    .about .about-us li:last-of-type {
        margin-bottom: 30px;
    }

    .about .about-us li i {
        color: #A9CD2E;
        padding-right: 10px;
    }

.about .about-us .butn {
    margin: 0;
    margin-right: 10px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Features ]
-----------------------------------------------------------------*/
.features {
    overflow: hidden;
}

    .features .feat:before {
        border-radius: 50%/700px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 140%;
        width: 110%;
        top: -20%;
        left: -5%;
    }

    .features h4 {
        margin-bottom: 80px;
    }

    .features .item:hover .icon {
        background: #A9CD2E;
        color: #fff;
    }

    .features .item:nth-child(odd) .icon {
        border-radius: 50% 100% 100% 50% / 75% 69% 69% 75%;
    }

    .features .item .icon {
        color: #A9CD2E;
        font-size: 40px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        background: rgba(200, 200, 200, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
        float: left;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .features .item .cont {
        margin-left: 120px;
    }

    .features .item h6 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .features .item p {
        font-size: 14px;
    }

/* ----------------------------------------------------------------
     [ End Features ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Portfolio ]
-----------------------------------------------------------------*/
.portfolio .filtering .filter {
    display: inline-block;
    margin-bottom: 20px;
}

.portfolio .filtering span {
    color: #888;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 5px;
    padding: 8px 20px;
    border: 1px solid transparent;
    border-radius: 30px;
    cursor: pointer;
}

.portfolio .filtering .active {
    border-color: #A9CD2E;
    color: #333;
}

.portfolio .items {
    width: 25%;
    padding: 0 6px;
    margin-top: 20px;
}

    .portfolio .items.width2 {
        width: 25%;
    }

.portfolio .item-img {
    position: relative;
}

    .portfolio .item-img:hover .item-img-overlay {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.portfolio .item-img-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .portfolio .item-img-overlay .icon {
        position: absolute;
        right: 30px;
        bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        border: 1px solid #A9CD2E;
        text-align: center;
        font-size: 20px;
        color: #A9CD2E;
    }

.galleryz {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 أعمدة */
    gap: 15px;
    margin: 20px;
}


    .galleryz .column {
        display: grid;
        grid-template-rows: 300px 150px; /* فوق طويل (300px) تحت قصير (150px) */
        gap: 15px;
    }

        .galleryz .column.small-top {
            grid-template-rows: 150px 300px; /* فوق قصير تحت طويل */
        }

    .galleryz .item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* يخلي الصورة تغطي المربع بدون تشويه */

        display: block;
    }

@media (max-width: 991px) {
    .galleryz {
        grid-template-columns: repeat(2, 1fr); /* تابلت = عمودين */
    }
}

@media (max-width: 575px) {
    .galleryz {
        grid-template-columns: 1fr; /* موبايل = عمود واحد */
    }

        .galleryz .column,
        .galleryz .column.small-top {
            grid-template-rows: 30vh 30vh; /* بالموبايل خليهم متساويين */
        }
}

.galleryz .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.galleryz .item-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 15, 0.7);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: opacity 0.3s ease-in-out;
}

.galleryz .item-img:hover .item-img-overlay {
    opacity: 1;
}

.portfolio .item-img-overlay p {
    color: #A9CD2E;
    font-weight: 400;
    font-size: 13px;
}

.portfolio .item-img-overlay h6 {
    font-size: 16px;
    margin-top: 5px;
}

.portfolio.column3 .items {
    width: 33.33333333%;
    padding: 0 10px;
    margin-top: 20px;
}

    .portfolio.column3 .items.width2 {
        width: 25%;
    }

/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Team ]
-----------------------------------------------------------------*/
.team .item {
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

    .team .item:hover .info {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.team .info {
    background-color: #fff;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .team .info h6 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .team .info p {
        color: #A9CD2E;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .team .info .social a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        border: 1px solid #eee;
        color: #777;
        margin: 0 5px;
    }

        .team .info .social a:hover {
            border-color: #A9CD2E;
            background-color: #A9CD2E;
            color: #fff;
        }

.team.temv2 .info {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.skills .skill-item {
    margin-bottom: 40px;
}

    .skills .skill-item:last-child {
        margin-bottom: 0;
    }

    .skills .skill-item h5 {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

.skills .skill-progress {
    height: 10px;
    width: 90%;
    background: #eee;
    border-radius: 10px;
    position: relative;
}

    .skills .skill-progress .progres {
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 10px;
        background: #A9CD2E;
        -webkit-transition: all 1.4s;
        transition: all 1.4s;
    }

        .skills .skill-progress .progres:after {
            content: attr(data-value);
            position: absolute;
            top: -30px;
            right: 0;
            font-size: 12px;
        }

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Process ]
-----------------------------------------------------------------*/
.process .circle {
    position: relative;
    text-align: center;
}

    .process .circle canvas {
        height: 120px;
        width: 120px;
        margin-bottom: 30px;
    }

        .process .circle canvas:last-of-type {
            display: none;
        }

    .process .circle .icon {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        line-height: 120px;
        color: #555;
        text-align: center;
        font-size: 40px;
    }

    .process .circle h6 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

        .process .circle h6 span {
            color: #A9CD2E;
        }

    .process .circle p {
        font-size: 15px;
    }

***

====================================================================
faq-page
====================================================================

***/

.faq-section {
    position: relative;
    padding: 100px 0px 80px 0px;
}

.accordion {
    position: relative;
    margin-bottom: 20px;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}

.accordion-box .accordion .acc-btn .toggle-icon .minus {
    opacity: 0;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
}

.accordion-box .accordion .acc-btn .toggle-icon .plus:before {
    color: #848484;
}

.accordion-box .accordion .acc-btn .toggle-icon .minus:before {
    color: #fff;
}

.accordion-box .accordion .acc-btn {
    position: relative;
}

    .accordion-box .accordion .acc-btn .toggle-icon {
        position: absolute;
        left: 15px;
        top: 2px;
        cursor: pointer;
        font-size: 34px;
        color: #9d220c;
        font-weight: 100 !important;
        font-family: 'Font Awesome 5 Free';
    }

.acc-content p {
    direction: rtl;
}

.accordion-box .accordion .acc-btn .toggle-icon i:before {
    font-size: 15px;
}

.accordion-box .accordion .acc-btn.active .toggle-icon {
    position: absolute;
    /*left: -12px;*/
    top: -5px;
    cursor: pointer;
    font-size: 43px;
    color: #9d220c;
    font-weight: 100 !important;
    font-family: system-ui;
}

.accordion-box .accordion .acc-content.collapsed {
    display: block;
}

.accordion-box .accordion .acc-btn.active .acc-title {
    position: relative;
    background: #fec425;
    border: 1px solid #b3aba44f;
    color: #000;
    display: block;
    cursor: pointer;
    transition: all 500ms ease;
}

.accordion-box .accordion .acc-btn .acc-title {
    position: relative;
    font-size: 19px;
    font-family: "ibmplexsansarabic-regular";
    text-align: right;
    background: #f5f4f9;
    color: #222;
    display: block;
    font-weight: 500;
    cursor: pointer;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    padding-left: 26px !important;
}

.accordion-box > p {
    width: 100%;
    display: block;
    background: #800000;
    max-width: unset;
    text-align: right;
    margin-bottom: 10px;
    padding: 16px;
    color: #fff;
}

.accordion-box .accordion .acc-content.collapsed {
    position: relative;
    display: block;
    font-family: "ibmplexsansarabic-regular";
    background: #fec4251a;
    padding: 15px;
    box-shadow: 0px 0px 5px 0px #ddd;
}

    .accordion-box .accordion .acc-content.collapsed p, .accordion-box .accordion .acc-content p {
        text-align: right;
        /* display: block; */
        width: 100% !important;
        max-width: 100%;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        padding: 0px 0px;
        max-width: 1000px;
        margin: 0 0 0 auto;
    }

.accordion-box .accordion .acc-content {
    display: none;
    text-align: right;
    font-family: "ibmplexsansarabic-regular";
    padding: 13px 15px 15px 49px;
    box-shadow: 0px 0px 5px 0px #ddd;
    direction: rtl;
}

.faq-section .faq-sidebar {
    position: relative;
    background: #f5f5f8;
    margin-left: 20px;
    padding: 43px 40px 41px 40px;
}

#nationalNo {
    width: 100%;
    padding: 12px 10px;
    box-sizing: border-box;
    border: 1px solid #ffffff3b;
    border-radius: 4px;
    background-color: #ffffff3d;
    /* opacity: 0.4; */
    font-size: 13px;
    resize: none;
    font-weight: 500 !important;
    font-family: 'ibmplexsansarabic-light' !important;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

    #nationalNo:focus {
        outline: unset;
    }

    #nationalNo::placeholder {
        color: #fff;
        font-weight: 100 !important;
        height: 100%;
    }

.faq-section input,
.faq-section textarea {
    background: #f5f5f8;
}

.faq-section .faq-sidebar textarea {
    height: 120px;
    resize: none;
    margin-bottom: 9px;
}

.faq-section ::-webkit-input-placeholder { /* Chrome */
    color: #222;
}

.faq-section :-ms-input-placeholder { /* IE 10+ */
    color: #222;
}

.faq-section ::-moz-placeholder { /* Firefox 19+ */
    color: #222;
    opacity: 1;
}

.faq-section :-moz-placeholder { /* Firefox 4 - 18 */
    color: #222;
    opacity: 1;
}

input:focus,
textarea:focus {
    border-color: #fec425;
    transition: all 900ms ease;
}

.faq-section h4 {
    margin-bottom: 22px;
}

/*** 

/* ----------------------------------------------------------------
     [ End Process ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Facts ]
-----------------------------------------------------------------*/
.numbers .cont .sp-head:after {
    left: calc(100% - 80px);
}

.numbers ul {
    margin: 0;
    text-align: right;
}

    .numbers ul li {
        display: inline-block;
        margin-left: 30px;
    }

        .numbers ul li:first-of-type {
            margin-left: 0;
        }

.numbers .item .icon {
    font-size: 30px;
    color: #A9CD2E;
}

.numbers .item .count {
    font-size: 25px;
    font-weight: 800;
}

.numbers .item p {
    margin-top: 10px;
    font-size: 14px;
}

.testimonials {
    padding: 30px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
}

    .testimonials .icon {
        position: absolute;
        top: -30px;
        right: 60px;
        width: 60px;
    }

    .testimonials:before {
        content: '';
        width: calc(100% - 150px);
        height: 5px;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        top: 0;
        left: 20px;
    }

    .testimonials:after {
        content: '';
        width: 30px;
        height: 5px;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        top: 0;
        right: 20px;
    }

    .testimonials .client-area {
        margin-bottom: 20px;
    }

        .testimonials .client-area .img {
            display: inline-block;
        }

        .testimonials .client-area .author {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 15px;
        }

        .testimonials .client-area h6 {
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 5px;
        }

        .testimonials .client-area span {
            font-size: 12px;
            letter-spacing: 1px;
            color: #A9CD2E;
        }

    .testimonials p {
        margin-bottom: 15px;
        font-style: italic;
    }

    .testimonials .owl-carousel {
        overflow: hidden;
    }

    .testimonials .owl-theme .owl-dots {
        float: right;
    }

    .testimonials.incenter {
        text-align: center;
        border: 0;
        padding: 0;
    }

        .testimonials.incenter:before, .testimonials.incenter:after {
            display: none;
        }

        .testimonials.incenter .owl-theme .owl-dots {
            float: none;
        }

/* ----------------------------------------------------------------
     [ End Facts ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Blog ]
-----------------------------------------------------------------*/
.auto-style7 {
    font-size: 14px !important;
}

strong.auto-style3 {
    color: #345b3f;
    text-decoration: underline;
}

.blog .item {
}

.blog .post-img {
    position: relative;
    overflow: hidden;
}

    .blog .post-img:hover img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .blog .post-img a {
        display: block;
    }

    .blog .post-img img {
        -webkit-transition: all .4s;
        transition: all .4s;
  
    }

.blog .post-cont {
}

    .blog .post-cont .tag {
        font-size: 12px;
        padding: 8px 20px;
        border-radius: 30px;
        border: 1px solid #eee;
        color: #A9CD2E;
        margin-bottom: 10px;
    }

    .blog .post-cont h5 {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .blog .post-cont .info {
        margin-top: 30px;
    }

        .blog .post-cont .info .icon {
            color: #A9CD2E;
            margin-right: 5px;
        }

        .blog .post-cont .info a {
            font-size: 12px;
            color: #888;
        }

            .blog .post-cont .info a:last-of-type {
                float: right;
            }
/* ----------------------------------------------------------------
     [ more_btn_left ]
-----------------------------------------------------------------*/
.positioned-parent {
    position: relative; /* The parent must be positioned (relative, absolute, fixed) */
}


.left-button {
    position: absolute;
    left: 5%;
    background-color: #990000;
    width: 12%;
    height: 7%;
    font-family: "ibmplexsansarabic-regular";
    color: #fff;
    border: #fff;
    border-radius: 8px;
    cursor: pointer;
    z-index: 0;
}

    .left-button:hover {
        background-color: #c83131;
        color: white;
    }

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Clients Logo ]
-----------------------------------------------------------------*/
.clients {
    padding: 10px 0;
}

    .clients .owl-carousel {
        margin-bottom: -20px;
    }

    .clients img {
        -webkit-transition: all .5s;
        transition: all .5s;
    }

        .clients img:hover {
            -webkit-filter: none;
            filter: none;
        }

/* ----------------------------------------------------------------
     [ End Clients Logo ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Contact ]
-----------------------------------------------------------------*/
.contact .contact-info .section-head:before {
    left: 0;
}

.contact .contact-info .item {
    margin-top: 30px;
}

    .contact .contact-info .item .icon {
        float: left;
        font-size: 25px;
        color: #A9CD2E;
    }

    .contact .contact-info .item .cont {
        margin-left: 50px;
    }

        .contact .contact-info .item .cont h6 {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .contact .contact-info .item .cont p {
            font-size: 13px;
        }

.contact .form {
    background: #fff;
    margin: 15px 0;
}

    .contact .form .form-group {
        position: relative;
    }

        .contact .form .form-group .icon-form {
            position: absolute;
            left: 15px;
            top: 15px;
            color: #ccc;
        }

    .contact .form input, .contact .form textarea {
        font-family: "ibmplexsansarabic-regular";
        width: 100%;
        padding: 15px 15px 15px 40px;
        border: 0;
        border-radius: 5px;
        background-color: #fafafa;
    }

    .contact .form textarea {
        padding: 15px;
        height: 110px;
        max-height: 110px;
        max-width: 100%;
    }

    .contact .form .big-area textarea {
        height: 180px;
        max-height: 180px;
    }

.contact .map {
    min-height: 400px;
    position: relative;
}

    .contact .map #ieatmaps {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.contact .butn {
    width: 100%;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Footer ]
-----------------------------------------------------------------*/
footer {

    background-color: #800000;
}

    footer p {
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        width: 100%;
        padding-block: 6px;
        background: #6d0303;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        footer p span {
            color: #df9254;
        }
/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    #navbarSupportedContent {
        align-items: start;
        min-height: 70px;
        padding-top: 12px;
    }

    header h6 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 991px) {
    .mb-md50 {
        margin-bottom: 50px;
    }

    .mb-md30 {
        margin-bottom: 30px;
    }

    .mb-md0 {
        margin-bottom: 0;
    }

    .hide-md {
        display: none !important;
    }

    .bg-fixed {
        background-attachment: scroll !important;
    }

    .accordion-box .accordion .acc-btn .acc-title {
        font-size: 14px;
    }
    /*  .navbar .navbar-collapse  {
    max-height: 340px;
    max-width:120px;
    overflow: auto;
    background: #111;
    text-align: right;
    padding: 10px 5px;
    margin-right:165px;
  }
.navbar-toggler collapsed{
    margin-right:265px;

}*/
    .navbar-collapse {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

        .navbar-collapse.show {
            visibility: visible;
            opacity: 1;
        }

    .navbar .nav-link {
        margin: 10px auto !important;
    }

        .navbar .nav-link:after {
            display: none;
        }

    .nav-scroll .fa-bars {
        color: #000 !important;
    }

    .header {
        min-height: unset !important;
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
      
    }

        .header .caption h1 {
            font-size: 20px;
            line-height: 1.4;
            /*padding-top: 101px;*/
       
        }

    .faq-section li {
        font-size: 15px !important;
    }

    .portfolio .items {
        width: 50% !important;
    }

    .numbers .cont {
        text-align: left !important;
    }

        .numbers .cont .sp-head:after {
            left: 0;
        }

    .numbers ul {
        text-align: left !important;
    }

    .price .item {
        padding-right: 15px;
        padding-left: 15px;
    }

    .price .value {
        padding: 30px 0;
        border-radius: 10px;
        background: #f7f7f7;
    }

        .price .value:after {
            display: none;
        }
}

@media screen and (max-width: 576px) {
    .tarea {
        margin-right: 10px !important;
    }
}

@media screen and (min-width: 1200px) {
    .modif {
        margin: 0px 13rem 0px 1rem;
    }

    #nationalNo {
        max-width: 200px;
    }

    @media screen and (max-width: 390px) {
        .mob {
            display: flex;
            flex-direction: column-reverse;
        }

            .mob input, .mob textarea {
                width: 100% !important;
            }

            .mob input {
                margin: unset !important;
                margin: 10px 0px !important;
            }
    }

    @media screen and (max-width: 767px) {
        .mb-sm50 {
            margin-bottom: 50px;
        }

        .mb-sm30 {
            margin-bottom: 30px;
        }

        .butn {
            padding: 12px 20px;
            margin-left: 2px;
            margin-right: 2px;
        }

        .section-head h4 {
            font-size: 35px;
        }

        .header .caption h1 {
            font-size: 25px;
            line-height: 1.4;
        }

        .header .caption p {
            font-size: 13px;
        }

        .hero .intro h5, .sp-head {
            font-size: 22px;
            line-height: 1.5;
        }

        .features .item .icon {
            float: none;
            margin-bottom: 30px;
        }

        .features .item .cont {
            margin: 0;
        }

        .portfolio .items {
            width: 100% !important;
        }

        .numbers ul {
            text-align: center !important;
        }

            .numbers ul li {
                margin: 0 10px 15px;
            }

                .numbers ul li:last-of-type {
                    margin: 0;
                }
    }

    @media screen and (max-width: 480px) {
        .header .caption h1 {
            font-size: 20px;
            line-height: 1.4;
        }

        .section-head p {
            display: none;
        }

        .portfolio .filtering span {
            margin: 0;
            padding: 8px 15px;
        }
    }

    /*@media (max-width: 990px) {
    .navbar {
        position: absolute;
        right: 0 !important;
        top: 5px;
    }
}



@media (min-width: 991px) and (max-width: 992px) {
    .navbar {
        position: absolute;
        right: 41% !important;
        top: 5px;
    }
}


@media (min-width: 992px) and (max-width: 1171px) {
    .navbar {
        right: 20% !important;
    }

    .top-left-button {
        left: 73px;
    }
}*/
  
}
