@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../Fonts/FontIcon.eot);
    src: url(../Fonts/FontIcon.eot?#iefix) format("embedded-opentype"), url(../Fonts/FontIcon.woff) format("woff"), url(../Fonts/FontIcon.ttf) format("truetype")
}

@font-face {
    font-family: 'SDF';
    src: url(../Fonts/IRANSansUltraLight.eot);
    src: url(../Fonts/IRANSansUltraLight.eot?#iefix) format("embedded-opentype"), url(../Fonts/IRANSansUltraLight.woff) format("woff"), url(../Fonts/IRANSansUltraLight.ttf) format("truetype");
    font-weight: 400
}

@font-face {
    font-family: 'SDF';
    src: url('../Fonts/IRANSansLight.eot');
    src: url('../Fonts/IRANSansLight.eot?#iefix') format("embedded-opentype"), url('../Fonts/IRANSansLight.woff') format("woff"), url('../Fonts/IRANSansLight.ttf') format("truetype");
    font-weight: 500
}

@font-face {
    font-family: 'SDF';
    src: url('../Fonts/IRANSansMedium.eot');
    src: url('../Fonts/IRANSansMedium.eot?#iefix') format("embedded-opentype"), url('../Fonts/IRANSansMedium.woff') format("woff"), url('../Fonts/IRANSansMedium.ttf') format("truetype");
    font-weight: 700
}

html {
    /*direction: rtl;*/
}

html,
body {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: 'SDF', Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif !important;
    /* width: 90%;
    margin: 0 auto; */
}
/*div {
    direction: rtl;
}*/
input, textarea {
    font-family: 'SDF', Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif !important;
}

header {
    display: flow-root;
    direction: rtl;
}

section {
    direction: rtl;
}

a {
    text-decoration: none;
    color: white;
}

.text-center {
    text-align: center;
}

[class*="col-"] {
    width: 100%;
    float: right;
}

.pad5 {
    padding: 5px;
    margin: 5px;
}

.form-control {
    font-family: 'SDF', Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pageCatDesc {
    background-color: whitesmoke;
    padding: 15px;
    text-align: justify;
    border-radius: 15px;
}

.sl-navigation {
    direction: ltr;
}

.text-danger {
    color: crimson;
}

.text-dark {
    color: black;
}

.text-prime {
    color: #3ab0e2;
}

.divUserMenu {
    display: flex;
    /*margin: 10px;*/
    padding: 20px;
    /*border: 1px solid #3ab0e2;*/
}

    .divUserMenu .matlink {
        border: 1px solid #3ab0e2;
        margin: 2px;
        padding: 20px;
    }

.dashboarddesc {
    margin: 20px;
    font-size: 1.3rem;
}

    .dashboarddesc .family {
        color: #3ab0e2;
    }

    .dashboarddesc div {
        padding-bottom: 20px;
    }

.profile {
    margin: 20px;
    padding: 20px;
    border: solid 2pt silver;
    border-radius: 5px;
    display: grid;
}

    .profile .col-4 {
    }

.shop {
    margin: 20px;
    padding: 20px;
    border: solid 2pt silver;
    border-radius: 5px;
    display: flex;
}

    .shop .head {
        background-color: #e2eeee;
        padding: 20px;
        border-radius: 5px;
    }

#CheckputSection {
    margin: 20px;
    padding: 20px;
    border: solid 2pt silver;
    border-radius: 5px;
}

    #CheckputSection .head {
        background-color: #e2eeee;
        padding: 20px;
        border-radius: 5px;
        font-weight: 600;
    }

    #CheckputSection .hesabnumber {
        color: #3ab0e2;
    }

.badge {
    display: flow-root;
    cursor: pointer;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}

.modal {
    max-width: 70% !important;
}

.pointer {
    cursor: pointer;
}

table {
    width: 90%;
    margin: auto;
    padding: 20px;
    direction: rtl;
}

    table th {
        background-color: whitesmoke;
        border: solid 2pt silver;
    }

    table td, table th {
        padding: 20px;
        direction: rtl;
        text-align: center;
    }

    table td {
        border: dotted 1pt silver;
    }

.text-center {
    text-align: center;
}

.matlink a {
    color: #20aaaf;
}

.headerLogo {
    max-width: 305px;
    margin: auto;
}

.loginbox {
    padding: 20px;
    margin: auto;
    max-width: 400px;
    border: 1px solid silver;
    border-radius: 15px;
}

    .loginbox input {
        width: 200px;
        margin: auto;
    }


.input-group-filter {
    padding-left: 5px;
}

@media only screen and (min-width: 1024px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    .col-20 {
        width: 20%;
    }
}

.col input {
    width: 90%;
}

.ban-left {
    /*margin-bottom: -10px;*/
}

    .ban-left img {
        width: 100%;
    }


.ban-right {
    /* float: right;
    width: 50%; */
}

.ban-right-detail {
    float: right;
    width: calc(100% - 100px);
}

.ban-top-menu {
    width: 100%;
    height: 100px;
}

.ban-right .ban-top-menu-img {
    float: right;
}

.ban-top-menu-img button {
    border: 0 !important;
    padding: 0 !important;
}

.ban-right .ban-top-menu-img img {
    width: 100px;
}

.ban-top-menu-fa {
    border-bottom: 1px solid #aaabaf;
    padding-top: 15px;
    padding-right: 5px;
}

    .ban-top-menu-fa h1 {
        font-size: 0.9rem !important;
        margin: 0 !important;
    }

.ban-top-menu-en {
    padding-top: 10px;
    padding-right: 5px;
    font-size: .6rem !important;
}

@media only screen and (min-width: 1024px) {
    .ban-top-menu-fa h1 {
        font-size: 1.1rem !important;
        margin: 0 !important;
    }

    .ban-top-menu-en {
        font-size: .9rem !important;
    }
}

.ban-top-menu-text {
    margin-right: 110px;
    margin-left: 10px;
}

.logo-big img {
    width: 30%;
    -moz-animation: spinHorizontal 8.8s infinite linear;
    -o-animation: spinHorizontal 8.8s infinite linear;
    -webkit-animation: spinHorizontal 8.8s infinite linear;
    animation: spinHorizontal 8.8s infinite linear;
}

.logo-register img {
    width: 80%;
}

@media only screen and (min-width: 1024px) {
    /*.logo-register  {
        height: 100%;
    }*/
    .logo-register img {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1600px) {
    .logo-register img {
        margin-top: 80px;
    }
}
/*@media only screen and (min-width: 1600px) {
    .logo-register img {
        width: 100%;
    }
}

*/

#News3Top_22 {
    /*max-height: 200px !important;*/
}

@keyframes spinHorizontal {
    0% {
        transform: rotateY(0deg);
    }

    60% {
        transform: rotateY(90deg);
    }

    80% {
        transform: rotateY(270deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.rotate-news {
    padding: 10px 10px 10px 10px;
}

    .rotate-news .news-holder a {
        color: #000 !important;
    }

@media only screen and (min-width: 1024px) {
    .rotate-news {
        /* margin-top: 78px; */
        padding: 10px 10px 10px 10px;
    }
}

.rotate-news-box {
    border-right: 1px solid black;
    padding-right: 10px;
    margin-bottom: 5px;
}

.rotate-news-title {
    font-size: 1rem !important;
}

.rotate-news-abs {
    font-size: .8rem !important;
    text-align: justify;
    overflow-y: scroll;
    height: 50px;
}

.rotate-news-btn {
    /*display: inline;*/
    height: 40px;
}

.btn {
    min-width: 150px;
    border: 1px solid #aaabaf;
    padding: 10px 30px 10px 30px;
    margin: 10px;
    cursor: pointer;
    font-family: 'SDF', Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif !important;
    font-size: 1.2rem;
    border-radius: 5px;
}

@media only screen and (max-width: 1024px) {
    .btn {
        min-width: 100px;
        padding: 5px 15px 5px 15px;
        margin: 5px;
        font-size: 1rem;
    }

    .rotate-news-abs {
        height: 40px;
    }
}

.btn-search {
    border: 1px solid #aaabaf;
    padding: 5px 30px 5px 30px;
    cursor: pointer;
    font-family: 'SDF', Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif !important;
}

.btn-success {
    background-color: #3bb3b8;
    color: azure !important;
}

.btn-warning {
    background-color: #e4ac27;
    color: azure !important;
}


a.btn-add {
    background-color: green;
    color: azure !important;
}


a.btn-del {
    background-color: coral;
    color: azure !important;
}

.btn-light {
    background-color: #d8e2e6;
    color: #656668;
}

.back-darkblue {
    /*background-color: #3ab0e2;*/
}

.row {
    display: flow-root;
    width: 100%;
}

.sectionActions {
    height: unset !important;
}

@media only screen and (min-width: 1024px) {
    .sectionActions {
        height: 300px;
    }
}

.logo-holder {
    /* background-color: #2e92bc; */
    width: 70%;
    height: 180px;
    margin: 40px auto;
    text-align: center;
}

    .logo-holder img {
        height: 100px;
        margin-top: 20px;
    }

    .logo-holder div {
        color: #f3ffff;
        font-size: 1rem;
        font-weight: 600;
    }

a .logo-holder img:hover {
    -moz-animation: scale2time 0.8s infinite linear;
    -o-animation: scale2time 0.8s infinite linear;
    -webkit-animation: scale2time 0.8s infinite linear;
    animation: scale2time 0.8s infinite linear;
}

@keyframes scale2time {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.sectionCounter {
    height: unset !important;
    background-color: #525252;
}

@media only screen and (min-width: 1024px) {
    .sectionCounter {
        height: 300px;
    }
}

.div-logo-dark-right {
    background-color: #707070;
}

.div-logo-dark-left {
    background-color: #525252;
}

.divStatHead {
    padding-top: 20px;
}

    .divStatHead img {
        width: 90%;
    }

@media only screen and (min-width: 1024px) {
    .divStatHead img {
        width: 50%;
    }

    .divStatHead {
        padding: 15px;
        color: #f3ffff;
        font-size: 1.2rem;
        font-weight: 600;
    }
}

.div-logo-dark-left img {
    margin-top: 50px;
    width: 50%;
    /* -moz-animation: spinHorizontal 8.8s infinite linear;
    -o-animation: spinHorizontal 8.8s infinite linear;
    -webkit-animation: spinHorizontal 8.8s infinite linear;
    animation: spinHorizontal 8.8s infinite linear; */
}

.stat-holder {
    /* background-color: #2e92bc; */
    width: 70%;
    height: 80px;
    margin: 40px auto;
    text-align: center;
    color: white;
}

    .stat-holder .num {
        font-size: 1.5rem;
        font-weight: 600;
    }

.news-holder .read-more {
    /* background-color: #1481ae;
    color: white !important; */
    width: 80%;
    margin: 0 auto;
}

.news-holder {
    /* background-color: #2e92bc; */
    /* width: 70%; */
    /* height: 180px; */
    margin: 3px auto;
    text-align: center;
    padding: 3px;
}

    .news-holder img {
        width: 550px;
        width: 320px;
        margin-top: 20px;
    }

    .news-holder h3 {
        color: #fff;
        /*color: #f3ffff;*/
        font-size: 1rem;
        font-weight: 600;
    }

    .news-holder h5 {
        color: #f3ffff;
        /* font-size: 0.8rem; */
        /* font-weight: 600; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.divNewsHead {
    padding: 20px 0px 20px 0px;
    /* background-color: #1481ae;
    color: #f3ffff; */
    font-size: 1.2rem;
    font-weight: 600;
}

.sectionNews {
    /* background-color: #2e92bc; */
}

.newsArchive {
    /* background-color: #3ab0e2;
    color: #f3ffff; */
    padding: 20px 0 20px 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.sectionVideoHead {
    /* color: #1481ae; */
    text-align: center;
    display: table;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 600;
    padding-top: 20px;
}

.videoContent #myVideo {
    width: 100%;
}

@media only screen and (min-width: 1024px) {

    .videoContent #myVideo {
        min-width: 100%;
        min-height: 100%;
    }

    .sectionVideoHead {
        padding-bottom: 20px;
        font-size: 1.2rem;
        font-weight: 600;
    }

        .sectionVideoHead > span,
        .sectionVideoHead:before,
        .sectionVideoHead:after {
            display: table-cell;
        }

        .sectionVideoHead:before,
        .sectionVideoHead:after {
            /* background: url(../img/dashBlue.png) repeat-x center; */
            width: 50%;
            content: ' ';
        }

        .sectionVideoHead > span {
            white-space: nowrap;
            padding: 0 9px;
        }
}

.videoContent {
    margin-bottom: -10px;
}


.sectionNegahHead {
    background-color: #757a7b;
    color: #fff;
    text-align: center;
    display: table;
    width: 100%;
    font-size: 0.8rem;
    font-weight: 600;
    padding-top: 20px;
}

@media only screen and (min-width: 1024px) {
    .sectionNegahHead {
        padding-bottom: 20px;
        font-size: 1.2rem;
        font-weight: 600;
    }

        .sectionNegahHead > span,
        .sectionNegahHead:before,
        .sectionNegahHead:after {
            display: table-cell;
        }

        .sectionNegahHead:before,
        .sectionNegahHead:after {
            background: url(../img/dashSilver.png) repeat-x center;
            width: 50%;
            content: ' ';
        }

        .sectionNegahHead > span {
            white-space: nowrap;
            padding: 0 9px;
        }
}

.negah-holder {
    /* background-color: #2e92bc; */
    /* width: 70%; */
    /* height: 180px; */
    /* margin: 40px auto;*/
    text-align: center;
    z-index: 1;
}

.pickgradient1 {
    position: relative;
    display: inline-block;
}

    .pickgradient1:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: -moz-linear-gradient(top, #ffffff00 30%, #198baca6 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff00), color-stop(100%, #198baca6));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff00 30%, #198baca6 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff00 30%, #198baca6 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff00 30%, #198baca6 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #ffffff00 30%, #198baca6 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */
    }

.negah-holder img {
    width: 56%;
    /*border: 1px solid #1481ae;*/
    /* margin-top: 20px; */
    z-index: -1;
}

@media only screen and (min-width: 1024px) {
    .negah-holder img {
        width: 100%;
    }
}

.logo-holder h3 {
    /* background-color: #198bac;
    color: #f3ffff;
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)); */
    font-size: 1rem;
    font-weight: 600;
    padding: 20px;
    z-index: 10;
}

.vaheds-holder .read-more {
    /* background-color: #2e92bc;
    color: white !important; */
    width: 80%;
    margin: 20px auto;
}

.vaheds-holder {
    /* background-color: #2e92bc; */
    /* width: 70%; */
    /* height: 180px; */
    margin: 30px auto;
    text-align: center;
    padding: 20px;
}

    .vaheds-holder img {
        width: 550px;
        width: 320px;
        margin-top: 20px;
    }

    .vaheds-holder h3 {
        color: #f3ffff;
        font-size: 1rem;
        font-weight: 600;
        padding-top: 15px;
    }

    .vaheds-holder h5 {
        background-color: #fff;
        color: #000000;
        font-size: 1.2rem;
        font-weight: 600;
        border-radius: 10px;
        padding: 5px 10px 5px 10px;
        display: inline;
    }

.divVahedsHead {
    padding-top: 20px;
    padding-bottom: 20px;
    /* background-color: #1481ae;
    color: #f3ffff; */
    font-size: 1.2rem;
    font-weight: 600;
}

.sectionVaheds {
    /* background-color: #2e92bc; */
}

footer {
    padding-top: 50px;
    /* padding-bottom: 50px; */
    direction: rtl;
}

.divfooterLinks {
    color: #525252;
    border-top: 1px solid silver;
    padding-top: 20px;
}

    .divfooterLinks a {
        color: #525252;
    }

        .divfooterLinks a:hover {
            font-weight: 600;
        }

    .divfooterLinks .row {
        padding-top: 15px;
    }

    .divfooterLinks a img {
        height: 100px;
    }

    .divfooterLinks a h5 {
        margin: 0;
        font-size: 1rem;
        font-weight: normal;
    }

    .divfooterLinks a h3 {
        margin: 0;
        font-size: 1.2rem;
    }

.footersection {
    width: 90%;
    margin: auto;
    padding-top: 50px;
}

    .footersection div {
        text-align: center;
    }

.divfooterVaheds {
    color: #525252;
}

    .divfooterVaheds a {
        color: #525252;
        padding-top: 20px;
    }

    .divfooterVaheds .row {
        padding-top: 15px;
    }

/* 
.divfooterSearch {
    width: 100%;
} */

.divfooterSearch {
    text-align: left !important;
}

.divfooterVaheds a h4 {
    margin: 0;
    font-size: 1rem;
}

.sectionFooterVaheds {
    padding-top: 50px;
}

.divfooterSearch input[type=text] {
    width: 250px;
    padding: 6px;
    margin-top: 8px;
    /* border-top: 1px solid #2e92bc;
    border-bottom: 1px solid #2e92bc;
    border-right: 1px solid #2e92bc; */
    border-left: none !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.divfooterSearch button {
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 16px;
    /* background: #1481ae;
    color: #fff; */
    border-radius: 5px;
    cursor: pointer;
    margin-right: -4px;
    border: none;
}

    .divfooterSearch button:hover {
        /* color: #2e92bc;
        background: #eaeaea; */
    }

.divfooterSocial img {
    width: 32px;
}

.sidenav {
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 1000000;
    top: 0;
    right: 0;
    /* background-color: #2f92bc; */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    direction: rtl;
    display: none;
}

    .sidenav a {
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        font-size: 1.5rem;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

    .sidenav .item {
        border-bottom: 1px dotted #fff;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 25px;
        font-size: 2rem;
        margin-right: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.news-holder-head {
    margin-top: -80px;
    padding: 10px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.logo-icon img {
    /*width: 30%;*/
    width: 96px;
    height: 96px;
    -moz-animation: spinHorizontal 8.8s infinite linear;
    -o-animation: spinHorizontal 8.8s infinite linear;
    -webkit-animation: spinHorizontal 8.8s infinite linear;
    animation: spinHorizontal 8.8s infinite linear;
}

.sectionPage {
}

.breadcrumb {
    list-style: none;
    display: inline-flex;
    background-color: #eff5f5;
    width: 100%;
    /*margin-right: 20px;
    margin-left: 20px;*/
    padding: 0;
}

    .breadcrumb li {
        padding: 10px;
        /* background-color: #e2eeee;
        border-left: 1px solid white; */
    }

        .breadcrumb li a {
            /* color: #2ba6d9 !important; */
        }

    .breadcrumb .is-active {
        /* background-color: #b0dcec; */
    }

.sectionPage {
    margin-right: 20px;
    margin-left: 20px;
}

.leftNews {
    margin: 10px;
}

    .leftNews img {
        width: 100%;
    }

#pageDesc, #pageDesc p, #pageDesc div {
    white-space: break-spaces;
}

    #pageDesc a {
        /* color: #43aada; */
    }

    #pageDesc iframe {
        min-height: 500px !important;
    }

@media only screen and (max-width: 1024px) {
    .gallery a iframe {
        min-height: 300px !important;
    }

    #pageDesc iframe {
        height: unset !important;
        min-height: unset !important;
    }
}

.galleryOld {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 20px;
    line-height: 34px;
    box-sizing: border-box;
}

.mediaSetion {
    padding: 30px;
}

.media {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

    .media .pacal-holder video {
        width: 100% !important;
    }

.gallerySetion {
    padding: 30px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

@media only screen and (min-width: 1024px) {
    .gallery > a {
        height: 300px;
    }
}

.gallery > a {
    height: auto;
    flex: 1 1 auto; /* shorthand for flex-grow, flex-shrink, flex-basis */
}

    .gallery > a img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }
/*.gallery a {
        float: right;
    }*/
@media only screen and (max-width: 1024px) {
    .gallery a iframe {
        min-height: unset;
    }
    /*.gallery a iframe {
        width: 24% !important;
    }*/
}

@media only screen and (min-width: 1024px) {
    .gallery a iframe {
        min-height: 500px !important;
    }
    /*.gallery a iframe {
        width: 24% !important;
    }*/
}

.gallery a img {
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    -webkit-filter: grayscale(100%);
    border-radius: 20px;
    /*float: right;
        width: 100%;
        height: auto;
        border: 2px solid #fff;
        -webkit-transition: -webkit-transform .15s ease;
        -moz-transition: -moz-transform .15s ease;
        -o-transition: -o-transform .15s ease;
        -ms-transition: -ms-transform .15s ease;
        transition: transform .15s ease;
        position: relative;
        -webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);
        border-radius: 20px;*/
}

.gallery a video, .gallery a audio, .gallery a iframe {
    float: right;
    width: 100% !important;
    /*width: 100% ;*/
    /*width: 24%;*/
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
    border-radius: 20px;
}

    .gallery a img:hover, .gallery a video:hover, .gallery a audio:hover {
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }

.clear {
    clear: both;
}

.footerLink {
    padding-top: 20px;
}

.vahedfooter {
    padding-bottom: 30px;
}

.plist-item img {
    border: 1px groove solid;
    border-radius: 10px;
    /*margin-left: 10px;*/
    max-width: 170px;
    max-height: 170px;
    text-align: center;
}

.plist-holder {
    /*display: grid;*/
    width: 100%;
    display: inline-block;
}

    .plist-holder a {
        color: gray;
    }

.plist-item {
    text-align: center;
    margin-bottom: 10px;
}

    .plist-item .boxshadow {
        border: 1pt solid silver;
        padding: 15px;
        border-radius: 5px;
        margin: 5px;
        display: flow-root;
    }

    .plist-item .read-more {
        /* background-color: #1481ae;
        color: white !important; */
        width: 200px;
        margin: 0 auto;
        text-align: center;
    }

.p-holder-abs {
    line-height: 1.2rem;
    font-size: 1rem;
}

.p-holder {
    text-align: center;
    /*margin: 10px;*/
    height: 170px;
    background-color: whitesmoke;
    /*padding: 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.p-holder-title {
    height: 150px;
    margin: 10px;
}

@media only screen and (min-width: 1024px) {


    .plist-item {
        text-align: right;
    }

    .p-holder {
        text-align: right;
    }

    .plist-item .read-more {
        /*width: 200px;*/
        /*margin: 0 auto;*/
        /*text-align: center;*/
        float: left;
    }
}

.overlay-gradiant-item {
    position: relative;
}

    .overlay-gradiant-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 300px;
        /* background: linear-gradient(180deg, rgba(0,0,0,0), #2e92bc); */
    }

#pageList a {
    color: black;
}

#pageList img, #pageList video, #pageList audio {
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    border-radius: 20px;
}

    #pageList img:hover, #pageList video:hover, #pageList audio:hover {
        width: 100%;
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }

.sl-image img {
    width: 100%;
    border-radius: 20px;
}

#pageList .pacal-holder {
    padding: 5px;
    text-align: center;
}

.hide {
    display: none;
}
/*.pageviewCarousel .owl-carousel .owl-nav button.owl-next, .pageviewCarousel .owl-carousel .owl-nav button.owl-prev {
    color: #2e92bc;
}*/
.post-social img {
    width: 48px;
}

.CommentSection {
    padding: 20px;
}

    .CommentSection .row {
        margin-top: 10px;
    }

.contactinput {
    width: 100%;
    background-color: whitesmoke;
    border: 1px solid gray;
    height: 50px;
    border-radius: 10px;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

#btnGotoTop {
    display: none;
    bottom: 0px;
    z-index: 99;
    position: fixed;
    right: 0px;
    z-index: 9999;
    text-align: center;
    height: auto;
    line-height: normal;
    padding: 10px !important;
    border-radius: 10px;
}


/*#linkstudent:hover {
    display: inline-block;*/
/*background-image: url('/upload/pageFile/p_135_329953.png');*/
/*}

#linkpolobox:hover {
    display: inline-block;*/
/*background-image: url('/upload/pageFile/p_135_4227295.png');*/
/*}

#linksam:hover {
    display: inline-block;*/
/*background-image: url('/upload/pageFile/p_135_9552169.png');*/
/*}

#linkportal:hover {
    display: inline-block;*/
/*background-image: url('/upload/pageFile/p_135_5495643.png');*/
/*}

#linkchargoon:hover {
    display: inline-block;*/
/*background-image: url('/upload/pageFile/p_135_6814508.png');*/
/*}

#linksaman:hover {
    display: inline-block;*/
/*background-image: url('/upload/pageFile/p_135_0887232.png');*/
/*}

#linkjazb:hover {
    display: inline-block;*/
/*background-image: url('/upload/pageFile/p_135_7694092.png');*/
/*}

#linksms:hover {
    display: inline-block;*/
/*background-image: url('/upload/pageFile/p_135_8662458.png');*/
/*}*/

.imgLink > img {
    transition: transform .2s;
}

    .imgLink > img:hover {
        transform: scale(1.1);
        /*opacity: 0;*/
    }

.white-break-spaces {
    white-space: break-spaces;
}

#formrowModal {
    margin: 20px;
    padding: 20px;
    border: 1px solid silver;
    border-radius: 0.25rem;
    /*background-color: #2e92bc75;*/
    border: 1px solid gray;
    border-radius: 0.25rem;
    background-color: whitesmoke;
}

    #formrowModal button {
        font-family: 'SDF', Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif !important;
        /* color: #fff; */
        /* border-color: #0a58ca; */
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        /* color: #212529; */
        text-align: center;
    }

    #formrowModal input[type="checkbox"] {
        /*outline: 3px solid black;*/
        /*display: block;
        width: 100%;
        padding: 10px 0 10px 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    }

    #formrowModal input[type="text"] {
        display: block;
        width: 100%;
        padding: 10px 0 10px 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    #formrowModal textarea {
        display: block;
        width: 100%;
        height: 100px;
        padding: 10px 0 10px 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    #formrowModal select {
        font-family: 'SDF', Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif !important;
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
    }

.soalDownload {
    color: #2ba6d9 !important;
}

#divList {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 20px;
    padding: 20px;
}
