﻿
/*-------------------CSS RESET------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}
/*-------------------CSS RESET------------------------------*/



/*Font calibri-light ****************************************************/
@font-face {
    font-family: 'calibri-light';
    src: url('../fonts/Calibri-Light.eot');
    src: local('Calibri Light'), local('Calibri-Light'), url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri-Light.woff2') format('woff2'), url('../fonts/Calibri-Light.woff') format('woff'), url('../fonts/Calibri-Light.ttf') format('truetype'), url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*Font reemKufi-regular ****************************************************/
@font-face {
    font-family: "reemKufi-regular";
    src: url("../fonts/ReemKufi-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/ReemKufi-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ReemKufi-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ReemKufi-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ReemKufi-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ReemKufi-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ReemKufi-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


/*Font kara-light ****************************************************/
@font-face {
    font-family: 'kara-light';
    src: url('../fonts/SGKara-Light.eot');
    src: local('SG Kara Light'), local('SGKara-Light'), url('../fonts/SGKara-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SGKara-Light.woff2') format('woff2'), url('../fonts/SGKara-Light.woff') format('woff'), url('../fonts/SGKara-Light.ttf') format('truetype'), url('../fonts/SGKara-Light.svg#SGKara-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


/*Font kara-regular ****************************************************/
@font-face {
    font-family: 'kara-regular';
    src: url('../fonts/SGKara-Regular.eot');
    src: local('SG Kara Regular'), local('SGKara-Regular'), url('../fonts/SGKara-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SGKara-Regular.woff2') format('woff2'), url('../fonts/SGKara-Regular.woff') format('woff'), url('../fonts/SGKara-Regular.ttf') format('truetype'), url('../fonts/SGKara-Regular.svg#SGKara-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*Font kara-bold ****************************************************/
@font-face {
    font-family: 'kara-bold';
    src: url('../fonts/SGKara-SemiBold.eot');
    src: local('SG Kara SemiBold'), local('SGKara-SemiBold'), url('../fonts/SGKara-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SGKara-SemiBold.woff2') format('woff2'), url('../fonts/SGKara-SemiBold.woff') format('woff'), url('../fonts/SGKara-SemiBold.ttf') format('truetype'), url('../fonts/SGKara-SemiBold.svg#SGKara-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}


/**********لودینگ قبل از بارگذاری***********/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/PreLoader.gif) center no-repeat #fff;
}
/**********لودینگ قبل از بارگذاری***********/



/* Begin Header **************************************************/

#HeaderMenu, #Header {
    display: none;
}

#MobileHeaderMenu {
    width: 100%;
    height: 62px;
    background-color: #232B30;
}

    #MobileHeaderMenu img {
        float: right;
        margin-right: 12px;
        margin-top: 7px;
        width: 150px;
        height: 50px;
    }

    #MobileHeaderMenu #Search {
        position: absolute;
        top: 2px;
        left: 43px;
        width: 40px;
        height: 40px;
    }




#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
    display: inline-block;
}


    #menu-wrapper #hamburger-menu {
        position: relative;
        width: 25px;
        height: 20px;
        margin: 15px;
    }

        #menu-wrapper #hamburger-menu span {
            opacity: 1;
            left: 0px;
            display: block;
            width: 100%;
            height: 1px;
            border-radius: 10px;
            position: absolute;
            transform: rotate(0deg);
            transition: .4s ease-in-out;
            margin-top: 5px;
            background-color: #FFF;
        }

            #menu-wrapper #hamburger-menu span:nth-child(1) {
                top: 0;
            }

            #menu-wrapper #hamburger-menu span:nth-child(2) {
                top: 9px;
            }

            #menu-wrapper #hamburger-menu span:nth-child(3) {
                top: 18px;
            }

        #menu-wrapper #hamburger-menu.open span:nth-child(1) {
            transform: translateY(9px) rotate(135deg);
        }

        #menu-wrapper #hamburger-menu.open span:nth-child(2) {
            opacity: 0;
            transform: translateX(-60px);
        }

        #menu-wrapper #hamburger-menu.open span:nth-child(3) {
            transform: translateY(-9px) rotate(-135deg);
        }

#menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.8em;
    font-family: kara-bold;
    padding: 10px;
    direction: rtl;
    text-align: right;
    background-color: #FFF;
}

.head {
    text-decoration: none;
    line-height: 2.5em;
    margin-right: 30px;
    color: #514f4f;
    font-family: kara-light;
}

.menu-link {
    text-decoration: none;
    line-height: 3.5em;
    color: #050505;
    display: inline-block;
    margin-right: 8px;
    margin-top: -10px;
}

.menu-linkDes {
    text-decoration: none;
    line-height: 0.1em;
    color: #050505;
    font-size: 0.8em;
    font-family: kara-light;
}

.menu-link:hover {
    color: #990000;
}



#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 250px;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    margin-top: 8px;
    background-color: #E6E6E6;
}

    #menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
        font-size: 0.8em;
        font-family: kara-bold;
        padding: 10px;
        direction: rtl;
        text-align: right;
        border-top: 1px solid #dbdcd2;
    }

.toggle {
    font-size: 0.8em;
    font-family: kara-bold;
    padding: 10px;
    direction: rtl;
    text-align: right;
    border-top: 1px solid #dbdcd2;
}



#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    position: relative;
}

.accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background-color: #990000;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}


.accordion-toggle.active-tab {
    background: #232B30;
    transition: all 0.3s ease;
}

    .accordion-toggle.active-tab .menu-link {
        color: #FFDC43;
    }

    .accordion-toggle.active-tab .menu-linkDes {
        color: #FFDC43;
    }

.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #FFDC43 !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #FFDC43 !important;
    opacity: 0;
}
/* End Header **************************************************/




/* Begin Slider***********************************************/
#RaymonSlider {
    width: 100%;
    height: 150px;
    position: relative;
}

#container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slides {
    position: relative;
    width: 100%;
    height: 100%;
}

    #slides .slide {
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
    }

        #slides .slide .title {
            position: absolute;
            top: calc(45% - 0.5em);
            z-index: 2;
            padding: 8px;
            line-height: 1.25em;
            font-family: kara-bold;
            font-size: 1em;
            text-align: right;
            color: white;
            overflow: hidden;
        }

.AlignRight {
    left: 5vw;
}

.AlignLeft {
    right: 5vw;
}


#slides #slide #titleSl01 {
}


#slides .slide .title .title-text {
    display: block;
    -webkit-transform: translateY(1.2em);
    transform: translateY(4.5em);
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}


    #slides .slide .title .title-text .TitleSlide {
        background-color: #731D2F;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 8px;
        padding-right: 8px;
    }

    #slides .slide .title .title-text .Description {
        display: none;
    }




#slides .slide .slide-partial {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

    #slides .slide .slide-partial img {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: -webkit-transform 1s ease-in-out;
        transition: transform 1s ease-in-out;
        transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    }

#slides .slide .slide-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

    #slides .slide .slide-left img {
        top: 0;
        right: 0;
        -o-object-position: 100% 50%;
        object-position: 100% 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

#slides .slide .slide-right {
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-delay: 0.2s;
}

    #slides .slide .slide-right img {
        top: 0;
        left: 0;
        -o-object-position: 0% 50%;
        object-position: 0% 50%;
        transition-delay: 0.2s;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

#slides .slide.active .title .title-text {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition-delay: 0.3s;
}

#slides .slide.active .slide-partial, #slides .slide.active .slide-partial img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#slide-select {
    display: none;
}

.Raymon-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    z-index: 10;
    border-radius: 50%;
    box-sizing: border-box;
    /*background-image: url("");*/
    background-position: center center;
    background-size: cover;
    opacity: 0.5;
    transition: all 0.25s;
}

    .Raymon-link:hover {
        opacity: 0.8;
        box-shadow: 0 2px 6px #0c0c0c;
    }

/* End Slider*************************************************/






/* Begin BenefitsSupport*************************************************/
#BenefitsSupport {
    width: 100%;
    margin-top: 310px;
    margin-bottom: 20px;
}

    #BenefitsSupport #headerBenefitsSupport {
        width: 100%;
        height: 55px;
        margin-bottom: 20px;
        margin-top: -130px;
    }

        #BenefitsSupport #headerBenefitsSupport p {
            font-family: 'kara-regular';
            font-size: 1em;
            direction: rtl;
            text-align: center;
            margin-right: 5%;
            margin-left: 5%;
        }

        #BenefitsSupport #headerBenefitsSupport hr {
            display: block;
            height: 1px;
            border: 0;
            border-top: 2px solid rgba(0,0,0,0.65);
            margin-left: 30%;
            margin-right: 30%;
        }


    /*------------------------------------------------------------------------*/

    #BenefitsSupport #ContentBenefitsSupport {
        width: 100%;
    }

        #BenefitsSupport #ContentBenefitsSupport #Advice {
            width: 100%;
            margin-top: 1px;
        }

            #BenefitsSupport #ContentBenefitsSupport #Advice .AnimateImg {
                -webkit-transition: 1s ease-in-out;
                -moz-transition: 1s ease-in-out;
                -o-transition: 1s ease-in-out;
                transition: 1s ease-in-out;
            }

            #BenefitsSupport #ContentBenefitsSupport #Advice:hover .AnimateImg.ScaleImg {
                -webkit-transform: /*rotate(360deg)*/ scale(1.7);
                -moz-transform: /*rotate(360deg)*/ scale(1.7);
                -o-transform: /*rotate(360deg)*/ scale(1.7);
                -ms-transform: /*rotate(360deg)*/ scale(1.7);
                transform: /*rotate(360deg)*/ scale(1.7);
            }

            #BenefitsSupport #ContentBenefitsSupport #Advice #HeadAd {
                width: 100%;
                text-align: center;
            }



            #BenefitsSupport #ContentBenefitsSupport #Advice #ContentAd {
                width: 100%;
            }


                #BenefitsSupport #ContentBenefitsSupport #Advice #ContentAd h1 {
                    font-family: 'kara-regular';
                    font-size: 1em;
                    direction: rtl;
                    text-align: center;
                    line-height: 2.5em;
                }

                #BenefitsSupport #ContentBenefitsSupport #Advice #ContentAd p {
                    font-family: 'kara-regular';
                    font-size: 0.80em;
                    direction: rtl;
                    text-align: justify;
                    line-height: 1.7em;
                    color: #353535;
                    margin-right: 8%;
                    margin-left: 8%;
                }
        /*------------------------------------------------------------------------*/


        #BenefitsSupport #ContentBenefitsSupport #Satisfaction {
            width: 100%;
            margin-top: 20px;
        }

            #BenefitsSupport #ContentBenefitsSupport #Satisfaction .AnimateImg {
                -webkit-transition: 1s ease-in-out;
                -moz-transition: 1s ease-in-out;
                -o-transition: 1s ease-in-out;
                transition: 1s ease-in-out;
            }

            #BenefitsSupport #ContentBenefitsSupport #Satisfaction:hover .AnimateImg.ScaleImg {
                -webkit-transform: /*rotate(360deg)*/ scale(1.7);
                -moz-transform: /*rotate(360deg)*/ scale(1.7);
                -o-transform: /*rotate(360deg)*/ scale(1.7);
                -ms-transform: /*rotate(360deg)*/ scale(1.7);
                transform: /*rotate(360deg)*/ scale(1.7);
            }

            #BenefitsSupport #ContentBenefitsSupport #Satisfaction #HeadSat {
                width: 100%;
                text-align: center;
            }

            #BenefitsSupport #ContentBenefitsSupport #Satisfaction #ContentSat {
                width: 100%;
            }

                #BenefitsSupport #ContentBenefitsSupport #Satisfaction #ContentSat h1 {
                    font-family: 'kara-regular';
                    font-size: 1em;
                    direction: rtl;
                    text-align: center;
                    line-height: 2.5em;
                }

                #BenefitsSupport #ContentBenefitsSupport #Satisfaction #ContentSat p {
                    font-family: 'kara-regular';
                    font-size: 0.80em;
                    direction: rtl;
                    text-align: justify;
                    line-height: 1.7em;
                    color: #353535;
                    margin-right: 8%;
                    margin-left: 8%;
                }
        /*------------------------------------------------------------------------*/


        #BenefitsSupport #ContentBenefitsSupport #Work {
            width: 100%;
            margin-top: 20px;
        }

            #BenefitsSupport #ContentBenefitsSupport #Work .AnimateImg {
                -webkit-transition: 1s ease-in-out;
                -moz-transition: 1s ease-in-out;
                -o-transition: 1s ease-in-out;
                transition: 1s ease-in-out;
            }

            #BenefitsSupport #ContentBenefitsSupport #Work:hover .AnimateImg.ScaleImg {
                -webkit-transform: /*rotate(360deg)*/ scale(1.7);
                -moz-transform: /*rotate(360deg)*/ scale(1.7);
                -o-transform: /*rotate(360deg)*/ scale(1.7);
                -ms-transform: /*rotate(360deg)*/ scale(1.7);
                transform: /*rotate(360deg)*/ scale(1.7);
            }

            #BenefitsSupport #ContentBenefitsSupport #Work #HeadWo {
                width: 100%;
                text-align: center;
            }

            #BenefitsSupport #ContentBenefitsSupport #Work #ContentWo {
                width: 100%;
            }


                #BenefitsSupport #ContentBenefitsSupport #Work #ContentWo h1 {
                    font-family: 'kara-regular';
                    font-size: 1em;
                    direction: rtl;
                    text-align: center;
                    line-height: 2.5em;
                }

                #BenefitsSupport #ContentBenefitsSupport #Work #ContentWo p {
                    font-family: 'kara-regular';
                    font-size: 0.80em;
                    direction: rtl;
                    text-align: justify;
                    line-height: 1.7em;
                    color: #353535;
                    margin-right: 8%;
                    margin-left: 8%;
                }
/*------------------------------------------------------------------------*/

/* End BenefitsSupport*************************************************/





/* Begin Footer*************************************************/
#Footer {
    width: 100%;
    height: 450px;
}

    #Footer #FooterAddress {
        width: 100%;
        height: 220px;
        float: right;
        direction: rtl;
        font-family: 'kara-regular';
        font-size: 0.75em;
        background-color: #232B30;
    }

        #Footer #FooterAddress #firstPAddress {
            margin-top: 9%;
        }

        #Footer #FooterAddress p {
            color: #FFFFFF;
            margin-right: 7%;
            margin-top: 5%;
            margin-left: 7%;
            line-height: 2.5em;
        }
    /*------------------------------------------------------------*/




    #Footer #FooterServices {
        width: 100%;
        height: 270px;
        float: right;
        font-family: 'kara-regular';
        font-size: 0.75em;
        direction: rtl;
        background-color: #232B30;
    }

        #Footer #FooterServices #firstPServices {
            margin-top: 11%;
        }

        #Footer #FooterServices p {
            color: #FFFFFF;
            margin-right: 7%;
            margin-top: 4%;
            margin-left: 7%;
            line-height: 1.8em;
        }

            #Footer #FooterServices p a {
                text-decoration: none;
                color: #FFFFFF;
            }

                #Footer #FooterServices p a:hover {
                    color: #FFDC43;
                }

    /*----------------------------------------------------------*/




    #Footer #FooterAbout {
        width: 100%;
        height: 185px;
        float: right;
        font-family: 'kara-regular';
        font-size: 0.75em;
        direction: rtl;
        background-color: #232B30;
        margin-top: 0px;
    }

        #Footer #FooterAbout #firstPAbout {
            margin-top: 10%;
        }

        #Footer #FooterAbout p {
            color: #FFFFFF;
            margin-right: 7%;
            margin-top: 4%;
            margin-left: 7%;
            line-height: 1.8em;
        }

            #Footer #FooterAbout p a {
                text-decoration: none;
                color: #FFFFFF;
            }

                #Footer #FooterAbout p a:hover {
                    color: #FFDC43;
                }

    /*----------------------------------------------------------*/




    #Footer #FooterJoin {
        width: 100%;
        height: 280px;
        float: right;
        font-family: 'kara-regular';
        font-size: 0.75em;
        direction: rtl;
        background-color: #232B30;
        margin-top: 0px;
    }

        #Footer #FooterJoin #firstPJoin {
            margin-top: 10%;
        }

        #Footer #FooterJoin p {
            color: #FFFFFF;
            margin-right: 7%;
            margin-top: 4%;
            margin-left: 7%;
            line-height: 1.8em;
        }

        #Footer #FooterJoin #FooterJoinEmail {
            width: 240px;
            font-family: 'kara-regular';
            font-size: 0.90em;
            margin-right: 10%;
            margin-left: 10%;
            padding: 5px;
        }

        #Footer #FooterJoin #FooterJoinSubmitEmail {
            width: 252px;
            font-family: 'kara-regular';
            background-color: #D71920;
            border-color: #D71920;
            color: #fff;
            font-size: 0.75em;
            margin-top: 4%;
            margin-right: 9.8%;
            margin-left: 10%;
            padding: 6px;
        }
    /*-----------------------------------------------------*/




    #Footer #FooterCopyRight {
        width: 100%;
        height: 100px;
        float: right;
        font-family: 'kara-regular';
        background-color: #232B30;
    }

        #Footer #FooterCopyRight #TextFooterCopyRight {
            width: 100%;
            height: 120px;
            float: left;
        }

            #Footer #FooterCopyRight #TextFooterCopyRight p {
                direction: rtl;
                font-size: 0.70em;
                text-align: center;
                margin-left: 5%;
                margin-right: 5%;
                color: #fff;
                margin-top: 0%;
            }

            #Footer #FooterCopyRight #TextFooterCopyRight hr {
                display: block;
                height: 1px;
                border: 0;
                border-top: 1px solid #fff;
                margin-left: 23%;
                margin-right: 20%;
            }

            #Footer #FooterCopyRight #TextFooterCopyRight #ENFooterCopyRight {
                direction: ltr;
                text-align: center;
                margin-top: 0%;
                margin-left: 5%;
                margin-right: 5%;
            }

        /*-------------------------*/
        #Footer #FooterCopyRight #LinksFooterCopyRight {
            width: 100%;
            height: 110px;
            float: right;
            direction: rtl;
            margin-top: -7%;
            background-color: #232B30;
        }


            #Footer #FooterCopyRight #LinksFooterCopyRight #centerLinksFooter {
                width: 100%;
                display: flex;
                justify-content: center;
            }


            #Footer #FooterCopyRight #LinksFooterCopyRight .circle {
                width: 33px;
                height: 33px;
                background: #fff;
                -moz-border-radius: 70px;
                -webkit-border-radius: 70px;
                border-radius: 100px;
                white-space: nowrap;
                text-align: center;
                float: right;
                margin-right: 2%;
                margin-top: 5.3%;
            }

            #Footer #FooterCopyRight #LinksFooterCopyRight a {
                margin-right: 0px;
                margin-left: 1%;
                font-size: 23px;
                cursor: pointer;
                color: #232B30;
            }

            #Footer #FooterCopyRight #LinksFooterCopyRight .circle-icon1:hover {
                background-color: #007BB6;
            }

            #Footer #FooterCopyRight #LinksFooterCopyRight .circle-icon2:hover {
                background-color: #55ACEE;
            }

            #Footer #FooterCopyRight #LinksFooterCopyRight .circle-icon3:hover {
                background-color: #EA1D5D;
            }

            #Footer #FooterCopyRight #LinksFooterCopyRight .circle-icon4:hover {
                background-color: #007BB6;
            }

/* End Footer***************************************************/
/*----------------------------------------------------------------------------------------------------------------------------------------------------*/




/*Begin ContactUs Page***************************************************/

#ContentContactUsPage {
    width: 100%;
    direction: rtl;
}

    #ContentContactUsPage #ContentContactUsPageHead {
        width: 100%;
        margin-bottom: 40px;
    }

        #ContentContactUsPage #ContentContactUsPageHead p {
            font-family: kara-bold;
            margin-right: 10%;
            font-size: 1em;
        }

        #ContentContactUsPage #ContentContactUsPageHead hr {
            margin-right: 10%;
            width: 90px;
        }
    /*-----------------------------------------------------*/

    #ContentContactUsPage #ContentContactUsPageContent {
        width: 100%;
        margin-top: 4%;
        height: 210px;
    }

        #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageAddress {
            width: 67%;
            float: right;
            margin-right: 16%;
            margin-left: 16%;
            margin-bottom: 3%;
        }

            #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageAddress:hover {
                border: 1px solid #52B237;
            }


        #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageTelephone {
            width: 67%;
            float: right;
            margin-right: 16%;
            margin-left: 16%;
            margin-bottom: 3%;
        }

            #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageTelephone:hover {
                border: 1px solid #52B237;
            }

        #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageTelegram {
            width: 67%;
            float: right;
            margin-right: 16%;
            margin-left: 16%;
            margin-bottom: 3%;
        }

            #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageTelegram:hover {
                border: 1px solid #52B237;
            }


        #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageEmail {
            width: 67%;
            float: right;
            margin-right: 16%;
            margin-left: 16%;
            margin-bottom: 3%;
        }

            #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageEmail:hover {
                border: 1px solid #52B237;
            }



        #ContentContactUsPage #ContentContactUsPageContent .baxContactUsPage {
            background-color: #fff;
            height: 180px;
            border-radius: 50px 0px 50px 50px;
            -moz-border-radius: 50px 0px 50px 50px;
            -webkit-border-radius: 50px 0px 50px 50px;
            border: 0px solid #000000;
            -webkit-box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.38);
            -moz-box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.38);
            box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.38);
        }

        #ContentContactUsPage #ContentContactUsPageContent .ContactUsImg {
            margin-top: 10px;
            display: flex;
            justify-content: center;
            transform: scale(0.7);
        }

        #ContentContactUsPage #ContentContactUsPageContent .ContactUsP1 {
            margin-top: 10px;
            display: flex;
            justify-content: center;
            font-family: kara-light;
            font-size: .93em;
            font-weight: 800;
        }


        #ContentContactUsPage #ContentContactUsPageContent .ContactUsP2 {
            display: flex;
            justify-content: center;
            font-family: kara-regular;
            font-size: 0.85em;
            margin-top: 17px;
        }
    /*-----------------------------------------------------*/


    #ContentContactUsPage #ContactUsPageMap {
        margin-top: 8%;
        width: 100%;
        display: inline-block;
    }

        #ContentContactUsPage #ContactUsPageMap #ContactUsPageGoogleMap {
            width: 100%;
            float: right;
            height: 370px;
        }

            #ContentContactUsPage #ContactUsPageMap #ContactUsPageGoogleMap iframe {
                width: 86%;
                height: 350px;
                margin-right: 7%;
                margin-left: 7%;
                background-color: #fff;
                border-radius: 50px 0px 50px 50px;
                -moz-border-radius: 50px 0px 50px 50px;
                -webkit-border-radius: 50px 0px 50px 50px;
                border: 0px solid #000000;
                -webkit-box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.38);
                -moz-box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.38);
                box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.38);
            }



        #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage {
            width: 100%;
            float: left;
            height: 420px;
        }

            #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #ContactUsPageMessageForm {
                margin-right: 7%;
                margin-left: 7%;
                width: 86%;
                height: 410px;
                background-color: #fff;
                border-radius: 50px 0px 50px 50px;
                -moz-border-radius: 50px 0px 50px 50px;
                -webkit-border-radius: 50px 0px 50px 50px;
                border: 0px solid #000000;
                -webkit-box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.38);
                -moz-box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.38);
                box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.38);
            }

            #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Name {
                width: 48%;
                float: right;
                height: 50px;
                margin-top: 20px;
            }

                #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Name #LName {
                    font-family: kara-light;
                    font-weight: 700;
                    font-size: 0.8em;
                    color: #514f4f;
                    margin-right: 7%;
                }

                #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Name #IName {
                    width: 85%;
                    height: 32px;
                    font-family: kara-regular;
                    margin-right: 18px;
                    border: 1px solid #e1dfdf;
                    border-radius: 15px 15px 15px 15px;
                    -moz-border-radius: 15px 15px 15px 15px;
                    -webkit-border-radius: 15px 15px 15px 15px;
                }

            #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Email {
                width: 48%;
                float: right;
                height: 50px;
                margin-top: 20px;
            }

                #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Email #LEmail {
                    font-family: kara-light;
                    font-weight: 700;
                    font-size: 0.8em;
                    color: #514f4f;
                    margin-right: 7%;
                }

                #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Email #IEmail {
                    width: 85%;
                    height: 32px;
                    font-family: kara-regular;
                    margin-right: 18px;
                    border: 1px solid #e1dfdf;
                    border-radius: 15px 15px 15px 15px;
                    -moz-border-radius: 15px 15px 15px 15px;
                    -webkit-border-radius: 15px 15px 15px 15px;
                }

            #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Subject {
                width: 100%;
                float: right;
                height: 50px;
                margin-top: 20px;
            }

                #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Subject #LSubject {
                    font-family: kara-light;
                    font-weight: 700;
                    font-size: 0.8em;
                    color: #514f4f;
                    margin-right: 4%;
                }

                #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Subject #ISubject {
                    width: 89%;
                    height: 32px;
                    font-family: kara-regular;
                    margin-right: 18px;
                    border: 1px solid #e1dfdf;
                    border-radius: 15px 15px 15px 15px;
                    -moz-border-radius: 15px 15px 15px 15px;
                    -webkit-border-radius: 15px 15px 15px 15px;
                }

            #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Message {
                width: 100%;
                float: right;
                height: 50px;
                margin-top: 20px;
            }

                #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Message #LMessage {
                    font-family: kara-light;
                    font-weight: 700;
                    font-size: 0.8em;
                    color: #514f4f;
                    margin-right: 4%;
                }

                #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Message #IMessage {
                    width: 89%;
                    height: 150px;
                    font-family: kara-regular;
                    margin-right: 18px;
                    border: 1px solid #e1dfdf;
                    border-radius: 15px 15px 15px 15px;
                    -moz-border-radius: 15px 15px 15px 15px;
                    -webkit-border-radius: 15px 15px 15px 15px;
                }

            #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Submit {
                width: 100%;
                float: right;
                height: 50px;
                margin-top: 140px;
            }

                #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Submit #ISubmit {
                    width: 89%;
                    height: 38px;
                    font-family: kara-regular;
                    margin-right: 18px;
                    background-color: #52B137;
                    border: 1px solid #e1dfdf;
                    border-radius: 15px 15px 15px 15px;
                    -moz-border-radius: 15px 15px 15px 15px;
                    -webkit-border-radius: 15px 15px 15px 15px;
                }

                    #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Submit #ISubmit:hover {
                        background-color: #74BA60;
                    }
    /*-----------------------------------------------------*/



    #ContentContactUsPage #ContactUsPageTel {
        width: 100%;
        height: 400px;
        background-color: #384cc3;
    }

        #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel01 {
            width: 100%;
            height: 180px;
            float: right;
            color: #fff;
        }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel01 h1 {
                font-family: kara-regular;
                font-weight: 600;
                font-size: 0.92em;
                margin-top: 50px;
                margin-left: 3%;
                margin-right: 3%;
                text-align: center;
            }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel01 p {
                font-family: kara-light;
                font-size: 0.9em;
                margin-top: 20px;
                margin-left: 3%;
                margin-right: 3%;
                text-align: center;
            }



        #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 {
            width: 100%;
            height: 220px;
            float: right;
            color: #fff;
        }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel020 {
                width: 40%;
                height: 110px;
                float: right;
                direction: ltr;
            }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel020 img {
                    transform: scale(0.8);
                    margin-top: 40px;
                }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel021 {
                width: 60%;
                height: 110px;
                float: right;
                direction: rtl;
            }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel021 h1 {
                    font-family: kara-regular;
                    font-weight: 500;
                    font-size: 0.9em;
                    margin-top: 50px;
                    margin-right: 3%;
                }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel021 p {
                    font-family: kara-light;
                    font-size: 0.9em;
                    margin-top: 3px;
                    margin-right: 8%;
                }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel022 {
                width: 40%;
                height: 110px;
                float: right;
                direction: ltr;
            }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel022 img {
                    transform: scale(0.8);
                    margin-top: 15px;
                }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel023 {
                width: 60%;
                height: 110px;
                float: right;
                direction: rtl;
            }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel023 h1 {
                    font-family: kara-regular;
                    font-weight: 500;
                    font-size: 0.9em;
                    margin-top: 27px;
                    margin-right: 3%;
                }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel023 p {
                    font-family: kara-light;
                    font-size: 0.9em;
                    margin-top: 3px;
                    margin-right: 8%;
                }
/*-----------------------------------------------------*/
/*End ContactUs Page*****************************************************/







/*Begin Services Page***************************************************/
#ServicesPage {
    width: 100%;
}

    #ServicesPage #DivServicesPageImg {
        width: 100%;
        height: 200px;
    }

.carousel {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 210px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

    .carousel .carousel-item {
        visibility: hidden;
        width: 250px;
        height: 141px;
        position: absolute;
        top: 0;
        left: 0;
    }



#ServicesPage .Adviser {
    width: 100%;
    margin: auto;
    margin-top: 35px;
}

#ServicesPage .AdviserR {
    width: 100%;
    direction: rtl;
    text-align: right;
}

    #ServicesPage .AdviserR h1 {
        font-family: kara-bold;
        font-size: 1.1em;
        margin-right: 10%;
        margin-left: 10%;
        color: transparent;
        background: #000000;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
    }

    #ServicesPage .AdviserR hr {
        width: 25%;
        color: #D71920;
        text-align: right;
        margin-right: 10%;
    }

    #ServicesPage .AdviserR p {
        font-family: kara-regular;
        font-size: 0.73em;
        line-height: 2.3em;
        text-align: justify;
        color: #5f5c5c;
        margin-left: 10%;
        margin-right: 10%;
    }

    #ServicesPage .AdviserR a {
        display: inline-block;
        width: 80px;
        height: 40px;
        text-align: center;
        line-height: 35px;
        background-color: #D71920;
        font-family: kara-regular;
        text-decoration: none;
        font-size: 0.73em;
        color: #fff;
        margin-left: 12%;
        margin-right: 10%;
        margin-bottom: 10px;
    }



#ServicesPage .AdviserL {
    width: 100%;
    height: 340px;
}

#ServicesPage .AdviserLImg {
    width: 300px;
    height: 337px;
    margin: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#ServicesPage #Adviser #AdviserL #AdviserLImg {
    background-image: url(../images/Adviser.jpg);
}

#ServicesPage #NetworkSupport #NetworkSupportL #NetworkSupportLImg {
    background-image: url(../images/NetworkSupport.jpg);
}





#ServicesPage #NetworkSetup {
    width: 100%;
    margin: auto;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
}

#ServicesPage #NetworkSetupR {
    width: 100%;
    height: 340px;
    order: 2;
}

    #ServicesPage #NetworkSetupR #NetworkSetupRImg {
        width: 300px;
        height: 337px;
        margin-left: auto;
        margin-right: auto;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        background-image: url(../images/NetworkSetup.jpg);
    }


#ServicesPage #NetworkSetupL {
    width: 100%;
    direction: rtl;
    text-align: right;
    order: 1;
}

    #ServicesPage #NetworkSetupL h1 {
        font-family: kara-bold;
        font-size: 1.1em;
        margin-right: 10%;
        margin-left: 10%;
        color: transparent;
        background: #000000;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
    }

    #ServicesPage #NetworkSetupL hr {
        width: 25%;
        color: #D71920;
        text-align: right;
        margin-right: 10%;
    }

    #ServicesPage #NetworkSetupL p {
        font-family: kara-regular;
        font-size: 0.73em;
        line-height: 2.3em;
        text-align: justify;
        color: #5f5c5c;
        margin-right: 10%;
        margin-left: 10%;
    }

    #ServicesPage #NetworkSetupL a {
        display: inline-block;
        width: 80px;
        height: 40px;
        text-align: center;
        line-height: 35px;
        background-color: #D71920;
        font-family: kara-regular;
        text-decoration: none;
        font-size: 0.73em;
        color: #fff;
        margin-left: 12%;
        margin-right: 10%;
        margin-bottom: 10px;
    }






#AssignmentNet {
    width: 100%;
    height: 360px;
    background-color: #e1dfdf;
    display: inline-block;
    margin-top: 30px;
}

    #AssignmentNet #AssignmentNetBg {
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #fff url(../images/AssignmentNet.jpg) center center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
    }

    #AssignmentNet #AssignmentNetContent {
        width: 100%;
        height: 360px;
        background-color: rgba(96, 96, 96, 0.77);
        text-align: center;
    }

        #AssignmentNet #AssignmentNetContent h1 {
            font-family: 'kara-bold';
            font-size: 1.2em;
            padding-top: 70px;
            text-align: center;
            color: #FFFFFF;
            text-shadow: 1px 1px 10px #D71920;
        }

        #AssignmentNet #AssignmentNetContent p {
            font-family: 'kara-bold';
            font-size: 0.85em;
            margin-top: 20px;
            margin-right: 30px;
            margin-left: 30px;
            text-align: center;
            color: #FFFFFF;
            direction: rtl;
        }

        #AssignmentNet #AssignmentNetContent a {
            background-color: #731D2F;
            font-family: kara-regular;
            text-decoration: none;
            font-size: 0.8em;
            color: #fff;
            padding: 8px;
            display: inline-block;
            border-radius: 5px;
            margin-top: 50px;
        }

            #AssignmentNet #AssignmentNetContent a:hover {
                background-color: #581624;
            }



#SelectRaymon {
    width: 100%;
    margin-bottom: 20px;
    direction: rtl;
}

    #SelectRaymon h1 {
        font-family: kara-bold;
        font-size: 1em;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 8px;
        color: transparent;
        background: #000000;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
    }

    #SelectRaymon img {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        transform: scale(0.7);
    }

    #SelectRaymon p {
        font-family: kara-regular;
        font-size: 0.73em;
        line-height: 2.3em;
        color: #5f5c5c;
        text-align: justify;
        margin-left: 37px;
        margin-right: 37px;
        margin-top: 20px;
    }




#SetupNetwork {
    width: 100%;
    direction: rtl;
    margin-top: 10px;
}

    #SetupNetwork .SetupNetworkt {
        width: 100%;
        height: auto;
        margin-top: 20px;
        -webkit-box-shadow: 0px 0px 19px -8px rgba(65,181,167,1);
        -moz-box-shadow: 0px 0px 19px -8px rgba(65,181,167,1);
        box-shadow: 0px 0px 19px -8px rgba(65,181,167,1);
    }

    #SetupNetwork #SetupNetworkFirst {
        margin-left: 20px;
        margin-right: 20px;
    }

    #SetupNetwork #SetupNetworkSecond {
        margin-left: 20px;
        margin-right: 20px;
    }

    #SetupNetwork #SetupNetworkSecondL {
        margin-bottom: 50px;
    }

    #SetupNetwork .SetupNetworktImg {
        width: 100px;
        height: 100px;
        padding-top: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #SetupNetwork .SetupNetworkth1 {
        font-family: 'kara-regular';
        font-size: 0.8em;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        text-align: center;
        color: transparent;
        background: #000000;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
    }

    #SetupNetwork .SetupNetworktp {
        font-family: kara-regular;
        font-size: 0.73em;
        line-height: 2.3em;
        text-align: justify;
        color: #5f5c5c;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        padding-bottom: 20px;
    }
/*End Services Page***************************************************/




/*Begin NetworkSupport Page***************************************************/

#DescriptionSupportServices {
    width: 99%;
    margin: auto;
    height: auto; /*با اين رشد ارتفاع داريم*/
}

    #DescriptionSupportServices #DescriptionSupportTitle {
        width: 100%;
        height: 300px;
        background-color: #FFF;
    }

        #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit01 {
            width: 100%;
            height: 95px;
            display: flex;
            justify-content: center;
        }

            #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit01 img {
                width: 85px;
                height: 85px;
                margin-top: 2%;
            }

        #DescriptionSupportServices #DescriptionSupportTitle #TabletMode1 {
            width: 100%;
            height: 205px;
        }

            #DescriptionSupportServices #DescriptionSupportTitle #TabletMode1 #DesSupTit02 {
                width: 100%;
                height: 50px;
            }

                #DescriptionSupportServices #DescriptionSupportTitle #TabletMode1 #DesSupTit02 #DesSupTit021 {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                }

                    #DescriptionSupportServices #DescriptionSupportTitle #TabletMode1 #DesSupTit02 #DesSupTit021 h1 {
                        font-family: kara-bold;
                        font-size: 0.90em;
                        color: #333333;
                        direction: rtl;
                        margin-top: 3%;
                    }

                #DescriptionSupportServices #DescriptionSupportTitle #TabletMode1 #DesSupTit02 #DesSupTit022 {
                    background-color: #E6E6E6;
                    margin-right: 8%;
                    margin-left: 8%;
                }

                    #DescriptionSupportServices #DescriptionSupportTitle #TabletMode1 #DesSupTit02 #DesSupTit022 hr {
                        width: 120px;
                        height: 0px;
                        color: #990000;
                        margin: auto;
                        margin-top: 3%;
                    }

            #DescriptionSupportServices #DescriptionSupportTitle #TabletMode1 #DesSupTit03 {
                width: 100%;
                height: 155px;
                direction: rtl;
            }

                #DescriptionSupportServices #DescriptionSupportTitle #TabletMode1 #DesSupTit03 h1 {
                    font-family: kara-bold;
                    font-size: 1em;
                    color: #333333;
                    direction: rtl;
                    text-align: center;
                    margin-top: 5%;
                    margin-right: 3%;
                    margin-left: 3%;
                }

                #DescriptionSupportServices #DescriptionSupportTitle #TabletMode1 #DesSupTit03 p {
                    font-family: kara-regular;
                    font-size: 0.85em;
                    color: #333333;
                    direction: rtl;
                    text-align: center;
                    margin-top: 5%;
                    margin-right: 5%;
                    margin-left: 5%;
                }

    /*---------------------------------------------------------------------------------*/



    #DescriptionSupportServices #DescriptionSupportServicesContent {
        margin-right: 1%;
        margin-left: 1%;
    }

        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon1 {
            width: 100%;
            height: 50px;
            border-bottom: 1px solid #FFF;
            background-color: #F6F6F6;
            border-radius: 50px;
            margin-bottom: 2px;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon1 a {
                font-family: kara-regular;
                text-decoration: none;
                font-size: 0.85em;
                color: #333333;
                display: flex;
                justify-content: center;
                padding: 12px;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon1 a:hover {
                    background-color: #E6E6E6;
                    border-radius: 50px;
                }


        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 {
            width: 100%;
            height: auto; /*********با اين رشد ارتفاع داريم**********/
            background-color: #F6F6F6;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon21 {
                width: 100%;
                height: 100px;
                display: none;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon21 #DesSupCon211 {
                    width: 100%;
                    height: 5px;
                    float: right;
                    margin-top: 4%;
                    text-align: right;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon21 #DesSupCon211 p {
                        font-family: kara-bold;
                        font-size: 1em;
                        color: #333333;
                        margin-right: 50px;
                    }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon21 #DesSupCon212 {
                    width: 100%;
                    height: 1px;
                    float: right;
                    margin-top: 2%;
                    direction: rtl;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon21 #DesSupCon212 #line3 {
                        width: 50%;
                        margin-left: 2%;
                        margin-right: 50px;
                        margin-top: 2.5%;
                        border-bottom: 2px solid #E6E6E6;
                    }




            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon22 {
                width: 100%;
                height: auto;
                margin-bottom: 5px;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon22 p {
                    font-family: kara-regular;
                    font-size: 0.80em;
                    text-align: justify;
                    color: #339966;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                    margin-bottom: 10px;
                    padding-top: 15px;
                }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon22 h1 {
                    font-family: kara-regular;
                    font-size: 0.81em;
                    text-align: justify;
                    line-height: 2em;
                    color: #333333;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                }




            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon23 {
                width: 100%;
                height: auto;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon23 #DesSupCon231 {
                    width: 100%;
                    height: auto;
                    float: right;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon23 #DesSupCon231 img {
                        width: 100%;
                        height: 100%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-left: auto;
                        margin-right: auto;
                        margin-top: 0px;
                        margin-bottom: 0px;
                        transform: scale(0.85);
                    }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon23 #DesSupCon232 {
                    width: 100%;
                    height: auto;
                    direction: rtl;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon23 #DesSupCon232 p {
                        font-family: kara-regular;
                        font-size: 0.81em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 9.2%;
                        margin-left: 8%;
                        margin-bottom: 2%;
                        font-weight: 600;
                    }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon23 #DesSupCon232 ul li {
                        font-family: kara-regular;
                        font-size: 0.78em;
                        line-height: 2.5em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 12%;
                        margin-left: 5%;
                    }



        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon3 {
            width: 100%;
            height: auto;
            margin-top: 20px;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon3 h1 {
                font-family: kara-regular;
                font-size: 0.81em;
                color: #333333;
                text-align: justify;
                margin-top: 3%;
                margin-right: 9.2%;
                margin-left: 8%;
                direction: rtl;
                line-height: 2em;
            }




        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 {
            width: 90%;
            height: auto; /*auto   300*/
            margin-top: 5px;
            margin-right: auto;
            margin-left: auto;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .DesSupContBox {
                width: 100%;
                height: auto; /*auto  300*/
                margin-top: 40px;
                direction: rtl;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .Square {
                width: 45px;
                height: 45px;
                background: #AD001E;
                margin-right: 10%;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 #DesSupCon41 {
                float: right;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 #DesSupCon42 {
                float: left;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 #DesSupCon43 {
                float: right;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 #DesSupCon44 {
                float: left;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .PSquare {
                font-family: kara-regular;
                font-size: 1.5em;
                color: #FFF;
                padding: 3px 0;
                text-align: center;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .PTitel {
                font-family: kara-regular;
                font-size: 0.81em;
                color: #AD001E;
                margin-top: 10px;
                margin-right: 10%;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .h1Line {
                border-bottom: 1px solid #E6E6E6;
                width: 170px;
                margin-top: 15px;
                margin-bottom: 5px;
                margin-right: 10%;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .ULDescription {
                font-family: kara-regular;
                font-size: 0.78em;
                color: #333333;
                line-height: 2em;
                margin-left: 10%;
                text-align: right;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 ul li {
                padding-top: 15px;
                margin-right: 15%;
            }




        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 {
            width: 90%;
            height: auto; /*auto 150*/
            margin: auto;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 .h1Line {
                display: none;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 {
                width: 95%;
                height: auto; /*auto 150*/
                margin: auto;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon511 {
                    width: 40%;
                    height: auto; /*auto 150*/
                    min-height: 50px;
                    float: right;
                    margin-top: 40px;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon511 img {
                        width: 60px;
                        height: 60px;
                        margin-top: 30px;
                        margin-left: 8px;
                    }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon512 {
                    width: 60%;
                    height: auto; /*auto 150*/
                    min-height: 50px;
                    float: left;
                    margin-top: 40px;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon512 p {
                        font-family: kara-regular;
                        font-size: 1em;
                        color: #333333;
                        line-height: 1.7em;
                        float: right;
                        text-align: right;
                        margin-right: 8px;
                        margin-top: 49px;
                    }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon513 {
                    width: 100%;
                    height: auto; /*auto 150*/
                    min-height: 90px;
                    float: left;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon513 hr {
                        width: 100%;
                        height: 0px;
                        color: #990000;
                        float: right;
                    }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon513 p {
                        font-family: kara-regular;
                        font-size: 0.9em;
                        color: #333333;
                        line-height: 1.7em;
                        direction: rtl;
                        text-align: center;
                        margin-top: 10px;
                        margin-bottom: 50px;
                    }





        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon6 {
            width: 90%;
            height: auto; /*auto 30*/
            margin: auto;
            margin-top: 40px;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon6 DesSupCon61 {
                width: 100%;
                height: auto; /*auto 30*/
                min-height: 30px;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon6 #DesSupCon61 p {
                width: 100%;
                font-family: kara-bold;
                font-size: 0.9em;
                color: #333333;
                float: right;
                text-align: right;
                margin-top: 30px;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon6 #DesSupCon61 .h1Line {
                width: 60%;
                min-height: 22px;
                border-top: 2px solid #E6E6E6;
                float: right;
                margin-top: 10px;
            }



        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon7 {
            width: 90%;
            height: auto; /*auto 400*/
            margin: auto;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon7 #DesSupCon71 {
                width: 100%;
                height: auto; /*auto 400*/
                min-height: 400px;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon7 #DesSupCon71 p {
                    font-family: kara-regular;
                    font-size: 0.80em;
                    color: #333333;
                    line-height: 2em;
                    float: right;
                    text-align: justify;
                    direction: rtl;
                    margin-right: 5px;
                    margin-top: 5px;
                }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon7 #DesSupCon72 {
                width: 100%;
                height: auto; /*auto   400*/
                min-height: 400px;
                margin: auto;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon7 #DesSupCon72 img {
                    width: 100%;
                    height: 100%;
                    outline: 1px solid #E6E6E6;
                    outline-offset: 5px;
                    margin: auto;
                    transform: scale(1);
                    margin-top: 15px;
                    margin-bottom: 15px;
                }





        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 {
            width: 90%;
            height: auto; /*auto*/
            margin: auto;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 {
                width: 100%;
                height: auto; /*auto*/
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 .collapsible {
                    background-color: #eee;
                    cursor: pointer;
                    padding: 18px;
                    width: 100%;
                    border: none;
                    font-family: kara-regular;
                    font-size: 0.80em;
                    color: #333333;
                    text-align: justify;
                    direction: rtl;
                    border-bottom: 1px solid #FFF;
                    margin-top: 5px;
                }


                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 .active, .collapsible:hover {
                    background-color: #ccc;
                    color: #bf0e0e;
                }


                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 .content {
                    padding: 0 18px;
                    background-color: #FFF;
                    max-height: 0;
                    overflow: hidden;
                    transition: max-height 0.2s ease-out;
                    font-family: kara-regular;
                    line-height: 2em;
                    font-size: 0.80em;
                    color: #333333;
                    text-align: justify;
                    direction: rtl;
                }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 ul li {
                    margin-right: 20px;
                    list-style-type: square;
                    margin-top: 20px;
                    line-height: 2em;
                }


                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 .InternalUl {
                    margin-right: 30px;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 .InternalUl li {
                        font-size: 0.9em;
                        list-style-type: circle;
                        line-height: 2em;
                        color: #808080;
                        margin-top: 10px;
                    }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 p {
                    width: 240px;
                    margin: auto;
                    padding: 20px;
                    margin-top: 10px;
                    font-family: kara-regular;
                    line-height: 2em;
                    font-size: 1em;
                    color: #808080;
                    text-align: justify;
                    direction: rtl;
                }


                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 .collapsible:before {
                    content: '\02795'; /* Unicode character for "plus" sign (+) */
                    font-size: 0.70em;
                    color: #bf0e0e;
                    float: right;
                    margin-left: 10px;
                    margin-top: 4px;
                }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 .active:before {
                    content: "\2796"; /* Unicode character for "minus" sign (-) */
                    color: #bf0e0e;
                }




            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon82 {
                width: 100%;
                height: auto; /*auto*/
                min-height: 150px;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon82 p {
                    width: 270px;
                    margin-right: auto;
                    margin-left: auto;
                    padding: 5px;
                    margin-top: 0px;
                    font-family: kara-regular;
                    line-height: 2em;
                    font-size: 0.85em;
                    color: #808080;
                    text-align: justify;
                    direction: rtl;
                }

/*End NetworkSupport Page*****************************************************/




/*Begin ServerManage Page****************************************************/

#DescriptionNetworkAndServer {
    width: 99%;
    height: auto; /******* 1630******/
    margin: auto;
}

    #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle {
        width: 100%;
        height: 300px;
        background-color: #FFF;
    }

        #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit01 {
            width: 100%;
            height: 95px;
            display: flex;
            justify-content: center;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit01 img {
                width: 85px;
                height: 85px;
                margin-top: 2%;
            }

        #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #TabletMode3 {
            width: 100%;
            height: 205px;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #TabletMode3 #DesNetTit02 {
                width: 100%;
                height: 50px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #TabletMode3 #DesNetTit02 #DesNetTit021 {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #TabletMode3 #DesNetTit02 #DesNetTit021 h1 {
                        font-family: kara-bold;
                        font-size: 0.90em;
                        color: #333333;
                        direction: rtl;
                        margin-top: 3%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #TabletMode3 #DesNetTit02 #DesNetTit022 {
                    background-color: #E6E6E6;
                    margin-right: 8%;
                    margin-left: 8%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #TabletMode3 #DesNetTit02 #DesNetTit022 hr {
                        width: 120px;
                        height: 0px;
                        color: #990000;
                        margin: auto;
                        margin-top: 3%;
                    }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #TabletMode3 #DesNetTit03 {
                width: 100%;
                height: 155px;
                direction: rtl;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #TabletMode3 #DesNetTit03 h1 {
                    font-family: kara-bold;
                    font-size: 1em;
                    color: #333333;
                    direction: rtl;
                    text-align: center;
                    margin-top: 5%;
                    margin-right: 3%;
                    margin-left: 3%;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #TabletMode3 #DesNetTit03 p {
                    font-family: kara-regular;
                    font-size: 0.85em;
                    color: #333333;
                    direction: rtl;
                    text-align: center;
                    margin-top: 5%;
                    margin-right: 5%;
                    margin-left: 5%;
                }

    /*----------------------------------------------------------------------------------*/


    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent {
        margin-right: 1%;
        margin-left: 1%;
    }


        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon1 {
            width: 100%;
            height: auto;
            min-height: 155px;
            margin-bottom: 1px;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon1 a {
                font-family: kara-regular;
                text-decoration: none;
                font-size: 0.75em;
                color: #333333;
                margin-top: 14px;
                display: flex;
                justify-content: center;
            }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon1 .DesNetConDIV {
                width: 49.2%;
                height: auto;
                min-height: 50px;
                float: right;
                border-left: 2px solid #FFF;
                border-bottom: 2px solid #FFF;
                background-color: #F6F6F6;
                border-radius: 50px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon1 .DesNetConDIV:hover {
                    background-color: #E6E6E6;
                }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon1 #DesNetCon15 {
                width: 49.9%;
                height: auto;
                min-height: 50px;
                float: right;
                border-bottom: 2px solid #FFF;
                background-color: #F6F6F6;
                border-radius: 50px;
                margin-right: 26%;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon1 #DesNetCon15:hover {
                    background-color: #E6E6E6;
                }



        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 {
            width: 100%;
            height: auto; /*********با اين رشد ارتفاع داريم**********/
            background-color: #F6F6F6;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon21 {
                width: 100%;
                height: 60px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon21 #DesNetCon211 {
                    width: 100%;
                    height: 20px;
                    float: right;
                    margin-top: 6%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon21 #DesNetCon211 p {
                        font-family: kara-bold;
                        font-size: 0.9em;
                        color: #333333;
                        text-align: center;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon21 #DesNetCon212 {
                    width: 100%;
                    height: 10px;
                    float: left;
                    margin-top: 3%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon21 #DesNetCon212 #line4 {
                        width: 85%;
                        margin-right: auto;
                        margin-left: auto;
                        border-bottom: 2px solid #E6E6E6;
                    }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon22 {
                width: 100%;
                height: auto;
                float: right;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon22 p {
                    font-family: kara-regular;
                    font-size: 0.75em;
                    text-align: justify;
                    color: #990000;
                    direction: rtl;
                    margin-right: 6.8%;
                    margin-left: 8%;
                    margin-bottom: 10px;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon22 h1 {
                    font-family: kara-regular;
                    font-size: 0.78em;
                    text-align: justify;
                    line-height: 2em;
                    color: #333333;
                    direction: rtl;
                    margin-right: 6.8%;
                    margin-left: 8%;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon22 h2 {
                    font-family: kara-regular;
                    font-size: 0.8em;
                    text-align: justify;
                    line-height: 2em;
                    direction: rtl;
                    margin-right: 6.8%;
                    margin-left: 8%;
                    color: #990000;
                }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 #DesNetCon231 {
                    width: 100%;
                    height: auto;
                    float: right;
                    display: flex;
                    justify-content: center;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 #DesNetCon231 img {
                        width: 70%;
                        height: 70%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-top: 5%;
                        margin-bottom: 5%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 #DesNetCon232 {
                    width: 100%;
                    height: auto;
                    min-height: 340px;
                    direction: rtl;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 #DesNetCon232 p {
                        font-family: kara-regular;
                        font-size: 0.78em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 6.8%;
                        margin-left: 8%;
                        margin-top: 5%;
                        margin-bottom: 2%;
                    }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 #DesNetCon232 ul li {
                        font-family: kara-regular;
                        font-size: 0.75em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 11%;
                        margin-left: 10%;
                    }



        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 {
            width: 100%;
            height: auto;
            background-color: #F6F6F6;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon31 {
                width: 100%;
                height: 40px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon31 #DesNetCon311 {
                    width: 100%;
                    height: 30px;
                    float: right;
                    margin-top: 2%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon31 #DesNetCon311 p {
                        font-family: kara-bold;
                        font-size: 0.9em;
                        color: #333333;
                        text-align: center;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon31 #DesNetCon312 {
                    width: 100%;
                    height: 20px;
                    float: left;
                    margin-top: 0%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon31 #DesNetCon312 #line5 {
                        width: 85%;
                        margin-right: auto;
                        margin-left: auto;
                        border-bottom: 2px solid #E6E6E6;
                    }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon32 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon32 p {
                    font-family: kara-regular;
                    font-size: 0.75em;
                    text-align: justify;
                    color: #990000;
                    direction: rtl;
                    margin-top: 1.55%;
                    margin-right: 7%;
                    margin-left: 8%;
                    margin-bottom: 10px;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon32 h1 {
                    font-family: kara-regular;
                    font-size: 0.78em;
                    text-align: justify;
                    line-height: 2em;
                    color: #333333;
                    direction: rtl;
                    margin-right: 7%;
                    margin-left: 8%;
                }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 #DesNetCon331 {
                    width: 100%;
                    height: auto;
                    float: right;
                    display: flex;
                    justify-content: center;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 #DesNetCon331 img {
                        width: 70%;
                        height: 80%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-top: 5%;
                        margin-bottom: 5%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 #DesNetCon332 {
                    width: 100%;
                    height: auto;
                    min-height: 340px;
                    direction: rtl;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 #DesNetCon332 p {
                        font-family: kara-regular;
                        font-size: 0.78em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 6.8%;
                        margin-left: 8%;
                        margin-bottom: 1%;
                    }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 #DesNetCon332 ul li {
                        font-family: kara-regular;
                        font-size: 0.75em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 11%;
                        margin-left: 10%;
                    }



        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 {
            width: 100%;
            height: auto;
            background-color: #F6F6F6;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon41 {
                width: 100%;
                height: 40px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon41 #DesNetCon411 {
                    width: 100%;
                    height: 30px;
                    float: right;
                    margin-top: 2%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon41 #DesNetCon411 p {
                        font-family: kara-bold;
                        font-size: 0.9em;
                        color: #333333;
                        text-align: center;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon41 #DesNetCon412 {
                    width: 100%;
                    height: 20px;
                    float: left;
                    margin-top: 1%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon41 #DesNetCon412 #line6 {
                        width: 85%;
                        margin-right: auto;
                        margin-left: auto;
                        border-bottom: 2px solid #E6E6E6;
                    }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon42 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon42 p {
                    font-family: kara-regular;
                    font-size: 0.75em;
                    text-align: justify;
                    color: #990000;
                    direction: rtl;
                    margin-right: 7%;
                    margin-left: 8%;
                    margin-bottom: 10px;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon42 h1 {
                    font-family: kara-regular;
                    font-size: 0.78em;
                    text-align: justify;
                    line-height: 2em;
                    color: #333333;
                    direction: rtl;
                    margin-right: 7%;
                    margin-left: 8%;
                }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 #DesNetCon431 {
                    width: 100%;
                    height: auto;
                    float: right;
                    display: flex;
                    justify-content: center;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 #DesNetCon431 img {
                        width: 70%;
                        height: 80%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-top: 5%;
                        margin-bottom: 5%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 #DesNetCon432 {
                    width: 100%;
                    height: auto;
                    min-height: 340px;
                    direction: rtl;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 #DesNetCon432 p {
                        font-family: kara-regular;
                        font-size: 0.78em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 6.8%;
                        margin-left: 8%;
                        margin-bottom: 1%;
                        margin-top: 3%;
                    }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 #DesNetCon432 ul li {
                        font-family: kara-regular;
                        font-size: 0.75em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 11%;
                        margin-left: 10%;
                    }



        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 {
            width: 100%;
            height: auto;
            background-color: #F6F6F6;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon51 {
                width: 100%;
                height: 55px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon51 #DesNetCon511 {
                    width: 100%;
                    height: 30px;
                    float: right;
                    margin-top: 10px;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon51 #DesNetCon511 p {
                        font-family: kara-bold;
                        font-size: 0.9em;
                        color: #333333;
                        text-align: center;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon51 #DesNetCon512 {
                    width: 100%;
                    height: 20px;
                    float: left;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon51 #DesNetCon512 #line7 {
                        width: 85%;
                        margin-right: auto;
                        margin-left: auto;
                        border-bottom: 2px solid #E6E6E6;
                    }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon52 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon52 p {
                    font-family: kara-regular;
                    font-size: 0.75em;
                    text-align: justify;
                    color: #990000;
                    direction: rtl;
                    margin-right: 7%;
                    margin-left: 8%;
                    margin-bottom: 10px;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon52 h1 {
                    font-family: kara-regular;
                    font-size: 0.78em;
                    text-align: justify;
                    line-height: 2em;
                    color: #333333;
                    direction: rtl;
                    margin-right: 7%;
                    margin-left: 8%;
                }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 #DesNetCon531 {
                    width: 100%;
                    height: auto;
                    float: right;
                    display: flex;
                    justify-content: center;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 #DesNetCon531 img {
                        width: 70%;
                        height: 80%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-top: 5%;
                        margin-bottom: 5%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 #DesNetCon532 {
                    width: 100%;
                    height: auto;
                    min-height: 340px;
                    direction: rtl;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 #DesNetCon532 p {
                        font-family: kara-regular;
                        font-size: 0.78em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 6.8%;
                        margin-left: 8%;
                        margin-bottom: 1%;
                        margin-top: 3%;
                    }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 #DesNetCon532 ul li {
                        font-family: kara-regular;
                        font-size: 0.75em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 11%;
                        margin-left: 10%;
                    }



        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 {
            width: 100%;
            height: auto;
            background-color: #F6F6F6;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon61 {
                width: 100%;
                height: 48px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon61 #DesNetCon611 {
                    width: 100%;
                    height: 30px;
                    float: right;
                    margin-top: 5px;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon61 #DesNetCon611 p {
                        font-family: kara-bold;
                        font-size: 0.9em;
                        color: #333333;
                        text-align: center;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon61 #DesNetCon612 {
                    width: 100%;
                    height: 20px;
                    float: left;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon61 #DesNetCon612 #line8 {
                        width: 85%;
                        margin-right: auto;
                        margin-left: auto;
                        border-bottom: 2px solid #E6E6E6;
                    }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon62 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon62 p {
                    font-family: kara-regular;
                    font-size: 0.75em;
                    text-align: justify;
                    color: #990000;
                    direction: rtl;
                    margin-right: 7%;
                    margin-left: 8%;
                    margin-bottom: 10px;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon62 h1 {
                    font-family: kara-regular;
                    font-size: 0.78em;
                    text-align: justify;
                    line-height: 2em;
                    color: #333333;
                    direction: rtl;
                    margin-right: 7%;
                    margin-left: 8%;
                }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 #DesNetCon631 {
                    width: 100%;
                    height: auto;
                    float: right;
                    display: flex;
                    justify-content: center;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 #DesNetCon631 img {
                        width: 70%;
                        height: 80%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-top: 5%;
                        margin-bottom: 5%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 #DesNetCon632 {
                    width: 100%;
                    height: auto;
                    min-height: 340px;
                    direction: rtl;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 #DesNetCon632 p {
                        font-family: kara-regular;
                        font-size: 0.78em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 6.8%;
                        margin-left: 8%;
                        margin-bottom: 1%;
                        margin-top: 3%;
                    }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 #DesNetCon632 ul li {
                        font-family: kara-regular;
                        font-size: 0.75em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 11%;
                        margin-left: 10%;
                    }



        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon7 p {
            font-family: kara-regular;
            font-size: 0.78em;
            color: #339966;
            text-align: justify;
            margin-right: 11%;
            margin-left: 11%;
            margin-top: 6%;
            margin-bottom: 4%;
            direction: rtl;
            text-align: center;
            line-height: 2em;
        }

/*End ServerManage Page****************************************************/




/*Begin PassiveNetwork Page****************************************************/

#DescriptionPassive {
    width: 99%;
    margin: auto;
    height: auto; /*با اين رشد ارتفاع داريم*/
}

    #DescriptionPassive #DescriptionPassiveTitle {
        width: 100%;
        height: 300px;
        background-color: #FFF;
    }

        #DescriptionPassive #DescriptionPassiveTitle #DesPasTit01 {
            width: 100%;
            height: 95px;
            display: flex;
            justify-content: center;
        }

            #DescriptionPassive #DescriptionPassiveTitle #DesPasTit01 img {
                width: 85px;
                height: 85px;
                margin-top: 2%;
            }

        #DescriptionPassive #DescriptionPassiveTitle #TabletMode {
            width: 100%;
            height: 205px;
        }

            #DescriptionPassive #DescriptionPassiveTitle #TabletMode #DesPasTit02 {
                width: 100%;
                height: 50px;
            }

                #DescriptionPassive #DescriptionPassiveTitle #TabletMode #DesPasTit02 #DesPasTit021 {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                }

                    #DescriptionPassive #DescriptionPassiveTitle #TabletMode #DesPasTit02 #DesPasTit021 h1 {
                        font-family: kara-bold;
                        font-size: 0.90em;
                        color: #333333;
                        direction: rtl;
                        margin-top: 3%;
                    }

                #DescriptionPassive #DescriptionPassiveTitle #TabletMode #DesPasTit02 #DesPasTit022 {
                    background-color: #E6E6E6;
                    margin-right: 8%;
                    margin-left: 8%;
                }

                    #DescriptionPassive #DescriptionPassiveTitle #TabletMode #DesPasTit02 #DesPasTit022 hr {
                        width: 120px;
                        height: 0px;
                        color: #990000;
                        margin: auto;
                        margin-top: 3%;
                    }

            #DescriptionPassive #DescriptionPassiveTitle #TabletMode #DesPasTit03 {
                width: 100%;
                height: 155px;
                direction: rtl;
            }

                #DescriptionPassive #DescriptionPassiveTitle #TabletMode #DesPasTit03 h1 {
                    font-family: kara-bold;
                    font-size: 1em;
                    color: #333333;
                    direction: rtl;
                    text-align: center;
                    margin-top: 5%;
                    margin-right: 3%;
                    margin-left: 3%;
                }

                #DescriptionPassive #DescriptionPassiveTitle #TabletMode #DesPasTit03 p {
                    font-family: kara-regular;
                    font-size: 0.85em;
                    color: #333333;
                    direction: rtl;
                    text-align: center;
                    margin-top: 5%;
                    margin-right: 5%;
                    margin-left: 5%;
                }

    /*---------------------------------------------------------------------------------*/
    #DescriptionPassive #DescriptionPassiveContent {
        margin-right: 1%;
        margin-left: 1%;
    }

        #DescriptionPassive #DescriptionPassiveContent #DesPasCon1 {
            width: 100%;
            height: auto;
            min-height: 50px;
            margin-bottom: 3px;
        }

            #DescriptionPassive #DescriptionPassiveContent #DesPasCon1 a {
                font-family: kara-regular;
                text-decoration: none;
                font-size: 0.8em;
                color: #333333;
                margin-top: 12px;
                display: flex;
                justify-content: center;
            }

            #DescriptionPassive #DescriptionPassiveContent #DesPasCon1 .DesPasConDIV {
                width: 49.36%;
                height: auto;
                min-height: 50px;
                float: right;
                border-left: 2px solid #FFF;
                border-bottom: 2px solid #FFF;
                background-color: #F6F6F6;
                border-radius: 50px;
            }

                #DescriptionPassive #DescriptionPassiveContent #DesPasCon1 .DesPasConDIV:hover {
                    background-color: #E6E6E6;
                }

        /*-----------------------------------------------------------------------------*/

        #DescriptionPassive #DescriptionPassiveContent .DesPasCon2 {
            width: 100%;
            height: auto;
            background-color: #F6F6F6;
        }

        #DescriptionPassive #DescriptionPassiveContent .DesPasCon21 {
            width: 100%;
            height: 70px;
        }

        #DescriptionPassive #DescriptionPassiveContent .DesPasCon211 {
            width: 100%;
            height: 20px;
            float: right;
            margin-top: 6%;
        }

        #DescriptionPassive #DescriptionPassiveContent .PTagPasCon211 {
            font-family: kara-bold;
            font-size: 0.9em;
            color: #333333;
            direction: rtl;
            text-align: center;
        }

        #DescriptionPassive #DescriptionPassiveContent .DesPasCon212 {
            width: 100%;
            height: 10px;
            float: left;
            margin-top: 3%;
        }

        #DescriptionPassive #DescriptionPassiveContent .lineDesPas {
            width: 85%;
            margin-right: auto;
            margin-left: auto;
            border-bottom: 2px solid #E6E6E6;
        }



        #DescriptionPassive #DescriptionPassiveContent .DesPasCon22 {
            width: 100%;
            height: auto;
        }

        #DescriptionPassive #DescriptionPassiveContent .PDesPasCon22 {
            font-family: kara-regular;
            font-size: 0.75em;
            text-align: justify;
            color: #990000;
            direction: rtl;
            margin-right: 7.2%;
            margin-left: 8%;
            margin-bottom: 10px;
        }

        #DescriptionPassive #DescriptionPassiveContent .H1DesPasCon22 {
            font-family: kara-regular;
            font-size: 0.78em;
            text-align: justify;
            line-height: 2em;
            color: #333333;
            direction: rtl;
            margin-right: 7.2%;
            margin-left: 8%;
        }



        #DescriptionPassive #DescriptionPassiveContent .DesPasCon23 {
            width: 100%;
            height: auto;
        }

        #DescriptionPassive #DescriptionPassiveContent .DesPasCon231 {
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
        }

        #DescriptionPassive #DescriptionPassiveContent .IMGDesPasCon231 {
            width: 70%;
            height: 70%;
            outline: 1px solid #E6E6E6;
            outline-offset: 5px;
            margin-top: 5%;
            margin-bottom: 1%;
        }

        #DescriptionPassive #DescriptionPassiveContent .DesPasCon232 {
            width: 100%;
            height: auto;
            direction: rtl;
        }

        #DescriptionPassive #DescriptionPassiveContent .PTagDesPasCon232 {
            font-family: kara-regular;
            font-size: 0.78em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 6.8%;
            margin-left: 8%;
            margin-top: 5%;
            margin-bottom: 2%;
        }

        #DescriptionPassive #DescriptionPassiveContent .LITagDesPasCon232 {
            font-family: kara-regular;
            font-size: 0.75em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 11%;
            margin-left: 10%;
        }


        #DescriptionPassive #DescriptionPassiveContent #DesPasCon4 {
            width: 100%;
            height: auto;
        }

            #DescriptionPassive #DescriptionPassiveContent #DesPasCon4 h1 {
                font-family: kara-regular;
                font-size: 0.78em;
                color: #333333;
                text-align: justify;
                margin-top: 3%;
                margin-right: 9.2%;
                margin-left: 8%;
                direction: rtl;
                line-height: 2em;
            }

            #DescriptionPassive #DescriptionPassiveContent #DesPasCon4 h2 {
                font-family: kara-regular;
                font-size: 0.78em;
                color: #333333;
                text-align: justify;
                margin-top: 1%;
                margin-right: 9.2%;
                margin-left: 8%;
                direction: rtl;
                line-height: 2em;
            }

            #DescriptionPassive #DescriptionPassiveContent #DesPasCon4 p {
                font-family: kara-regular;
                font-size: 0.78em;
                color: #339966;
                text-align: justify;
                margin-right: 10%;
                margin-left: 10%;
                margin-top: 5%;
                margin-bottom: 2%;
                direction: rtl;
                text-align: center;
            }

/*End PassiveNetwork Page****************************************************/





/*Begin PhoneSystems Page****************************************************/

#DescriptionPhone-Systems {
    width: 99%;
    height: auto; /******* 1630******/
    margin: auto;
}

    #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle {
        width: 100%;
        height: 300px;
        background-color: #FFF;
    }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit01 {
            width: 100%;
            height: 95px;
            display: flex;
            justify-content: center;
        }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit01 img {
                width: 85px;
                height: 85px;
                margin-top: 2%;
            }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #TabletMode5 {
            width: 100%;
            height: 205px;
        }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #TabletMode5 #DesPhoTit02 {
                width: 100%;
                height: 50px;
            }

                #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #TabletMode5 #DesPhoTit02 #DesPhoTit021 {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                }

                    #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #TabletMode5 #DesPhoTit02 #DesPhoTit021 h1 {
                        font-family: kara-bold;
                        font-size: 0.90em;
                        color: #333333;
                        direction: rtl;
                        margin-top: 2%;
                        margin-right: 3%;
                    }

                #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #TabletMode5 #DesPhoTit02 #DesPhoTit022 {
                    background-color: #E6E6E6;
                    margin-right: 8%;
                    margin-left: 8%;
                }

                    #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #TabletMode5 #DesPhoTit02 #DesPhoTit022 hr {
                        width: 120px;
                        height: 0px;
                        color: #990000;
                        margin: auto;
                        margin-top: 3%;
                    }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #TabletMode5 #DesPhoTit03 {
                width: 100%;
                height: 155px;
                direction: rtl;
            }

                #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #TabletMode5 #DesPhoTit03 h1 {
                    font-family: kara-bold;
                    font-size: 1em;
                    color: #333333;
                    direction: rtl;
                    text-align: center;
                    margin-top: 5%;
                    margin-right: 3%;
                    margin-left: 3%;
                }

                #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #TabletMode5 #DesPhoTit03 p {
                    font-family: kara-regular;
                    font-size: 0.85em;
                    color: #333333;
                    direction: rtl;
                    text-align: center;
                    margin-top: 5%;
                    margin-right: 5%;
                    margin-left: 5%;
                }
    /*----------------------------------------------------------------------------------*/

    #DescriptionPhone-Systems #DescriptionPhone-SystemsContent {
        margin-right: 1%;
        margin-left: 1%;
    }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon1 {
            width: 100%;
            height: auto;
            min-height: 50px;
            margin-bottom: 2px;
        }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon1 a {
                font-family: kara-regular;
                text-decoration: none;
                font-size: 0.70em;
                color: #333333;
                margin-top: 14px;
                display: flex;
                justify-content: center;
            }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon1 .DesPhoConDIV {
                width: 33%;
                height: auto;
                min-height: 50px;
                float: right;
                border-left: 1px solid #FFF;
                border-bottom: 2px solid #FFF;
                background-color: #F6F6F6;
                border-radius: 50px;
            }

                #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon1 .DesPhoConDIV:hover {
                    background-color: #E6E6E6;
                }

        /*---------------------------------------------------------------------------------------*/

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .DesPhoCon2 {
            width: 100%;
            height: auto;
            background-color: #F6F6F6;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .DesPhoCon21 {
            width: 100%;
            height: 60px;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .DesPhoCon211 {
            width: 100%;
            height: 20px;
            float: right;
            margin-top: 6%;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .PTagPhoCon211 {
            font-family: kara-bold;
            font-size: 0.9em;
            color: #333333;
            direction: rtl;
            text-align: center;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .DesPhoCon212 {
            width: 100%;
            height: 10px;
            float: left;
            margin-top: 3%;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .lineDesPho {
            width: 85%;
            margin-right: auto;
            margin-left: auto;
            border-bottom: 2px solid #E6E6E6;
        }



        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .DesPhoCon22 {
            width: 100%;
            height: auto;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .PDesPhoCon22 {
            font-family: kara-regular;
            font-size: 0.75em;
            text-align: justify;
            color: #990000;
            direction: rtl;
            margin-right: 7.2%;
            margin-left: 8%;
            margin-bottom: 10px;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .H1DesPhoCon22 {
            font-family: kara-regular;
            font-size: 0.78em;
            text-align: justify;
            line-height: 2em;
            color: #333333;
            direction: rtl;
            margin-right: 7.2%;
            margin-left: 8%;
        }



        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .DesPhoCon23 {
            width: 100%;
            height: auto;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .DesPhoCon231 {
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .IMGDesPhoCon231 {
            width: 70%;
            height: 70%;
            outline: 1px solid #E6E6E6;
            outline-offset: 5px;
            margin-top: 5%;
            margin-bottom: 1%;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .DesPhoCon232 {
            width: 100%;
            height: auto;
            direction: rtl;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .PTagDesPhoCon232 {
            font-family: kara-regular;
            font-size: 0.78em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 6.8%;
            margin-left: 8%;
            margin-top: 5%;
            margin-bottom: 2%;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .LITagDesPhoCon232 {
            font-family: kara-regular;
            font-size: 0.75em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 11%;
            margin-left: 10%;
        }



        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 {
            width: 90%;
            margin-right: auto;
            margin-left: auto;
        }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 #DesPhoCon51Mobile {
                width: 165px;
                height: auto;
                margin-right: auto;
                margin-left: auto;
                min-height: 85px;
            }

                #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 #DesPhoCon51Mobile img {
                    width: 60px;
                    height: 60px;
                    float: right;
                    margin-top: 12%;
                }

                #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 #DesPhoCon51Mobile p {
                    font-family: kara-regular;
                    font-size: 0.8em;
                    line-height: 2em;
                    color: #333333;
                    text-align: center;
                    direction: rtl;
                    float: right;
                    margin-top: 23%;
                    margin-right: 3%;
                }

                #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 #DesPhoCon51Mobile hr {
                    width: 100%;
                    height: 0px;
                    color: #990000;
                    display: none;
                }


            #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 #DesPhoCon52Mobile {
                width: 260px;
                height: auto;
                margin-right: auto;
                margin-left: auto;
                min-height: 80px;
                border-top: 2px solid #990000;
            }

                #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 #DesPhoCon52Mobile h1 {
                    font-family: kara-regular;
                    font-size: 0.8em;
                    line-height: 2em;
                    color: #333333;
                    text-align: center;
                    direction: rtl;
                    margin-top: 1%;
                }

/*End PhoneSystems Page*****************************************************/




/*Begin CCTV Page*********************************************************/

#DescriptionCamera {
    width: 99%;    
    height: auto; /******* 1630******/
    margin: auto;
}

    #DescriptionCamera #DescriptionCameraTitle {
        width: 100%;
        height: 300px;
        background-color: #FFF;
    }

        #DescriptionCamera #DescriptionCameraTitle #DesCamTit01 {
            width: 100%;
            height: 95px;
            display: flex;
            justify-content: center;
        }

            #DescriptionCamera #DescriptionCameraTitle #DesCamTit01 img {
                width: 85px;
                height: 85px;
                margin-top: 2%;
            }

        #DescriptionCamera #DescriptionCameraTitle #TabletMode4 {
            width: 100%;
            height: 205px;
        }

            #DescriptionCamera #DescriptionCameraTitle #TabletMode4 #DesCamTit02 {
                width: 100%;
                height: 50px;
            }

                #DescriptionCamera #DescriptionCameraTitle #TabletMode4 #DesCamTit02 #DesCamTit021 {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                }

                    #DescriptionCamera #DescriptionCameraTitle #TabletMode4 #DesCamTit02 #DesCamTit021 h1 {
                        font-family: kara-bold;
                        font-size: 0.90em;
                        color: #333333;
                        direction: rtl;
                        margin-top: 3%;
                    }

                #DescriptionCamera #DescriptionCameraTitle #TabletMode4 #DesCamTit02 #DesCamTit022 {
                    background-color: #E6E6E6;
                    margin-right: 8%;
                    margin-left: 8%;
                }

                    #DescriptionCamera #DescriptionCameraTitle #TabletMode4 #DesCamTit02 #DesCamTit022 hr {
                        width: 120px;
                        height: 0px;
                        color: #990000;
                        margin: auto;
                        margin-top: 3%;
                    }

            #DescriptionCamera #DescriptionCameraTitle #TabletMode4 #DesCamTit03 {
                width: 100%;
                height: 155px;
                direction: rtl;
            }

                #DescriptionCamera #DescriptionCameraTitle #TabletMode4 #DesCamTit03 h1 {
                    font-family: kara-bold;
                    font-size: 1em;
                    color: #333333;
                    direction: rtl;
                    text-align: center;
                    margin-top: 5%;
                    margin-right: 3%;
                    margin-left: 3%;
                }

                #DescriptionCamera #DescriptionCameraTitle #TabletMode4 #DesCamTit03 p {
                    font-family: kara-regular;
                    font-size: 0.85em;
                    color: #333333;
                    direction: rtl;
                    text-align: center;
                    margin-top: 5%;
                    margin-right: 5%;
                    margin-left: 5%;
                }


    /*----------------------------------------------------------------------------------*/

    #DescriptionCamera #DescriptionCameraContent {
        margin-right: 1%;
        margin-left: 1%;
    }

        #DescriptionCamera #DescriptionCameraContent #DesCamCon1 {
            width: 100%;
            height: auto;
            min-height: 102px;
            margin-bottom: 2px;
        }

            #DescriptionCamera #DescriptionCameraContent #DesCamCon1 a {
                font-family: kara-regular;
                text-decoration: none;
                font-size: 0.75em;
                color: #333333;
                margin-top: 12px;
                display: flex;
                justify-content: center;
            }

            #DescriptionCamera #DescriptionCameraContent #DesCamCon1 .DesCamConDIV {
                width: 49.6%;
                height: auto;
                min-height: 50px;
                float: right;
                border-left: 1px solid #FFF;
                border-bottom: 2px solid #FFF;
                background-color: #F6F6F6;
                border-radius: 50px;
            }

                #DescriptionCamera #DescriptionCameraContent #DesCamCon1 .DesCamConDIV:hover {
                    background-color: #E6E6E6;
                }

            #DescriptionCamera #DescriptionCameraContent #DesCamCon1 #DesCamCon14 {
                width: 49.6%;
                height: auto;
                min-height: 50px;
                float: right;
                border-bottom: 2px solid #FFF;
                background-color: #F6F6F6;
                border-radius: 50px;
            }

                #DescriptionCamera #DescriptionCameraContent #DesCamCon1 #DesCamCon14:hover {
                    background-color: #E6E6E6;
                }

        /*---------------------------------------------------------------------------------------*/


        #DescriptionCamera #DescriptionCameraContent .DesCamCon2 {
            width: 100%;
            height: auto;
            background-color: #F6F6F6;
        }

        #DescriptionCamera #DescriptionCameraContent .DesCamCon21 {
            width: 100%;
            height: 60px;
        }

        #DescriptionCamera #DescriptionCameraContent .DesCamCon211 {
            width: 100%;
            height: 20px;
            float: right;
            margin-top: 6%;
        }

        #DescriptionCamera #DescriptionCameraContent .PTagCon211 {
            font-family: kara-bold;
            font-size: 0.9em;
            color: #333333;
            direction: rtl;
            text-align: center;
        }

        #DescriptionCamera #DescriptionCameraContent .DesCamCon212 {
            width: 100%;
            height: 10px;
            float: left;
            margin-top: 3%;
        }

        #DescriptionCamera #DescriptionCameraContent .lineDesCam {
            width: 85%;
            margin-right: auto;
            margin-left: auto;
            border-bottom: 2px solid #E6E6E6;
        }

        

        #DescriptionCamera #DescriptionCameraContent .DesCamCon22 {
            width: 100%;
            height: auto;
        }

        #DescriptionCamera #DescriptionCameraContent .PDesCamCon22 {
            font-family: kara-regular;
            font-size: 0.75em;
            text-align: justify;
            color: #990000;
            direction: rtl;
            margin-right: 7.2%;
            margin-left: 8%;
            margin-bottom: 10px;
        }

        #DescriptionCamera #DescriptionCameraContent .H1DesCamCon22 {
            font-family: kara-regular;
            font-size: 0.78em;
            text-align: justify;
            line-height: 2em;
            color: #333333;
            direction: rtl;
            margin-right: 7.2%;
            margin-left: 8%;
        }


        
        #DescriptionCamera #DescriptionCameraContent .DesCamCon23 {
            width: 100%;
            height: auto;
        }

        #DescriptionCamera #DescriptionCameraContent .DesCamCon231 {
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
        }

        #DescriptionCamera #DescriptionCameraContent .IMGDesCamCon231 {
            width: 70%;
            height: 70%;
            outline: 1px solid #E6E6E6;
            outline-offset: 5px;
            margin-top: 5%;
            margin-bottom: 1%;
        }

        #DescriptionCamera #DescriptionCameraContent .DesCamCon232 {
            width: 100%;
            height: auto;
            direction: rtl;
        }

        #DescriptionCamera #DescriptionCameraContent .PTagDesCamCon232 {
            font-family: kara-regular;
            font-size: 0.78em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 6.8%;
            margin-left: 8%;
            margin-top: 5%;
            margin-bottom: 2%;
        }

        #DescriptionCamera #DescriptionCameraContent .LITagDesCamCon232 {
            font-family: kara-regular;
            font-size: 0.75em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 11%;
            margin-left: 10%;
        }



        #DescriptionCamera #DescriptionCameraContent #DesCamCon6 .PTagDesCamCon6 {
            font-family: kara-regular;
            font-size: 0.78em;
            line-height: 2em;
            text-align: center;
            direction: rtl;
            margin-top: 5%;
            margin-bottom: 5%;
            color: #339966;
            margin-right: 3%;
            margin-left: 3%;
        }

/*End CCTV Page***********************************************************/
