﻿@font-face {
    font-family: 'IRRoya';
    font-weight: 400;
    font-style: normal;
    src: local('roya'), url(fonts/roya.eot), url(fonts/roya.woff) format("woff"), url(fonts/roya.ttf) format("truetype");
}
@font-face {
    font-family: 'IRRoyaBold';
    font-weight: 400;
    font-style: normal;
    src: local('IRRoyaBold'), url(fonts/IRRoyaBold.eot), url(fonts/IRRoyaBold.woff) format("woff"), url(fonts/IRRoyaBold.ttf) format("truetype");
}

* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    font-family: IRRoya;
}
a {
    text-decoration: none;
}
.Header {
    width: 100%;
    height: 125px;
    float: right;
    background: #fffeff; /* Old browsers */
    background: -moz-linear-gradient(top, #fffeff 0%, #efefef 50%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffeff), color-stop(50%,#efefef), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fffeff 0%,#efefef 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fffeff 0%,#efefef 50%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fffeff 0%,#efefef 50%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fffeff 0%,#efefef 50%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    border-top: 5px solid #fe6402;
}
.C-Center {
    width: 1000px;
    margin: 0 auto;
}

.N-Nav {
    width: 815px;
    height: 125px;
    float: right;
}
.B-Brand {
    width: 183px;
    height: 125px;
    float: left;
    background: url(Images/School-Logo.png) no-repeat center;
}
ul#css3menu1, ul#css3menu1 ul {
    margin: 0;
    list-style: none;
    padding: 0;
    border-width: 0;
    border-style: solid;
    border-color:;
}

    ul#css3menu1 ul {
        visibility: hidden;
        position: absolute;
        right: 0;
        opacity: 0;
        -moz-transition: all 0.5s;
        -webkit-transition: opacity 1s,top 0.5s,left 0.5s;
        -o-transition: opacity 0.5s,top 0.5s,left 0.5s,visibility 0.5s;
        transition: opacity 1s,top 0.5s,left 0.5s;
        background-color: #E3E3E3;
        border-width: 1px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-style: solid;
        border-color: #D3D2D2 #D3D2D2 #E3E3E3;
        padding: 0 0 3px;
    }

    ul#css3menu1 li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    ul#css3menu1 li {
        position: relative;
        display: block;
        white-space: nowrap;
        font-size: 0;
        float: right;
        height: inherit;
    }

        ul#css3menu1 li:hover {
            z-index: 1;
        }

    ul#css3menu1 ul ul {
        position: absolute;
        right: 100%;
        top: 0;
    }

    ul#css3menu1 > li:hover > ul {
        top: 100%;
    }

    ul#css3menu1 ul li:hover > ul {
        right: 100%;
    }

ul#css3menu1 {
    font-size: 0;
    z-index: 999;
    position: relative;
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    padding: 0;
    *display: inline;
    float: right;
    height: inherit;
}

    * html ul#css3menu1 li a {
        display: inline-block;
    }

    ul#css3menu1 > li {
        margin: 0;
    }

    ul#css3menu1 a:active, ul#css3menu1 a:focus {
        outline-style: none;
    }

    ul#css3menu1 a {
        background-repeat: repeat;
        border-style: none;
        border-width: 0;
        color: #885496;
        display: block;
        font: 17px IRRoyaBold,tahoma;
        padding: 3px;
        text-align: left;
        text-decoration: none;
        vertical-align: middle;
    }

    ul#css3menu1 ul li {
        float: none;
        margin: 0;
    }

    ul#css3menu1 ul a {
        text-align: left;
        padding: 10px 12px;
        background-color: #F9F9F9;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #D3D2D2;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: #787878;
        text-decoration: none;
    }

    ul#css3menu1 li:hover > a, ul#css3menu1 li a.pressed {
        border-style: none;
        color: #fff;
        text-decoration: none;
    }

    ul#css3menu1 img {
        border: none;
        vertical-align: middle;
        margin-right: 3px;
    }

    ul#css3menu1 ul span {
        background-image: none;
        padding-right: 10px;
    }

    ul#css3menu1 ul li:hover > a, ul#css3menu1 ul li a.pressed {
        background-color: #F9F9F9;
        border-style: solid;
        border-color: #D3D2D2;
        color: #fff;
        text-decoration: none;
    }

    ul#css3menu1 > li > a {
        height: inherit;
        line-height: 7.8;
        padding: 0px 12px;
        text-align: center;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    ul#css3menu1 li.topfirst > a {
        padding: 0px 12px;
    }

    ul#css3menu1 li.topfirst:hover > a, ul#css3menu1 li.topfirst a.pressed {
        background-color: #fe6402;
    }

    ul#css3menu1 li.topmenu > a {
        padding: 0px 5px;
    }

    ul#css3menu1 li.topmenu:hover > a, ul#css3menu1 li.topmenu a.pressed {
        background-color: #fe6402;
    }

.Nav-Lbl {
    float: right;
    height: 20px;
    position: relative;
    top: -12px;
    width: 100%;
}

.Home-Ico {
    background: url("Images/home.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 32px;
    position: relative;
    right: calc(50% - 17px);
    top: 34px;
    width: 32px;
}

.Parent-Ico {
    background: url("Images/Parent-Ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 31px;
    position: relative;
    right: calc(50% - 17px);
    top: 34px;
    width: 32px;
}

.Gallery-Ico {
    background: url("Images/Gallery-Ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 32px;
    position: relative;
    right: calc(50% - 17px);
    top: 34px;
    width: 31px;
}

.Win20-Ico {
    background: url("Images/Win20-Ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 32px;
    position: relative;
    right: calc(50% - 17px);
    top: 34px;
    width: 31px;
}

.Blog-Ico {
    background: url("Images/document.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 32px;
    position: relative;
    right: calc(50% - 17px);
    top: 34px;
    width: 32px;
}

.Week-Ico {
    background: url("Images/schoolbag.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 32px;
    position: relative;
    right: calc(50% - 17px);
    top: 34px;
    width: 32px;
}

.digi-Ico {
    background: url("Images/lab.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 32px;
    position: relative;
    right: calc(50% - 17px);
    top: 34px;
    width: 32px;
}

ul#css3menu1 > li > a:hover > i {
    background-position: center bottom;
}

.S-Slider {
    float: right;
    height: 600px;
    width: 100%;
    overflow: hidden;
}


.Line-Marq {
    width: 100%;
    height: 137px;
    float: right;
    background: url("Images/pattern.png") repeat fixed center center rgba(0, 0, 0, 0);
}

.Pages-Header .C-Center > h1 {
    color: #fff;
    direction: rtl;
    font-size: 33px;
    font-weight: normal !important;
    margin-top: 28px;
}

.Pages-Header {
    width: 100%;
    height: 137px;
    float: right;
    background: url("Images/pattern.png") repeat fixed center center rgba(0, 0, 0, 0);
}

.T-Ticker {
    direction: rtl;
    font-size: 18px;
    color: #fff;
   
}

#example p {
    font-family: IRRoyaBold;
    font-size: 22px;
}

#example span {
    color: #a3a2c2;
    font-size: 20px;
}

.C-Content {
    float: left;
    min-height: 100px;
    overflow: hidden;
    width: 668px;
    margin-top: 18px;
    margin-bottom: 2px;
}

.R-Side {
    width: 322px;
    min-height: 100px;
    overflow: hidden;
    float: right;
}

.N-News-Item:before {
    background-color: #544d9d;
    bottom: -19px;
    content: "";
    height: 42px;
    left: -17px;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 35px;
    z-index: 0;
}

.N-News-Item:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
}

.N-News-Item {
    background-color: #f5f5f5;
    float: right;
    height: 102px;
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 11111;
}

    .N-News-Item:hover:before {
        -moz-transform: rotate(135deg) translate(-158px, -8px);
        -ms-transform: rotate(135deg) translate(-158px, -8px);
        -o-transform: rotate(135deg) translate(-158px, -8px);
        -webkit-transform: rotate(135deg) translate(-158px, -8px);
        transform: rotate(135deg) translate(-158px, -8px);
    }

    .N-News-Item:hover > .N-Date {
        background-color: #fe6400;
        color: #fff;
    }

        .N-News-Item:hover > .N-Date span {
            color: #adadad;
        }

.N-Date {
    color: #adadad;
    float: right;
    height: inherit;
    text-align: center;
    width: 102px;
    line-height: 1;
    font-size: 17px;
    border-left: 2px solid #fff;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .N-Date span:first-child {
        color: #534ba0;
        font-family: IRRoya;
        font-size: 54px;
        width: 102px;
        height: 51px;
        float: right;
        line-height: 1;
        text-align: center;
        margin-top: 21px;
    }

.N-Content {
    width: 551px;
    float: right;
    text-align: right;
    direction: rtl;
    height: 102px;
}

    .N-Content h1 {
        color: #ff6304;
        font-family: IRRoya;
        font-size: 19px;
        height: 38px;
        margin-top: 10px;
        padding-right: 17px;
    }

    .N-Content > p {
        color: #959595;
        font-size: 17px;
        padding-right: 16px;
        line-height: 1.4;
    }

.tabs > DIV {
    /*border-top: 1px solid #c7c7c7*/
    margin-top: 60px;
    background: #fff !important;
    /*border-bottom: 4px solid #E95855 !important;*/
}

    .tabs > DIV H3 {
        border-bottom: 4px solid #E5E5E5 !important;
        color: #ccc !important;
        font-weight: 300;
        line-height: 186px !important;
    }

.tabs li {
    background: none repeat scroll 0 0 white;
    position: relative;
    margin-right: 10px;
    width: 93px;
    float: right;
    list-style: none;
}

    .tabs li:first-child {
        width: 105px;
    }

.horizontal .active > span {
    background-color: #FE6400;
    bottom: -4px;
    height: 10px;
    position: absolute;
    width: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 5px);
}

.tabs A {
    color: #8C8888;
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    border-bottom: 3px solid #cdcdcd;
    padding-bottom: 1px;
}

.horizontal {
    position: relative;
    top: -42px;
    z-index: 5;
}

.tabs li:hover {
    background: #fe6400;
}

    .tabs LI:hover A {
        color: white;
        border-bottom: none;
        padding-bottom: 4px;
    }

.tabs li.active {
    background: #fe6400 !important;
}

.active A {
    color: white !important;
    border: none;
    padding-bottom: 4px;
}

.button {
    background: #a0cac0;
    border-bottom: 4px solid #68a697;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-right: 26px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .button:hover {
        background: #93b7ae;
        color: #FFF;
        text-decoration: none;
    }

.link {
    color: white;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 48px;
    margin-top: 20px;
    text-decoration: none;
}

    .link:hover {
        text-decoration: underline;
    }

.anchorLink {
    border-bottom: 1px dashed white;
}

    .anchorLink:hover {
        text-decoration: none;
    }

.screenshot {
    position: absolute;
    clip: rect(0 0 0 0);
}

.prev,
.next {
    background: white !important;
    color: #a0cac0 !important;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .prev:hover,
    .next:hover {
        background: #a0cac0 !important;
        color: white !important;
    }

.logo {
    margin-top: -6px;
    margin-right: 10px;
    vertical-align: middle;
}

.Txt-Action {
    width: 322px;
    float: right;
    margin-top: -20px;
}

.TxBx-Fu {
    border: 1px solid #cdcdcd;
    direction: rtl;
    font-family: IRRoya;
    height: 40px;
    margin-bottom: 7px;
    width: 320px;
    font-size: 16px;
    padding: 0 8px;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    color: #bcbcbc;
}

.Btn-Cptch {
    width: 322px;
    height: 60px;
    float: right;
    margin-top: 10px;
}

.Sumit-Btn-Fu {
    float: right;
    width: 100px;
    height: 50px;
    border: none;
    background-color: #534BA0;
    color: #fff;
    font-family: IRRoya;
    font-size: 20px;
    line-height: 0px;
    cursor: pointer;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .Sumit-Btn-Fu:hover {
        background-color: #3e368b;
    }

.C-Captcha {
    width: 213px;
    float: left;
    height: 50px;
    text-align: center;
}

.Side-Nav {
    color: #594e9a;
    direction: rtl;
    float: right;
    width: 322px;
    margin-top: -30px;
}

    .Side-Nav > h1 {
        border-bottom: 2px solid #FE6400;
        float: right;
    }

    .Side-Nav > ul {
        border-bottom: 1px solid #cdcdcd;
        border-left: 1px solid #cdcdcd;
        border-top: 1px solid #cdcdcd;
        clear: right;
        list-style: none outside none;
        margin-top: 15px;
        float: right;
        width: 321px;
    }

    .Side-Nav li {
        height: 47px;
        line-height: 3;
        padding-left: 10px;
        text-align: left;
        border-bottom: 1px solid #cdcdcd;
        position: relative;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .Side-Nav li:after {
            content: "";
            position: absolute;
            width: 100px;
            height: 1px;
            bottom: -1px;
            right: 0;
            background: rgb(205,205,205); /* Old browsers */
            background: -moz-linear-gradient(left, rgba(205,205,205,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(205,205,205,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left, rgba(205,205,205,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, rgba(205,205,205,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(left, rgba(205,205,205,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
            background: linear-gradient(to right, rgba(205,205,205,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
        }

        .Side-Nav li:before {
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            bottom: calc(50% - 5px);
            right: -5px;
            background: #fff;
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .Side-Nav li:last-child {
            border-bottom: none;
        }

        .Side-Nav li:hover {
            background-color: #FE6400;
        }

    .Side-Nav a {
        width: 322px;
        float: right;
        height: 47px;
        padding-left: 15px;
        -moz-box-sizing: padding-box;
        -webkit-box-sizing: padding-box;
        box-sizing: padding-box;
        color: #594e9a;
    }

        .Side-Nav a:hover {
            color: #fff;
        }

.S-Shortcut {
    width: 100%;
    height: 230px;
    float: right;
    margin-top: 20px;
    background: url(Images/parallax_B-Bg.jpg) no-repeat center #e9e9e9;
    background-attachment: fixed;
}

.SC-Item {
    float: right;
    height: 156px;
    width: 124px;
    margin: 36px 57px;
}

    .SC-Item span {
        width: 124px;
        float: right;
        height: 25px;
        color: #fff;
        text-align: center;
        margin-top: 8px;
    }

.SC-Circle {
    width: 124px;
    height: 124px;
    background-color: #544c9f;
    float: right;
    border-radius: 50%;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.SC-Item:hover .SC-Circle {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    background-color: #FE6400;
}

.C-Wrpr {
    margin-right: 47px;
    margin-top: 2px;
}

.Req-Ico {
    background: url("Images/index_03.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 64px;
    width: 64px;
    margin-top: 27px;
    margin-right: 30px;
}

.Submit-Ico {
    background: url("Images/index_09.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 64px;
    width: 64px;
    margin-top: 29px;
    margin-right: 30px;
}

.School-Ico {
    background: url("Images/index_06.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 64px;
    width: 64px;
    margin-top: 27px;
    margin-right: 30px;
}

.CUS-Ico {
    background: url("Images/index_12.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 64px;
    width: 64px;
    margin-right: 30px;
    margin-top: 30px;
}

.Links {
    width: 100%;
    height: 170px;
    float: right;
}

footer {
    width: 100%;
    height: 133px;
    float: right;
    background: url("Images/pattern.png") repeat fixed center center rgba(0, 0, 0, 0);
}

.Footer-Nav {
    direction: rtl;
    float: right;
    list-style: none outside none;
    position: relative;
    right: calc(50% - 272px);
    margin-top: 49px;
}

    .Footer-Nav > li {
        border-left: 1px solid #b5b3d1;
        float: right;
        height: 16px;
        padding: 1px 6px;
    }

        .Footer-Nav > li:last-child {
            border-left: none;
        }

    .Footer-Nav a {
        color: #b5b3d1;
        position: relative;
        top: -7px;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .Footer-Nav a:hover {
            color: #fff;
        }

.C-Copy-Right {
    color: #b5b3d1;
    direction: rtl;
    float: right;
    height: 25px;
    margin-top: 9px;
    text-align: center;
    width: 100%;
}

.tab1in li:first-child {
    width: 135px;
}

.tab1in li:nth-child(2) {
    width: 118px;
}

.Faq-Wrpr {
    float: right;
    margin-bottom:77px;
    width: 322px;
}

.rowl {
    width: 195px;
    margin-left: calc(50% - 97px);
}

.tab1in > DIV {
    background: none repeat scroll 0 0 #fff !important;
    margin-top: 80px;
}

.tab1in .horizontal {
    position: relative;
    top: -63px;
    z-index: 5;
}

.item > h1 {
    text-align: center;
}

.Cramb {
    direction: rtl;
}

    .Cramb > ul {
        list-style: none outside none;
    }

    .Cramb li:last-child:after {
        display: none;
    }

    .Cramb li:after {
        background-color: #fe6b0e;
        content: "";
        height: 5px;
        left: -12px;
        position: absolute;
        top: 13px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 5px;
    }

    .Cramb li {
        float: right;
        margin-left: 20px;
        position: relative;
    }

    .Cramb a {
        color: #fff;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .Cramb a:hover {
            color: #b5b3d1;
        }

    .Cramb span {
        color: #b5b3d1;
    }

.N-News-Blog {
    width: 100%;
    float: right;
}

.N-N-Img > div {
    border-bottom: 1px solid #cdcdcd;
    float: right;
    height: 50px;
    margin-right: 17px;
    width: 96%;
}

    .N-N-Img > div span:first-child {
        background: url("Images/comment.png") no-repeat scroll right center rgba(0, 0, 0, 0);
        color: #afafaf;
        direction: rtl;
        float: right;
        margin-right: 35px;
        margin-top: 8px;
        padding-right: 25px;
    }

    .N-N-Img > div span:last-child {
        background: url("Images/author.png") no-repeat scroll right center rgba(0, 0, 0, 0);
        color: #afafaf;
        direction: rtl;
        float: right;
        margin-right: 35px;
        margin-top: 8px;
        padding-right: 25px;
    }

.N-Content-Blog {
    color: #707070;
    direction: rtl;
    float: right;
    font-family: IRRoya;
    font-size: 18px;
    width: inherit;
}

    .N-Content-Blog h1 {
        color: #4e499c;
        float: right;
        font-size: 28px;
        margin-top: 7px;
        padding: 0 25px;
        width: inherit;
    }

    .N-Content-Blog p {
        color: #707070;
        font-size: 19px;
        line-height: 1.7;
        padding: 27px 25px;
        text-align: justify;
    }

.gallery-Item-Ar {
   background-color: #F5F5F5;
    float: right;
    height: 250px;
    margin-bottom: 13px;
    margin-right: 20px;
    width: 314px;
    position: relative;
}

.gallery-Item-Ar > a {
    padding: 124px 165px;
    position: absolute;
}
.GIA-Img img {
    float: right;
    height: 200px;
    width: 100%;
}

.GIA-Title {
  background-color: #F2F2F2;
    border-bottom: 5px solid #CDCDCD;
    color: #57509F;
    float: right;
    height: 50px;
    line-height: 3;
    text-align: center;
    width: inherit;
}
/**********/
/* Preload images */

.example-image-link {
    border: 1px solid #CDCDCD;
    box-shadow: 1px 1px 3px 1px #CDCDCD;
    float: right;
    height: 258px;
    margin-bottom: 17px;
    margin-left: 15px;
    margin-top: 15px;
    overflow: hidden;
    width: 233px;
}
body:after {
  content: url(Images/close.png) url(Images/loading.gif) url(Images/prev.png) url(Images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  float: right;
    line-height: 1.1em;
    text-align: right;
    width: 85%;
}

.lb-data .lb-caption {
  font-size: 21px;
    font-weight: bold;
    line-height: 1.6em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/**************/
.Program-Class-Wrpr {
   border: 1px solid #CDCDCD;
    float: right;
    font-family: IRRoya;
    font-size: 15px;
    line-height: 2.4;
    min-height: 200px;
    text-align: center;
    width: 666px;
}
.PCW-Row {
    width: inherit;
    height: 50px;
    float: right;
    border-bottom: 1px solid #cdcdcd
}
    .PCW-Row:first-child {
        background-color: rgba(83, 75, 160, 0.2);
        height: 40px;
    }
    
.PCW-Row .PCW-Col:first-child {
    background-color: rgba(254, 100, 0, 0.2);
}
.PCW-Row:last-child {
    border-bottom: none;
}
.PCW-Row:first-child .PCW-Col {
    line-height: 2.4;
}
.PCW-Col {
  border-left: 1px solid #CDCDCD;
    float: right;
    height: inherit;
    line-height: 1.5;
    width: 94.3px;
}
.PCW-Col:last-child {
    border-left: none;
}
.PCW-Col:first-child {
    width: 80px;
}

.Parent-Page-Wrpr {
border: 2px dashed #CDCDCD;
    float: right;
    height: 300px;
    margin-bottom: 60px;
    margin-top: 60px;
    padding-right: 83px;
    position: relative;
    right: calc(50% - 242px);
    width: 400px;
}
.Parent-Page-Wrpr .Txt-Action {
    margin-top: 48px;
}

.Parent-Page-Wrpr > h1 {
    color: #FE6400;
    float: right;
    line-height: 1;
    padding-right: 1px;
    position: relative;
    text-align: center;
    top: 23px;
    width: 313px;
}
.Book-Wrpr {
border: 1px solid #CDCDCD;
    box-shadow: 2px 2px 2px 0 #CDCDCD;
    float: right;
    height: 210px;
    margin: 6px 10px;
    position: relative;
    width: 200px;
}
.BW-Img-Logo {
    width: 96px;
    height: 96px;
    float: right;
    margin-right: calc(50% - 48px);
    margin-top: 5px;
    margin-bottom: 5px;
    background: url(Images/Moleskine-Blue-Book-icon.png) no-repeat center;
    transition: all 1s;
}
.Title-Book {
    background-color: #F8F3F3;
    color: #57509F;
    float: right;
    margin-top: 24px;
    padding: 8px 1px;
    text-align: center;
    width: 98%;
}

.Book-Wrpr:hover > .BW-Img-Logo {
 border-radius: 15px 30px 28px 32px;
    box-shadow: 10px 14px 15px 1px #CDCDCD;
    transform: rotateX(-45deg) rotateY(15deg);
}
.Book-Wrpr a {
    padding: 105px 115px;
    position: absolute;
}

.Hamkar-Req {
  float: right;
    margin-top: 57px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    right: calc(50% - 250px);
    width: 500px;
}
.Hamkar-Req .Txt-Action {
    margin-top: 0;
    width: 420px;
}
.Hamkar-Req .TxBx-Fu {
    width: 400px;
}
.capch-fu {
    width: 200px !important;
}

.Hamkar-Req .Btn-Cptch {
    width: 421px;
}

.Hamkar-Req .C-Captcha {
    border: 1px solid #CCCCCC;
    float: left;
    line-height: 3;
    width: 200px;
}
.Hamkar-Req .Sumit-Btn-Fu {
    height: 111px;
    position: relative;
    right: 18px;
    top: -59px;
    width: 181px;
}

.About-Wrpr {
    color: #4A4A4A;
    direction: rtl;
    font-size: 20px;
    line-height: 1.7;
    text-align: justify;
}
.About-Wrpr h2 {
    color: #534BA0;
}
.accordion .content {
    padding: 1em 0px !important;
}
