/*----------------------------------------------
*
* [Default Stylesheet]
*
* Theme    : NEXGEN
* Version  : 1.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------

[ALL CONTENTS]

1. Root
2. Button
3. Effect

----------------------------------------------*/

/*----------------------------------------------
1. Root
----------------------------------------------*/

/* #region Root */
@import url('../fonts/droidkufi/fonts.css');
@import url('../fonts/DinNextArabic/fontarabic.min.css');
@import url('../fonts/DIN-NEXT-LT-ARABIC/fonts.css');

:root {
    --h1-font: 'DinNextArabic', 'Poppins', sans-serif;
    --h1-size: 3.5rem;
    --h1-weight: 700;
    --h2-font: 'DinNextArabic', 'Poppins', sans-serif;
    --h2-size: 2rem;
    --h2-weight: 500;
    --p-font: 'DinNextArabic', 'Montserrat', sans-serif;
    --p-size: 1rem;
    --p-weight: 300;
    --header-bg-color: #fff;
    --nav-top-bg-color: #66b461;
    --nav-sub-bg-color: #467400;
    --nav-holder-bg-color: #467400;
    --nav-brand-height: 50px;
    --nav-item-color: #626263;
    --hero-bg-color: #111117;
    --footer-brand-height: 80px;
    --primary-color: #649a2b;
    --secondary-color: #467400;
    --white-color: #ffffff;
    --yello-color: #235f1f;
    --black-color: #000007;
    --dark-grey-color: #111117;
    --primary-t-color: #467400;
    --secondary-t-color: #f9f9f9;
    --primary-p-color: #606d75;
    --secondary-p-color: #ffffff; /*#c0c3d0*/
    --primary-b-color: #f9f9f9;
    --primary-l-color: rgba(0, 0, 0, .25);
    --secondary-l-color: rgba(255, 255, 255, 0.35);
    --valid-color: #007a4d;
    --invalid-color: #e34f4f;
    --primary-bg-color: #f9f9f9;
    --primary-bg-color-2: #f1f1f1;
    --primary-bg-color-3: rgba(5, 130, 131, 0.15);
    --secondary-bg-color: #111117;
    --secondary-bg-color-2: #080d10;
    --secondary-bg-color-3: #191919;
    --card-bg-color: #ffffff;
    --footer-bg-color: #111117;
}


/* #endregion Root */
body {
    direction: rtl;
}



.navbar-expand.top .navbar-nav .nav-item a:not(.btn):hover,
.navbar-expand .navbar-nav.items .nav-link:not(.btn):not(.title):hover,
.navbar-expand .navbar-nav.icons .nav-link:not(.btn):not(.title):hover {
    color: var(--yello-color);
}

.odd .outline-button, .odd .outline-button:visited, .odd .outline-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-b-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

@media (min-width: 576px) {
    .ml-sm-4, .mx-sm-4 {
        margin-left: initial;
        margin-right: 1.5rem !important;
    }
}

.text-left {
    text-align: right !important;
}

@media (min-width: 768px) {
    .text-md-center {
        text-align: center !important;
    }
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
/*----------------------------------------------
2. Button
----------------------------------------------*/

/* #region Button */

.primary-button, .primary-button:visited, .primary-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: var(--primary-color);
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-b-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

    .primary-button:hover, .primary-button:focus {
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
        color: var(--white-color);
    }

.outline-button, .outline-button:visited, .outline-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.odd .outline-button, .odd .outline-button:visited, .odd .outline-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-b-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.outline-button:hover, .outline-button:focus {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--white-color);
}

/* #endregion Button */

/* #region Effect */

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--secondary-color);
        background-color: var(--secondary-color);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 var(--secondary-color);
        box-shadow: 0 0 0 0 var(--secondary-color);
        background-color: var(--secondary-color);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        background-color: rgba(204,169,44, 0);
    }
}

/* #endregion Effect */
/*h2 .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: var(--primary-color);
    opacity: 0.15;
}*/
.card p {
    margin: 0 0 10px;
    white-space: normal;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    min-height: 100px;
}

section {
    padding: 100px 0;
}

.list {
    position: relative;
}

    .list h2 {
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .list ul {
        position: relative;
    }

        .list ul li {
            position: relative;
            right: 0;
            color: #fce4ec;
            list-style: disc;
            margin: 5px 0;
            /*border-right: 1px dashed #70b25b;*/
            transition: 0.5s;
            cursor: pointer;
            line-height: 1.67;
            padding: 3px 10px;
        }

            .list ul li:hover {
                right: 0px;
            }

            .list ul li span {
                position: relative;
                padding: 8px;
                padding-left: 12px;
                display: inline-block;
                z-index: 1;
                transition: 0.5s;
            }

            .list ul li:hover span {
                color: #feff3e;
            }

            .list ul li:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background: #70b25b;
                color: #fff;
                transform: scaleX(0);
                transform-origin: right;
                transition: 0.5s;
            }

            .list ul li:hover:before {
                transform: scaleX(1);
            }

.navbar-nav i.icon-arrow-down {
    margin: 0 0.3rem 0 0.3rem;
    font-size: 10px;
}

.navbar-nav.items .dropdown-menu .nav-link:not(.btn):not(.title):hover {
    color: #333;
}

.navbar-expand .navbar-nav.items .nav-link.active:not(.btn):not(.title) {
    color: var(--yello-color);
}

#services .icon {
    margin: 0;
}

.text-justify {
    text-align: justify;
}

#services .card p {
    min-height: 300px;
}


body .dir-ltr {
    direction: ltr;
}

body .dir-rtl {
    direction: rtl;
}

section.section-statistics {
    background-color: var(--section-3-bg-color);
    background-image: var(--section-2-bg-image);
}

.team .items .item {
    padding: 7px 7px;
    margin-bottom: 20px;
    cursor: pointer;
}

.highlights .items .item:last-child {
    margin-bottom: 20px;
}

.team .items .item:hover {
    background: var(--section-2-bg-color);
    transition: 0.5s linear all;
}

.team .items h4 {
    font-size: 1.05rem;
}

.team .items p {
    white-space: normal;
    line-height: 1.67;
    font-size: 13px;
    margin: 5px 0;
}

    .team .items p b {
        color: var(--nav-top-bg-color);
    }

.highlights p {
    white-space: normal;
    color: #222;
    opacity: 1;
    text-align: justify;
}

.team .quote .quote-right {
    bottom: 15px;
    left: 35px;
    right: initial;
}

section.section-statistics h4 {
    font-size: 1.1rem;
}

.showcase .card .image-over:before {
    opacity: 0.0;
}

.card-footer i {
    margin: 0 0 2.5px 10px;
}

.showcase .card:hover .card-body p {
    opacity: 1;
    font-size: 1.3rem;
    font-weight: 700;
}

.plans .card {
    background-color: var(--section-5-bg-color);
}

.plans .items .item .badge {
    font-size: 12px;
    line-height: 1.5;
}

.plans .items .item .list-group-item {
    border-bottom: 1px dashed #ccc !important;
}

.odd.partners img {
    filter: initial;
}

.partners img {
    width: auto;
    max-width: 100%;
    height: 70px;
}

.contacts a:not(.btn) {
    padding: 5px 0;
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--primary-t-color);
}

@media (max-width: 1199px) {
    body header .navbar.sub {
        top: 0;
        /*padding-top: 5px;*/
    }

    header .navbar-expand .navbar-brand img {
        height: 48px;
    }

    body .full-slider .inner, body .no-slider .inner {
        padding: 0 50px 0 0px;
    }
}


