﻿/* Fonts */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: FaFont;
    src: url('fonts/Vazir-Light-FD.eot');
    src: url('fonts/Vazir-Light-FD.eot?#iefix') format('FontName-opentype'), url('fonts/Vazir-Light-FD.woff') format('woff'), url('fonts/Vazir-Light-FD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Reset Styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

body {
    FONT-SIZE: 12pt;
    line-height: 29px;
    color: #333;
    font-family: FaFont,tahoma;
    direction: rtl;
    background-color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

strong {
    font-weight: bold;
}

img {
    border: 0;
    border-width: 0px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

TD {
    FONT-SIZE: inherit;
    FONT-FAMILY: inherit;
    text-align: right;
    /* line-height: 20px; */;
}

TR {
    FONT-SIZE: inherit;
    FONT-FAMILY: inherit;
}

TEXTAREA {
    FONT-SIZE: inherit;
    FONT-FAMILY: inherit;
    padding: 1pt 4px;
}

input {
    outline: none;
}

SELECT, OPTION {
    PADDING-LEFT: 2pt;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

header, section, footer,
aside, nav, article, figure {
    display: block;
}

INPUT {
    padding: 1pt 5pt;
    FONT-SIZE: inherit;
    FONT-FAMILY: inherit;
}

SELECT, OPTION {
    padding: 1pt 5pt;
    FONT-SIZE: inherit;
    FONT-FAMILY: inherit;
}

hr {
    border: 1px solid #d8d8d8;
}

a {
    text-decoration: none;
}

.hide {
    display: none !important;
}

.clear, .clr {
    clear: both;
    padding: 0;
    margin: 0;
    line-height: 0;
}

html, body {
    height: 100%;
    width: 100%;
}


/*Tables*/
.tbl {
    direction: rtl;
    width: 100%;
    border-collapse: collapse;
}

    .tbl tr td {
        padding: 2px 2px 2px 2px;
        border: medium none;
        vertical-align: middle;
    }

    .tbl td.header {
        font-size: 20px;
        color: #3d6e8f;
        padding: 10px 0;
    }

    .tbl .tdTop {
        vertical-align: top;
    }

    .tbl .thead {
        background-color: #1a87b4;
        color: #FFF;
        font-weight: bold;
    }

    .tbl .selectedrow {
        background-color: #ffbe41;
    }

    .tbl .alt {
        background-color: #ebebeb;
    }

    .tbl .thr {
        border-bottom: 2px dashed #46a5c0;
    }

.tblSearch tr {
    border-bottom: 1px solid #d8dbe8;
}

    .tblSearch tr:last-child {
        border-bottom: medium none;
    }

    .tblSearch tr:hover {
        background-color: #e1eff1;
    }

table td.header {
    color: #d06321;
    padding: 5px 0;
}


/*Inputs*/
.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

input[type=text], input[type=number], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=text], input[type=password], select, textarea {
    background-color: #ffffff;
    color: #666666;
    border: 1px solid #b8d3e2;
    border-radius: 5px;
    margin-bottom: 7px;
    padding: 4pt 6pt;
    min-width: 218px;
    box-sizing: border-box;
}

    input.req, select.req, textarea.req {
        border-color: #f1df99;
        background-color: #fffce2;
    }

    input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
        border-color: #24afbe;
        outline: none;
    }

input.txtB {
    min-width: 600px;
}

textarea {
    height: 150px;
    min-width: 300px;
}

select {
    padding: 4pt 5pt 4px 5pt;
    min-width: 220px;
}

input[type=file] {
    background-color: #ffffff;
    color: #666666;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 7px;
    padding: 3pt 5pt;
    border-right-width: 4px;
    width: 190px;
}

.DrpF, .TxtF {
    min-width: initial;
}

input[type=submit], input[type=reset], input[type=button] {
    background: #0cb8b6;
    color: #FFF;
    border: 1px solid #0cb8b6;
    border-radius: 6px;
    margin-bottom: 7px;
    padding: 4pt 25pt;
    min-width: 125px;
    /* box-shadow: 0 3px 6px #d1d6e4; */
    margin-left: 7px;
}

input.light {
    border-color: #0cb8b6;
    color: #0cb8b6;
    background-color: #fff;
}

    input.light.red {
        border-color: #d02314;
        color: #d02314;
        background-color: snow;
    }


input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    background-color: #0b7372;
    border-color: #0b7372;
    color: #fff;
    cursor: pointer;
}

input.light.red:hover {
    background-color: #d02314;
    border-color: #d02314;
}

input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled] {
    background-color: #8e8e8e;
    color: #c5c5c5;
}

.arrA {
    width: 20px;
    height: 25px;
    background: url(images/arr.png) no-repeat 50% 20%/60% auto;
    display: inline-block;
    vertical-align: middle;
}
/*Site Style*/
body {
    background: #fff;
    min-width: 1200px;
}

.body {
    margin: 0 auto;
    /*! min-width: 1060px; */
    width: 100%;
    max-width: 1200px;
    position: relative;
}

    .body .txt h2 {
        color: #EA7317;
        font-size: 20px;
        padding-bottom: 10px;
    }

    .body .txt ul {
        list-style: circle;
        padding-right: 30px;
    }

    .body .txt ol {
        list-style-type: decimal;
        padding-right: 30px;
    }

    .body:after {
        display: block;
        clear: both;
        content: '';
    }

    .body > div > h1, .h1 {
        color: #2f82b8;
        padding: 15px 0;
        display: inline-block;
        font-size: 25px;
        border-bottom: 2px solid #2f82b8;
        margin-bottom: 10px;
    }



.bottomBar {
    background: #2f82b8;
    color: #ffffff;
    font-size: 14px;
}

    .bottomBar:after {
        content: '';
        display: block;
        clear: both;
    }

    .bottomBar .copyRight {
        float: right;
        padding: 4px 0px 4px 0;
    }

    .bottomBar .botMenu {
        float: left;
        padding: 20px 0 20px 63px;
        background: url(images/botNav.png) no-repeat 0 -41px/ 52px auto;
    }

        .bottomBar .botMenu a {
            float: left;
            color: #fff;
            display: inline-block;
            margin: 0 10px;
            padding-right: 15px;
            border-right: 1px solid #fff;
            line-height: 17px;
        }

            .bottomBar .botMenu a:last-child {
                border-right-width: 0px;
            }

            .bottomBar .botMenu a:hover {
                color: #a8fbf3;
            }

    .bottomBar .copyRight:before {
        content: '';
        background: url(images/botNav.png) no-repeat 0 0/ 53px auto;
        width: 49px;
        height: 49px;
        display: inline-block;
        vertical-align: middle;
    }

    .bottomBar .copyRight:before {
        background-position: 100% 5px;
    }

.bottom .txtBody #goTop {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 37px;
    height: 37px;
    background: #488e9b url(/images/topIco.png) no-repeat 50% 50%;
}

    .bottom .txtBody #goTop:hover {
        background-color: #6fac17;
    }

.logo {
    width: 100%;
    background: #e8ffff;
    height: 154px;
}

    .logo .T {
        color: #3da5d9;
        background: #fff;
        left: 0;
        position: absolute;
        top: 6px;
        padding: 6px 39px;
        background: #fff url(images/hdrCall.png) no-repeat 100% -156px/29px auto;
    }

    .logo .R {
        display: block;
        float: right;
        width: 210px;
        height: 66px;
        background: url(images/logo.png?v1) no-repeat 100% 0/100% auto;
        margin: 14px 0;
    }

    .logo .CALL {
        display: block;
        float: left;
        background: url(images/hdrCall.png) no-repeat 0px 50%/auto 38px;
        color: #307bc0;
        margin: 44px 0 0 0;
        border-radius: 0;
        padding: 10px 15px 6px 46px;
        font-size: 17px;
        clear: left;
    }

        .logo .CALL:hover {
            opacity: .7;
        }

    .logo .Lang {
        position: absolute;
        left: 0;
        top: -88px;
        font-size: 13px;
        /* margin-top: 3px; */
    }

        .logo .Lang a {
            padding: 2px 11px 2px 39px;
            display: inline-block;
            color: rgb(107, 107, 107);
            background: url(images/topIco.png) no-repeat 50% 7px/22px auto;
            color: #000000;
            height: 25px;
            border: 1px solid #97d4d4;
            border-radius: 100px;
        }

            .logo .Lang a.Selected {
                background-color: #fff;
                border-color: #0cb8b6;
                color: #0cb8b6;
                cursor: default;
            }


            .logo .Lang a.En {
                background-position: 7px -56px;
            }

            .logo .Lang a.Fa {
                background-position: 7px 4px;
            }

a {
    color: #1377d0;
}

    a:hover {
        color: #39c1c5;
    }

.moreBtn {
    margin-top: 7px;
    min-width: 70px;
    text-align: center;
    border-radius: 7px;
    padding: 3px 8px;
    border: 1px solid #fff;
    color: #fff;
}

    .moreBtn.homeMore {
        float: left;
    }

    .moreBtn.red {
        border-color: #d95927;
        color: #d95927;
    }

    .moreBtn:hover {
        background-color: #3e8079;
        border-color: #3e8079;
        color: #fff;
    }

    .moreBtn.red:hover {
        background-color: #d95927;
        border-color: #d95927;
    }

.btnDownload {
    font-size: 20px;
    min-width: 70px;
    text-align: center;
    border-radius: 60px;
    padding: 7px 20px;
    border: 2px solid #2238c9;
    color: #2238c9;
    display: inline-block;
}

    .btnDownload:hover {
        background-color: #2238c9;
        border-color: #2238c9;
        color: #fff;
    }

input.btnBigCen, .btnBig {
    font-size: 20px;
    margin: 10px auto;
    display: block;
    width: 220px;
    border-radius: 200px;
    border: 2px solid #2238c9;
    background-color: #fff;
    color: #2238c9;
    text-align: center;
}

.btnBig {
    padding: 7px;
}

    input.btnBigCen:hover, .btnBig:hover {
        background-color: #2238c9;
        color: #fff;
    }

/*PageBottom*/
.pageBottom {
    margin: 20px 0;
    border-top: 1px dotted #0cb8b6;
    height: 48px;
    color: #ffffff;
}

    .pageBottom .text {
        float: right;
        padding: 9px 0;
        color: #0cb8b6;
    }

        .pageBottom .text.mid {
            padding-top: 14px;
        }

    .pageBottom a, .pageBottom .share {
        float: left;
    }

    .pageBottom > a, .pageBottom .share, .pageBottom .ico {
        width: 46px;
        margin: 4px;
        height: 35px;
        background: url(/images/pageBotIco.png) no-repeat 0 50%;
        background-size: auto 100%;
        opacity: .8;
        z-index: 222222222;
    }

    .pageBottom .ico {
        background-position: -186px 1px;
        float: right;
        width: 47px;
    }

    .pageBottom .print {
        background-position: -96px 0px;
    }

    .pageBottom .movie {
        background-position: 0px 0px;
    }

    .pageBottom .attach {
        background-position: -48px 0px;
    }

    .pageBottom .share {
        background-position: -145px 0px;
        position: relative;
    }

        .pageBottom .share > div {
            visibility: hidden;
            opacity: 0;
            top: 37px;
            left: -5px;
            transition: all ease-in-out .4s;
            background-color: #3a7c83;
            padding: 7px 2px;
            border-radius: 70px;
            box-shadow: 0 3px 5px #3a7c83;
            position: absolute;
        }

            .pageBottom .share > div a {
                background: url(images/socialIco.png) no-repeat 0 0/auto 68%;
                border-radius: 100px;
                background-color: #2c5e64;
                height: 37px;
                width: 37px;
                margin: 3px 7px;
                display: block;
            }

                .pageBottom .share > div a:hover {
                    background-color: #104046;
                }

        .pageBottom .share:hover > div {
            visibility: visible;
            opacity: 1;
        }

    .pageBottom div a.fbook {
        background-position: -158px 6px;
    }

    .pageBottom div a.twiter {
        background-position: -190px 6px;
    }

    .pageBottom div a.telegram {
        background-position: -27px 6px;
    }

    .pageBottom a:hover {
        opacity: 1;
    }


/*Dynamic Form*/
.AForm {
    /* padding: 10px; */;
}

    .AForm .fhead {
        color: #3a7c84;
        padding: 10px 0;
        font-size: 19px;
        display: block;
        clear: right;
        padding-top: 10px;
    }

    .AForm:after {
        display: block;
        content: '';
        clear: both;
    }

    .AForm .item {
        box-shadow: 0 0 2px #c1c1c1;
        margin: .5%;
        width: 48%;
        float: right;
        border-radius: 4px;
        padding: 9px .5%;
    }

    .AForm > table td {
        padding: 3px 5px;
    }

    .AForm .item.P100 {
        width: 98%;
    }

    .AForm .item b {
        display: inline-block;
        width: 222px;
        vertical-align: top;
        padding-top: 5px;
        float: right;
    }

    .AForm .item span {
        display: block;
        overflow: hidden;
    }

        .AForm .item span .chkTable {
            width: 100%;
        }

            .AForm .item span .chkInline td, .AForm .item span .chkTable td {
                padding: 3px 5px;
            }

    .AForm .item input[type=text], .AForm .item select {
        margin-bottom: 0px;
    }

.sumErr {
    color: #444;
    border: 1px solid #f5cb87;
    background-color: #fff1b5;
    border-radius: 4px;
    margin: 10px 0;
    padding: 10px;
    display: inline-block;
}

    .sumErr.wide {
        display: block;
        text-align: center;
    }

    .sumErr:empty {
        display: none;
    }

    .sumErr ul {
        list-style-type: square;
    }

        .sumErr ul li {
            margin-right: 35px;
            color: #d44e0f;
        }

.tblContactus {
    background: url(/images/qr.png) no-repeat left 50%/auto 100%;
    height: 150px;
    margin: 10px 0;
}

.viewType {
    float: left;
    margin-top: 7px;
}

.tblMemInfo {
    width: 59%;
    float: right;
}

    .tblMemInfo td {
        padding: 4px;
    }


/*JUI*/
.ui-autocomplete {
    font: 13px tahoma;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background-color: #646464;
    color: #fff;
    border-radius: 7px;
    overflow: hidden;
    z-index: 999999000999;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background-color: #6A8C24;
    color: #fff;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 7px 3px;
    cursor: pointer;
    min-height: 0;
    /* support: IE7 */
    /* support: IE10, see #8844 */;
}

.ui-menu-item a {
    color: #fff;
}



/*Top Menu*/
.menu {
    z-index: 20000000000;
    height: 50px;
    /* background: rgb(255, 255, 255); */
    transition: all ease-in-out .4s;
}

    .menu .body {
        background-color: #0cb8b6;
        border-radius: 38px;
    }

    .menu.small {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99999999999999;
        background: #fff;
        padding: 8px 0;
        box-shadow: 0 0 12px #848484;
        background-color: #383838;
    }

    .menu .body > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-position: outside;
    }

    .menu ul li {
        float: right;
        position: relative;
        z-index: 110;
        zoom: 1;
    }

    .menu .body > ul > li:nth-child(1) {
        margin-right: 25px;
    }

    .menu .menitem {
        line-height: 43px;
        font-family: inherit;
        text-decoration: none;
        padding: 4px 15px 0px 15px;
        display: inline-block;
        border-bottom: 4px solid transparent;
        cursor: pointer;
    }

    .menu .submenu {
        border-top: 2px solid #0cb8b6;
        border-bottom: 2px solid #0cb8b6;
        position: absolute;
        right: 0px;
        top: 50px;
        background: #e8ffff;
        padding: 10px 0px 10px 0px;
        z-index: 30000000;
        min-width: 190px;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0px 3px 5px #232323;
        transition: all ease-in-out .3s;
        transition-delay: .2s;
    }

        .menu .submenu li {
            float: none;
            min-width: 190px;
            color: #ffffff;
        }

            .menu .submenu li a {
                display: block;
                font-family: inherit,arial;
                color: #000;
                cursor: pointer;
                min-width: 190px;
            }

        .menu .submenu span {
            display: block;
            padding: 3px 6px;
        }


    .menu li a {
        color: #ffffff;
    }

    .menu ul ul li:hover {
        background-color: #0b6f6e;
        color: #fff;
        text-decoration: none;
    }

    .menu ul .menitem:hover {
        background-color: rgba(255, 255, 255, 0.28);
        border-bottom-color: #0b8886;
    }


    .menu ul > li:hover > a {
        color: #fff;
    }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 50px;
    }

    .menu li > .submenu ul {
        top: 0;
        padding: 0;
        right: 95%;
        z-index: 2000;
    }

    .menu li:hover > .submenu > ul {
        visibility: visible;
        opacity: 1;
    }

.grid {
    border-collapse: collapse;
    text-align: center;
    margin: 10px auto;
}

    .grid td {
        padding: 3px;
        border: 1px solid #1d3557;
        vertical-align: middle;
    }

    .grid tr:nth-child(odd) {
        background-color: #f1f4f7;
    }

    .grid tr:nth-child(1) {
        background-color: #1d3557;
        color: #fff;
    }

    .grid tr:hover {
        transition: all ease-in-out .5s;
        background-color: #ffdede;
    }

    .grid.persons img {
        margin-top: 8px;
        border-radius: 7px;
        box-shadow: 0 0 4px #333;
        width: 90px !important;
        height: 95px !important;
        display: inline-block;
    }

.dataTable {
    border-collapse: collapse;
    text-align: center;
    margin: 10px auto;
    width: 100%;
}

    .dataTable td {
        padding: 3px;
        border: 1px solid #73bfb8;
        vertical-align: middle;
    }

        .dataTable td.cen {
            text-align: center;
        }

        .dataTable td.ltr {
            text-align: left;
            direction: ltr;
        }

    .dataTable tbody tr:nth-child(odd) {
        background-color: #edf3f2;
    }

    .dataTable thead tr {
        background-color: #73bfb8;
        color: #fff;
    }

    .dataTable tbody tr:hover {
        transition: all ease-in-out .5s;
        background-color: #cae4e1;
    }

input.txtFastSearch {
    border-radius: 8px;
    background: #e1edf3 url(/images/navIco.png) no-repeat 5px -37px/30px auto;
    color: #333;
    border: medium none;
    padding: 6px 10px 7px 30px;
    width: 210px;
}

.btnListView {
    color: #888888;
    margin: 2px;
    background-color: #e4e4e4;
    border-radius: 4px;
    padding: 4px 20px;
}

    .btnListView:hover {
        background-color: #b3b3b3;
        color: inherit;
    }

    .btnListView.selected {
        background-color: #7cbbbd;
        color: #fff;
    }

.memberProfileBtns {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin: 11px 0;
}

    .memberProfileBtns a {
        display: inline-block;
        width: 110px;
        text-align: center;
        margin: 8px;
        background-size: 90px;
        background-position: 50% 5px;
        background-repeat: no-repeat;
        padding-top: 100px;
        color: #173256;
        border-radius: 10px;
        box-shadow: 0 0 4px #bbc5d2;
    }

        .memberProfileBtns a.home {
            background-image: url(/images/homeIco.png);
        }

        .memberProfileBtns a.cms {
            background-image: url(/images/cmsIco.png);
        }

        .memberProfileBtns a.notify {
            background-image: url(/images/notifyIco.png);
        }

        .memberProfileBtns a.editpage {
            background-image: url(/images/editpageIco.png);
        }

        .memberProfileBtns a.signout {
            background-image: url(/images/signoutico.png);
        }

        .memberProfileBtns a:hover, .memberProfileBtns a.selected {
            background-color: #edfcfd;
            box-shadow: 0 0 5px #a8dadc;
        }

/*Directorate*/
.Directorate {
    text-align: center;
}

    .Directorate .break {
        display: block;
        height: 5px;
    }

    .Directorate .item {
        width: 215px;
        display: inline-block;
        text-align: center;
        color: #333;
        transition: all ease .4s;
        margin: 11px;
        position: relative;
        overflow: hidden;
        padding: 10px 0;
        border-radius: 6px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12),0 1px 4px rgba(0, 0, 0, 0.24);
    }

        .Directorate .item:hover {
            background: #b5d5ef;
            color: #002A50;
            transition: all 0.15s;
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            box-shadow: inset 0 0 0 3px #76b1e1, 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            transform: scale(1.2);
            z-index: 55;
        }

        .Directorate .item img {
            width: 100px;
            height: 100px;
            border: 4px solid #dedede;
            border-radius: 70px;
        }

        .Directorate .item span {
            display: block;
        }

            .Directorate .item span:nth-child(3) {
                color: #e63946;
            }

            .Directorate .item span:nth-child(4) {
                opacity: 0;
                left: 0px;
                top: -46px;
                width: 234px;
                height: 225px;
                z-index: 10;
                display: block;
                position: absolute;
                background: linear-gradient(to right, rgba(255, 255, 255, 0.14) 0%, rgb(255, 255, 255) 100%);
                transition: all ease-in-out .5s;
                transform: :rotate(0deg);
            }

        .Directorate .item:hover span:nth-child(4) {
            opacity: 1;
            left: 81px;
            transform: rotate(44deg);
        }

        .Directorate .item:hover img {
            border: 4px solid #4c99d8;
        }

        .Directorate .item:hover {
            color: inherit;
        }

/*Org Chart*/
.org-chart {
    display: flex;
    justify-content: center;
}

    .org-chart ul {
        padding-top: 11px;
        position: relative;
        transition: all 0.5s;
    }

        .org-chart ul ul::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            border-left: 1px solid #ccc;
            width: 0;
        }

    .org-chart li {
        float: left;
        text-align: center;
        list-style-type: none;
        position: relative;
        padding: 20px 4px;
        transition: all 0.5s;
    }

        .org-chart li::before, .org-chart li::after {
            content: '';
            position: absolute;
            top: 0;
            right: 50%;
            border-top: 1px solid #ccc;
            width: 50%;
            height: 20px;
        }

        .org-chart li::after {
            right: auto;
            left: 50%;
            border-left: 1px solid #ccc;
        }

        .org-chart li:only-child::after, .org-chart li:only-child::before {
            display: none;
        }

        .org-chart li:only-child {
            padding-top: 0;
        }

        .org-chart li:first-child::before, .org-chart li:last-child::after {
            border: 0 none;
        }

        .org-chart li:last-child::before {
            border-right: 1px solid #ccc;
            border-radius: 0 5px 0 0;
        }

        .org-chart li:first-child::after {
            border-radius: 5px 0 0 0;
        }

        .org-chart li .user {
            text-decoration: none;
            cursor: auto;
            color: #666;
            display: inline-block;
            padding: 7px 2px 20px 2px;
            transition: all 0.5s;
            background: #fff;
            position: relative;
            min-width: 100px;
            max-width: 100px;
            /* min-height: 173px; */
            height: 140px;
            border-radius: 6px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
        }

            .org-chart li .user:hover, .org-chart li .user:hover + ul li .user {
                background: #b5d5ef;
                color: #002A50;
                transition: all 0.15s;
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
                box-shadow: inset 0 0 0 3px #76b1e1, 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            }

            .org-chart li .user:hover {
                transform: scale(1.3);
                z-index: 55;
            }

                .org-chart li .user:hover img, .org-chart li .user:hover + ul li .user img {
                    box-shadow: 0 0 0 2px #4c99d8;
                }

                .org-chart li .user:hover + ul li::after,
                .org-chart li .user:hover + ul li::before,
                .org-chart li .user:hover + ul::before,
                .org-chart li .user:hover + ul ul::before {
                    border-color: #94a0b4;
                }

            .org-chart li .user > div, .org-chart li .user > a {
                font-size: 12px;
            }

            .org-chart li .user img {
                margin: 0 auto;
                width: 55px;
                height: 55px;
                border-radius: 50%;
                box-shadow: 0 0 0 2px #c5c5c5;
            }

            .org-chart li .user .name {
                font-size: 13px;
                /* font-weight: 100; */
                height: 57px;
                overflow: hidden;
            }

            .org-chart li .user .role {
                font-weight: 600;
                margin-bottom: 10px;
                margin-top: 5px;
            }

            .org-chart li .user a {
                font-size: 14px;
                color: #b21e04;
                position: absolute;
                bottom: 5px;
                left: 4px;
                right: 4px;
            }

/*Slider*/
#sslider div .text {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    bottom: 30%;
    text-align: right;
}

    #sslider div .text a {
        position: absolute;
        bottom: 11px;
        color: #fff;
        right: 40px;
        background-color: #73bfb8;
        border-radius: 50px;
        padding: 10px 70px;
    }

        #sslider div .text a:hover {
            background-color: #52b5c1;
        }

#sslider div h4 {
    display: inline-block;
    background-color: hsla(179, 96%, 32%, 0.7);
    margin: 10px auto;
    color: #fff;
    text-align: center;
    padding: 11px 20px;
    font-size: 32px;
    line-height: 40px;
    border-radius: 100px 0;
}

#sslider div h5 {
    display: inline-block;
    background-color: hsla(0, 0%, 19%, 0.66);
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 0 100px;
}

    #sslider div h4:empty, #sslider div h5:empty {
        display: none;
    }

#sslider div.active h4 {
    animation-delay: .5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#sslider div.active h5 {
    animation-delay: .5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#sslider .owl-nav {
    /* position:absolute; */
    /* top: 50%; */;
}

#sslider .owl-dots {
    position: absolute;
    bottom: 53px;
    left: 0;
    right: 0;
}

#sslider .owl-nav button.owl-prev, #sslider .owl-nav button.owl-next {
    margin-top: -50px;
    top: 50%;
    position: absolute;
    width: 80px;
    height: 100px;
    background: url(images/slideIco.png) no-repeat 0 0/auto 100%;
    opacity: .5;
    outline: none;
}

    #sslider .owl-nav button.owl-prev:hover, #sslider .owl-nav button.owl-next:hover {
        opacity: 1;
    }

#sslider .owl-nav span {
    display: none;
}

#sslider .owl-nav button.owl-prev {
    background-position: -69px 0px;
    right: 20px;
}

#sslider .owl-nav button.owl-next {
    left: 20px;
}

.innerSlide .owl-nav button.owl-prev, .innerSlide .owl-nav button.owl-next {
    margin-top: -61px;
    top: 50%;
    position: absolute;
    width: 80px;
    height: 100px;
    background: url(images/slideSIco.png) no-repeat 0 0/auto 100% !important;
    opacity: .5;
    outline: none;
}

    .innerSlide .owl-nav button.owl-prev:hover, .innerSlide .owl-nav button.owl-next:hover {
        opacity: 1;
    }

.innerSlide .owl-nav span {
    display: none;
}

.innerSlide .owl-nav button.owl-prev {
    background-position: -69px 0px !important;
    right: -110px;
}

.innerSlide .owl-nav button.owl-next {
    left: -110px;
}

.CmsItemHome {
    color: #008684;
    background-color: #f4fbff;
    display: block;
    box-shadow: 0 0 4px #b9b9b9;
    border-radius: 7px;
    overflow: hidden;
    height: 340px;
    margin: 10px 5px;
    position: relative;
    transition: all ease-in-out .3s;
    text-align: justify;
}

    .CmsItemHome.Inner {
        width: 31.9%;
        float: right;
        margin: 10px 0.7%;
    }

    .CmsItemHome .img {
        height: 160px;
        border-bottom: 1px solid #d2d2d2;
    }

    .CmsItemHome.Alt .img {
        border-top: 1px solid #d2d2d2;
        border-bottom: initial;
    }

    .CmsItemHome .img img {
        width: 100%;
        height: 100%;
    }

    .CmsItemHome h2 {
        padding: 5px 0;
        max-height: 53px;
        overflow: hidden;
    }

    .CmsItemHome p {
        color: #afafaf;
        padding: 3px 0;
        font-size: 14px;
        height: 59px;
        overflow: hidden;
    }

    .CmsItemHome .text {
        padding: 5px 10px;
        height: 169px;
    }

    .CmsItemHome .date {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 140px;
        padding: 5px;
        0;
        margin-left: -70px;
        text-align: center;
        background: #2f82b8;
        color: #fff;
    }

    .CmsItemHome.Alt .date {
        bottom: 163px;
    }

    .CmsItemHome:hover {
        background-color: #f2fcff;
        color: #2f82b8;
    }

        .CmsItemHome:hover .img {
            opacity: .7;
        }

.CmsItemRel {
    color: #475377;
    background-color: #fff;
    display: block;
    box-shadow: 0 0 4px #d6d6d6;
    border-radius: 4px;
    overflow: hidden;
    height: 100px;
    margin: .6%;
    position: relative;
    transition: all ease-in-out .3s;
    text-align: justify;
    width: 32.1%;
    float: right;
}

    .CmsItemRel .img {
        height: 100px;
        width: 130px;
        float: right;
        margin-left: 10px;
        border-left: 1px solid #efefef;
        background-color: #737373;
    }

        .CmsItemRel .img img {
            width: 100%;
            height: 100%;
        }

    .CmsItemRel h2 {
        padding: 7px;
        text-align: right;
    }

    .CmsItemRel .date {
        position: absolute;
        left: 9px;
        bottom: 2px;
        color: #adadad;
        font-size: 14px;
    }

    .CmsItemRel:hover {
        background-color: #f3f3f3;
    }

        .CmsItemRel:hover .img {
            opacity: .7;
        }

.LastCms {
    margin-top: 10px;
    text-align: right;
}

    .LastCms.Bottom {
        background-color: #e8ffff;
        padding-bottom: 30px;
        text-align: center;
    }

    .LastCms .body > h1 {
        border-bottom: 3px solid #0cb8b6;
        font-size: 24px;
        color: #0cb8b6;
        padding: 9px 10px;
        display: inline-block;
        margin: 10px 0;
    }


.CmsRelated {
    margin-top: 10px;
    text-align: center;
    border-top: 2px solid #2f82b8;
}

    .CmsRelated > h1 {
        background-color: #2f82b8;
        font-size: 20px;
        color: #fff;
        padding: 6px 20px;
        display: inline-block;
        border-radius: 0 0 20px 20px;
    }

    .CmsRelated .body {
        margin-top: 10px;
    }

.Services {
    background-color: #0c6fbb;
    background-image: linear-gradient(to right, #00c6cf, #00b2d1, #009dd0, #0087c9, #0c6fbb);
    background-image: -webkit-linear-gradient(to right, #00c6cf, #00b2d1, #009dd0, #0087c9, #0c6fbb);
    margin-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

    .Services .body > h1 {
        border-bottom: 3px solid #c5f5f4;
        font-size: 24px;
        color: #ffffff;
        padding: 9px 10px;
        display: inline-block;
        margin: 10px 0;
    }

    .Services .body > div:after {
        clear: both;
        content: '';
        display: block;
    }

.ServiceItem {
    margin: 1%;
    display: block;
    width: 22.6%;
    float: right;
    background-repeat: no-repeat;
    background-size: auto 115px;
    background-position: 50% 20px;
    border-radius: 20px;
    transition: all ease-in-out .4s;
    text-align: center;
    position: relative;
    border: 2px solid hsla(0, 0%, 100%, 0.23);
    overflow: hidden;
}

.cmsPage .ServiceItem {
    border: none;
    background-color: #0c6fbb;
    background-image: linear-gradient(to right, #00c6cf, #00b2d1, #009dd0, #0087c9, #0c6fbb);
    background-image: -webkit-linear-gradient(to right, #00c6cf, #00b2d1, #009dd0, #0087c9, #0c6fbb);
}

.ServiceItem > h2 {
    color: #ffffff;
    padding: 147px 5px 0 5px;
    font-size: 22px;
    height: 60px;
}

.ServiceItem > p {
    display: none;
    padding: 10px 22px;
    height: 152px;
    overflow: hidden;
    text-align: justify;
}

.ServiceItem:hover {
    background-color: rgba(0, 0, 0, 0.30);
}

.cmsPage .ServiceItem:hover {
    background-color: #0cb8b6;
}

.Customer {
    background-image: linear-gradient(to right, #fda100, #fdb100);
    text-align: center;
    padding: 15px 0;
}

    .Customer .body > h1 {
        border-bottom: 3px solid #ffffff;
        font-size: 24px;
        color: #ffffff;
        padding: 9px 10px;
        display: inline-block;
        margin: 10px 0;
    }

.CustomerItem {
    background-color: #fff;
    /* width: 100px; */
    margin: 8px;
    display: inline-block;
    width: 280px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto 115px;
    background-position: 50% 20px;
    color: #444444;
    border-radius: 5px;
    box-shadow: 0 3px 4px #abb1b9;
    transition: all ease-in-out .4s;
    text-align: center;
}

    .CustomerItem > h2 {
        padding: 147px 5px 20px 5px;
        font-size: 20px;
    }

    .CustomerItem:hover {
        box-shadow: 0 10px 10px #ababb9, inset 0 0 100px #ced3f3;
        color: #2238c9;
    }

.CustomersSlide {
    margin: 20px 0;
}

    .CustomersSlide .citem {
        display: block;
        height: 205px;
        background-position: 50% 10px;
        background-repeat: no-repeat;
        background-size: auto 63%;
        background-color: #fff;
        border-radius: 8px;
        margin: 5px;
        opacity: 1;
        transition: all ease-in-out .3s;
        box-shadow: 0 0 5px #6b6b6b;
    }

        .CustomersSlide .citem h4 {
            padding: 146px 10px 10px 10px;
            color: #191919;
        }

        .CustomersSlide .citem:hover {
            box-shadow: inset 0 0 40px #26cac8;
        }

    .CustomersSlide .owl-dots .owl-dot span {
        background-color: #848fad !important;
    }

    .CustomersSlide .owl-dot.active span, .CustomersSlide .owl-dot:hover span {
        background-color: #38415e !important;
    }

.PageMsg {
    padding: 20px;
    text-align: center;
}

    .PageMsg .msg {
        display: block;
        padding: 20px 10%;
    }

    .PageMsg .refCode {
        padding: 11px;
        color: #0087c9;
        font-weight: bold;
        font-size: 23px;
        display: block;
    }

    .PageMsg .ico {
        width: 185px;
        height: 150px;
        background: url(images/msgIco.png) no-repeat 16px 0/auto 100%;
        display: inline-block;
    }

    .PageMsg.sent .ico {
        background-position: -407px 29px;
    }

    .PageMsg.err .msg {
        color: #a74141;
    }

    .PageMsg.err .ico {
        background-position: -201px 0;
    }

    .PageMsg.login .ico {
        background-position: -625px 0;
    }

.mapMember {
    height: 450px;
    width: 40%;
    direction: ltr !important;
    box-shadow: 0 0 5px #475377;
    margin: 15px 0;
    float: left;
    z-index: 5;
}

.CmsPhoto {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    text-align: left;
}

#btnCloseMenu, #btnMenu {
    display: none;
}

.propertyItem {
    padding: 4px 10px;
    border-radius: 100px;
    background-color: #38787f;
    color: #fff;
    margin: 3px;
    display: inline-block;
}

.PhotoItem {
    background-color: #fff;
    height: 200px;
    margin: 8px;
    display: inline-block;
    width: 280px;
    overflow: hidden;
    color: #444444;
    border-radius: 5px;
    box-shadow: 0 5px 10px #abb8b9;
    transition: all ease-in-out .4s;
    text-align: center;
}

    .PhotoItem .img {
        transition: all ease .5s;
        width: 100%;
        height: 150px;
        background: #fff repeat 50% 50%;
        background-size: 100% auto;
        margin: 0;
        display: inline-block;
    }

    .PhotoItem h2 {
        padding: 0 0 5px 0 !important;
        font-size: 16px !important;
        color: #1b6aa5 !important;
    }

    .PhotoItem > a:hover {
        color: #334fa5;
    }

    .PhotoItem:hover {
        box-shadow: 0 10px 10px #abb8b9, inset 0 0 100px #50a9b3;
    }

        .PhotoItem:hover .img {
            background-size: 140% auto;
        }


.FastLink {
    overflow: hidden;
    background-color: #EA7317;
    text-align: center;
    color: #fff;
}

    .FastLink a {
        display: inline-block;
        width: 17%;
        margin: 25px 1%;
        color: #fff;
        font-size: 20px;
    }

        .FastLink a:hover {
            color: inherit;
        }

        .FastLink a span {
            display: inline-block;
            width: 115px;
            height: 115px;
            margin-bottom: 0px;
            /* border: 2px solid #fff; */
            background: rgba(51, 51, 51, 0.18) url(images/fastlinkIco.png?1) no-repeat 8px 50%/auto 70px;
            border-radius: 100px;
            transition: all ease-in-out .3s;
        }

        .FastLink a:nth-child(2) span {
            background-position: -318px 50%;
        }

        .FastLink a:nth-child(3) span {
            background-position: -102px 50%;
        }

        .FastLink a:nth-child(4) span {
            background-position: -213px 50%;
        }

        .FastLink a b {
            display: block;
            border-radius: 10px;
            padding: 3px 0;
            transition: all ease-in-out .3s;
        }

        .FastLink a:hover span {
            background-color: rgb(34, 56, 201);
        }


.Links.All {
    margin: 10px;
}

    .Links.All a {
        min-width: 214px;
        margin: 7px;
    }

.Links a {
    display: block;
    float: right;
    border-radius: 7px;
    color: #fff;
    background-color: rgba(26, 51, 69, 0.55);
    margin: 4px;
    padding: 4px;
    min-width: 270px;
    text-align: center;
}

    .Links a:hover {
        background-color: #ea7317;
        color: #fff;
    }

.Links:after {
    display: block;
    content: '';
    clear: both;
}

#goTop {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff url(images/navIco.png) no-repeat 6px -135px/38px auto;
    left: 50%;
    margin-left: -25px;
    top: -25px;
    border-radius: 100px;
    z-index: 90000;
    border: 2px solid #2f82b8;
    display: none;
}

    #goTop:hover {
        background-color: #f5fcff;
    }

.FastApp {
    /* z-index:10000000000000000; */
    background: #d8eaf4 url(images/appBk.jpg) no-repeat 0 0/auto 100%;
}

    .FastApp .body {
        position: relative;
    }

    .FastApp .form {
        width: 50%;
        padding: 25px 0;
    }

    .FastApp .AppHeader {
        width: 50%;
        background-color: rgba(0, 79, 123, 0.66);
        position: absolute;
        top: -53px;
        right: 0;
        z-index: 10000;
        color: #fff;
        padding: 12px;
        font-size: 24px;
        box-sizing: border-box;
    }

    .FastApp .drpMonth, .FastApp .drpYear {
        min-width: 108px;
    }

    .FastApp .Buttons input {
        width: 220px;
        height: 45px;
        margin: 0;
    }

.dform.qr {
    background: url(images/qr.png) no-repeat 0 0;
}

.dform:after {
    display: block;
    content: '';
    clear: both;
}

.dform > li.info {
    width: 100%;
    padding: 7px 0;
}

    .dform > li.info.red {
        color: #df6610;
        font-weight: bold;
        text-align: justify;
    }

.dform > li {
    box-sizing: content-box;
    float: right;
    width: 50%;
    display: block;
}

    .dform > li > label {
        display: block;
        padding: 0px 5px;
    }

.dform.static > li {
    margin: 3px 0;
    box-sizing: border-box;
    border-radius: 5px;
}

    .dform.static > li > label {
        font-weight: bold;
        color: #0cb8b6;
    }

.dform > li > span {
    padding: 5px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}


.dform:not(.static) > li > span {
    min-height: 56px;
}

.dform > li.P100, .dform.col1 > li {
    width: 100%;
}

    .dform > li.P100 > span {
        width: 100%;
    }

.dform > li.padTop {
    padding-top: 20px;
}


.dform > li.Buttons {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dform > li.br {
    clear: both;
}

.dform > li.BLeft {
    text-align: left;
}

    .dform > li.BLeft span {
        padding: 10px 0;
    }


.bottom {
    height: 450px;
    position: relative;
    overflow: hidden;
}

    .bottom .map {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .bottom .body {
        z-index: 2000000;
        position: relative;
    }

    .bottom .workingTime {
        background-color: #3a3a3a;
        width: 270px;
        color: #fff;
        right: 0;
        position: absolute;
        top: 0;
        height: 450px;
        padding: 0 15px;
    }

.workingTime h4 {
    font-size: 22px;
    padding: 25px 0;
    /* text-align: center; */
}

.workingTime ul li {
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .workingTime ul li span {
        color: #fff1b5;
    }

    .workingTime ul li b {
        color: #ffffff;
        background: url(images/wtime.png) no-repeat 0 50%/25px auto;
        float: left;
        padding-left: 30px;
        direction: rtl;
    }

.workingTime .navigateTo {
    margin-top: 30px;
}

    .workingTime .navigateTo a {
        background-color: #fff;
        display: block;
        box-sizing: border-box;
        box-shadow: 0 2px 3px #232323;
        border-radius: 39px;
        margin-bottom: 10px;
        color: #0087c9;
        padding: 13px 60px 13px 0;
        position: relative;
    }

        .workingTime .navigateTo a i {
            width: 50px;
            height: 50px;
            position: absolute;
            right: 3px;
            top: 3px;
            background: url(images/navigation.png) no-repeat 0 0/100% auto;
        }

        .workingTime .navigateTo a:nth-child(3) i {
            background-position: 0 100%;
        }

        .workingTime .navigateTo a:nth-child(1) i {
            background-position: 0 -57px;
        }

        .workingTime .navigateTo a:hover {
            background-color: #d5ebf3;
        }

.bottomBarUp {
    background-color: #2f82b8;
    color: #fff;
    height: 70px;
    /* overflow: hidden; */
    position: relative;
    font-weight: bold;
}

    .bottomBarUp .left {
        margin: 5px 0;
        line-height: 60px;
        float: left;
        width: 30%;
        border-right: 1px solid rgba(255, 255, 255, 0.62);
        text-align: left;
        direction: ltr;
    }

    .bottomBarUp .right {
        padding: 5px 0;
        float: right;
        position: relative;
        line-height: 60px;
        max-width: 70%;
    }

    .bottomBarUp .left i {
        float: left;
    }

    .bottomBarUp i {
        width: 50px;
        height: 50px;
        float: right;
        margin: 5px;
        display: block;
        content: '';
        background: url(images/contactNav.png) no-repeat 0 0/100% auto;
    }

        .bottomBarUp i.i-tel {
            background-position: 0px -69px;
        }

        .bottomBarUp i.i-address {
            background-position: 0px -2px;
        }




.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff url(images/loading.gif) no-repeat 50% 50%;
    opacity: 0;
    visibility: hidden;
    transition: all ease .5s;
    z-index: 9000000000000;
}

    .loading p {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: 60px;
        font-size: 20px;
        color: #3bcece;
    }

    .loading.show {
        opacity: .9;
        visibility: visible;
    }

.cualert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(39, 39, 39, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all ease .5s;
    z-index: 9000000000000;
    text-align: center;
}

    .cualert span {
        width: 150px;
        height: 150px;
        margin: 20px auto;
        display: block;
        background: url(images/errIco.png) no-repeat 50% 50%/100% auto;
    }

    .cualert p {
        text-align: center;
        margin: 20px;
        font-size: 20px;
        color: #ffffff;
    }

    .cualert li {
        display: block;
        padding: 3px;
        color: #ffc46b;
        text-shadow: 1px 1px 3px #000;
    }

    .cualert.show {
        opacity: 1;
        visibility: visible;
    }

    .cualert > input {
        margin: 0 auto;
        background-color: transparent;
        border-color: #fff;
        color: #fff;
    }

        .cualert > input:hover {
            background-color: #0cb8b6;
            border-color: #0cb8b6;
        }

.fullSearch {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(39, 39, 39, 0.91);
    opacity: 0;
    visibility: hidden;
    transition: all ease .5s;
    z-index: 9000000000000;
    text-align: center;
}

    .fullSearch .cont {
        padding-top: 150px;
        position: relative;
    }

        .fullSearch .cont .close {
            position: absolute;
            top: 30px;
            left: 20px;
            color: #fff;
            font-size: 40px;
        }

            .fullSearch .cont .close:hover {
                opacity: .7;
            }

        .fullSearch .cont input[type=text] {
            border: none;
            border-radius: 3px;
            padding: 10px;
            font-size: 22px;
            width: 40%;
        }

        .fullSearch .cont input[type=submit] {
            border: none;
            border-radius: 3px;
            padding: 10px;
            font-size: 22px;
            width: 15%;
            background-color: #b5eeff;
            color: #000;
            margin: 0 10px;
        }

            .fullSearch .cont input[type=submit]:hover {
                background-color: #69ceec;
            }

    .fullSearch.show {
        opacity: 1;
        visibility: visible;
    }



.dayitem {
    display: block;
    clear: both;
    border-bottom: 2px solid #0cb8b6;
    margin-bottom: 7px;
}

    .dayitem:after {
        clear: both;
        content: '';
        display: block;
    }

    .dayitem b {
        color: #0cb8b6;
        font-weight: bold;
        font-size: 20px;
        padding-top: 5px;
        display: inline-block;
    }

    .dayitem u {
        text-decoration: none;
        float: left;
        background-color: #0cb8b6;
        padding: 4px 0;
        min-width: 100px;
        text-align: center;
        color: #fff;
    }

.pageTitle {
    background: url(images/titleBk.jpg) no-repeat 50% 50%/100% auto;
    padding: 70px 0;
}

    .pageTitle h1 {
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.59);
        font-size: 30px;
        font-weight: bold;
    }

#btnShowSearch {
    width: 46px;
    height: 46px;
    background: url(images/serchIco.png) no-repeat 50% 50%/60% auto;
    float: left;
    margin: 2px 3px 0 3px;
    cursor: pointer;
    border-radius: 100px;
}

    #btnShowSearch:hover {
        background-color: rgba(6, 6, 6, 0.21);
    }


.visititem {
    border-radius: 6px;
    padding: 3px 0;
    margin: 6px .5%;
    color: #232323;
    font-weight: bold;
    cursor: pointer;
    width: 24%;
    float: right;
    background: #e9e9e9;
    text-align: center;
}

    .visititem .vright {
        float: right;
    }

    .visititem .vleft {
        float: left;
    }

.itemselected {
    background: #0c6fbb;
    color: #fff;
}

.LeftPage {
    float: left;
    width: 48%;
    height: 500px;
    margin: 20px 0;
    background: url(images/pageAppBk.jpg) no-repeat 0 50%/auto 100%;
    border-radius: 20px;
}

.RightPage {
    float: right;
    width: 50%;
    margin: 20px 0;
}


.ProcSteps {
    display: block;
    margin: 25px auto;
    text-align: center;
    position: relative;
    width: auto;
}

    .ProcSteps li {
        display: inline-block;
        width: 120px;
        height: 120px;
        background-color: #ffffff;
        border: 2px solid #808080;
        border-radius: 1000px;
        margin: 0 10px;
        z-index: 2;
        position: relative;
        /* overflow: hidden; */
    }

        .ProcSteps li:after {
            content: '';
            display: block;
            width: 25px;
            height: 4px;
            background-color: #808080;
            position: absolute;
            top: 50%;
            z-index: 1;
            right: -26px;
        }

        .ProcSteps li:nth-child(1):after {
            display: none;
        }

        .ProcSteps li span {
            display: inline-block;
            padding: 5px;
        }

        .ProcSteps li i {
            display: block;
            font-size: 40px;
            padding-top: 30px;
            font-weight: bold;
            color: #0087c9;
        }

        .ProcSteps li.selected {
            background-color: #0087c9;
            border: 2px solid #0087c9;
            color: #fff;
        }

            .ProcSteps li.selected i {
                color: #fff;
            }

            .ProcSteps li.selected:after {
                background-color: #0087c9;
            }

.FastApp .Marque {
    width: 50%;
    background-color: rgba(193, 67, 0, 0.66);
    position: absolute;
    top: -53px;
    left: 0;
    z-index: 10000;
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    height: 53px;
    overflow: hidden;
}

    .FastApp .Marque div {
        text-shadow: 1px 1px 3px #000;
        position: absolute;
        width: 6234px;
        height: 45px;
        margin: 0;
        line-height: 50px;
        text-align: center;
        transform: translateX(0%);
        animation: bouncing-text 40s linear infinite;
    }

        .FastApp .Marque div:hover {
            animation-play-state: paused
        }

@keyframes bouncing-text {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

.cen50 {
    width: 780px;
    margin: 0 auto;
}

    .cen50 select, .cen50 input[type=text] {
        width: 100%;
    }

#txtSmsCode {
    min-width: 140px;
    width: 140px;
}

.HomePage {
    background: #ffffff url(images/drBk.png?v1) no-repeat 100% 50%/auto 130%;
    min-height: 300px;
    border-bottom: 2px solid #2f82b8;
}

    .HomePage > div {
        padding: 30px 0;
    }





.SelectPhotos {
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

    .SelectPhotos li {
        padding: 0;
        margin: 1%;
        width: 23%;
        height: 140px;
        float: right;
        list-style: none;
        background: #ffffff url(images/selectCamIco.png) no-repeat 50% 50%/40% auto;
        box-shadow: 0 2px 5px #7d7d7d;
        position: relative;
        cursor: pointer;
        color: #444;
    }

        .SelectPhotos li.Add {
            background: #3878a9;
            color: #fff;
        }

            .SelectPhotos li.Add p {
                font-size: 106px;
                padding: 41px 40px;
            }

            .SelectPhotos li.Add h5 {
                color: #fff;
            }

        .SelectPhotos li:hover {
            background-color: #d5dee8;
        }

        .SelectPhotos li.selected {
            box-shadow: 0 2px 5px #92b346;
            cursor: default;
        }

        .SelectPhotos li h5 {
            color: #1059b5;
            font-weight: normal;
            font-size: 15px;
            text-align: center;
            padding: 5px;
            margin: 0;
            z-index: 2;
            position: absolute;
            bottom: 25px;
            left: 0;
            right: 0;
        }

        .SelectPhotos li a, .SelectPhotos li img {
            display: none;
        }

        .SelectPhotos li.selected img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
        }

        .SelectPhotos li.selected h5 {
            background-color: rgba(0, 0, 0, 0.51);
            color: #fff;
        }

        .SelectPhotos li.selected a {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(193, 49, 49, 0.74);
            color: #fff;
            padding: 5px;
            z-index: 2;
            text-align: center;
        }

            .SelectPhotos li.selected a:hover {
                background-color: #ea4747;
            }

        .SelectPhotos li input {
            display: none;
        }

    .SelectPhotos:after {
        display: block;
        content: '';
        clear: both;
    }




body.en {
    font-family: 'Open Sans',tahoma;
    direction: ltr;
}

    body.en .FastApp {
        background-image: url(images/appBk.en.jpg);
        background-position: 100% 0;
    }

    body.en .logo .R {
        float: left;
        width: 328px;
        background: url(images/logo.en.png) no-repeat 100% 0/100% auto;
    }

    body.en .logo .Lang {
        /* float: right; */
        left: initial;
        right: 0;
    }

    body.en .logo .CALL {
        float: right;
        clear: right;
        background: url(images/hdrCall.png) no-repeat 100% 50%/auto 38px;
        padding: 10px 46px 6px 15px;
    }

    body.en #btnShowSearch {
        float: right;
    }

    body.en .menu ul li {
        float: left;
    }

    body.en .menu .body > ul > li:nth-child(1) {
        margin-left: 25px;
        margin-right: 0;
    }

    body.en .FastApp .AppHeader {
        right: initial;
        left: 0;
    }

    body.en .FastApp .Marque {
        right: 0;
        left: initial;
    }

    body.en .moreBtn.homeMore {
        float: right;
    }

    body.en .ServiceItem {
        float: left;
    }

    body.en .bottomBarUp .right {
        float: left;
        text-align: left;
    }

    body.en .bottomBarUp .left {
        border-right: none;
        border-left: 1px solid rgba(255, 255, 255, 0.62);
        float: right;
        text-align: right;
    }

        body.en .bottomBarUp .left i {
            float: right;
        }

    body.en .bottomBarUp .right i {
        float: left;
    }

    body.en .workingTime ul li b {
        color: #ffffff;
        background-position: 100% 50%;
        float: right;
        padding-right: 30px;
        padding-left: 0;
        direction: ltr;
    }

    body.en .workingTime .navigateTo a i {
        right: initial;
        left: 3px;
    }

    body.en .workingTime .navigateTo a {
        padding: 13px 0 13px 60px;
    }

    body.en .bottomBar .copyRight {
        float: left;
    }

    body.en .bottomBar .botMenu {
        float: right;
        padding: 20px 45px 20px 0;
        background-position: 100% -41px;
    }

    body.en #sslider div .text {
        text-align: left;
    }

    body.en #sslider div h4 {
        border-radius: 0 100px;
    }

    body.en #sslider div h5 {
        border-radius: 100px 0;
    }

    body.en .ProcSteps li span {
        font-size: 14px;
        font-weight: bold;
    }

    body.en .dform > li {
        float: left;
    }

        body.en .dform > li.BLeft span {
            text-align: right;
        }

    body.en .dayitem u {
        float: right;
    }

    body.en .dform.qr {
        background-position: 100% 0;
    }

    body.en .dform.qr {
        background-image: url(images/qr.en.png)
    }

    body.en .fullSearch .cont .close {
        left: initial;
        right: 10px;
    }

.recordVoice {
    box-shadow: 0 0 4px #adadad;
    border-radius: 5px;
    display: inline-block;
    line-height: 0;
    position: relative;
}

    .recordVoice input {
        border-radius: 0;
        margin: 0;
        padding: 1px;
        border: medium none;
        padding: 52px 0 0 4px;
        background: #777777 url(images/microphone.png) no-repeat 50% 10px/40px auto;
    }

    .recordVoice #lblRecordLen {
        position: absolute;
        z-index: 7;
        top: 16px;
        right: 6px;
        color: #fff;
        text-shadow: 1px 1px 2px #676767;
    }

    .recordVoice #btnStartVoice {
        background-color: #d25a0c;
    }

    .recordVoice #btnSaveVoice {
        background-color: #0c56d2;
    }

    .recordVoice #btnStartVoice.Record {
        background-image: url(images/delete.png);
    }

    .recordVoice #btnPlay {
        background-image: url(images/play.png);
    }

    .recordVoice #btnPlay {
        background-image: url(images/play.png);
    }

    .recordVoice #btnClearVoice {
        background-image: url(images/delete.png);
        background-color: #c32a2a;
    }

    .recordVoice input:hover {
        background-color: #608e29 !important;
    }


.ads.wbk {
    background-color: #e8ffff;
}

.ads .body {
    text-align: center;
}

.ads a {
    width: 30%;
    box-shadow: 0 0 10px #d8d8d8;
    margin: 10px 1%;
    display: inline-block;
    line-height: 0;
    height: 110px;
}

    .ads a * {
        width: 100%;
        height: 100%;
    }

.sumInvoice {
    max-width: 330px;
    width: 100%;
    margin: 15px auto;
    text-align: center;
    border-radius: 10px;
    border: 2px dotted #929292;
}

    .sumInvoice > div {
        padding: 7px;
        border-bottom: 1px solid #cad1dc;
    }

        .sumInvoice > div:last-child {
            border-bottom: none;
        }

        .sumInvoice > div > * {
            font-weight: bold;
            width: 49%;
            display: inline-block;
        }

        .sumInvoice > div > b {
            color: #10213d;
        }

        .sumInvoice > div.price > * {
            color: #47b651;
            font-size: 21px;
        }


.btnPay {
    display: block;
    margin: 20px auto;
    width: 150px;
    border-radius: 10px;
    background: #f1fff3 url(images/payIco.svg) no-repeat 50% 10px/auto 80px;
    border: 2px solid #47b651;
    text-align: center;
    color: #10213d;
    font-size: 17px;
    padding: 100px 10px 10px 10px;
    box-shadow: 0 5px 10px #dedede;
}

    .btnPay.Pre {
        color: #d3500d;
        background-color: #fff2e0;
        border-color: #e38e00;
    }

    .btnPay.Zarinpal {
        color: #d3500d;
        background: #fff3c6 url(/zarinpalLogo.svg) no-repeat 50% 15px/80% 80px;
        border-color: #e38e00;
    }


    .btnPay.Pasargad {
        color: #d3500d;
        background: #fff2e0 url(/pasargadLogo.png) no-repeat 50% 15px/auto 80px;
        border-color: #e38e00;
    }

    .btnPay:hover {
        background-color: #47b651;
        color: #fff;
    }

    .btnPay.Pre:hover {
        background-color: #e38e00;
        color: #fff;
    }

.btnHomeExtPres {
    margin: 10px 5%;
    text-align: center;
    display: block;
    background: #333;
    border-radius: 7px 7px 0 0;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    background-image: linear-gradient(to left, #4d2cbb, #483cc1, #444ac6, #4356ca, #4462cd, #4462cd, #4462cd, #4462cd, #4356ca, #444ac6, #483cc1, #4d2cbb);
    font-weight: bold;
}

    .btnHomeExtPres p {
        color: #c6cdff;
        font-size: 14px;
        font-weight: normal;
    }

    .btnHomeExtPres:hover {
        color: #fff;
    }
