﻿
/*-------------------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 hoboStd ****************************************************/
@font-face {
    font-family: 'hoboStd';
    src: url('../fonts/HoboStd.eot');
    src: local('Hobo Std Medium'), local('HoboStd'), url('../fonts/HoboStd.eot?#iefix') format('embedded-opentype'), url('../fonts/HoboStd.woff2') format('woff2'), url('../fonts/HoboStd.woff') format('woff'), url('../fonts/HoboStd.ttf') format('truetype'), url('../fonts/HoboStd.svg#HoboStd') format('svg');
    font-weight: 500;
    font-style: normal;
}


/*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 ***************************************************/
#MobileHeaderMenu {
    display: none;
}

#Header {
    width: 100%;
    height: auto;
    margin: auto;
}

    #Header #HeaderImg {
        width: 50%;
        height: 153px;
        float: right;
        direction: rtl;
    }

        #Header #HeaderImg img {
            max-width: 300px;
            height: auto;
            margin-top: 25px;
            margin-right: 20%;
        }

    #Header #HeaderTel {
        width: 50%;
        height: 153px;
        float: left;
        direction: ltr;
    }

        #Header #HeaderTel #HeaderTelCont {
            width: 25%;
            height: auto;
            direction: rtl;
            text-align: center;
            margin-top: 32px;
            margin-left: 20%;
        }

        #Header #HeaderTel p {
            font-size: 1em;
            color: #040404;
            font-family: kara-bold;
            margin-bottom: 5px;
        }

        #Header #HeaderTel h1 {
            font-size: 1em;
            color: #731D2F;
            font-family: kara-regular;
            text-decoration: underline;
        }




#HeaderMenu .container {
    width: 100%;
    direction: rtl;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: flex;
    justify-content: center;
}

#HeaderMenu .menu {
    height: auto;
    display: inline-block;
}

    #HeaderMenu .menu li {
        background-color: #fff;
        border-right: 1px solid #EEEEEE;
    }

    #HeaderMenu .menu > li {
        display: block;
        float: right;
        position: relative;
    }

        #HeaderMenu .menu > li:last-child {
            border-left: 1px solid #EEEEEE;
        }

    #HeaderMenu .menu a {
        color: #8A8A8A;
        font-family: 'kara-bold';
        font-size: 0.8em;
        line-height: 25px;
        padding: 3px 30px;
        text-decoration: none;
        display: block;
        text-align: center;
    }

    #HeaderMenu .menu p {
        font-family: 'kara-regular';
        display: block;
        font-size: 0.75em;
        color: #AAAAAA;
    }


    /* onhover styles */
    #HeaderMenu .menu li:hover {
    }

        #HeaderMenu .menu li:hover > a {
            color: #731D2F;
        }

        #HeaderMenu .menu li:hover a > p {
            color: #731D2F;
        }

/* submenu styles */
#HeaderMenu .submenu {
    right: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 11;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

#HeaderMenu .InternalUl {
    position: absolute;
    width: 100%;
}

#HeaderMenu .submenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}

#HeaderMenu .submenu a {
    line-height: 50px;
    margin: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    font-size: 0.7em;
    border-top: 1px solid #EEEEEE;
    text-align: right;
}

#HeaderMenu .menu .submenu li:hover a {
}

#HeaderMenu .menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}

    #HeaderMenu .menu > li:hover .submenu li, .menu > li:focus .submenu li {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

/* CSS3 delays for transition effects */
#HeaderMenu .menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#HeaderMenu .menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

#HeaderMenu .menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

#HeaderMenu .menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

#HeaderMenu .menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

#HeaderMenu .menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

#HeaderMenu .menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

#HeaderMenu .menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

#HeaderMenu .submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

#HeaderMenu .submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

#HeaderMenu .submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

#HeaderMenu .submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

#HeaderMenu .submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

#HeaderMenu .submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

#HeaderMenu .submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

#HeaderMenu .submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
/*------------------------------------------------------------------------------------------*/

#HeaderMenu .overline-from-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    #HeaderMenu .overline-from-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 100%;
        right: 0;
        top: 0;
        background-color: #731D2F;
        height: 2px;
        -webkit-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    #HeaderMenu .overline-from-right:hover:before {
        left: 0;
    }


/*Header Menu Sticky------------------------------------------------------------------------------------*/

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
    border-top: 0;
    font-size: 1em;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.75);
    animation: animationFrames ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: animationFrames ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: animationFrames ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: animationFrames ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: animationFrames ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
}

    .sticky::after {
        width: 1px;
        height: 1px;
        content: url(../../Content/images/RaymonLogo.png);
        position: absolute;
        top: 1px;
        right: 230px;
        flex-align: start;
        float: right;
        transform: scale(0.04);
    }

    .sticky::before {
        content: url(../../Content/images/HeaderMenuSticky.png);
        position: absolute;
        top: 8px;
        left: 59px;
        width: 1px;
        height: 1px;
        transform: scale(0.2);
    }

@keyframes animationFrames {
    0% {
        opacity: 0;
        transform: translate(0px,-25px);
    }

    100% {
        opacity: 1;
        transform: translate(0px,0px);
    }
}

@-moz-keyframes animationFrames {
    0% {
        opacity: 0;
        -moz-transform: translate(0px,-25px);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0px,0px);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px,-25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,0px);
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        -ms-transform: translate(0px,-25px);
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0px,0px);
    }
}


@-o-keyframes animationFrames {
    0%;

{
    opacity: 0;
    -o-transform: translate(0px,-25px);
}

100% {
    opacity: 1;
    -o-transform: translate(0px,0px);
}

}
/* End Header ***************************************************/


/* Begin Slider***********************************************/

#RaymonSlider {
    width: 100%;
    height: 400px;
    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(50% - 0.5em);
            z-index: 2;
            padding-top: 5px;
            line-height: 1.25em;
            font-family: kara-bold;
            font-size: 1.7em;
            text-align: right;
            color: white;
            overflow: hidden;
        }

.AlignRight {
    left: 5vw;
}

.AlignLeft {
    right: 5vw;
}


#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 {
        font-family: kara-light;
        font-size: 0.5em;
        color: #232B30;
        background-color: #f2eeee;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 8px;
        padding-right: 8px;
    }




#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 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: "reemKufi-regular";
    font-size: 1.5em;
    font-weight: lighter;
    color: white;
}

    #slide-select li {
        position: relative;
        cursor: pointer;
        margin: 0 5px;
    }

        #slide-select li.prev:hover {
            -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
        }

        #slide-select li.next:hover {
            -webkit-transform: translateX(2px);
            transform: translateX(2px);
        }

    #slide-select .selector {
        height: 12px;
        width: 12px;
        border: 2px solid white;
        background-color: transparent;
        transition: background-color 0.5s ease-in-out;
    }

        #slide-select .selector.current {
            background-color: white;
        }

.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%;
    height: 400px;
    margin-bottom: 20px;
}

    #BenefitsSupport #headerBenefitsSupport {
        width: 100%;
        height: 55px;
        margin-bottom: 20px;
        margin-top: -80px;
    }

        #BenefitsSupport #headerBenefitsSupport p {
            font-family: 'kara-regular';
            font-size: 1.3em;
            direction: rtl;
            text-align: center;
        }

        #BenefitsSupport #headerBenefitsSupport hr {
            display: block;
            height: 1px;
            border: 0;
            border-top: 2px solid rgba(0,0,0,0.65);
            margin-left: 40%;
            margin-right: 40%;
        }


    /*------------------------------------------------------------------------*/

    #BenefitsSupport #ContentBenefitsSupport {
        width: 100%;
    }

        #BenefitsSupport #ContentBenefitsSupport #Advice {
            width: 28%;
            float: right;
            margin-right: 3%;
            margin-left: 2%;
        }

            #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: 1.1em;
                    direction: rtl;
                    text-align: center;
                    line-height: 2.5em;
                }

                #BenefitsSupport #ContentBenefitsSupport #Advice #ContentAd p {
                    font-family: 'kara-regular';
                    font-size: 0.87em;
                    direction: rtl;
                    text-align: justify;
                    line-height: 1.7em;
                    color: #353535;
                }
        /*------------------------------------------------------------------------*/


        #BenefitsSupport #ContentBenefitsSupport #Satisfaction {
            width: 28%;
            float: right;
            margin-right: 3%;
            margin-left: 1%;
        }

            #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: 1.1em;
                    direction: rtl;
                    text-align: center;
                    line-height: 2.5em;
                }

                #BenefitsSupport #ContentBenefitsSupport #Satisfaction #ContentSat p {
                    font-family: 'kara-regular';
                    font-size: 0.87em;
                    direction: rtl;
                    text-align: justify;
                    line-height: 1.7em;
                    color: #353535;
                }
        /*------------------------------------------------------------------------*/


        #BenefitsSupport #ContentBenefitsSupport #Work {
            width: 28%;
            float: left;
            margin-right: 2%;
            margin-left: 3%;
        }

            #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: 1.1em;
                    direction: rtl;
                    text-align: center;
                    line-height: 2.5em;
                }

                #BenefitsSupport #ContentBenefitsSupport #Work #ContentWo p {
                    font-family: 'kara-regular';
                    font-size: 0.87em;
                    direction: rtl;
                    text-align: justify;
                    line-height: 1.7em;
                    color: #353535;
                }
/*------------------------------------------------------------------------*/

/* End BenefitsSupport*************************************************/




/* Begin Footer*************************************************/
#Footer {
    width: 100%;
    height: 450px;
}

    #Footer #FooterAddress {
        width: 41%;
        height: 300px;
        float: right;
        direction: rtl;
        font-family: 'kara-regular';
        font-size: 0.90em;
        background-color: #232B30;
    }

        #Footer #FooterAddress #firstPAddress {
            margin-top: 9%;
        }

        #Footer #FooterAddress p {
            color: #FFFFFF;
            margin-right: 10%;
            margin-top: 5%;
            margin-left: 2%;
            line-height: 2.5em;
        }
    /*------------------------------------------------------------*/




    #Footer #FooterServices {
        width: 25%;
        height: 300px;
        float: right;
        font-family: 'kara-regular';
        font-size: 0.90em;
        direction: rtl;
        background-color: #232B30;
    }

        #Footer #FooterServices #firstPServices {
            margin-top: 9%;
        }

        #Footer #FooterServices p {
            color: #FFFFFF;
            margin-right: 10%;
            margin-top: 4%;
            margin-left: 1%;
            line-height: 1.8em;
        }

            #Footer #FooterServices p a {
                text-decoration: none;
                color: #FFFFFF;
            }

                #Footer #FooterServices p a:hover {
                    color: #FFDC43;
                }

    /*----------------------------------------------------------*/




    #Footer #FooterAbout {
        width: 9%;
        height: 300px;
        float: right;
        font-family: 'kara-regular';
        font-size: 0.90em;
        direction: rtl;
        background-color: #232B30;
    }

        #Footer #FooterAbout #firstPAbout {
            margin-top: 23%;
        }

        #Footer #FooterAbout p {
            color: #FFFFFF;
            margin-right: 16%;
            margin-top: 4%;
            margin-left: 1%;
            line-height: 1.8em;
        }

            #Footer #FooterAbout p a {
                text-decoration: none;
                color: #FFFFFF;
            }

                #Footer #FooterAbout p a:hover {
                    color: #FFDC43;
                }

    /*----------------------------------------------------------*/




    #Footer #FooterJoin {
        width: 25%;
        height: 300px;
        float: right;
        font-family: 'kara-regular';
        font-size: 0.90em;
        direction: rtl;
        background-color: #232B30;
    }

        #Footer #FooterJoin #firstPJoin {
            margin-top: 10%;
        }

        #Footer #FooterJoin p {
            color: #FFFFFF;
            margin-right: 6%;
            margin-top: 4%;
            margin-left: 1%;
            line-height: 1.8em;
        }

        #Footer #FooterJoin #FooterJoinEmail {
            width: 70%;
            font-family: 'kara-regular';
            font-size: 1.1em;
            margin-right: 8%;
            margin-left: 1%;
            padding: 5px;
        }

        #Footer #FooterJoin #FooterJoinSubmitEmail {
            width: 73.5%;
            font-family: 'kara-regular';
            background-color: #D71920;
            border-color: #D71920;
            color: #fff;
            font-size: 0.90em;
            margin-top: 4%;
            margin-right: 8%;
            margin-left: 1%;
            padding: 6px;
        }
    /*-----------------------------------------------------*/




    #Footer #FooterCopyRight {
        width: 100%;
        height: 150px;
        float: right;
        font-family: 'kara-regular';
        background-color: #232B30;
    }

        #Footer #FooterCopyRight #TextFooterCopyRight {
            width: 60%;
            height: 150px;
            float: left;
        }

            #Footer #FooterCopyRight #TextFooterCopyRight p {
                direction: rtl;
                font-size: 0.8em;
                text-align: end;
                margin-left: 3%;
                color: #fff;
                margin-top: 4%;
            }

            #Footer #FooterCopyRight #TextFooterCopyRight hr {
                display: block;
                height: 1px;
                border: 0;
                border-top: 1px solid #fff;
                margin-left: 2%;
                margin-right: 2%;
            }

            #Footer #FooterCopyRight #TextFooterCopyRight #ENFooterCopyRight {
                direction: ltr;
                text-align: start;
                margin-top: 0%;
            }

        /*-------------------------*/
        #Footer #FooterCopyRight #LinksFooterCopyRight {
            width: 40%;
            height: 150px;
            float: right;
            direction: rtl;
        }

            #Footer #FooterCopyRight #LinksFooterCopyRight #FirstLinksFooterCopyRight {
                margin-right: 55%;
            }

            #Footer #FooterCopyRight #LinksFooterCopyRight .circle {
                width: 44px;
                height: 44px;
                background: #fff;
                -moz-border-radius: 70px;
                -webkit-border-radius: 70px;
                border-radius: 100px;
                line-height: 50px;
                white-space: nowrap;
                text-align: center;
                float: right;
                margin-right: 2%;
                margin-top: 7.5%;
            }

            #Footer #FooterCopyRight #LinksFooterCopyRight a {
                margin-right: 0px;
                margin-left: 1%;
                font-size: 23px;
                cursor: pointer;
                color: #232B30;
                text-align: center center;
            }

            #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%;
    }

        #ContentContactUsPage #ContentContactUsPageHead p {
            font-family: kara-bold;
            margin-right: 10%;
            font-size: 1.5em;
        }

        #ContentContactUsPage #ContentContactUsPageHead hr {
            margin-right: 10%;
            width: 130px;
        }
    /*-----------------------------------------------------*/

    #ContentContactUsPage #ContentContactUsPageContent {
        width: 100%;
        margin-top: 3%;
        height: 210px;
        display: flex;
        justify-content: center;
    }

        #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageAddress {
            width: 20%;
            float: right;
        }

            #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageAddress:hover {
                border: 1px solid #52B237;
            }


        #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageTelephone {
            width: 20%;
            float: right;
            margin-right: 1%;
        }

            #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageTelephone:hover {
                border: 1px solid #52B237;
            }

        #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageTelegram {
            width: 20%;
            float: right;
            margin-right: 1%;
        }

            #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageTelegram:hover {
                border: 1px solid #52B237;
            }


        #ContentContactUsPage #ContentContactUsPageContent #ContactUsPageEmail {
            width: 20%;
            float: right;
            margin-right: 1%;
        }

            #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: 1.1em;
            font-weight: 800;
        }


        #ContentContactUsPage #ContentContactUsPageContent .ContactUsP2 {
            display: flex;
            justify-content: center;
            font-family: kara-regular;
            font-size: 0.90em;
            margin-top: 17px;
        }
    /*-----------------------------------------------------*/


    #ContentContactUsPage #ContactUsPageMap {
        margin-top: 8%;
        width: 100%;
        display: inline-block;
    }

        #ContentContactUsPage #ContactUsPageMap #ContactUsPageGoogleMap {
            width: 50%;
            float: right;
            height: 420px;
        }

            #ContentContactUsPage #ContactUsPageMap #ContactUsPageGoogleMap iframe {
                width: 83%;
                height: 400px;
                margin-right: 17%;
                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: 50%;
            float: left;
            height: 420px;
        }

            #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #ContactUsPageMessageForm {
                margin-left: 14%;
                margin-right: 2%;
                width: 83%;
                height: 400px;
                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;
                margin-right: 1%;
            }

                #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: 30px;
                    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: 25px;
                    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;
                margin-right: 1%;
            }

                #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: 26px;
                    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;
                margin-right: 1%;
            }

                #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: 26px;
                    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;
                margin-right: 1%;
            }

                #ContentContactUsPage #ContactUsPageMap #ContactUsPageMessage #Submit #ISubmit {
                    width: 89%;
                    height: 38px;
                    font-family: kara-regular;
                    margin-right: 26px;
                    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: 150px;
        background-color: #384cc3;
    }

        #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel01 {
            width: 60%;
            height: 150px;
            float: right;
            color: #fff;
        }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel01 h1 {
                font-family: kara-regular;
                font-weight: 600;
                font-size: 1.04em;
                margin-top: 40px;
                margin-right: 10%;
            }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel01 p {
                font-family: kara-light;
                font-size: 1em;
                margin-top: 10px;
                margin-right: 10%;
            }



        #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 {
            width: 40%;
            height: 150px;
            float: right;
            color: #fff;
        }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel020 {
                width: 13%;
                height: 150px;
                float: right;
            }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel020 img {
                    margin-right: 2%;
                    margin-top: 38px;
                }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel021 {
                width: 30%;
                height: 150px;
                float: right;
            }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel021 h1 {
                    font-family: kara-regular;
                    font-weight: 500;
                    font-size: 1em;
                    margin-top: 40px;
                    margin-right: 2%;
                }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel021 p {
                    font-family: kara-light;
                    font-size: 1em;
                    margin-top: 10px;
                    margin-right: 10%;
                }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel022 {
                width: 13%;
                height: 150px;
                float: right;
            }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel022 img {
                    margin-right: 2%;
                    margin-top: 38px;
                }

            #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel023 {
                width: 30%;
                height: 150px;
                float: right;
            }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel023 h1 {
                    font-family: kara-regular;
                    font-weight: 500;
                    font-size: 1em;
                    margin-top: 40px;
                    margin-right: 2%;
                }

                #ContentContactUsPage #ContactUsPageTel #ContactUsPageTel02 #ContactUsPageTel023 p {
                    font-family: kara-light;
                    font-size: 1em;
                    margin-top: 10px;
                    margin-right: 10%;
                }
/*-----------------------------------------------------*/
/*End ContactUs Page*****************************************************/





/*Begin Services Page***************************************************/
#ServicesPage {
    width: 100%;
}

    #ServicesPage #DivServicesPageImg {
        width: 100%;
        height: 370px;
    }

.carousel {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 350px;
    -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: 500px;
        height: 281px;
        position: absolute;
        top: 0;
        left: 0;
    }


#ServicesPage .Adviser {
    width: 100%;
    margin: auto;
    margin-top: 8px;
}

#ServicesPage .AdviserR {
    width: 48%;
    height: 565px;
    float: right;
    direction: rtl;
    text-align: right;
}

    #ServicesPage .AdviserR h1 {
        font-family: kara-bold;
        font-size: 2.2em;
        margin-top: 130px;
        margin-right: 27%;
        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: 27%;
    }

    #ServicesPage .AdviserR p {
        font-family: kara-regular;
        font-size: 0.85em;
        line-height: 2.3em;
        text-align: justify;
        color: #5f5c5c;
        margin-left: 8%;
        margin-right: 27%;
    }

    #ServicesPage .AdviserR a {
        background-color: #D71920;
        font-family: kara-regular;
        text-decoration: none;
        font-size: 0.85em;
        color: #fff;
        margin-left: 12%;
        margin-right: 27%;
        padding: 10px;
    }



#ServicesPage .AdviserL {
    width: 52%;
    float: left;
    height: 565px;
}

#ServicesPage .AdviserLImg {
    width: 500px;
    height: 562px;
    float: right;
    background-size: 100% 100%;
    margin-left: 250px;
    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;
}

#ServicesPage #NetworkSetupR {
    width: 48%;
    float: right;
    height: 565px;
}

    #ServicesPage #NetworkSetupR #NetworkSetupRImg {
        width: 500px;
        height: 562px;
        float: left;
        background-size: 100% 100%;
        margin-bottom: 20px;
        background-image: url(../images/NetworkSetup.jpg);
    }


#ServicesPage #NetworkSetupL {
    width: 52%;
    height: 565px;
    float: left;
    direction: rtl;
    text-align: right;
}

    #ServicesPage #NetworkSetupL h1 {
        font-family: kara-bold;
        font-size: 2.2em;
        margin-top: 130px;
        margin-right: 8%;
        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: 8%;
    }

    #ServicesPage #NetworkSetupL p {
        font-family: kara-regular;
        font-size: 0.85em;
        line-height: 2.3em;
        text-align: justify;
        color: #5f5c5c;
        margin-left: 31%;
        margin-right: 8%;
    }

    #ServicesPage #NetworkSetupL a {
        background-color: #D71920;
        font-family: kara-regular;
        text-decoration: none;
        font-size: 0.85em;
        color: #fff;
        margin-left: 12%;
        margin-right: 8%;
        padding: 10px;
    }




#AssignmentNet {
    width: 100%;
    height: 430px;
    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: 430px;
        background-color: rgba(96, 96, 96, 0.77);
        text-align: center;
    }

        #AssignmentNet #AssignmentNetContent h1 {
            font-family: 'kara-bold';
            font-size: 2.2em;
            padding-top: 100px;
            text-align: center;
            color: #FFFFFF;
            text-shadow: 1px 1px 10px #D71920;
        }

        #AssignmentNet #AssignmentNetContent p {
            font-family: 'kara-bold';
            font-size: 1.2em;
            margin-top: 20px;
            margin-right: 20px;
            margin-left: 20px;
            text-align: center;
            color: #FFFFFF;
            direction: rtl;
        }

        #AssignmentNet #AssignmentNetContent a {
            background-color: #731D2F;
            font-family: kara-regular;
            text-decoration: none;
            font-size: 1.1em;
            color: #fff;
            padding: 15px;
            display: inline-block;
            border-radius: 5px;
            margin-top: 50px;
        }

            #AssignmentNet #AssignmentNetContent a:hover {
                background-color: #581624;
            }



#SelectRaymon {
    width: 100%;
    height: 200px;
    direction: rtl;
}

    #SelectRaymon h1 {
        font-family: 'kara-regular';
        font-size: 1.5em;
        text-align: center;
        margin-top: 60px;
        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 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }

    #SelectRaymon p {
        font-family: kara-regular;
        font-size: 0.85em;
        line-height: 2.3em;
        text-align: center;
        color: #5f5c5c;
        margin-left: 120px;
        margin-right: 120px;
        margin-top: 20px;
    }







#SetupNetwork {
    width: 100%;
    direction: rtl;
    margin-top: 20px;
}

#SetupNetworkFirst #SetupNetworkFirstR {
    float: right;
    margin-right: 50px;
}

#SetupNetworkFirst #SetupNetworkFirstL {
    float: left;
    margin-left: 50px;
}

#SetupNetworkSecond #SetupNetworkSecondR {
    float: right;
    margin-right: 50px;
}

#SetupNetworkSecond #SetupNetworkSecondL {
    float: left;
    margin-left: 50px;
}



#SetupNetwork .SetupNetworkt {
    width: 45%;
    height: 400px;
    -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 .SetupNetworktR2 {
    width: 45%;
    height: 530px;
    margin-top: 35px;
    margin-bottom: 30px;
    -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 .SetupNetworktImg {
    width: 176px;
    height: 141px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    clear: both;
}

#SetupNetwork .SetupNetworkth1 {
    font-family: 'kara-regular';
    font-size: 1.1em;
    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.85em;
    line-height: 2.3em;
    text-align: justify;
    color: #5f5c5c;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
}

/*End Services Page***************************************************/




/*Begin NetworkSupport Page***************************************************/

#DescriptionSupportServices {
    width: 99%;
    height: auto; /******با اين رشد ارتفاع داريم*********1630px*/
    margin: auto;
}


    #DescriptionSupportServices #DescriptionSupportTitle {
        width: 100%;
        height: 160px;
        background-color: #FFF;
    }

        #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit01 {
            width: 23%;
            height: 160px;
            float: right;
        }

            #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit01 img {
                width: 100px;
                height: 100px;
                margin-top: 10%;
                margin-left: 3%;
            }


        #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit02 {
            width: 15%;
            height: 160px;
            float: right;
        }

            #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit02 #DesSupTit021 {
                width: 95%;
                float: right;
            }

                #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit02 #DesSupTit021 h1 {
                    font-family: kara-bold;
                    font-size: 1.5em;
                    color: #333333;
                    direction: rtl;
                    margin-top: 29%;
                    margin-right: 1.5%;
                }

            #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit02 #DesSupTit022 {
                width: 5%;
                float: right;
                margin-top: 20%;
            }

                #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit02 #DesSupTit022 hr {
                    width: 0px;
                    height: 60px;
                    color: #990000;
                }

        #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit03 {
            width: 62%;
            height: 160px;
            float: right;
        }

            #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit03 h1 {
                font-family: kara-bold;
                font-size: 1.3em;
                color: #333333;
                direction: rtl;
                margin-top: 5.5%;
                margin-right: 2%;
            }

            #DescriptionSupportServices #DescriptionSupportTitle #DesSupTit03 p {
                font-family: kara-regular;
                font-size: 1em;
                color: #333333;
                direction: rtl;
                margin-right: 2%;
            }
    /*----------------------------------------------------------------------------------*/



    #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: 3px;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon1 a {
                font-family: kara-regular;
                text-decoration: none;
                font-size: 1em;
                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: 110px;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon21 #DesSupCon211 {
                    width: 34.5%;
                    height: 40px;
                    float: right;
                    margin-top: 4%;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon21 #DesSupCon211 p {
                        font-family: kara-bold;
                        font-size: 1.2em;
                        color: #333333;
                    }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon21 #DesSupCon212 {
                    width: 65.5%;
                    height: 40px;
                    float: right;
                    margin-top: 4%;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon21 #DesSupCon212 #line3 {
                        width: 86%;
                        margin-left: 12%;
                        margin-top: 1.8%;
                        border-bottom: 2px solid #E6E6E6;
                    }


            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon22 {
                width: 100%;
                height: auto;
                margin-bottom: 40px;
            }

                #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;
                }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon22 h1 {
                    font-family: kara-regular;
                    font-size: 0.88em;
                    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: 46%;
                    height: auto;
                    float: right;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon23 #DesSupCon231 img {
                        width: 80%;
                        height: 80%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-left: 4.2%;
                        margin-top: 6%;
                    }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon23 #DesSupCon232 {
                    width: 54%;
                    height: auto;
                    direction: rtl;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon23 #DesSupCon232 p {
                        font-family: kara-regular;
                        font-size: 0.9em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 1%;
                        margin-left: 15%;
                        margin-top: 3%;
                        margin-bottom: 2%;
                    }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon2 #DesSupCon23 #DesSupCon232 ul li {
                        font-family: kara-regular;
                        font-size: 0.84em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 8%;
                        margin-left: 15%;
                    }



        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon3 {
            width: 100%;
            height: auto;
            margin-top: 40px;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon3 h1 {
                font-family: kara-regular;
                font-size: 0.9em;
                color: #333333;
                text-align: justify;
                margin-top: 2%;
                margin-right: 9.2%;
                margin-left: 8%;
                direction: rtl;
            }




        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 {
            width: 88%;
            height: auto; /*auto   300*/
            margin-top: 40px;
            margin-right: 150px;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .DesSupContBox {
                width: 23.6%;
                height: auto; /*auto  300*/
                float: right;
                direction: rtl;
            }


            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .Square {
                width: 55px;
                height: 55px;
                background: #AD001E;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 #DesSupCon41 {
                margin-left: 10px;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 #DesSupCon42 {
                margin-left: 10px;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 #DesSupCon43 {
                margin-left: 10px;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 #DesSupCon44 {
                margin-left: 10px;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .PSquare {
                font-family: kara-regular;
                font-size: 2em;
                color: #FFF;
                padding: 3px 0;
                text-align: center;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .PTitel {
                font-family: kara-regular;
                font-size: 0.82em;
                color: #AD001E;
                margin-top: 10px;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .h1Line {
                border-bottom: 1px solid #E6E6E6;
                width: 200px;
                margin-top: 20px;
                margin-bottom: 5px;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 .ULDescription {
                font-family: kara-regular;
                font-size: 0.8em;
                color: #333333;
                line-height: 1.7em;
                margin-left: 30%;
                text-align: right;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon4 ul li {
                padding-top: 15px;
            }




        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 {
            width: 90%;
            height: auto; /*auto 150*/
            margin: auto;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 .h1Line {
                border-bottom: 1px solid #E6E6E6;
                width: 100%;
                margin: auto;
                min-height: 380px;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 {
                width: 80%;
                height: auto; /*auto 150*/
                margin: auto;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon511 {
                    width: 15%;
                    height: auto; /*auto 150*/
                    min-height: 150px;
                    float: right;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon511 img {
                        width: 70px;
                        height: 70px;
                        margin-top: 28px;
                    }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon512 {
                    width: 25%;
                    height: auto; /*auto 150*/
                    min-height: 150px;
                    float: right;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon512 p {
                        font-family: kara-regular;
                        font-size: 1.2em;
                        color: #333333;
                        line-height: 1.7em;
                        float: right;
                        text-align: right;
                        margin-right: 35px;
                        margin-top: 49px;
                    }


                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon513 {
                    width: 60%;
                    height: auto; /*auto 150*/
                    min-height: 150px;
                    float: left;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon513 hr {
                        width: 0px;
                        height: 60px;
                        color: #990000;
                        float: right;
                        margin-left: 15px;
                        margin-top: 34px;
                    }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon5 #DesSupCon51 #DesSupCon513 p {
                        font-family: kara-regular;
                        font-size: 1.2em;
                        color: #333333;
                        line-height: 1.7em;
                        direction: rtl;
                        text-align: right;
                        margin-top: 32px;
                    }





        #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: 28%;
                font-family: kara-bold;
                font-size: 1.1em;
                color: #333333;
                float: right;
                text-align: right;
                margin-top: 30px;
            }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon6 #DesSupCon61 .h1Line {
                width: 72%;
                min-height: 30px;
                border-top: 2px solid #E6E6E6;
                float: left;
                margin-top: 45px;
            }



        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon7 {
            width: 90%;
            height: auto; /*auto 400*/
            margin: auto;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon7 #DesSupCon71 {
                width: 50%;
                height: auto; /*auto 400*/
                min-height: 400px;
                float: right;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon7 #DesSupCon71 p {
                    font-family: kara-regular;
                    font-size: 0.90em;
                    color: #333333;
                    line-height: 1.7em;
                    float: right;
                    text-align: justify;
                    direction: rtl;
                    margin-right: 35px;
                    margin-top: 10px;
                }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon7 #DesSupCon72 {
                width: 50%;
                height: auto; /*auto   400*/
                min-height: 400px;
                float: left;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon7 #DesSupCon72 img {
                    width: 93%;
                    height: 80%;
                    outline: 1px solid #E6E6E6;
                    outline-offset: 5px;
                    margin-left: 10px;
                    margin-top: 6%;
                }





        #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 {
            width: 90%;
            height: auto; /*auto*/
            margin: auto;
        }

            #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 {
                width: 65%;
                height: auto; /*auto*/
                float: right;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 .collapsible {
                    background-color: #eee;
                    cursor: pointer;
                    padding: 18px;
                    width: 100%;
                    border: none;
                    font-family: kara-regular;
                    font-size: 0.90em;
                    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: 2vw;
                    font-size: 0.90em;
                    color: #333333;
                    text-align: justify;
                    direction: rtl;
                }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 ul li {
                    margin-right: 20px;
                    list-style-type: square;
                    margin-top: 20px;
                }


                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 .InternalUl {
                    margin-right: 30px;
                }

                    #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 .InternalUl li {
                        font-size: 1vw;
                        list-style-type: circle;
                        line-height: 0.7em;
                        color: #808080;
                    }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon81 p {
                    width: 650px;
                    margin: auto;
                    padding: 25px;
                    margin-top: 10px;
                    font-family: kara-regular;
                    line-height: 2vw;
                    font-size: 1.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: 35%;
                height: auto; /*auto*/
                float: left;
            }

                #DescriptionSupportServices #DescriptionSupportServicesContent #DesSupCon8 #DesSupCon82 p {
                    width: 250px;
                    margin-right: auto;
                    margin-left: auto;
                    padding: 10px;
                    margin-top: 30px;
                    font-family: kara-regular;
                    line-height: 2vw;
                    font-size: 1.1vw;
                    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: auto;
        min-height: 160px;
        background-color: #FFF;
    }

        #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit01 {
            width: 23%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit01 img {
                width: 100px;
                height: 100px;
                margin-top: 10%;
                margin-left: 3%;
            }


        #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit02 {
            width: 20%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit02 #DesNetTit021 {
                width: 95%;
                float: right;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit02 #DesNetTit021 h1 {
                    font-family: kara-bold;
                    font-size: 1.5em;
                    color: #333333;
                    direction: rtl;
                    margin-top: 22.5%;
                    margin-right: 1.5%;
                }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit02 #DesNetTit022 {
                width: 5%;
                height: auto;
                float: right;
                margin-top: 14%;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit02 #DesNetTit022 hr {
                    width: 0px;
                    height: 60px;
                    color: #990000;
                }

        #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit03 {
            width: 57%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit03 h1 {
                font-family: kara-bold;
                font-size: 1.3em;
                color: #333333;
                direction: rtl;
                margin-top: 5.5%;
                margin-right: 2%;
            }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerTitle #DesNetTit03 p {
                font-family: kara-regular;
                font-size: 1em;
                color: #333333;
                direction: rtl;
                margin-right: 2%;
            }
    /*----------------------------------------------------------------------------------*/


    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent {
        margin-right: 1%;
        margin-left: 1%;
    }


        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon1 {
            width: 100%;
            height: auto;
            min-height: 50px;
            margin-bottom: 3px;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon1 a {
                font-family: kara-regular;
                text-decoration: none;
                font-size: 1em;
                color: #333333;
                margin-top: 10px;
                display: flex;
                justify-content: center;
            }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon1 .DesNetConDIV {
                width: 19.87%;
                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: 19.87%;
                height: auto;
                min-height: 50px;
                float: left;
                border-bottom: 2px solid #FFF;
                background-color: #F6F6F6;
                border-radius: 50px;
            }

                #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: 110px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon21 #DesNetCon211 {
                    width: 24%;
                    height: 40px;
                    float: right;
                    margin-top: 4%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon21 #DesNetCon211 p {
                        font-family: kara-bold;
                        font-size: 1.2em;
                        color: #333333;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon21 #DesNetCon212 {
                    width: 76%;
                    height: 40px;
                    float: left;
                    margin-top: 4%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon21 #DesNetCon212 #line4 {
                        width: 86%;
                        margin-left: 10%;
                        margin-top: 1.8%;
                        border-bottom: 2px solid #E6E6E6;
                    }


            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon22 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon22 p {
                    font-family: kara-regular;
                    font-size: 0.80em;
                    text-align: justify;
                    color: #990000;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                    margin-bottom: 10px;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon22 h1 {
                    font-family: kara-regular;
                    font-size: 0.88em;
                    text-align: justify;
                    line-height: 2em;
                    color: #333333;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon22 h2 {
                    font-family: kara-regular;
                    text-align: justify;
                    line-height: 2em;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                    color: #990000;
                    font-size: 1.2em;
                }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 #DesNetCon231 {
                    width: 46%;
                    height: auto;
                    min-height: 340px;
                    float: right;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 #DesNetCon231 img {
                        width: 80%;
                        height: 80%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-left: 4.2%;
                        margin-top: 1%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 #DesNetCon232 {
                    width: 54%;
                    height: auto;
                    min-height: 340px;
                    direction: rtl;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 #DesNetCon232 p {
                        font-family: kara-regular;
                        font-size: 0.9em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 1%;
                        margin-left: 15%;
                        margin-top: 3%;
                        margin-bottom: 2%;
                    }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon2 #DesNetCon23 #DesNetCon232 ul li {
                        font-family: kara-regular;
                        font-size: 0.84em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 8%;
                        margin-left: 15%;
                    }



        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 {
            width: 100%;
            height: auto;
            background-color: #F6F6F6;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon31 {
                width: 100%;
                height: 110px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon31 #DesNetCon311 {
                    width: 24%;
                    height: 40px;
                    float: right;
                    margin-top: 4%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon31 #DesNetCon311 p {
                        font-family: kara-bold;
                        font-size: 1.2em;
                        color: #333333;
                        float: right;
                        margin-right: 37%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon31 #DesNetCon312 {
                    width: 76%;
                    height: 40px;
                    float: left;
                    margin-top: 4%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon31 #DesNetCon312 #line5 {
                        width: 90%;
                        margin-left: 10%;
                        margin-top: 1.8%;
                        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.80em;
                    text-align: justify;
                    color: #990000;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                    margin-bottom: 10px;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon32 h1 {
                    font-family: kara-regular;
                    font-size: 0.88em;
                    text-align: justify;
                    line-height: 2em;
                    color: #333333;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 #DesNetCon331 {
                    width: 46%;
                    height: auto;
                    min-height: 340px;
                    float: right;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 #DesNetCon331 img {
                        width: 80%;
                        height: 90%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-left: 4.2%;
                        margin-top: 1%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 #DesNetCon332 {
                    width: 54%;
                    height: auto;
                    min-height: 340px;
                    direction: rtl;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 #DesNetCon332 p {
                        font-family: kara-regular;
                        font-size: 0.9em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 1%;
                        margin-left: 15%;
                        margin-top: 3%;
                        margin-bottom: 1%;
                    }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon3 #DesNetCon33 #DesNetCon332 ul li {
                        font-family: kara-regular;
                        font-size: 0.84em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 8%;
                        margin-left: 15%;
                    }



        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 {
            width: 100%;
            height: auto;
            background-color: #F6F6F6;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon41 {
                width: 100%;
                height: 110px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon41 #DesNetCon411 {
                    width: 25%;
                    height: 40px;
                    float: right;
                    margin-top: 4%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon41 #DesNetCon411 p {
                        font-family: kara-bold;
                        font-size: 1.2em;
                        color: #333333;
                        float: right;
                        margin-right: 36%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon41 #DesNetCon412 {
                    width: 75%;
                    height: 40px;
                    float: left;
                    margin-top: 4%;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon41 #DesNetCon412 #line6 {
                        width: 88%;
                        margin-left: 10%;
                        margin-top: 1.8%;
                        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.80em;
                    text-align: justify;
                    color: #990000;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                    margin-bottom: 10px;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon42 h1 {
                    font-family: kara-regular;
                    font-size: 0.88em;
                    text-align: justify;
                    line-height: 2em;
                    color: #333333;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 #DesNetCon431 {
                    width: 46%;
                    height: auto;
                    min-height: 340px;
                    float: right;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 #DesNetCon431 img {
                        width: 80%;
                        height: 90%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-left: 4.2%;
                        margin-top: 1%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 #DesNetCon432 {
                    width: 54%;
                    height: auto;
                    min-height: 340px;
                    direction: rtl;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 #DesNetCon432 p {
                        font-family: kara-regular;
                        font-size: 0.9em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 1%;
                        margin-left: 15%;
                        margin-top: 3%;
                        margin-bottom: 1%;
                    }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon4 #DesNetCon43 #DesNetCon432 ul li {
                        font-family: kara-regular;
                        font-size: 0.84em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 8%;
                        margin-left: 15%;
                    }




        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 {
            width: 100%;
            height: auto;
            background-color: #F6F6F6;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon51 {
                width: 100%;
                height: 92px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon51 #DesNetCon511 {
                    width: 27%;
                    height: 40px;
                    float: right;
                    margin-top: 30px;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon51 #DesNetCon511 p {
                        font-family: kara-bold;
                        font-size: 1.2em;
                        color: #333333;
                        float: right;
                        margin-right: 34%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon51 #DesNetCon512 {
                    width: 73%;
                    height: 40px;
                    float: left;
                    margin-top: 30px;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon51 #DesNetCon512 #line7 {
                        width: 88%;
                        margin-left: 10%;
                        margin-top: 1.8%;
                        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.80em;
                    text-align: justify;
                    color: #990000;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                    margin-bottom: 10px;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon52 h1 {
                    font-family: kara-regular;
                    font-size: 0.88em;
                    text-align: justify;
                    line-height: 2em;
                    color: #333333;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                }



            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 #DesNetCon531 {
                    width: 46%;
                    height: auto;
                    min-height: 340px;
                    float: right;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 #DesNetCon531 img {
                        width: 80%;
                        height: 90%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-left: 4.2%;
                        margin-top: 1%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 #DesNetCon532 {
                    width: 54%;
                    height: auto;
                    min-height: 340px;
                    direction: rtl;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 #DesNetCon532 p {
                        font-family: kara-regular;
                        font-size: 0.9em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 1%;
                        margin-left: 15%;
                        margin-top: 3%;
                        margin-bottom: 1%;
                    }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon5 #DesNetCon53 #DesNetCon532 ul li {
                        font-family: kara-regular;
                        font-size: 0.84em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 8%;
                        margin-left: 15%;
                    }



        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 {
            width: 100%;
            height: auto;
            background-color: #F6F6F6;
        }

            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon61 {
                width: 100%;
                height: 92px;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon61 #DesNetCon611 {
                    width: 23%;
                    height: 40px;
                    float: right;
                    margin-top: 60px;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon61 #DesNetCon611 p {
                        font-family: kara-bold;
                        font-size: 1.2em;
                        color: #333333;
                        float: right;
                        margin-right: 39%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon61 #DesNetCon612 {
                    width: 77%;
                    height: 40px;
                    float: left;
                    margin-top: 60px;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon61 #DesNetCon612 #line8 {
                        width: 88%;
                        margin-left: 10%;
                        margin-top: 1.8%;
                        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.80em;
                    text-align: justify;
                    color: #990000;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                    margin-top: 30px;
                    margin-bottom: 10px;
                }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon62 h1 {
                    font-family: kara-regular;
                    font-size: 0.88em;
                    text-align: justify;
                    line-height: 2em;
                    color: #333333;
                    direction: rtl;
                    margin-right: 9.2%;
                    margin-left: 8%;
                }




            #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 {
                width: 100%;
                height: auto;
            }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 #DesNetCon631 {
                    width: 46%;
                    height: auto;
                    min-height: 340px;
                    float: right;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 #DesNetCon631 img {
                        width: 80%;
                        height: 90%;
                        outline: 1px solid #E6E6E6;
                        outline-offset: 5px;
                        margin-left: 4.2%;
                        margin-top: 1%;
                    }

                #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 #DesNetCon632 {
                    width: 54%;
                    height: auto;
                    min-height: 340px;
                    direction: rtl;
                }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 #DesNetCon632 p {
                        font-family: kara-regular;
                        font-size: 0.9em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 1%;
                        margin-left: 15%;
                        margin-top: 3%;
                        margin-bottom: 1%;
                    }

                    #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon6 #DesNetCon63 #DesNetCon632 ul li {
                        font-family: kara-regular;
                        font-size: 0.84em;
                        line-height: 2em;
                        color: #333333;
                        text-align: justify;
                        margin-right: 8%;
                        margin-left: 15%;
                    }


        #DescriptionNetworkAndServer #DescriptionNetworkAndServerContent #DesNetCon7 p {
            font-family: kara-regular;
            font-size: 0.9em;
            color: #339966;
            text-align: justify;
            margin-top: 6%;
            margin-bottom: 2%;
            direction: rtl;
            text-align: center;
        }
/*End ServerManage Page****************************************************/




/*Begin PassiveNetwork Page****************************************************/

#DescriptionPassive {
    width: 99%;
    height: auto; /******* 1630******/
    margin: auto;
}

    #DescriptionPassive #DescriptionPassiveTitle {
        width: 100%;
        height: auto;
        min-height: 160px;
        background-color: #FFF;
    }

        #DescriptionPassive #DescriptionPassiveTitle #DesPasTit01 {
            width: 23%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionPassive #DescriptionPassiveTitle #DesPasTit01 img {
                width: 100px;
                height: 100px;
                margin-top: 10%;
                margin-left: 3%;
            }


        #DescriptionPassive #DescriptionPassiveTitle #DesPasTit02 {
            width: 20%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionPassive #DescriptionPassiveTitle #DesPasTit02 #DesPasTit021 {
                width: 95%;
                float: right;
            }

                #DescriptionPassive #DescriptionPassiveTitle #DesPasTit02 #DesPasTit021 h1 {
                    font-family: kara-bold;
                    font-size: 1.5em;
                    color: #333333;
                    direction: rtl;
                    margin-top: 22.5%;
                    margin-right: 1.5%;
                }

            #DescriptionPassive #DescriptionPassiveTitle #DesPasTit02 #DesPasTit022 {
                width: 5%;
                height: auto;
                float: right;
                margin-top: 14%;
            }

                #DescriptionPassive #DescriptionPassiveTitle #DesPasTit02 #DesPasTit022 hr {
                    width: 0px;
                    height: 60px;
                    color: #990000;
                }

        #DescriptionPassive #DescriptionPassiveTitle #DesPasTit03 {
            width: 57%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionPassive #DescriptionPassiveTitle #DesPasTit03 h1 {
                font-family: kara-bold;
                font-size: 1.3em;
                color: #333333;
                direction: rtl;
                margin-top: 5.5%;
                margin-right: 2%;
            }

            #DescriptionPassive #DescriptionPassiveTitle #DesPasTit03 p {
                font-family: kara-regular;
                font-size: 1em;
                color: #333333;
                direction: rtl;
                margin-right: 2%;
            }
    /*----------------------------------------------------------------------------------*/

    #DescriptionPassive #DescriptionPassiveContent {
        margin-right: 1%;
        margin-left: 1%;
    }

        #DescriptionPassive #DescriptionPassiveContent #DesPasCon1 {
            width: 100%;
            height: auto;
            min-height: 50px;
            margin-bottom: 4px;
        }

            #DescriptionPassive #DescriptionPassiveContent #DesPasCon1 a {
                font-family: kara-regular;
                text-decoration: none;
                font-size: 1em;
                color: #333333;
                margin-top: 10px;
                display: flex;
                justify-content: center;
            }

            #DescriptionPassive #DescriptionPassiveContent #DesPasCon1 .DesPasConDIV {
                width: 49.8%;
                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: 110px;
        }

        #DescriptionPassive #DescriptionPassiveContent .DesPasCon211 {
            width: 20%;
            height: 40px;
            float: right;
            margin-top: 4%;
        }

        #DescriptionPassive #DescriptionPassiveContent .PTagPasCon211 {
            font-family: kara-bold;
            font-size: 1.2em;
            color: #333333;
            direction: rtl;
            margin-right: 36%;
        }

        #DescriptionPassive #DescriptionPassiveContent .DesPasCon212 {
            width: 80%;
            height: 40px;
            float: left;
            margin-top: 4%;
        }

        #DescriptionPassive #DescriptionPassiveContent .lineDesPas {
            width: 86%;
            margin-left: 10%;
            margin-top: 1.6%;
            border-bottom: 2px solid #E6E6E6;
        }


        #DescriptionPassive #DescriptionPassiveContent .DesPasCon22 {
            width: 100%;
            height: auto;
        }

        #DescriptionPassive #DescriptionPassiveContent .PDesPasCon22 {
            font-family: kara-regular;
            font-size: 0.80em;
            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.88em;
            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: 46%;
            height: auto;
            min-height: 340px;
            float: right;
        }

        #DescriptionPassive #DescriptionPassiveContent .IMGDesPasCon231 {
            width: 80%;
            height: 80%;
            outline: 1px solid #E6E6E6;
            outline-offset: 5px;
            margin-left: 4.2%;
            margin-top: 1%;
        }

        #DescriptionPassive #DescriptionPassiveContent .DesPasCon232 {
            width: 54%;
            height: auto;
            min-height: 340px;
            direction: rtl;
        }

        #DescriptionPassive #DescriptionPassiveContent .PTagDesPasCon232 {
            font-family: kara-regular;
            font-size: 0.9em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 1%;
            margin-left: 15%;
            margin-top: 3%;
            margin-bottom: 2%;
        }

        #DescriptionPassive #DescriptionPassiveContent .LITagDesPasCon232 {
            font-family: kara-regular;
            font-size: 0.82em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 8%;
            margin-left: 15%;
        }


        #DescriptionPassive #DescriptionPassiveContent #DesPasCon4 {
            width: 100%;
            height: auto;
        }

            #DescriptionPassive #DescriptionPassiveContent #DesPasCon4 h1 {
                font-family: kara-regular;
                font-size: 0.9em;
                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.9em;
                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.9em;
                color: #339966;
                text-align: justify;
                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: auto;
        min-height: 160px;
        background-color: #FFF;
    }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit01 {
            width: 23%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit01 img {
                width: 100px;
                height: 100px;
                margin-top: 10%;
                margin-left: 3%;
            }


        #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit02 {
            width: 20%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit02 #DesPhoTit021 {
                width: 95%;
                float: right;
            }

                #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit02 #DesPhoTit021 h1 {
                    font-family: kara-bold;
                    font-size: 1.5em;
                    color: #333333;
                    direction: rtl;
                    margin-top: 22.5%;
                    margin-right: 1.5%;
                }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit02 #DesPhoTit022 {
                width: 5%;
                height: auto;
                float: right;
                margin-top: 14%;
            }

                #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit02 #DesPhoTit022 hr {
                    width: 0px;
                    height: 60px;
                    color: #990000;
                }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit03 {
            width: 57%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit03 h1 {
                font-family: kara-bold;
                font-size: 1.3em;
                color: #333333;
                direction: rtl;
                margin-top: 5.5%;
                margin-right: 2%;
            }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsTitle #DesPhoTit03 p {
                font-family: kara-regular;
                font-size: 1em;
                color: #333333;
                direction: rtl;
                margin-right: 2%;
            }
    /*----------------------------------------------------------------------------------*/

    #DescriptionPhone-Systems #DescriptionPhone-SystemsContent {
        margin-right: 1%;
        margin-left: 1%;
    }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon1 {
            width: 100%;
            height: auto;
            min-height: 50px;
            margin-bottom: 3px;
        }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon1 a {
                font-family: kara-regular;
                text-decoration: none;
                font-size: 1em;
                color: #333333;
                margin-top: 10px;
                display: flex;
                justify-content: center;
            }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon1 .DesPhoConDIV {
                width: 33.17%;
                height: auto;
                min-height: 50px;
                float: right;
                border-left: 2px 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: 100px;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .DesPhoCon211 {
            width: 24%;
            height: 40px;
            float: right;
            margin-top: 4%;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .PTagPhoCon211 {
            font-family: kara-bold;
            font-size: 1.2em;
            color: #333333;
            direction: rtl;
            margin-right: 30%;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .DesPhoCon212 {
            width: 76%;
            height: 40px;
            float: left;
            margin-top: 4%;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .lineDesPho {
            width: 90%;
            margin-left: 10%;
            margin-top: 1.6%;
            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.80em;
            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.88em;
            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: 46%;
            height: auto;
            min-height: 340px;
            float: right;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .IMGDesPhoCon231 {
            width: 80%;
            height: 80%;
            outline: 1px solid #E6E6E6;
            outline-offset: 5px;
            margin-left: 4.2%;
            margin-top: 1%;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .DesPhoCon232 {
            width: 54%;
            height: auto;
            min-height: 340px;
            direction: rtl;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .PTagDesPhoCon232 {
            font-family: kara-regular;
            font-size: 0.9em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 1%;
            margin-left: 15%;
            margin-top: 3%;
            margin-bottom: 2%;
        }

        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent .LITagDesPhoCon232 {
            font-family: kara-regular;
            font-size: 0.82em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 8%;
            margin-left: 15%;
        }



        #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 {
            width: 610px;
            height: auto;
            margin-right: auto;
            margin-left: auto;
            min-height: 160px;
        }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 img {
                width: 70px;
                height: 70px;
                float: right;
                margin-top: 3.5%;
            }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 p {
                font-family: kara-regular;
                font-size: 1.1em;
                height: 70px;
                line-height: 2em;
                color: #333333;
                text-align: center;
                direction: rtl;
                float: right;
                margin-top: 6.3%;
                margin-right: 3%;
            }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 hr {
                width: 0px;
                height: 60px;
                float: right;
                color: #990000;
                margin-top: 4.5%;
                margin-right: 6%;
            }

            #DescriptionPhone-Systems #DescriptionPhone-SystemsContent #DesPhoCon5 h1 {
                font-family: kara-regular;
                font-size: 1.1em;
                height: 70px;
                line-height: 2em;
                color: #333333;
                text-align: center;
                direction: rtl;
                float: right;
                margin-top: 5.8%;
                margin-right: 2%;
            }

/*End PhoneSystems Page****************************************************/




/*Begin CCTV Page*********************************************************/

#DescriptionCamera {
    width: 99%;
    height: auto; /******* 1630******/
    margin: auto;
}

    #DescriptionCamera #DescriptionCameraTitle {
        width: 100%;
        height: auto;
        min-height: 160px;
        background-color: #FFF;
    }

        #DescriptionCamera #DescriptionCameraTitle #DesCamTit01 {
            width: 23%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionCamera #DescriptionCameraTitle #DesCamTit01 img {
                width: 100px;
                height: 100px;
                margin-top: 10%;
                margin-left: 3%;
            }


        #DescriptionCamera #DescriptionCameraTitle #DesCamTit02 {
            width: 20%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionCamera #DescriptionCameraTitle #DesCamTit02 #DesCamTit021 {
                width: 95%;
                float: right;
            }

                #DescriptionCamera #DescriptionCameraTitle #DesCamTit02 #DesCamTit021 h1 {
                    font-family: kara-bold;
                    font-size: 1.5em;
                    color: #333333;
                    direction: rtl;
                    margin-top: 22.5%;
                    margin-right: 1.5%;
                }

            #DescriptionCamera #DescriptionCameraTitle #DesCamTit02 #DesCamTit022 {
                width: 5%;
                height: auto;
                float: right;
                margin-top: 14%;
            }

                #DescriptionCamera #DescriptionCameraTitle #DesCamTit02 #DesCamTit022 hr {
                    width: 0px;
                    height: 60px;
                    color: #990000;
                }

        #DescriptionCamera #DescriptionCameraTitle #DesCamTit03 {
            width: 57%;
            height: auto;
            min-height: 160px;
            float: right;
        }

            #DescriptionCamera #DescriptionCameraTitle #DesCamTit03 h1 {
                font-family: kara-bold;
                font-size: 1.3em;
                color: #333333;
                direction: rtl;
                margin-top: 5.5%;
                margin-right: 2%;
            }

            #DescriptionCamera #DescriptionCameraTitle #DesCamTit03 p {
                font-family: kara-regular;
                font-size: 1em;
                color: #333333;
                direction: rtl;
                margin-right: 2%;
            }
    /*----------------------------------------------------------------------------------*/

    #DescriptionCamera #DescriptionCameraContent {
        margin-right: 1%;
        margin-left: 1%;
    }

        #DescriptionCamera #DescriptionCameraContent #DesCamCon1 {
            width: 100%;
            height: auto;
            min-height: 50px;
            margin-bottom: 3px;
        }

            #DescriptionCamera #DescriptionCameraContent #DesCamCon1 a {
                font-family: kara-regular;
                text-decoration: none;
                font-size: 1em;
                color: #333333;
                margin-top: 10px;
                display: flex;
                justify-content: center;
            }

            #DescriptionCamera #DescriptionCameraContent #DesCamCon1 .DesCamConDIV {
                width: 24.87%;
                height: auto;
                min-height: 50px;
                float: right;
                border-left: 2px 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: 24.87%;
                height: auto;
                min-height: 50px;
                float: left;
                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: 110px;
        }

        #DescriptionCamera #DescriptionCameraContent .DesCamCon211 {
            width: 25%;
            height: 40px;
            float: right;
            margin-top: 4%;
        }

        #DescriptionCamera #DescriptionCameraContent .PTagCon211 {
            font-family: kara-bold;
            font-size: 1.2em;
            color: #333333;
            direction: rtl;
            margin-right: 28.5%;
        }

        #DescriptionCamera #DescriptionCameraContent .DesCamCon212 {
            width: 75%;
            height: 40px;
            float: left;
            margin-top: 4%;
        }

        #DescriptionCamera #DescriptionCameraContent .lineDesCam {
            width: 86%;
            margin-left: 10%;
            margin-top: 1.8%;
            border-bottom: 2px solid #E6E6E6;
        }

        

        #DescriptionCamera #DescriptionCameraContent .DesCamCon22 {
            width: 100%;
            height: auto;
        }

        #DescriptionCamera #DescriptionCameraContent .PDesCamCon22 {
            font-family: kara-regular;
            font-size: 0.80em;
            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.88em;
            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: 46%;
            height: auto;
            min-height: 340px;
            float: right;
        }

        #DescriptionCamera #DescriptionCameraContent .IMGDesCamCon231 {
            width: 80%;
            height: 80%;
            outline: 1px solid #E6E6E6;
            outline-offset: 5px;
            margin-left: 4.2%;
            margin-top: 1%;
        }

        #DescriptionCamera #DescriptionCameraContent .DesCamCon232 {
            width: 54%;
            height: auto;
            min-height: 340px;
            direction: rtl;
        }

        #DescriptionCamera #DescriptionCameraContent .PTagDesCamCon232 {
            font-family: kara-regular;
            font-size: 0.9em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 1%;
            margin-left: 15%;
            margin-top: 3%;
            margin-bottom: 2%;
        }

        #DescriptionCamera #DescriptionCameraContent .LITagDesCamCon232 {
            font-family: kara-regular;
            font-size: 0.82em;
            line-height: 2em;
            color: #333333;
            text-align: justify;
            margin-right: 8%;
            margin-left: 15%;
        }


        #DescriptionCamera #DescriptionCameraContent #DesCamCon6 .PTagDesCamCon6 {
            font-family: kara-regular;
            font-size: 0.9em;
            line-height: 2em;
            color: #333333;
            text-align: center;
            direction: rtl;
            margin-top: 5%;
            margin-bottom: 5%;
            color: #339966;
        }

/*End CCTV Page***********************************************************/
