/* Minification failed. Returning unminified contents.
(435,37): run-time error CSS1046: Expect comma, found '14'
(435,43): run-time error CSS1046: Expect comma, found '/'
(2468,55): run-time error CSS1046: Expect comma, found '0'
(2468,59): run-time error CSS1046: Expect comma, found '/'
(2469,47): run-time error CSS1046: Expect comma, found '0'
(2469,51): run-time error CSS1046: Expect comma, found '/'
(2844,37): run-time error CSS1046: Expect comma, found '14'
(2844,43): run-time error CSS1046: Expect comma, found '/'
(2851,37): run-time error CSS1046: Expect comma, found '14'
(2851,43): run-time error CSS1046: Expect comma, found '/'
(3864,42): run-time error CSS1030: Expected identifier, found '#fb7-about'
(3864,42): run-time error CSS1031: Expected selector, found '#fb7-about'
(3999,106): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(4904,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4905,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4908,31): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y'
(4909,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(4910,32): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
 */
@import url('/Content/reset.css');
@import url('/Content/static.css');
@import url('/Content/elements.css');
@import url('/content/preloader.css');
/**
* Template Name: Company - v2.2.1
* Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    color: #0000FF;
    font-family: 'Markazi Text' !important;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 
}
main {
    overflow: hidden;
}

/*==============================================Cursor animation==========================================================*/


    /*==============================================service Mobile view======================================================================*/

#serviceM {
    height:100%;
}

.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

    .slideshow .sliderMV {
        width: 100vw;
        height: 80vh;
        z-index: 2;
    }

        .slideshow .sliderMV * {
            outline: none;
        }

        .slideshow .sliderMV .item {
            height: 100vh;
            width: 100vw;
            position: relative;
            overflow: hidden;
            border: none;
        }

            .slideshow .sliderMV .item .text {
                display: none;
            }

            .slideshow .sliderMV .item img {
                width: 101%;
                max-height: 70vh;
                position: absolute;
                top: 37%;
                left: 50%;
                transform: translate(-50%, -50%);
                padding-right: 27px;
            }
@media only screen and (max-width: 949px) and (min-width: 640px) {
    #services #serviceM {
        display: block;
    }

    #services {
        min-height: 75vh;
        max-height: 75vh;
    }

        #services .m_s, #services #serv {
            display: none;
        }

    .slideshow .sliderMV .item img {
        max-width: 56%;
    }
}

@media only screen and (max-width: 550px) {
    .slideshow .sliderMV .item img {
        min-width: 100%;
    }

    #services #serviceM {
        display: block;
    }

    #services .m_s, #services #serv {
        display: none;
    }

    #services {
        min-height: 75vh;
        max-height: 75vh;
    }
}
            .slideshow .sliderMV .item video {
                width: 101%;
                max-height: 70vh;
                position: absolute;
                top: 39%;
                left: 50%;
                transform: translate(-50%, -50%);
                padding-right: 27px;
            }

    .slideshow .slick-dots {
        position: absolute;
        z-index: 100;
        width: 40px;
        height: auto;
        right: 0;
        transform: translateY(-50%);
        left: auto;
        color: #fff;
        display: block;
        margin:auto;
    }

        .slideshow .slick-dots li {
            display: block;
            width: 100%;
            height: auto;
        }

            .slideshow .slick-dots li button {
                position: relative;
                width: 20px;
                height: 15px;
                text-align: center;
            }

                .slideshow .slick-dots li button:before {
                    content: "";
                    background: #1d1b1b;
                    color: #353434;
                    height: 4px;
                    width: 20px;
                    border-radius: 0;
                    position: absolute;
                    top: 50%;
                    right: 0;
                    left: auto;
                    transform: translateY(-50%);
                    transition: all 0.3s ease-in-out;
                    opacity: 0.6;
                }

            .slideshow .slick-dots li.slick-active button:before {
                width: 45px;
                opacity: 1;
                background: #c0182a;
            }

    .slideshow.slideshow-right {
        left: 0;
        z-index: 1;
        width: 50vw;
        pointer-events: none;
    }

        .slideshow.slideshow-right .sliderMV {
            left: 0;
            position: absolute;
        }

.slideshow-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 80px;
    width: 100vw;
    text-align: center;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 100;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 20px;
    line-height: 0.8;
}

@media (max-width: 767px) {
    .slideshow-text {
        font-size: 40px;
    }
}

.the-most {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50vw;
    max-width: 200px;
    padding: 10px;
}

    .the-most img {
        max-width: 100%;
    }
#services {
    position:relative;
}
    @media only screen and (min-width: 950px) {
        #services {
            min-height: 100vh;
            max-height: 100vh;
        }

            #services #serviceM {
                display: none;
            }

            #services .m_s {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

            #services #serv {
                display: block;
            }
    }

    @media only screen and (max-width: 949px) {
        #services #serviceM {
            display: block;
        }

        #services {
            min-height: 75vh;
            max-height: 75vh;
        }

            #services .m_s, #services #serv {
                display: none;
            }
    }
    /*================================Social Media=======================================================================*/
    .transition-animation {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* Ul styles */
ul {
    list-style: none;
}


.icon-effect-1a {
    position: relative;
    z-index: 9997;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
}

    .icon-effect-1a li {
        margin: 2px;
    }
/*
* Icon styles
*
* There are styles for icon and everything which are connected with it.
*/
.icon-effect .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 21px;
    color: #f1f1f1;
    line-height: 34px;
    text-align: center;
    background-color: #bd1f2f;
}

.icon-effect .icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
/* Hover effect */
.icon-effect .icon {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .icon-effect .icon:after {
        top: -7px;
        left: -7px;
        padding: 7px;
        -webkit-box-shadow: 0 0 0 4px #f1f1f1;
        box-shadow: 0 0 0 4px #f1f1f1;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }

.icon-effect-1a .icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #fff;
}

    .icon-effect-1a .icon:hover:after {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        color: #fff;
    }
    /*===================================================================================================================*/
    /*========================= Loading before html webpage =======================================================================*/


.spinner-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #232425;
    z-index: 999999;
}

.spinner_l {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

    .spinner_l:before, .spinner_l:after {
        content: '';
        border: 1em solid #bd1f2f;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: loader 2s linear infinite;
        animation: loader 2s linear infinite;
        opacity: 0;
    }

    .spinner_l:before {
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
    /*==============================Achievements Section===========================================================*/
#ff .no-scroll {
    overflow: hidden;
}
#ff .containerCounts {
    box-shadow: 0px 2px 70px rgb(14 14 14 / 10%);
    padding-bottom: 15px;
    min-width: 88%;
    min-height: 93vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../img/achievements/Ach_backg.jpg) fixed center center;
    background: -o-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/achievements/Ach_backg.jpg) fixed center center;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/achievements/Ach_backg.jpg) fixed center center;
    background-size: cover;
}
#ff .container {
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#ff .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

#ff .blend-image, #ff  .card__background img {
 /*   filter: brightness(250%) grayscale(100%);
    mix-blend-mode: screen;*/
}


#ff .center-image img {
    width: 100%;
    /* min-height: 100%; */
    position: absolute;
    top: 26%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height:180px;
    object-fit:cover;
}
#ff .centerff {
    margin: auto;
}
#ff .card__background img {
    width: 100%;
    /* min-height: 100%; */
    position: absolute;
    top: 59%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
}

#ff .slick-slide {
    padding: 2em 0.5em;
}
.slick-next:before, .slick-prev:before {
    color: #6f6c6c;
}




#ff .card-slider div {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#ff .card-slider div {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#ff .card-slider {
    margin: auto;
    width: 100%;
}

#ff .card {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 350px;
    -webkit-box-shadow: 0 30px 50px -25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 30px 50px -25px rgba(0, 0, 0, 0.25);
}
    #ff .card > * {
        -webkit-transition: opacity 350ms;
        -o-transition: opacity 350ms;
        transition: opacity 350ms;
    }

#ff .card--opened > * {
    opacity: 0;
}

#ff .card__background, #ff .center-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #d0d8d8;
    z-index: -1;
    text-align: left;
}

    #ff .card__background::after, #ff .center-image::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6b6d6d), color-stop(70%, rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(bottom, #6b6d6d 0, rgba(255, 255, 255, 0) 70%);
        background: linear-gradient(to top, #6b6d6d 0, rgba(255, 255, 255, 0) 70%);
    }

#ff .card__category {
    text-transform: uppercase;
    color: #fff;
    background: #bd1f2f;
    font-size: 0.85em;
    font-weight: 600;
    padding: 0.2em 0.5em 0.25em;
}

#ff .card__title {
    text-transform: uppercase;
    margin: 2px;
    color: #eaeaea;
    text-align: center;
    font-size: 22px;
    justify-content: center;
}

#ff .card__duration {
    color: #6f7070;
}

#ff .modal-wrapper, #ff .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    z-index: 1;
}

#ff .modal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#ff .overlay {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 150ms ease;
    -o-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
}

#ff .modalAch {
    overflow: hidden;
    position: relative;
    margin: auto;
    width: 80vw;
    height: 63vh;
    max-width: 500px;
    background: #d9dcdc;
    border-radius: 20px;
    overflow-y: auto;
    margin:30px auto;
}
#ff .closeButtonCard {
    width: 100%;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    right: 0;
    margin-right: 0px;
    position: relative;
}

#ff .modal__scroll-area {
    height: inherit;
    overflow: auto;
    border-radius: inherit;
    position: relative;
    z-index: 1;
}

#ff .modal__close-button {
    background: transparent;
    border: none;
    margin-bottom: auto;
    color: #d6d9dc;
    position: fixed;
    top: 0;
    right: 0;
    padding: 1em;
    z-index: 2;
}

#ff .modal__header {
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 300px;
    z-index: 1;
}

#ff .modal__content {
    padding: 1.5em;
    color: #666;
    line-height: 1.5;
    text-align: center;
    font-size: 19px;
    font-family: 'Markazi Text';
}

#ff [data-modal-state=closed] .modal-wrapper {
    pointer-events: none;
}

#ff [data-modal-state=closed] .overlay {
    pointer-events: none;
}

#ff [data-modal-state=closed] .modalAch {
    opacity: 0;
}

#ff [data-modal-state=closed] .overlay {
    opacity: 0;
}

#ff [data-modal-state=opening] .modal__header, #ff [data-modal-state=opening] .modal__content, #ff [data-modal-state=opening] .modal__close-button, #ff [data-modal-state=closing] .modal__header, #ff [data-modal-state=closing] .modal__content, #ff [data-modal-state=closing] .modal__close-button {
    opacity: 0;
}

#ff [data-modal-state=opening] .overlay {
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

#ff [data-modal-state=closing] .overlay {
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

#ff [data-modal-state=open] .modal__header, #ff [data-modal-state=open] .modal__content {
    -webkit-transition: opacity 450ms;
    -o-transition: opacity 450ms;
    transition: opacity 450ms;
}

.Arch1, .Arch2, .Arch3, .Arch4, .Arch5, .Arch6, .Arch7, .Arch8 {
    display: none;
}
/*===============================================ebd test==========================================================================*/
/*=============================start certificate============================================================================*/



    #cert .clearfix:after {
        content: '';
        clear: both;
        display: block;
        height: 0;
        width: 0;
    }

#cert ul {
    list-style-type: none;
}

    #cert #cert a {
        color: #00c5b9;
        text-decoration: none;
    }

/*===========================================PREFEX===================================================================*/

/** ---------------------------------------
 * Slider 
 ----------------------------------------*/
    #cert .container {
        width: 800px;
        margin: 40px auto 0;
    }

    #cert .slider-wrapper {
        z-index: 500;
        position: relative;
        width: 100%;
        height: 360px;
        background: #FFF;
        border: 5px solid #4b5973;
        overflow: hidden;
    }

        #cert .slider-wrapper li {
            display: none;
        }

        #cert .slider-wrapper .current-slide {
            display: block;
        }

    #cert .slider-shadow {
        width: 100%;
        height: 15px;
        position: relative;
    }

        #cert .slider-shadow:after, #cert .slider-shadow:before {
            content: '';
            position: absolute;
            background: #171c24;
            height: 100%;
            width: 50%;
            left: 10px;
            top: -20px;
            -webkit-transform: rotate(-4deg);
            -ms-transform: rotate(-4deg);
            -o-transform: rotate(-4deg);
            transform: rotate(-4deg);
            -webkit-box-shadow: 0 0 15px 8px #171c24;
            box-shadow: 0 0 15px 8px #171c24;
        }

        #cert .slider-shadow:before {
            right: 10px;
            left: auto;
            -webkit-transform: rotate(4deg);
            -ms-transform: rotate(4deg);
            -o-transform: rotate(4deg);
            transform: rotate(4deg);
        }




    #cert .slider-wrapper img {
        width: -webkit-fill-available;
        position: absolute;
        max-width: 100%;
       /* height: auto;*/
        height: -webkit-fill-available;
       top: 0;
        left: 0;
        background-size: contain;
    }

    /**
 * ---[Caption] ---------------------- 
 **/
    #cert .slider-wrapper .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.65);
        width: 100%;
        padding: 10px;
        color: #FFF;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    #cert .slider-wrapper li:hover .caption {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }


    #cert .slider-wrapper h2 {
        color: #00c5b9;
        font-size: 2em;
        font-weight: 400;
        margin-bottom: 6px;
    }

    #cert .slider-wrapper p {
        font-size: 1.6em;
        font-weight: 300;
        line-height: 1.4em;
    }

    /**
 * ---[Botones-Control] ---------------------- 
 **/
    #cert .control-buttons {
        margin-top: 15px;
        text-align: center;
    }

        #cert .control-buttons li {
            cursor: pointer;
            display: inline-block;
            background: #98999a;
            text-indent: -99999px;
            height: 16px;
            width: 16px;
            margin: 0 6px;
            border-radius: 50%;
        }

            #cert .control-buttons li.active {
                background: #bd1f2f;
            }

   
/** ---------------------------------------
 * Responsive 
 ----------------------------------------*/
@media only screen and (max-width: 825px) {
    #cert  .container {
        width: 546px;
    }

    #cert .slider-wrapper {
        height: 260px;
    }
}

@media only screen and (max-width: 535px) {
    #cert  .container {
        padding: 5px;
        width: 100%;
        margin: 40px 0 0 0;
    }

    #cert  .slider-wrapper {
        height: 409px;
    }

        #cert .slider-wrapper .caption {
            display: none;
        }
}

@media only screen and (max-width: 410px) {
    #cert .slider-wrapper {
        height: 409px;
    }
}


/*=========================End Certificate=========================================================================*/

    /*========================Achievements==================================================================*/


    /*==================OUR achievements===========================================================*/
  


    /*==================OUR clients===========================================================*/
@media only screen and (max-width: 1914px) and (min-width: 769px) {

    .container1 #clients {
        min-height:64vh;
    }
    #clients .container{
        padding-top:100px;
    }

  
}
@media only screen and (max-width: 768px) and (min-width: 375px) {
    .container1 #clients {
        min-height: 57vh;
    }
    #clients .container {
        padding-top: 101px;
    }
}
@media only screen and (min-width: 1915px) {
    .container1 #clients {
        min-height: 40vh;
    }

    #clients .container {
        padding-top: 63px;
    }
}
@media only screen and (max-width: 320px) {
    .container1 #clients {
        min-height: 74vh;
    }

    #clients .container {
        padding-top: 69px;
    }
}

    #clients {
        margin: 0;
        /*    background: lightgray;
*/ background: #d8d8d8;
        text-align: center;
        color: #fefefe;
        overflow: hidden;
    }

    #clients1 {
        min-width: 100%;
    }
        #clients1 .HeadTitleArabic {
            color: white;
            font-family: 'Markazi Text';
            text-align: center;
            font-size: 40px;
            padding: 3px;
        }


        #clients1 p {
            color: #dedcdc;
            font-family: 'Markazi Text';
            font-size: 23px;
            text-align: center;
        }

    #clients1 .contText {
       
        margin: auto;
        padding:10px;
    }

    #clients .container {
        position: relative;
        width: 160px;
        padding-top: 69px;
        /*        margin: 100px auto 0 auto;
*/ -webkit-perspective: 1000px;
        perspective: 1000px;
    }
@media only screen and (max-width: 1914px) and (min-width: 769px) {

    .container1 #clients {
        min-height: 64vh;
    }

    #clients .container {
        padding-top: 52px;
    }
    #clients1 p {
        font-size: 23px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 375px) {
    .container1 #clients {
        min-height: 57vh;
    }

    #clients .container {
        padding-top: 101px;
    }
}

@media only screen and (min-width: 1915px) {
    .container1 #clients {
        min-height: 40vh;
    }

    #clients .container {
        padding-top: 63px;
    }
}

@media only screen and (max-width: 375px) {
    .container1 #clients {
        min-height: 57vh;
    }

    #clients .container {
        padding-top: 69px;
    }
}

@media only screen and (max-width: 320px) {
    .container1 #clients {
        min-height: 73vh;
    }

    #clients .container {
        padding-top: 69px;
    }
}
    #clients .carousel {
        position: absolute;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -webkit-animation: rotate360 60s infinite forwards linear;
        animation: rotate360 60s infinite forwards linear;
    }

        #clients .carousel .carousel__face {
            position: absolute;
            width: 150.5px;
            height: 150.5px;
            top: 20px;
            left: 10px;
            right: 10px;
            /*                 box-shadow: inset 0 0 0 2000px rgba(181,179,180,0.3);
*/ display: block;
            background-repeat: no-repeat;
            background-size: 150.5px 150.5px;
            cursor: pointer
        }

    .carousel__face:nth-child(1) {
        background-image: url("/img/clients/clients1_.png");
        -webkit-transform: rotateY( 0deg) translateZ(376px);
        transform: rotateY( 0deg) translateZ(376px);
    }

    .carousel__face:nth-child(2) {
        background-image: url("/img/clients/clients2.png");
        -webkit-transform: rotateY( 24deg) translateZ(376px);
        transform: rotateY( 24deg) translateZ(376px);
    }

    .carousel__face:nth-child(3) {
        background-image: url("/img/clients/clients3.jpg");
        -webkit-transform: rotateY( 48deg) translateZ(376px);
        transform: rotateY( 48deg) translateZ(376px);
    }

    .carousel__face:nth-child(4) {
        background-image: url("/img/clients/clients4.png");
        -webkit-transform: rotateY(72deg) translateZ(376px);
        transform: rotateY(72deg) translateZ(376px);
    }

    .carousel__face:nth-child(5) {
        background-image: url("/img/clients/clients5.png");
        -webkit-transform: rotateY(96deg) translateZ(376px);
        transform: rotateY(96deg) translateZ(376px);
    }

    .carousel__face:nth-child(6) {
        background-image: url("/img/clients/clients6.jpg");
        -webkit-transform: rotateY(120deg) translateZ(376px);
        transform: rotateY(120deg) translateZ(376px);
    }

    .carousel__face:nth-child(7) {
        background-image: url("/img/clients/clients7.jpg");
        -webkit-transform: rotateY(144deg) translateZ(376px);
        transform: rotateY(144deg) translateZ(376px);
    }

    .carousel__face:nth-child(8) {
        background-image: url("/img/clients/clients8.png");
        -webkit-transform: rotateY(168deg) translateZ(376px);
        transform: rotateY(168deg) translateZ(376px);
    }

    .carousel__face:nth-child(9) {
        background-image: url("/img/clients/clients9.jpg");
        -webkit-transform: rotateY(192deg) translateZ(376px);
        transform: rotateY(192deg) translateZ(376px);
    }

    .carousel__face:nth-child(10) {
        background-image: url("/img/clients/clients10.jpg");
        -webkit-transform: rotateY(216deg) translateZ(376px);
        transform: rotateY(216deg) translateZ(376px);
    }

    .carousel__face:nth-child(11) {
        background-image: url("/img/clients/clients11.png");
        -webkit-transform: rotateY(240deg) translateZ(376px);
        transform: rotateY(240deg) translateZ(376px);
    }

    .carousel__face:nth-child(12) {
        background-image: url("/img/clients/clients12.png");
        -webkit-transform: rotateY(264deg) translateZ(376px);
        transform: rotateY(264deg) translateZ(376px);
    }

    .carousel__face:nth-child(13) {
        background-image: url("/img/clients/clients13.jpg");
        -webkit-transform: rotateY(288deg) translateZ(376px);
        transform: rotateY(288deg) translateZ(376px);
    }

    .carousel__face:nth-child(14) {
        background-image: url("/img/clients/clients14.png");
        -webkit-transform: rotateY(312deg) translateZ(376px);
        transform: rotateY(312deg) translateZ(376px);
    }

    .carousel__face:nth-child(15) {
        background-image: url("/img/clients/clients15.png");
        -webkit-transform: rotateY(336deg) translateZ(376px);
        transform: rotateY(336deg) translateZ(376px);
    }

    @-webkit-keyframes rotate360 {
        from {
            -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
        }

        to {
            -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
    }

    @keyframes rotate360 {
        from {
            -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
        }

        to {
            -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
        }
    }
    /*==================OUR news===========================================================*/
    #News {
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
        min-height: 100vh;
    }
        #News .containerCounts{
            overflow:hidden;
        }
        .swiper-container2 {
            width: 100%;
            padding-top: 50px;
            padding-bottom: 50px;
            margin: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

    .swiper-slide2 {
        background-position: center;
        background-size: cover;
        width: 400px;
        height: 400px;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .content-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    #1w:hover .content-details {
        top: 50%;
        left: 50%;
        opacity: 1;
    }

    .content-details h3 {
        color: #fff;
        font-weight: 500;
        margin-bottom: 0.5em;
        text-transform: uppercase;
    }

    .content-image {
        width: 300px;
        height: 300px;
    }

    .content-overlay {
        background: rgba(0,0,0,0.83);
        position: absolute;
        height: 99%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    #N1, #N2, #N3, #N4, #N5 , #N6, #N7, #N8 {
        opacity: 0;
    }


.content-details p {
    color: #d9d7d7;
    font-size: 1.2em;
    font-family: 'Markazi Text';
}

    .fadeIn-bottom {
        top: 50%;
    }

    .HeadTitleArabic {
        font-family: 'Markazi Text';
        text-align: center;
        font-size: 40px;
        padding: 3px;
        color: #3e3d3d;
    }

    .section-title-divider {
        width: 50px;
        height: 3px;
        background: #bd1f2f;
        margin: 0 auto;
        margin-bottom: 21px;
    }

    .TitleArabic {
        /*   font-family: 'Cairo', sans-serif;*/
        text-align: right;
        line-height: 28px;
        font-weight: 700;
        font-size: 21px;
        color: black;
        text-align: center;
    }

    a {
        color: red;
    }

        a:hover {
            color: #bd1f2f;
            text-decoration: none;
        }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Markazi Text';
    }
    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
    .back-to-top {
        position: fixed;
        display: none;
        width: 40px;
        height: 40px;
        border-radius: 3px;
        left: 15px;
        bottom: 15px;
        background: #bd1f2f;
        color: #fff;
        -webkit-transition: display 0.5s ease-in-out;
        -o-transition: display 0.5s ease-in-out;
        transition: display 0.5s ease-in-out;
        z-index: 99999;
    }

        .back-to-top i {
            font-size: 24px;
            position: absolute;
            top: 8px;
            left: 8px;
        }

        .back-to-top:hover {
            color: #fff;
            background: #474241;
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

    /*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
    @media screen and (max-width: 768px) {
        [data-aos-delay] {
            -webkit-transition-delay: 0 !important;
            -o-transition-delay: 0 !important;
            transition-delay: 0 !important;
        }
    }
    /*Header on  left*/
    #header {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9997;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 15px;
    }

    #headerAr {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 15px;
        direction: rtl;
    }

    @media (max-width: 992px) {
        #header, #headerAr {
            width: 300px;
            background: #fff;
            border-right: 1px solid #e6e9ec;
            left: -300px;
        }
    }

    @media (min-width: 992px) {
        #main {
            /*   margin-right: 130px*/
        }
    }

#main {
    z-index: 3;
    position: relative;
}

    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /* Desktop Navigation */
    .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .bx span {
        font-size: 20px;
        font-weight: 500;
    }

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
    }

.nav-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #454543;
    padding: 10px 18px;
    margin-bottom: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    border-radius: 50px;
    background: #d3d3d4;
    height: 56px;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
}

        .nav-menu a i {
            font-size: 22px;
        }

        .nav-menu a span {
            padding: 0 5px 0 7px;
            color: #454a64;
            font-size: 20px;
            font-weight: 500;
        }

    @media (min-width: 992px) {
        .nav-menu a {
            width: 56px;
        }

            .nav-menu a span {
                display: none;
                color: #fff;
            }
    }

    .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
        color: #fff;
        background: #bd1f2f;
    }

        .nav-menu a:hover span, .nav-menu .active > a span, .nav-menu li:hover > a span {
            color: #fff;
        }

    .nav-menu a:hover, .nav-menu li:hover > a {
        width: 100%;
        color: #fff;
    }

        .nav-menu a:hover span, .nav-menu li:hover > a span {
            display: block;
        }

    /* Mobile Navigation */
    .mobile-nav-toggle {
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 9998;
        border: 0;
        background: none;
        font-size: 24px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
    }

        .mobile-nav-toggle i {
            color: #c5c1c1;
        }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active #headerAr {
            left: 0;
        }

        .mobile-nav-active .mobile-nav-toggle i {
            color: #bd1f2f;
        }

    /*Stop header*/
    /*--------------------------------------------------------------

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
    .header-social-links {
        padding-left: 14px;
        margin-left: 20px;
        border-left: 1px solid #c4c4c4;
    }

        .header-social-links a {
            color: #a0a0a0;
            padding-left: 6px;
            display: inline-block;
            line-height: 1px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            .header-social-links a:hover {
                color: #bd1f2f;
            }

    @media (max-width: 768px) {
        .header-social-links {
            padding: 0 48px 0 0;
            border-left: 0;
        }
    }

    .logo {
        width: 170px;
        height: 170px;
    }


    /*Company Name */

    .ml11 {
        font-weight: 700;
        font-size: 3.5em;
    }

        .ml11 .text-wrapper {
            position: relative;
            display: inline-block;
            /*  padding-top: 0.1em;*/
            padding-right: 0.05em;
            padding-bottom: 0.15em;
            color: #eee;
        }

        .ml11 .line {
            opacity: 0;
            position: absolute;
            left: 0;
            height: 100%;
            width: 3px;
            background-color: #bd1f2f;
            -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
        }

        .ml11 .line1 {
            top: 0;
            left: 0;
        }

        .ml11 .letter {
            display: inline-block;
            line-height: 1em;
        }


    /*End Company Name*/




    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 84vh;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    position: relative;
    margin-bottom: -95px;
    z-index: 0;
}
    .carousel-container img{
        display:flex;
        margin-top:-18px;
    }

    #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }




        #hero .hero-container {
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            padding: 0 15px;
        }

        #hero .overlay {
            content: "";
            background: rgba(0, 0, 0, 0.6);
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }

        #hero .carousel-container {
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            padding: 0 15px;
        }

        #hero .carousel-content {
            /*background: rgba(4, 4, 4, 0.7);*/
            padding: 0 20px 20px;
            color: #fff;
            -webkit-animation-duration: .5s;
            animation-duration: .5s;
            /*border-top: 5px solid #bd1f2f;*/
        }

            #hero .carousel-content h3 {
                background: rgba(255, 255, 255, 0.1);
                color: #fff;
                font-size: 26px;
                padding: 10px 30px;
                margin-bottom: 30px;
                border-radius: 50px;
            }

            #hero .carousel-content h2 {
                color: #fff !important;
                font-weight: bold;
                letter-spacing: -2px;
                word-spacing: 2px;
                text-transform: uppercase;
                font-size: 43px;
                letter-spacing: 1px;
            }

            #hero .carousel-content h1 {
                margin: 0 0 10px 0;
                font-size: 48px;
                font-weight: 700;
                line-height: 56px;
                text-transform: uppercase;
                color: #fff;
            }

            #hero .carousel-content h4 {
                margin: 0 0 10px 0;
                color: #fff;
                font-size: 23px;
                /*     letter-spacing: 6px;*/
                margin-top: 40px;
            }


#hero .btn-get-started, .btn-get-started {
    /*    font-family: "Poppins", sans-serif;
*/ text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px 9px 30px;
    border-radius: 50px;
    -webkit-transition: 1.9s;
    -o-transition: 1.9s;
    transition: 1.9s;
    border: 2px solid #bd1f2f;
    color: #fff;
}

    #hero .btn-get-started:hover, .btn-get-started:hover {
        background: #f8f9fa;
        border: 2px solid #e43c5c;
        color: #bd1f2f;
    }

        #hero .carousel-inner .carousel-item {
            -webkit-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            background-position: center top;
        }

        #hero .carousel-inner .carousel-item,
        #hero .carousel-inner .active.carousel-item-left,
        #hero .carousel-inner .active.carousel-item-right {
            opacity: 0;
        }

        #hero .carousel-inner .active,
        #hero .carousel-inner .carousel-item-next.carousel-item-left,
        #hero .carousel-inner .carousel-item-prev.carousel-item-right {
            opacity: 1;
            -webkit-transition: 1.5s;
            -o-transition: 1.5s;
            transition: 1.5s;
        }

            #hero .carousel-inner .carousel-item-next,
            #hero .carousel-inner .carousel-item-prev,
            #hero .carousel-inner .active.carousel-item-left,
            #hero .carousel-inner .active.carousel-item-right {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

        #hero .carousel-control-prev, #hero .carousel-control-next {
            width: 10%;
            opacity: 1;
        }

        #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
            background: none;
            font-size: 36px;
            line-height: 1;
            width: auto;
            height: auto;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50px;
            padding: 10px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            color: rgba(255, 255, 255, 0.5);
        }

            #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
                background: rgba(255, 255, 255, 0.3);
                color: rgba(255, 255, 255, 0.8);
            }

        #hero .carousel-indicators li {
            cursor: pointer;
            background: #fff;
            overflow: hidden;
            border: 0;
            width: 18px;
            height: 18px;
            opacity: .6;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            border-radius: 50%;
        }

            #hero .carousel-indicators li.active {
                opacity: 1;
                background: #bd1f2f;
            }

    @media (min-width: 1024px) {
        #hero .carousel-content {
            width: 60%;
        }

        #hero .carousel-control-prev, #hero .carousel-control-next {
            width: 5%;
        }
    }

    @media (max-width: 992px) {
        #hero .carousel-container {
            top: -11px;
        }

        #hero .carousel-content h2 {
            margin-bottom: 15px;
            font-size: 27px;
        }

        #hero .carousel-content h4 {
            margin-bottom: 15px;
            font-size: 20px;
            line-height: 30px;
        }

        #hero .carousel-content p {
            font-size: 15px;
        }
    }

    @media (max-height: 500px) {
        #hero {
            height: 120vh;
        }
    }
    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    #hero, #about {
        padding: 9px 0;
        overflow: hidden;
      
    }

    #services {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../img/services/services-bg.jpg) fixed center center;
        background: -o-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/services/services-bg.jpg) fixed center center;
        background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/services/services-bg.jpg) fixed center center;
        background-size: cover;
    }

#clientspart2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 167, 167, 0.9)), to(rgba(19, 18, 18, 0.9))), url(../img/clients/clientsPart2.png) fixed center center;
    background: -o-linear-gradient(rgba(169, 167, 167, 0.9), rgba(19, 18, 18, 0.9)), url(../img/clients/clientsPart2.png) fixed center center;
    background: linear-gradient(rgba(169, 167, 167, 0.9), rgba(19, 18, 18, 0.9)), url(../img/clients/clientsPart2.png) fixed center center;
    background-size: cover;
}
.m_s a {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    padding: 0px;
    text-align: center;
    font-size: 34px;
    background: #bd1f2f;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 14px;
}

    .m_s i {
        margin-left: -9px;
        line-height: 1px;
        padding: 22px;
    }

    .m_s {
        position: absolute;
        left: 0;
        z-index: 50;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        width: 58px;
    }


    @keyframes fadeIn {
        100% {
            opacity: 1
        }
    }



    /*Resources*/

    .section-bg {
        /*background: rgba(84, 84, 84 , 0.5) ;*/
        margin: 0;
        /*  font-family: helvetica;*/
    }


    .section-title {
        text-align: center;
        /*padding-bottom: 30px;*/
    }

        .section-title h2 {
            font-family: 'Markazi Text', serif;
            text-align: center;
            font-size: 33px;
            position: relative;
        }

            .section-title h2::after {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 3px;
                bottom: 0;
                left: calc(50% - 25px);
            }

        .section-title p {
            margin-bottom: 0;
        }
    /*Title for Arabic*/
    .section-titleAr {
        text-align: center;
        padding-bottom: 30px;
    }

        .section-titleAr h2 {
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 20px;
            padding-bottom: 20px;
            position: relative;
            color: #2b2929;
        }

            .section-titleAr h2::after {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 3px;
                bottom: 0;
                left: calc(50% - 25px);
            }

        .section-titleAr p {
            margin-bottom: 0;
        }

    /*--------------------------------------------------------------


    /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
    /* 
** Layout, Text & Colors 
*/

    p {
        line-height: 1.5;
    }



    /*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
    .clients .clients-wrap {
        border-top: 1px solid #ececec;
        border-left: 1px solid #ececec;
    }

    .clients .client-logo {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        overflow: hidden;
        background: #fff;
        height: 100px;
    }

        .clients .client-logo img {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            height: 36px;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }

        .clients .client-logo:hover img {
            -webkit-filter: none;
            filter: none;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }
    /*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
  #about{
      min-height:100vh;
  }
    .flex-container {
        height: 100vh;
        width: 100%;
        /* Safari */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    @media screen and (max-width: 768px) {
        .flex-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    .flex-title {
        color: #bd1f2f;
        position: relative;
        font-size: 6vw;
        margin: auto;
        text-align: center;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 15%;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        display: block;
    }

    @media screen and (max-width: 768px) {
        .flex-title {
            -webkit-transform: rotate(0deg) !important;
            -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
        }
    }

    .flex-about {
        opacity: 0;
        color: #f1f1f1;
        position: relative;
        width: 70%;
        font-size: 2vw;
        padding: 5%;
        top: 20%;
        border: 2px solid #f1f1f1;
        border-radius: 10px;
        line-height: 1.3;
        margin: auto;
        text-align: left;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    @media screen and (max-width: 768px) {
        .flex-about {
            padding: 0%;
            border: 0px solid #f1f1f1;
        }
    }

    .flex-slide {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        /* Safari 6.1+ */
        -ms-flex: 1;
        /* IE 10 */
        flex: 1;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    @media screen and (max-width: 768px) {
        .flex-slide {
            /* overflow: auto;*/
            overflow-x: hidden;
        }
    }

    @media screen and (max-width: 768px) {
        .flex-slide p {
            font-size: 2em;
        }
    }

    @media screen and (max-width: 768px) {
        .flex-slide ul li {
            font-size: 2em;
        }
    }

    .flex-slide:hover {
        -webkit-box-flex: 3;
        -ms-flex-positive: 3;
        flex-grow: 3;
    }

    .home {
        height: 100vh;
        background-color: #fcfdfb;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    @media screen and (min-width: 768px) {
        .home {
            -moz-animation: aboutFlexSlide;
            -moz-animation-duration: 3s;
            -moz-animation-iteration-count: 1;
            -moz-animation-delay: 0s;
            -webkit-animation: aboutFlexSlide;
            -webkit-animation-duration: 3s;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-delay: 0s;
            animation: aboutFlexSlide;
            animation-duration: 3s;
            animation-iteration-count: 1;
            animation-delay: 0s;
        }
    }

    @keyframes aboutFlexSlide {
        0% {
            -webkit-flex-grow: 1;
            flex-grow: 1;
        }

        50% {
            -webkit-flex-grow: 3;
            flex-grow: 3;
        }

        100% {
            -webkit-flex-grow: 1;
            flex-grow: 1;
        }
    }

    @media screen and (min-width: 768px) {
        .flex-title-home {
            transform: rotate(0deg);
            top: 15%;
            -moz-animation: homeFlextitle;
            -moz-animation-duration: 3s;
            -moz-animation-iteration-count: 1;
            -moz-animation-delay: 0s;
            -webkit-animation: homeFlextitle;
            -webkit-animation-duration: 3s;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-delay: 0s;
            animation: homeFlextitle;
            animation-duration: 3s;
            animation-iteration-count: 1;
            animation-delay: 0s;
        }
    }

    @keyframes homeFlextitle {
        0% {
            transform: rotate(0deg);
            top: 15%;
        }

        50% {
            transform: rotate(0deg);
            top: 15%;
        }

        100% {
            transform: rotate(0deg);
            top: 15%;
        }
    }

    .flex-about-home {
        opacity: 0;
    }

    @media screen and (min-width: 768px) {
        .flex-about-home {
            -moz-animation: flexAboutHome;
            -moz-animation-duration: 3s;
            -moz-animation-iteration-count: 1;
            -moz-animation-delay: 0s;
            -webkit-animation: flexAboutHome;
            -webkit-animation-duration: 3s;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-delay: 0s;
            animation: flexAboutHome;
            animation-duration: 3s;
            animation-iteration-count: 1;
            animation-delay: 0s;
        }
    }

    @keyframes flexAboutHome {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .about {
        background-color: #fcfdfb;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        margin: auto;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


    /*@keyframes blinkCursor {
        0% {
            transform: translate(-50%, -50%) scale(1.5);
        }

        50% {
            transform: translate(-50%, -50%) scale(2.5);
        }

        100% {
            transform: translate(-50%, -50%) scale(1.5);
        }
    }

    @keyframes blurMe {
        0% {
            filter: blur(10px);
            opacity: 0;
        }

        100% {
            filter: blur(0px);
            opacity: 1;
        }
    }

    @keyframes splash {
        0% {
            height: 0%;
        }

        50% {
            height: 100%;
        }

        100% {
            top: 0;
            height: 0%;
        }
    }

    @keyframes revealCursor {
        100% {
            opacity: 1;
        }
    }*/

    #about, #cert, #stores , #ff {
           font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /*--------------------------------------------------------------
    /*--------------------------------------------------------------

--------------------------------------------------------------*/
  
    h1 {
        text-align: center;
        margin-bottom: 10px;
        /*margin-top: 50px;*/
    }

    .blog-card-blog {
        margin-top: 30px;
    }
    /*رؤيتنا*/
    #about .box1:hover {
        opacity: 1;
        background: #632c65;
        background: -o-linear-gradient( 315deg, #292727 15%,#a01e2b 100%);
        background: -moz-linear-gradient(-45deg, #632c65 15%, #56a5e2 100%);
        background: -webkit-linear-gradient(-45deg, #632c65 15%,#56a5e2 100%);
        background: linear-gradient( 135deg, #292727 15%,#a01e2b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#632c65', endColorstr='#56a5e2',GradientType=1 );
    }
    /*من نحن*/
    .box3:hover {
        opacity: 1;
        background: #4b384c;
        background: -moz-linear-gradient(-45deg, #4b384c 15%, #da5de2 100%);
        background: -webkit-linear-gradient(-45deg, #4b384c 15%,#da5de2 100%);
        background: linear-gradient( 135deg, #f1efef 15%,#0a0a0a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b384c', endColorstr='#da5de2',GradientType=1 );
    }


    /*رسالتنا*/
    #about .box2:hover {
        opacity: 1;
        background: white;
        background: -moz-linear-gradient( 135deg, #969296 15%,#ce1627 100%);
        background: -webkit-linear-gradient( 135deg, #969296 15%,#ce1627 100%);
        background: linear-gradient( 135deg, #565353 15%,#900715 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969296', endColorstr='#ce1627',GradientType=1 );
    }



    .bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        pointer-events: none;
        width: 100%;
        height: 200%;
        overflow: hidden;
    }

    .blog-card {
        display: inline-block;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 6px;
        color: rgba(0, 0, 0, 0.87);
        background: #fff;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

        .blog-card:hover {
            color: #f2f2f2;
            -webkit-box-shadow: 20px 50px 100px rgb(0 0 0 / 50%);
            box-shadow: 20px 50px 100px rgb(0 0 0 / 50%);
        }

        .blog-card .blog-card-image {
            height: 60%;
            position: relative;
            overflow: hidden;
            margin-left: 15px;
            margin-right: 15px;
            margin-top: -30px;
            border-radius: 6px;
            -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
        }

            .blog-card .blog-card-image img {
                width: 100%;
                height: 100%;
                border-radius: 6px;
                pointer-events: none;
            }

        .blog-card .blog-table {
            padding: 15px 30px;
            min-height: 388px;
        }

    @media screen and (max-width: 984px) {
        .blog-card .blog-table {
            min-height: 532px;
        }
    }

    @media screen and (max-width: 759px) {
        .blog-card .blog-table {
            min-height: 0px;
        }
    }



    .blog-category {
        position: relative;
        line-height: 0;
        margin: 15px 0;
    }

    .blog-text-success {
        color: #28a745 !important;
    }

    .blog-card-blog .blog-card-caption {
        margin-top: 5px;
    }

    .blog-card-caption {
        font-weight: 700;
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .blog-card-caption, .blog-card-caption a {
        color: #333;
        text-decoration: none;
    }

    p {
        color: #3C4857;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .blog-card .ftr {
        margin-top: 15px;
    }

        .blog-card .ftr .author {
            color: #888;
        }

        .blog-card .ftr div {
            display: inline-block;
        }

  

    .overlay-aboutUs {
        width: 100%; /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
        z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
        cursor: pointer; /* Add a pointer on hover */
    }

    .spinner {
        position: fixed;
        top: 0;
        left: 0;
        background: #222;
        height: 100%;
        width: 100%;
        z-index: 11;
        margin-top: 0;
        color: #fff;
        font-size: 1em;
    }

    .cube1, .cube2 {
        background-color: #fff;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
        animation: sk-cubemove 1.8s infinite ease-in-out;
    }

    .cube2 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    @-webkit-keyframes sk-cubemove {
        25% {
            -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        }

        50% {
            -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        }

        75% {
            -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        }

        100% {
            -webkit-transform: rotate(-360deg);
        }
    }

    @keyframes sk-cubemove {
        25% {
            transform: translateX(42px) rotate(-90deg) scale(0.5);
            -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
        }

        50% {
            transform: translateX(42px) translateY(42px) rotate(-179deg);
            -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
        }

        50.1% {
            transform: translateX(42px) translateY(42px) rotate(-180deg);
            -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        }

        75% {
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        }

        100% {
            transform: rotate(-360deg);
            -webkit-transform: rotate(-360deg);
        }
    }
    /*--------------------------------------------------------------

    /*--------------------------------------------------------------

    /*--------------------------------------------------------------

   

    /*--------------------------------------------------------------

    /*--------------------------------------------------------------
# sendus
--------------------------------------------------------------*/
#sendus {
    font-family: 'Markazi Text';
}
.sendus .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

    .sendus .info {
        background: #fff;
    }

        .sendus .info i {
            font-size: 20px;
            color: #bd1f2f;
            float: left;
            width: 44px;
            height: 44px;
            border: 1px solid #bd1f2f;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50px;
            transition: all 0.3s;
        }

        .sendus .info h4 {
            padding: 0 0 0 60px;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #111;
        }

        .sendus .info p {
            padding: 0 0 0 60px;
            margin-bottom: 0;
            font-size: 14px;
            color: #444444;
        }

        .sendus .info:hover i {
            background: #bd1f2f;
            color: #fff;
        }

.sendus .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: #fff;
    margin-top:20px;
}
.sendus a {
    color: #6f6e6e;
}
.sendus p  span {
   color: #bd1f2f;
}

        .sendus .php-email-form .form-group {
            padding-bottom: 8px;
        }

        .sendus .php-email-form .validate {
            display: none;
            color: red;
            margin: 0 0 15px 0;
            font-weight: 400;
            font-size: 13px;
        }

        .sendus .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .sendus .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .sendus .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .sendus .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .sendus .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        .sendus .php-email-form .InputContact, .sendus .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
            border-radius: 4px;
        }

            .sendus .php-email-form .InputContact:focus, .sendus .php-email-form textarea:focus {
                border-color: #bd1f2f;
            }

        .sendus .php-email-form .InputContact {
            height: 44px;
        }

        .sendus .php-email-form textarea {
            padding: 10px 12px;
        }

        .sendus .php-email-form button[type="submit"] {
            background: #bd1f2f;
            border: 0;
            padding: 10px 24px;
            color: #fff;
            transition: 0.4s;
            border-radius: 4px;
        }

            .contact .php-email-form button[type="submit"]:hover {
                background: #2ae149;
            }

    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /*-------------------------------------------------------*/
    /* -------------Stores ------------------------------------*/
    section #stores {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #e4e4e4;
    }
#stores .containerCounts, #News .containerCounts, #cert .containerCounts {
    box-shadow: 2px 2px 70px rgb(14 14 14 / 37%);
    padding-bottom: 15px;
    background: #fafafa;
    min-width: 88%;
    min-height: 93vh;
}
#clients1 .containerCounts {
    box-shadow: 0px 2px 70px rgb(14 14 14 / 30%);
    background: #ffffff;
    min-width: 86%;
    min-height: 93vh;
}


#stores .container {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
}

    @media screen and (max-width: 500px) {
        #stores .row {
            display: block;
        }
    }

#stores .container .cardU {
    background-image: -webkit-linear-gradient( 217deg, #99E2B4,#edeff5,#edeff5, #29857a);
    background-image: -moz-linear-gradient( 217deg, #99E2B4,#edeff5,#edeff5, #29857a);
    background-image: -o-linear-gradient( 217deg, #99E2B4,#edeff5,#edeff5, #29857a);
    background-image: linear-gradient( 217deg, #99E2B4,#edeff5,#edeff5, #29857a);
}
#stores a {
    font-family: 'Markazi Text';
}
#stores .container .cardK {
    background-image: linear-gradient( 272deg, #e5dca7,#fff,#e4e2da, #cfa2f3);
    /* IE 5.5–7 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a992e2', endColorstr='#e4e2da', GradientType=1);
    /* IE 8–9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#a992e2', endColorstr='#e4e2da', GradientType=1)";
    /* IE 10 */
    background-image: -ms-linear-gradient(left, #a992e2 0%, #e4e2da 100%);
}

    #stores .container .cardG {
        background-image: linear-gradient(to bottom right, #cbdef5,#dedada, #0f6dcb)
    }
#stores .container .cardElectronic {
    background-image: linear-gradient(to bottom right, #19c1c0,#ffffff, #b28ad9)
}

    #stores .container .card {
        position: relative;
        max-width: 300px;
        max-height:600px;
        height: 215px;
        margin: 30px 8px;
        padding: 20px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /*box-shadow: 0 5px 202px rgba(0,0,0,0.5);*/
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        margin-bottom: 80px
    }

        #stores .container .card:hover {
            height: auto;
        }

            #stores .container .card:hover .content {
                visibility: visible;
                opacity: 1;
                margin-top: 200px;
                -webkit-transition-delay: .2s;
                -o-transition-delay: .2s;
                transition-delay: .2s
            }

        #stores .container .card .imgBx {
            position: absolute;
            width: 260px;
            height: 260px;
            top: -60px;
            left: 16px;
            box-shadow: 0 15px 20px -12px rgba(0,0,0,0.8);
            z-index: 1
        }

            #stores .container .card .imgBx img {
                max-width: 100%;
                border-radius: 4px;
                max-height: 100%;
                width: 100%;
                height: 100%;
            }

    @media only screen and (min-width:1415px) {
        #stores .container .card .imgBx {
            width: 350px;
            height: 350px;
            left: 17px;
        }

        #stores .container .card {
            max-width: 390px;
            height: 323px;
        }
        #stores .container .row {
            margin: auto;
            justify-content: center;
        }

            #stores .container .card:hover {
                height: 550px;
            }

                #stores .container .card:hover .content {
                    margin-top: 270px;
                }
    }

    #stores .container .card .content {
        position: relative;
        margin-top: -170px;
        padding: 10px 15px;
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
        color: #111;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        #stores .container .card .content p {
            font-size: 20px;
        }

        #stores .container .card .content a {
            text-decoration: none;
            background: #485563;
            color: white;
            padding: 10px 20px;
            border-radius: 4px;
            margin-top: 20px;
            display: inline-block;
            font-size: 20px;
        }
    /*--------------------------------------------------------------

    /*--------------------------------------------------------------
start Footer
                 --------------------------------------------------------------*/
    .main_footer {
        width: 100%;
        height: auto;
        background: url(/img/main/20.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: 50% 0%;
        padding: 30px 0px;
        position: relative;
    }

        .main_footer::before {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(0,0,0,0.75);
        }

    .footer_box {
        width: 100%;
        height: auto;
        margin: auto;
        text-align: center;
    }

        .footer_box img {
            width: 180px;
            height: auto;
            margin-bottom: 20px;
        }

        .footer_box h2 {
            font-size: 27px;
            font-weight: 500;
            margin-bottom: 15px;
            color: #fff;
            text-align: center;
        }

        .footer_box hr {
            background: #bd1f2f;
            width: 80px;
            height: 3px;
            border: none;
            /* margin: 5px 0px 15px 0px; */
            text-align: center;
        }

        .footer_box p {
            font-size: 19px;
            color: #fff;
            margin-bottom: 20px;
            line-height: 28px;
            text-align: center;
            font-family: 'Markazi Text';
    
        }

        .footer_box ul {
            list-style: none;
            align-items: center;
            text-align: center;
            justify-content: center;
            margin: auto;
        }

            .footer_box ul li {
                padding-right: 2px;
                color: #bd1f2f;
                font-size: 18px;
                line-height: 1;
                padding: 7px 0;
                display: flex;
                align-items: center;
                justify-content: center;
                direction: rtl;
            }
                .footer_box ul li:first-child {
                    padding-top: 0;
                }
                .footer_box ul li a {
                    color: #f3eded;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                    font-family: 'Markazi Text';
                }

                    .footer_box ul li a:hover {
                        padding-left: 5px;
                        color: #bd1f2f;
                    }

    .footer_address {
        width: 100%;
        height: auto;
        margin-top: 45px;
    }

        .footer_address h6 {
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            margin: 0px;
            margin-top: 20px;
            text-align: center;
        }

            .footer_address h6 span {
                margin-right: 34px;
            }

            .footer_address h6 a {
                color: #fff;
                display: block;
            }

                .footer_address h6 a i {
                    font-size: 14px;
                    width: 30px;
                    height: 30px;
                    color: #bd1f2f;
                    border-radius: 5px;
                    border: 1px solid #bd1f2f;
                    text-align: center;
                    line-height: 26px;
                    margin-left: 10px;
                }

                .footer_address h6 a:hover {
                    color: #b7b5b6;
                }

    .footer_socialicons {
        width: 100%;
        height: auto;
    }

        .footer_socialicons ul {
            margin: 0px;
            padding: 0px;
            text-align: center;
        }

            .footer_socialicons ul li {
                display: inline-block;
                margin-top: 20px;
                margin-right: 5px;
            }

                .footer_socialicons ul li a {
                    width: 30px;
                    height: 30px;
                    display: block;
                    background: #bd1f2f;
                    color: #fff;
                    text-align: center;
                    border: none;
                    padding: 0px;
                    border-radius: 50%;
                }

                    .footer_socialicons ul li a i {
                        font-size: 14px;
                        line-height: 30px;
                        -webkit-transition: all 0.8s;
                        -o-transition: all 0.8s;
                        transition: all 0.8s;
                    }

                    .footer_socialicons ul li a:hover i {
                        -webkit-transform: rotate(360deg);
                        -ms-transform: rotate(360deg);
                        transform: rotate(360deg);
                        color: #fff;
                    }

                    .footer_socialicons ul li a:hover {
                        background: #000000;
                    }

    .footer_bottom {
        width: 100%;
        height: auto;
        background: #1a1a1a;
        padding: 10px 0px;
    }

        .footer_bottom p {
            font-size: 13px;
            font-weight: 500;
            color: #fff;
            margin: 0px;
        }

            .footer_bottom p a {
                font-size: 13px;
                font-weight: 500;
                color: #01bea2;
            }

    .footer_position {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

        .footer_position h1 {
            font-size: 40px;
            text-align: center;
            color: #232323;
            padding-bottom: 55px;
            text-transform: uppercase;
            font-weight: 800;
        }

            .footer_position h1 em {
                font-style: normal;
                color: #01bea2;
            }


    /*===============================End Footer=======================================================*/


    /*services */

    html, body {
        margin: 0;
        padding: 0;
    }

    #fb7 {
        /*    font-family: Arial,sans-serif;*/
        font-size: 14px;
        -webkit-text-size-adjust: none;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        display: block;
        width: 100%;
        height: 300px;
        opacity: 0;
    }


        /* =  Shadow for flipbook 
--------------------------*/

        #fb7 .fb7-shadow {
            height: 100%;
            position: absolute;
            top: 0px;
            box-shadow: 0px 0px 10px 1px #999;
            border-top-left-radius: 25px;
            border-bottom-left-radius: 25px;
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
        }

        #fb7 .fb7-shadow-double {
            width: 100%;
            left: 0%;
        }

        #fb7 .fb7-shadow-right {
            width: 50%;
            left: 50%;
            border-top-left-radius: 0px !important;
            border-bottom-left-radius: 0px !important;
        }

        #fb7 .fb7-shadow-left {
            width: 50%;
            left: 0%;
            border-top-right-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
        }


        /* =  Gradient ( for right page )
--------------------------*/

        #fb7 .turn-page.even .fb7-cont-page-book {
            background: -moz-linear-gradient(left, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.27)), color-stop(7%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left, rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* Opera 11.10+ */
            background: -ms-linear-gradient(left, rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* IE10+ */
            background: linear-gradient(to right, rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
        }

        /* =  Gradient ( for left page )
--------------------------*/

        #fb7 .turn-page.odd .fb7-cont-page-book {
            background: -moz-linear-gradient(right, rgba(0,0,0,0.27) 0%, rgba(255,255,255,0) 7%); /* FF3.6+ */
            background: -webkit-gradient(linear, right top, right top, color-stop(0%,rgba(0,0,0,0.27)), color-stop(7%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(right, rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(right, rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* Opera 11.10+ */
            background: -ms-linear-gradient(right, rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* IE10+ */
            background: linear-gradient(to left, rgba(0,0,0,0.27) 0%,rgba(255,255,255,0) 7%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
        }


        /* corner left page /*/

        #fb7 .turn-page.odd {
            border-top-left-radius: 25px;
            border-bottom-left-radius: 25px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        /* corner right page /*/

        #fb7 .turn-page.even {
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }


        #fb7.fullScreen, #fb7-ajax[data-template="true"] #fb7 {
            margin-bottom: 0;
        }


        #fb7 #fb7-container-book {
            position: absolute;
            z-index: 5;
            display: none;
            width: 1280px;
            height: 920px;
        }


        #fb7 fieldset {
        }


        #fb7 #fb7-deeplinking {
            display: none;
        }


        #fb7 .fb7-bcg-book {
            background: none no-repeat center center;
            background-size: cover;
            -moz-background-size: cover;
            -webkit-background-size: cover;
            width: 100%;
            height: 100%;
        }

    #test {
        margin: 0 auto;
        width: 100%;
    }

    #fb7 #page.mobile {
        width: 640px;
        height: 358px;
        margin: -210px 0 0 -275px;
    }

    #fb7 #page .padding { /*padding: 0 34px;*/
    }



    #fb7 .cursor-grab {
        cursor: -webkit-grab;
        cursor: -moz-grab;
    }


    #fb7 .fb7-overlay {
        position: absolute;
        left: -10000px;
        top: 0;
        z-index: 20;
        /*background: url(../img/bg-overlay.png);/*/
        background: rgba(0,0,0,0);
        width: 100%;
        height: 100%;
        display: none;
    }

        #fb7 .fb7-overlay.active {
            left: 0;
            display: block;
        }


    /* = Back button
-------------------------------------------------------------- */
    #fb7 #fb7-button-back {
        text-decoration: none;
        /*    font-family: Nunito,​sans-serif;
*/ color: #393939;
        position: absolute;
        left: -5px;
        top: 45px;
        box-shadow: 0 0 2px 2px #BEBEBE;
        background: -webkit-linear-gradient(#FFFFFF,#EAEAEA); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#FFFFFF,#EAEAEA); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#FFFFFF,#EAEAEA); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#FFFFFF,#EAEAEA); /* Standard syntax */

        border-radius: 5px 5px 5px 5px;
        border: 1px solid #B9B9B9;
        padding: 5px;
        padding-left: 15px;
        padding-right: 10px;
        font-size: 12px;
        font-weight: bold;
        margin-top: -45px;
    }


    /* = About
-------------------------------------------------------------- */

    #fb7 #fb7-about {
        position: absolute;
        z-index: 5;
        width: 45%;
        display: none;
        /*padding-top: 6%;/*/
    }

        #fb7 #fb7-about h1 .HeadTitleArabic .aboutMainTitle {
            color: #6b6a6a;
            font-size: 30px;
        }

        #fb7 #fb7-about h1,
        #fb7 #fb7-about h2,
        #fb7 #fb7-about h3,
        #fb7 #fb7-about h4,
        #fb7 #fb7-about h5,
        #fb7 #fb7-about h6 {
            margin: 0 0 2% 0;
            padding: 0px;
            font-size: 33px;
            color: #676464;
            -webkit-font-smoothing: antialiased;
            text-transform: none;
            font-weight: 600;
            font-family: 'Markazi Text';
        }


        #fb7 #fb7-about h1 {
            /*            background: url(../img/icons.png) no-repeat;
*/ padding: 0 0 0px 0px;
        }

        #fb7 #fb7-about ul, #fb7-about ol {
            list-style: disc;
            margin: 0;
            padding-left: 10px;
            padding-top: 0%;
            padding-bottom: 2%;
        }

        #fb7 #fb7-about li {
            color: #bd1f2f;
            font-family: 'Markazi Text';
            font-size: 31px;
            margin-bottom: 4px;
        }


        #fb7 #fb7-about p {
            /*font-size: 0.688em;/*/
            color: #969191;
            margin-bottom: 4%;
            margin-top: 0%;
            font-size: 30px;
            font-family: 'Markazi Text';
        }

        #fb7 #fb7-about a {
            color: #ffffff;
            text-decoration: underline;
        }

            #fb7 #fb7-about a:hover {
                /*color:#ffffff;/*/
                text-decoration: none;
            }



    /* = Book
-------------------------------------------------------------- */

    #fb7 #fb7-book {
        position: relative;
        z-index: 10;
        width: 100%;
        height: 100%;
    }

        #fb7 #fb7-book .turn-page {
            background-color: #FFF;
            background-size: 100% 100%;
        }

    #fb7 .fb7-double {
        background-size: 200% 100% !important;
    }

        #fb7 .fb7-double.fb7-first {
            background-position: 0% 0%;
        }

        #fb7 .fb7-double.fb7-second {
            background-position: -100% 0%;
        }








    /* = Nav Arrows
	---------------------------------------- */

    #fb7 .fb7-nav-arrow {
        position: absolute;
        top: 50%;
        z-index: 15;
        /*background: url(../img/icons.png);/*/
        width: 158px;
        height: 100px;
        margin-top: -50px;
        cursor: pointer;
    }

        #fb7 .fb7-nav-arrow.next {
            right: 0px;
            background-position: -174px -205px;
        }

            #fb7 .fb7-nav-arrow.next:hover {
                background-position: -174px -315px;
            }

        #fb7 .fb7-nav-arrow.prev {
            background-position: 0px -205px;
            display: none;
        }

            #fb7 .fb7-nav-arrow.prev:hover {
                background-position: 0px -315px;
            }

        #fb7 .fb7-nav-arrow.next {
            transform-origin: 0 center;
            -ms-transform-origin: 0 center;
            -webkit-transform-origin: 0 center;
        }

        #fb7 .fb7-nav-arrow.prev {
            transform-origin: right center;
            -ms-transform-origin: right center;
            -webkit-transform-origin: right center;
        }

    /*#page.mobile .fb7-nav-arrow.next { right: -24px; }*/



    /* = Cover
	---------------------------------------- */

    #fb7 #fb7-logo-cover {
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 5;
    }

    #fb7 #fb7-cover ul {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        clear: both;
        width: 100%;
        list-style: none;
        padding: 20px 0;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

        #fb7 #fb7-cover ul:after {
            clear: both;
            content: '';
            display: block;
        }

    #fb7 #fb7-cover li {
        float: left;
        width: 28.3%;
        margin: 0 2.5%;
        list-style: none;
    }

    #fb7 #fb7-cover li,
    #fb7 #fb7-cover img {
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        box-shadow: none;
    }

        #fb7 #fb7-cover li:last-child {
            margin-right: 0;
        }

        #fb7 #fb7-cover li img {
            float: left;
            width: 100%;
        }

        #fb7 #fb7-cover li a:hover img {
            /*opacity: .8;/*/
        }



    /* = End
	---------------------------------------- */

    #fb7 #end {
        text-align: center;
    }

        #fb7 #end p {
            padding-top: 60%;
        }



    /* = Meta data
	---------------------------------------- */

    #fb7 #fb7-book .fb7-meta {
        position: absolute;
        bottom: 2%;
        left: 48%;
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 50%;
    }


    #fb7 .fb7-meta .fb7-num {
        line-height: 43px;
        font-size: 18px;
        font-weight: bold;
        text-shadow: 2px 2px 6px #666666;
    }

    /*
		
	
	----------------------------*/

    #v7_lightbox {
        width: 100%;
        height: 100%;
        z-index: 555789;
        position: fixed;
        display: block;
        top: 0px;
    }

        #v7_lightbox .bcg {
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: .7;
            position: absolute;
            cursor: pointer;
        }


    /* --------------------------*/

    .fb7-cont-page-book {
        position: absolute;
    }

    #fb7 .fb7-page-book {
        position: absolute;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        overflow: hidden;
    }

        #fb7 .fb7-page-book h1 {
            font-family: 'Markazi Text';
            font-size: 35px;
            text-align: center;
        }


        #fb7 .fb7-page-book .center {
            /*text-align:center;
		padding-top:65%;/*/
        }

        #fb7 .fb7-page-book img {
            border: none;
            padding: 0;
        }

        #fb7 .fb7-page-book p {
            margin-bottom: 20px;
            line-height: 1.5;
        }

        #fb7 .fb7-page-book .mainP p {
            font-family: 'Markazi Text';
            font-size: 27px;
            text-align: right;
            padding-top: 11%;
            color:#77797f;
        }


        #fb7 .fb7-page-book p strong {
            font-weight: bold;
            -webkit-text-size-adjust: none;
        }


        #fb7 .fb7-page-book a {
            text-decoration: underline;
            color: #64C8D3;
            /*font-weight:bold;/*/
        }

        #fb7 .fb7-page-book p a:hover {
            text-decoration: none;
        }

        #fb7 .fb7-page-book h6 {
            text-align: right;
            font-family: 'Markazi Text';
            font-size: 27px;
            color: #bd1f2f;
        }

        #fb7 .fb7-page-book h1,
        #fb7 .fb7-page-book h2,
        #fb7 .fb7-page-book h3,
        #fb7 .fb7-page-book h4,
        #fb7 .fb7-page-book h5,
        #fb7 .fb7-page-book h6 {
            /*   font-family: Arial,sans-serif;*/
            text-transform: none;
            /* margin-bottom: 2%;*/
        }


        #fb7 .fb7-page-book ul {
            list-style: disc inside;
            margin-bottom: 3% !important;
        }

            #fb7 .fb7-page-book ul li {
                margin-bottom: 2px;
                list-style: disc inside;
            }

        #fb7 .fb7-page-book ol {
            margin-bottom: 3% !important;
            direction: rtl;
            text-align: right;
        }

            #fb7 .fb7-page-book ol li {
                list-style: decimal inside;
                margin: 0;
            }


                #fb7 .fb7-page-book ul li a, #fb7 .fb7-page-book ol li a {
                    color: #77797F;
                    font-weight: normal;
                    text-decoration: none;
                    text-align: right;
                    direction: rtl;
                    font-size: 27px;
                    font-family: 'Markazi Text';
                }

                    #fb7 .fb7-page-book ul li a:hover, #fb7 .fb7-page-book ol li a:hover {
                        text-decoration: underline;
                    }

        #fb7 .fb7-page-book a:hover img {
            /*opacity: 0.8;*/
        }

        #fb7 .fb7-page-book .container-img {
            text-align: center;
        }

            #fb7 .fb7-page-book .container-img img {
                width: 100%;
            }
        /* =WordPress Core
-------------------------------------------------------------- */
        #fb7 .fb7-page-book .alignnone, .#fb7-about .alignnone {
            margin: 5px 20px 20px 0;
        }

        #fb7 .fb7-page-book.aligncenter, .fb7-page-book div.aligncenter, #fb7-about.aligncenter, #fb7-about div.aligncenter {
            display: block;
            margin: 5px auto 5px auto;
        }

        #fb7 .fb7-page-book .alignright, #fb7-about .alignright {
            float: right;
            margin: 5px 0 20px 20px;
        }

        #fb7 .fb7-page-book .alignleft, #fb7-about .alignleft {
            float: left;
            margin: 5px 20px 20px 0;
        }

        #fb7 .fb7-page-book .aligncenter, #fb7-about .aligncenter {
            display: block;
            margin: 5px auto 5px auto;
        }

        #fb7 .fb7-page-book a img.alignright, #fb7-about a img.alignright {
            float: right;
            margin: 5px 0 20px 20px;
        }

    #fb7 #fb7 .fb7-page-book a img.alignnone, #fb7-about a img.alignnone {
        margin: 5px 20px 20px 0;
    }

    #fb7 .fb7-page-book a img.alignleft, #fb7-about a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    #fb7 .fb7-page-book a img.aligncenter, #fb7-about a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    #fb7 .fb7-page-book .wp-caption, #fb7-about .wp-caption {
        background: #fff;
        border: 1px solid #f0f0f0;
        max-width: 96%; /* Image does not overflow the content area */
        padding: 5px 3px 10px;
        text-align: center;
    }

        #fb7 .fb7-page-book .wp-caption.alignnone, #fb7-about .wp-caption.alignnone {
            margin: 5px 20px 20px 0;
        }

        #fb7 .fb7-page-book .wp-caption.alignleft, #fb7-about .wp-caption.alignleft {
            margin: 5px 20px 20px 0;
        }

        #fb7 .fb7-page-book .wp-caption.alignright, #fb7-about .wp-caption.alignright {
            margin: 5px 0 20px 20px;
        }

        .fb7-page-book .wp-caption img, #fb7-about .wp-caption img {
            border: 0 none;
            height: auto;
            margin: 0;
            max-width: 98.5%;
            padding: 0;
            width: auto;
        }

        #fb7 .fb7-page-book .wp-caption p.wp-caption-text, #fb7-about .wp-caption p.wp-caption-text {
            font-size: 11px;
            line-height: 17px;
            margin: 0;
            padding: 0 4px 5px;
        }



    /* = Media queries
-------------------------------------------------------------- */

    @media screen and (max-width: 768px) {

        .fb7-nav-arrow.next {
            transform-origin: 0 center;
            -ms-transform-origin: 0 center;
            -webkit-transform-origin: 0 center;
        }

        .fb7-nav-arrow.prev {
            transform-origin: right center;
            -ms-transform-origin: right center;
            -webkit-transform-origin: right center;
        }

        .fb7-nav-arrow {
            transform: scale(2);
            ms-transform: scale(2);
            -webkit-transform: scale(2);
        }
    }



    /* all icons for flipbook */
    #fb7 .fb7-nav-arrow, #fb7 .fb7-menu li {
        background: url(/Images/icons.png) no-repeat;
    }









    /*/* tools bar*/
    #fb7 #fb7-footer .fb7-bcg-tools {
        background: -webkit-linear-gradient(#FFFFFF,#EAEAEA); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#FFFFFF,#EAEAEA); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#FFFFFF,#EAEAEA); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#FFFFFF,#EAEAEA); /* Standard syntax */
        border-radius: 10px;
        border-bottom: 1px solid #FFFFFF;
        box-shadow: 0 4px 0 #878787;
        opacity: 0
    }


    #fb7 .fb7-tooltip {
        background: -webkit-linear-gradient(#284F06,#162B04)repeat scroll 0 0 rgba(0, 0, 0, 0) background: -o-linear-gradient(#284F06,#162B04) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(#284F06,#162B04) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: linear-gradient(#284F06,#162B04) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 1px solid #488015;
        box-shadow: 0 0 1px 1px #000000;
        color: #FFFFFF;
    }

    /* logo /*/
    #fb7 #fb7-footer #fb7-logo {
        left: 12px;
        top: -5px;
    }


    /*  page manager   /*/
#fb7 .fb7-menu li.fb7-goto .InputContact {
    color: #000000;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #566C43;
}

    #fb7 .fb7-menu li.fb7-goto .InputContact .focus_.InputContact {
        box-shadow: 0 0 7px 2px #4F9B09;
    }


    #fb7 .fb7-menu li.fb7-goto button {
        border: none;
        color: #803900;
        background: -webkit-linear-gradient(#F6EE0D,#E7A506); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#F6EE0D,#E7A506); /* For Opera 11.1 to 12.0 */
        background: linear-gradient(#F6EE0D,#E7A506); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#F6EE0D,#E7A506); /* Standard syntax */
    }




    /* book /*/

    #fb7 .fb7-shadow {
        box-shadow: 0 0 10px 1px #666666;
    }

    /* corner left page /*/
    #fb7 .turn-page.odd {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    /* corner right page /*/
    #fb7 .turn-page.even {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #fb7 .fb7-shadow {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #fb7 .turn-page.fb7-noshadow .fb7-cont-page-book {
        background: none;
    }


    #fb7 #fb7-book .turn-page {
        background-color: #FFFFFF;
    }

    #fb7 #fb7-book .fb7-meta {
        background-position: -139px -9px;
        background: -webkit-radial-gradient(#D0D0D0,#A8A8A8); /* Safari 5.1 to 6.0 */
        background: -o-radial-gradient(#D0D0D0,#A8A8A8); /* For Opera 11.6 to 12.0 */
        background: -moz-radial-gradient(#D0D0D0,#A8A8A8); /* For Firefox 3.6 to 15 */
        background: radial-gradient(#D0D0D0,#A8A8A8); /* Standard syntax */


        box-shadow: inset 0 0 4px 8px #ADADAD;
    }

    #fb7 .fb7-meta .fb7-num {
        /* text /*/
        color: #FFFFFF;
        text-shadow: 2px 2px 6px #666666;
    }



    /* list thumbs /*/
    #fb7 #fb7-all-pages .fb7-container-pages {
        background: none repeat scroll 0 0 #272626;
        box-shadow: 0 0 40px #f1e9ea;
    }

    /* form /*/
    #fb7 #fb7-contact form {
        background: none repeat scroll 0 0 #161616;
        box-shadow: 0 0 60px rgba(100,200,211, 0.7);
    }

        #fb7 #fb7-contact form h3 {
            color: #FFFFFF;
        }

    #fb7 #fb7-contact button {
        background: none repeat scroll 0 0 #64C8D3;
        color: #FFFFFF;
    }

    #fb7 #fb7-contact form .InputContact, #fb7-contact form textarea {
        color: #737373;
    }

    #fb7 #fb7-contact .fb7-close {
        color: #000000;
        background: none repeat scroll 0 0 #64C8D3;
    }

    #fb7 #fb7-contact .fb7-thanks p {
        color: #444444
    }

    #fb7 #fb7-contact .fb7-thanks h1 {
        color: #FFFFFF
    }



    /* preloader /*/
    #fb7 .fb7-preloader .wBall .wInnerBall {
        background: #F5DC0B;
    }


    /* arrow gif /*/
    #fb7 .fb7-nav-arrow {
    }



    /* formatt page for flipbook  /*/
    #fb7 .fb7-page-book p {
        color: #77797F;
        /**/
        font-size: 14px;
    }

    #fb7 .fb7-page-book a {
        color: #000000;
    }

    #fb7 .fb7-page-book h1 {
        color: #2E577C;
        font-size: 28px;
    }

    #fb7 .fb7-page-book h2 {
        color: #2E577C;
        font-size: 26px;
    }

    #fb7 .fb7-page-book h3 {
        color: #2E577C;
        font-size: 24px;
    }

    #fb7 .fb7-page-book h4 {
        color: #2E577C;
        font-size: 22px;
    }

    #fb7 .fb7-page-book h5 {
        color: #2E577C;
        font-size: 20px;
    }

    #fb7 .fb7-page-book h6 {
        color: #b00b06;
        font-size: 27px;
    }

    #fb7 .fb7-page-book li {
        color: #77797F;
        font-size: 14px;
    }

    #fb7 .fb7-page-book ul li a, #fb7 .fb7-page-book ol li a {
        color: #505050;
    }
        #fb7 .fb7-bcg-book a {
            padding:8px;
            text-decoration:none;
            font-size:36px;
            color:#818181;
            display:block;
            transition:0.3s;

        }
            #fb7 .fb7-bcg-book a:hover, #fb7 .fb7-bcg-book a:focus {
                color:#f1f1f1;
            }
            #fb7 .fb7-bcg-book .closebtn {
                position:absolute;
                top:20px;
                right:45px;
                font-size:60px;
            }
            @media only screen and (max-width:450px){
                #fb7 .fb7-bcg-book a{
                    font-size:20px;

                }
                #fb7 .fb7-bcg-book .closebtn {
                    top: 15px;
                    right: 35px;
                    font-size: 40px;
                }
            }
    /*  about style  /*/
    #fb7 #fb7 #fb7-about li {
    color: #bd1f2f;
    font-family: 'Markazi Text';
    font-size: 31px;
}

    #fb7 #fb7-about a {
        color: #FFFFFF
    }

    #fb7 #fb7-about h1 {
        color: #504f4f;
        font-size: 30px;
    }


    #fb7 #fb7-about h2 {
        color: #FFFFFF;
        font-size: 24px;
    }

    #fb7 #fb7-about h3 {
        color: #FFFFFF;
        font-size: 22px;
    }

    #fb7 #fb7-about h4 {
        color: #FFFFFF;
    }

    #fb7 #fb7-about h5 {
        color: #FFFFFF;
        font-size: 18px;
    }

    #fb7 #fb7-about h6 {
        color: #FFFFFF;
        font-size: 16px;
    }
    /* back  button /*/
    #fb7 #fb7-button-back {
        color: #803900;
        background: -webkit-linear-gradient(#F6EE0D,#E7A506); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#F6EE0D,#E7A506); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#F6EE0D,#E7A506); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#F6EE0D,#E7A506); /* Standard syntax */

        box-shadow: none;
        border: 1px solid #488015;
    }



    /*  Other style   /*/
    #fb7 .fb7-overlay {
        background: rgba(0,0,0,0.6);
    }

    #overlay1, #overlay2 {
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
        padding-top: 5%;
        transform: perspective(400px) rotateX(-90deg);
        transform-origin: center top 0;
        transition: all 0.5s ease 0s;
        opacity: 0;
        cursor: pointer;
        z-index: 1000;
        /*  overflow: auto;*/
    }

    /* text read more services*/

    .svg-wrapper {
        height: 40px;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 140px;
    }



    .shape {
        fill: transparent;
        stroke-dasharray: 140 540;
        stroke-dashoffset: -474;
        stroke-width: 8px;
        stroke: #c33333;
    }



    .text {
        color: #171616;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 30px;
        position: relative;
        top: -50px;
        cursor: pointer;
    }

        .text a {
            font-family: 'Amiri', serif;
        }

        .text:hover {
            color: #bd1f2f;
        }



    @keyframes draw {

        0% {
            stroke-dasharray: 140 540;
            stroke-dashoffset: -474;
            stroke-width: 8px;
        }

        100% {
            stroke-dasharray: 760;
            stroke-dashoffset: 0;
            stroke-width: 3px;
        }
    }



    .svg-wrapper:hover .shape {
        -webkit-animation: 0.7s draw linear forwards;
        animation: 0.7s draw linear forwards;
    }

    /* cards for sub services*/

    @media (min-width: 576px) {
        .container {
            width: 100%;
        }
    }

    @media (min-width: 576px) {
        .container {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .container {
            max-width: 960px;
        }
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1140px;
        }
    }

    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
    }

    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0 15px;
    }

    .content {
        max-width: 1024px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media screen and (max-width: 767px) {
        .content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

   /* .card {
        width: 100%;
        max-width: 300px;
        min-width: 200px;
        height: 250px;
        background-color: #292929;
        margin: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
        border: 2px solid rgba(7, 7, 7, 0.12);
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: pointer;
        transition: all 0.3s ease;
    }*/

    /*.icon {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    max-width: 80px;
    background: -webkit-gradient(linear, left top, right top, from(#e6e1e1), color-stop(30%, #bd1f2f), color-stop(60%, rgba(0, 0, 0, 0.28)));
    background: -o-linear-gradient(left, #e6e1e1 0%, #bd1f2f 30%, rgba(0, 0, 0, 0.28) 60%);
    background: linear-gradient(90deg, #e6e1e1 0%, #bd1f2f 30%, rgba(0, 0, 0, 0.28) 60%);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    background-position: 0px;
    background-size: 200px;
}
*/
    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

    .card .title {
        width: 100%;
        margin: 0;
        text-align: center;
        margin-top: 30px;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
    }

    .card .titleAr {
        width: 100%;
        margin: 0;
        text-align: center;
        margin-top: 30px;
        color: white;
        text-transform: uppercase;
        font-family: 'Amiri';
        font-size: 25px;
    }

    .card .text {
        width: 80%;
        margin: 0 auto;
        font-size: 13px;
        text-align: center;
        margin-top: 20px;
        color: white;
        font-weight: 200;
        letter-spacing: 2px;
        opacity: 0;
        max-height: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }


    .card:hover .info {
        height: 90%;
    }

    .card:hover .text {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 1;
        max-height: 40px;
    }

    .card:hover .icon {
        background-position: -120px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .card:hover .icon i {
            background: linear-gradient(90deg, #FF7E7E, #FF4848);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            opacity: 1;
            transition: all 0.3s ease;
        }


    .footer {
        /*position: absolute;*/
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1rem;
        background-color: #efefef;
        text-align: center;
        background-color: #494949;
        height: 117px;
    }

    .header {
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1rem;
        text-align: center;
        background-color: #882b35;
        height: 100px;
    }

    .title {
        font-size: 2em;
        color: #bd1f2f;
        display: block;
    }

    .sub-title {
        color: #403e3e;
        display: block;
        margin: 10px;
        font-size: 18px;
    }

    .btn1 {
        padding: 10px 20px;
        background: transparent;
        border: 1px solid #bd1f2f;
        color: #bd1f2f;
        border-radius: 3px;
        outline: none;
        transition: 0.5s;
    }

        .btn1:hover {
            background: #bd1f2f;
            color: #fff;
        }

    .btn2 {
        padding: 10px 20px;
        border-radius: 3px;
        background: #bd1e2d;
        border: 1px solid #bd1e2d;
        color: #fff;
        outline: none;
        transition: 0.5s;
    }

        .btn2:hover {
            background: transparent;
            color: #1e1e1e;
        }



    a {
        text-decoration: none;
    }

    .section2, .section3 {
        width: 90%;
        margin: 5% 0%;
        margin-left: auto;
        margin-right: auto;
    }



        .section2 table, .section3 table {
            width: 100%;
        }

            .section2 table td, .section3 table td {
                direction: rtl;
                text-align: right;
                padding-right: 100px;
                width: 50%;
            }

                .section2 table td img, .section3 table td img {
                    width: 70%;
                    min-height: 80%;
                    margin-left: auto;
                    margin-right: auto;
                }

                .section3 table td img {
                    float: right;
                }


    @media (max-width:720px) {
        .section2 table td, .section3 table td {
            width: 100%;
            display: block;
            padding-right: 0;
        }

            .section3 table td img {
                float: none;
                margin-top: 4%;
            }

            .section2 table td img, .section3 table td img {
                width: 100%;
                height: 60%;
            }
    }

    @media (max-width:300px) {
        .section2, .section3 {
            font-size: 12px;
        }

            .section3 table td img {
                float: none;
                margin-top: 8%;
            }

        .btn1, .btn2 {
            padding: 5px 10px;
        }
    }
    /*=======================================================*/



/*========================count Desktop view===================================*/
.circleShape {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid #807e7f;
    text-align: center;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    z-index: 100;
    background: #d3d3d4;
}
 /*====================Counts Mobile View==========================================================*/
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
#countsMobileView {
    padding:10px 0;
}

    #countsMobileView  .count-box {
        padding: 30px 30px 25px 30px;
        width: 100%;
        position: relative;
        text-align: center;
        box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
        border-radius: 4px;
    }
    #countsMobileView p {
        margin-top: 20px;
        font-size: 20px;
        font-family: 'Markazi Text';
    }
    #countsMobileView .count-box i {
        position: absolute;
        width: 60px;
        height: 60px;
        top: -27px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 40px;
        background: #c0182b;
        color: #fff;
        border-radius: 50px;
        border: 2px solid #fff;
        box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        #countsMobileView .count-box span {
            font-size: 36px;
            display: block;
            font-weight: 700;
            color: #111111;
            margin-top:14px;
        }

        @media only screen and (max-width:767px)
        {
            .CounterDesktop{
                display:none;
            }   
            #hero , .hero{
                height:100%;
                min-height:100vh;
                margin-bottom:0px;
            }
            .countsMobileView{
                display:block;
            }

        }
@media only screen and (min-width:768px) {
    .countsMobileView {
        display: none;
    }

}

    /*===============================End mobile view =======================================*/
    .containerCounts {
        overflow: visible;
        z-index: 10000;
        max-width: 1004px;
        margin: auto;
    }

    .countRow {
        overflow: hidden;
        opacity: 1;
        /* background: #fff; */
    }

    .centerCount {
        justify-content: center;
        background: #f7f7f7;
        z-index: 1000;
    }

    .count-box {
        width: 100%;
    }

        .count-box:hover {
            transform: translate3d(0, -.375em, 0);
        }

        .count-box i {
            display: block;
            font-size: 48px;
            color: #454543;
        }

        .count-box span {
            font-size: 28px;
            line-height: 24px;
            display: block;
            font-weight: 700;
            color: #454543;
        }

        .count-box p {
            padding: 5px 0 0 0;
            font-weight: 600;
            font-size: 20px;
            color: #454543;
            font-family: 'Markazi Text';
        }

        .count-box a {
            font-weight: 600;
            display: block;
            margin-top: 20px;
            color: #646c55;
            font-size: 15px;
            font-family: "Poppins", sans-serif;
            transition: ease-in-out 0.3s;
        }

            .count-box a:hover {
                color: #8b9578;
            }

    .py-5 {
        text-align: center;
        margin-top: -29px;
    }

    .col-md-3 {
        text-align: center;
    }

    @media (max-width: 575px) {
       #cert .containerCounts {
            min-width: 100%;
            max-width: 100%;
        }
        #ff .containerCounts {
            max-width:100%;
        }
        }

    @media (min-width: 576px) {
        .containerCounts {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {
        .containerCounts {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .containerCounts {
            max-width: 960px;
        }
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x)/ -2);
        margin-left: calc(var(--bs-gutter-x)/ -2);
    }







    /*===================Success Page===============================================*/

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

    .success-checkmark .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
    }

        .success-checkmark .check-icon::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }

        .success-checkmark .check-icon::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }

        .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
            content: "";
            height: 100px;
            position: absolute;
            background: #FFFFFF;
            transform: rotate(-45deg);
        }

        .success-checkmark .check-icon .icon-line {
            height: 5px;
            background-color: #737171;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
        }
.E {
    font-family: 'Jost';
    font-size: 22px;
    color: #676666;
    margin: 20px 40px;
}
.A {
    font-family: 'Markazi Text';
    font-size: 22px;
    color: #676666;
    margin: 20px 40px;
}
.father {
    width:100%;
    height:100%;
    position:relative;
}
.child {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width:414px){
    .child {
        margin: auto;
    }
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

            .success-checkmark .check-icon .icon-line.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }

        .success-checkmark .check-icon .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgb(191, 30, 46);
        }

        .success-checkmark .check-icon .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #FFFFFF;
        }

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}


    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
    #sendus {
        padding: 60px 0;
        font-family: 'Markazi Text';
    }

        #sendus .section-title p {
            color: #6f6e6e;
            font-size: 19px;
        }

    .sendus .info-box {
        color: #444444;
        text-align: center;
        box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
        padding: 20px 0 30px 0;
    }

        .sendus .info-box i {
            font-size: 32px;
            color: #bd1f2f;
            border-radius: 50%;
            padding: 8px;
            border: 2px dotted #bd1f2f;
        }

        .sendus .info-box h3 {
            font-size: 22px;
            color: #3c3b3b;
            font-weight: 700;
            margin: 10px 0;
        }

        .sendus .info-box p {
            padding: 0;
            color: #6f6e6e;
            line-height: 24px;
            font-size: 18px;
            margin-bottom: 0;
        }
        .sendus .info-box span {
            color: #bd1f2f;
        }
            .sendus .php-email-form {
        box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
        padding: 30px;
    }

        .sendus .php-email-form .validate {
            color: #bd1f2f;
            margin: 0 0 15px 0;
            font-weight: 400;
            font-size: 16px;
            display: block;
            background: #f9f9f9;
            text-align: center;
        }

        .sendus .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .sendus .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .sendus .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .sendus .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .sendus .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        .sendus .php-email-form .InputContact, .sendus .php-email-form textarea {
            border-radius: 4px;
            box-shadow: none;
            font-size: 18px;
            text-align:right;
        }
.RightSide {
    text-align: right;
    direction: rtl;
}
.sendus .php-email-form textarea {
    min-height: 20vh;
}
            .sendus .php-email-form .InputContact::focus, .sendus .php-email-form textarea::focus {
                background-color: #3fbbc0;
            }

        .sendus .php-email-form .InputContact {
            padding: 20px 15px;
        }

        .sendus .php-email-form textarea {
            padding: 12px 15px;
        }

        .sendus .php-email-form button[type="submit"] {
            background-color: #bd1f2f;
            /* font-family: "Poppins", sans-serif; */
            text-transform: uppercase;
            font-weight: 400;
            font-size: 18px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 8px 30px 9px 30px;
            border-radius: 50px;
            -webkit-transition: 1.9s;
            -o-transition: 1.9s;
            transition: 1.9s;
            border: 2px solid #bd1f2f;
            color: #fff;
        }

            .sendus .php-email-form button[type="submit"]:hover {
                background: #a2a0a0;
            }

    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }



/* width */
::-webkit-scrollbar {
    width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bd1f2f;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }


    /*================Error Message=============================*/

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 410px;
    width: 100%;
    text-align: center;
}

    .notfound .notfound-404 {
        height: 280px;
        position: relative;
        z-index: -1;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 178px;
            margin: 0px;
            font-weight: 900;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #bd1f2f;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
        }


    .notfound h2 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        margin-top: 0;
        margin: 20px 40px;
    }

    .notfound p {
        color: #000;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 0px;
    }

 


@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 142px;
    }

        .notfound .notfound-404 h1 {
            font-size: 84px;
        }
}

button, input {
    overflow: visible;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

