﻿@font-face {
    font-family: "YekanNumbers";
    src: url(/Styles/Fonts/YekanNumbers-Regular.eot);
    src: url(/Styles/Fonts/YekanNumbers-Regular.eot?#iefix) format("embedded-opentype"),url(/Styles/Fonts/YekanNumbers-Regular.woff) format("woff"),url(/Styles/Fonts/YekanNumbers-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    src: url(/Styles/Fonts/IRANSansWeb_Bold.eot);
    src: url(/Styles/Fonts/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"),url(/Styles/Fonts/IRANSansWeb_Bold.woff2) format("woff2"),url(/Styles/Fonts/IRANSansWeb_Bold.woff) format("woff"),url(/Styles/Fonts/IRANSansWeb_Bold.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url(/Styles/Fonts/IRANSansWeb_Medium.eot);
    src: url(/Styles/Fonts/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"),url(/Styles/Fonts/IRANSansWeb_Medium.woff2) format("woff2"),url(/Styles/Fonts/IRANSansWeb_Medium.woff) format("woff"),url(/Styles/Fonts/IRANSansWeb_Medium.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url(/Styles/Fonts/IRANSansWeb_Light.eot);
    src: url(/Styles/Fonts/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"),url(/Styles/Fonts/IRANSansWeb_Light.woff2) format("woff2"),url(/Styles/Fonts/IRANSansWeb_Light.woff) format("woff"),url(/Styles/Fonts/IRANSansWeb_Light.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url(/Styles/Fonts/IRANSansWeb_UltraLight.eot);
    src: url(/Styles/Fonts/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"),url(/Styles/Fonts/IRANSansWeb_UltraLight.woff2) format("woff2"),url(/Styles/Fonts/IRANSansWeb_UltraLight.woff) format("woff"),url(/Styles/Fonts/IRANSansWeb_UltraLight.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(/Styles/Fonts/IRANSansWeb.eot);
    src: url(/Styles/Fonts/IRANSansWeb.eot?#iefix) format("embedded-opentype"),url(/Styles/Fonts/IRANSansWeb.woff2) format("woff2"),url(/Styles/Fonts/IRANSansWeb.woff) format("woff"),url(/Styles/Fonts/IRANSansWeb.ttf) format("truetype");
}

@font-face {
    font-family: 'BNasimBold';
    src: url('fonts/bbc-nassim-bold.eot?#') format('eot'), /* IE6–8 */
    url('fonts/bbc-nassim-bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/bbc-nassim-bold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: "IRAN-web";
    src: url(/styles/fonts/IRAN-web.eot?#iefix) format('eot'),url(/styles/fonts/IRAN-web.woff2) format('woff2'),url(/styles/fonts/IRAN-web.woff) format('woff'),url(/styles/fonts/IRAN-web.ttf) format('truetype');
}


input, textarea, button, select, form {
    font-family: "IRANSans", tahoma !important;
}

a {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    outline: none !important;
    font-family: IRANSans;
    text-decoration: none;
}

    a:focus, a:hover {
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        text-decoration: none;
    }

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: IRANSans;
    background: rgb(249, 249, 249);
}

@media only screen and (max-width: 991px) {
    .col-3 {
        padding: 0;
    }

    .col-2 {
        padding: 0;
    }

    .slides .item .img-slide {
        width: 100%;
        height: 260px;
    }

    .search-box {
        margin-left: 0 !important;
    }

    nav {
        margin-top: 0 !important;
    }

    .search-1 {
        display: none;
    }

    .pis .item img.img-slide1 {
        height: 280px;
        width: 100%;
    }

    .pis {
        height: 280px;
    }
}

@media only screen and (min-width: 991px) {
    .pis .item img.img-slide1 {
        height: 290px;
        width: 100%;
    }

    .pis {
        height: 290px;
    }

    .col-1 {
        padding-right: 0px;
    }

    .cn {
        padding-right: 0;
        width: 29%;
    }

    .img-slide {
        height: 330px !important;
        width: 100%;
    }

    .pic .item .img-slide1 {
        height: 343px;
        width: 100%;
    }

    .pic {
        height: 343px;
    }

    .cs {
        width: 42%;
        padding: 0;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .container {
        width: 990px;
        padding: 0 2px;
    }
}

@media only screen and (min-width: 560px) and (max-width: 990px) {
    .col-8 {
        width: 33.3333%;
    }

    .right h3 {
        font-size: 13px !important;
        margin-top: 22px !important;
    }

    .logo-left h3 {
        font-size: 13px !important;
        margin-top: 23px !important;
    }
}

@media only screen and (max-width: 767px) {
    .xx {
        display: none;
    }

    .swimmingbar {
        display: none;
    }

    .left {
        display: none;
    }

    .xd {
        float: right;
        width: 100%;
        padding: 0 3px;
    }

    .main-header {
        padding: 0 !important;
    }

    .box-main {
        margin-top: 3px !important;
    }

    a.brand-logo img {
        float: right;
        width: 90px !important;
        height: 90px !important;
    }

    .right h3 {
        font-size: 11px !important;
        margin-top: 14px !important;
    }

    span.text-muted.small {
        font-size: 9px !important;
    }

    .right p {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 560px) {
    .lblsearch td {
        float: right;
        width: 100%;
        margin-bottom: 10px;
    }

    .xss {
        width: 100%;
    }

    .text {
        width: 100%;
    }

    .lbls {
        margin: 10px 0;
        font-size: 14px;
    }

    .rows-news img {
        height: 140px !important;
    }


    .carousel-caption h3 {
        font-size: 13px !important;
    }

    .pic .item img.img-slide1 {
        height: 280px;
        width: 100%;
    }

    .pic {
        height: 280px;
        width: 100%;
    }

    .gallery .thumbnail img {
        height: 150px !important;
    }

    .gallery .thumbnail {
        height: 150px !important;
    }

    .btnlist {
        display: block !important;
    }

    .btn-tab {
        width: 49% !important;
        border-radius: 5px !important;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 560px) {
    .col-4 {
        width: 49% !important;
        height: 346px !important;
        margin-left: 1%;
    }

    .col-5 {
        width: 49% !important;
        margin-left: 1%;
    }

    .pic {
        height: 343px;
        width: 100%;
    }

        .pic .item img.img-slide1 {
            height: 343px;
            width: 100%;
        }

    .img-slide {
        height: 400px !important;
        width: 100%;
    }

    .btnlist {
        display: block !important;
    }

    .btn-tab {
        width: 32.888% !important;
        border-radius: 5px !important;
        margin-top: 10px;
    }
}

.wrapper {
    float: right;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swimmingbar {
    color: #545454;
    background-color: rgb(241 241 241);
    width: 100%;
    height: 42px;
    font-size: 0.8em;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #e8e8e8;
}

.text-left {
    float: left;
    width: 100%;
    margin-top: 1px;
}

.btn-floating {
    display: inline-block;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 34px;
    height: 34px;
    line-height: 40px;
    padding: 0;
    background-color: #424fab;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
    font-size: 17px;
    text-align: center;
}

    .btn-floating:hover {
        background-color: #55acee;
        color: #fff;
    }

.newsticker {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 35px;
    text-align: right;
    float: right;
    margin-top: 8px;
}

    .newsticker ul {
        position: relative !important;
        float: right;
        width: 100%;
        padding: 0;
        margin: 0
    }

        .newsticker ul li {
            float: right;
            width: 100% !important;
            padding: 0;
            color: #97a3a9;
            letter-spacing: -1px;
            height: 31px !important;
            line-height: 28px;
            list-style: none;
            white-space: nowrap;
            padding-right: 2px;
        }

            .newsticker ul li:hover.newsticker ul li a {
                color: #b1700e;
            }

            .newsticker ul li a {
                float: right;
                font-size: 14px;
                font-weight: 500;
                color: #545454;
                font-weight: 500;
            }

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

.main-header {
    float: right;
    width: 100%;
    padding: 0 15px;
}

.box-main {
    float: right;
    width: 100%;
    padding-top: 12px;
}

a.brand-logo {
    float: right;
    position: relative;
    z-index: 2;
}

    a.brand-logo img {
        float: left;
        width: 120px;
        height: 120px;
        position: relative;
        z-index: 2;
    }

.right {
    float: right;
}

.left {
    float: left
}


.right h3 {
    float: right;
    font-size: 16px;
    font-weight: 700;
    color: #606061;
    margin-top: 12px;
}

span.text-muted.small {
    float: right;
    font-size: 12px;
    width: 100%;
    font-weight: 300;
    margin-bottom: 7px;
    margin-top: 3px;
}

.right p {
    font-size: 14px;
    font-weight: 500;
    color: #606061;
    float: right;
    margin-top: 6px;
}

a.brand-logo-left {
    float: left;
    position: relative;
    z-index: 2;
}

.left-img {
    float: left;
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 2;
}

.logo-left {
    float: left;
}

    .logo-left h3 {
        font-size: 16px;
        font-weight: 700;
        color: #606061;
        margin-top: 12px;
        float: right;
    }

    .logo-left span {
        float: left;
        font-size: 14px;
        width: 100%;
        font-weight: 300;
        margin-bottom: 5px;
        text-align: left;
        color: #606061;
    }

    .logo-left p {
        float: left;
        font-size: 14px;
        font-weight: 500;
        color: #606061;
        margin-top: 7px;
    }

nav {
    position: relative;
    color: #fff;
    background-color: #424fab;
    width: 100%;
    height: 50px;
    line-height: 56px;
    margin-top: -23px;
    float: right;
    width: 100%;
}

.main-menu {
    direction: rtl;
    float: right;
    width: 100%;
    padding-right: 11%;
    margin-top: -5px;
}

.menu {
    float: right;
    padding: 0;
    width: 100%;
}

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 20px;
    font-size: 0;
}

    .menu-mobile:after {
        padding: 0;
        position: absolute;
        content: "\f0c9";
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-size: 29px;
        float: left;
        line-height: 19px;
        color: #ffffff;
        top: 8px;
        right: 10px;
    }

.menu-dropdown-icon:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    display: none;
    cursor: pointer;
    float: right;
    color: #e4f1fb;
    line-height: 66px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 8pt;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    float: right;
}

    .menu > ul:before,
    .menu > ul:after {
        content: "";
        display: table;
    }

    .menu > ul:after {
        clear: both;
    }

    .menu > ul > li {
        float: right;
        padding: 0;
        margin: 0;
        position: relative;
    }

        .menu > ul > li:last-child {
            border-left: none;
        }

        .menu > ul > li a:hover {
            color: #e0dede;
        }


        .menu > ul > li a {
            text-decoration: none;
            padding: 0 16px;
            display: block;
            color: #f9f9f9;
            font-weight: 500;
            font-size: 14px;
        }

            .menu > ul > li a:last-child {
                border-left: none;
            }

        /*.menu > ul > li:hover {
            background: #004083;
            color: #fff;
        }
         .menu > ul > li:hover a{
             color:#fff;
         }*/

        .menu > ul > li > ul {
            display: none;
            min-width: 220px;
            max-width: 250px;
            position: absolute;
            z-index: 99;
            right: 0px;
            margin: 0;
            list-style: none;
            box-sizing: border-box;
            -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
            -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
            box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
            background: #424fab;
            margin-top: 0px;
            padding-top: 0;
            padding: 0;
        }

            .menu > ul > li > ul:before,
            .menu > ul > li > ul:after {
                content: "";
                display: table;
            }

            .menu > ul > li > ul:after {
                clear: both;
            }

            .menu > ul > li > ul > li {
                margin: 0;
                padding-bottom: 0;
                list-style: none;
                width: 100%;
                background: none;
                float: left;
            }

                .menu > ul > li > ul > li:hover a {
                    background: #646eb8;
                    color: #eaeaea;
                }

                .menu > ul > li > ul > li a {
                    color: #3b3d3f;
                    padding: .2em 0;
                    width: 100%;
                    display: block;
                    font-weight: 500;
                    padding: 10px 15px;
                    text-align: right;
                    position: relative;
                    color: #ffffff !important;
                    display: block;
                    font-size: 10pt;
                    padding: 9px 8px 9px 7px;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                    text-align: -moz-right !important;
                    text-align: -webkit-right !important;
                    text-align: right !important;
                    border-bottom: 1px dotted #b9bdbf;
                    line-height: 22px;
                }



                .menu > ul > li > ul > li > ul {
                    display: none;
                    padding: 0;
                    margin: 10px 0 0;
                    list-style: none;
                    box-sizing: border-box;
                    float: right;
                    right: 220px;
                    position: absolute;
                    width: 200px;
                    background: #646eb8;
                    margin-top: -31px;
                    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
                    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
                    box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
                }

                    .menu > ul > li > ul > li > ul:before,
                    .menu > ul > li > ul > li > ul:after {
                        content: "";
                        display: table;
                    }

                    .menu > ul > li > ul > li > ul:after {
                        clear: both;
                    }

                    .menu > ul > li > ul > li > ul > li {
                        float: right;
                        width: 100%;
                        padding: 2px 7px;
                        margin: 0;
                        font-size: .8em;
                        border-bottom: 1px dotted #ccc;
                    }

                        .menu > ul > li > ul > li > ul > li a {
                            border: 0;
                        }

            .menu > ul > li > ul.normal-sub {
                min-width: 240px;
                left: auto;
                padding: 0;
                max-width: 300px;
            }

                .menu > ul > li > ul.normal-sub > li {
                    width: 100%;
                }

                    .menu > ul > li > ul.normal-sub > li a {
                        padding: 10px 15px;
                    }

.content-body p {
    font-family: IRANSans !important;
    font-size: 13px !important;
}

.content-body {
    font-family: IRANSans !important;
    font-size: 13px !important;
}

    .content-body span {
        font-family: IRANSans !important;
        font-size: 13px !important;
    }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 991px) {


    .main-menu {
        border: none !important;
        margin-top: 5px !important;
        margin-bottom: 15px;
        padding: 0;
        margin: 0;
        right: 0;
        position: absolute;
    }

    .menu {
        position: relative;
        z-index: 20;
        height: 35px;
        background: #424fab;
    }

        .menu > ul > li > ul {
            box-shadow: none;
            border-top: none;
        }

        .menu > ul > li a:hover {
            background: #497bb8;
            color: #FFF;
        }


    .menu-container {
        width: 100%;
    }

    .menu-mobile {
        display: block;
        margin-top: 0;
        padding: 0 !important;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
        background: #424fab;
    }

        .menu > ul > li {
            width: 100%;
            float: none;
            display: block;
            padding: 2px;
            border-bottom: 1px solid #ededf3;
            background: #424fab;
        }

            .menu > ul > li a {
                padding: 3px 31px;
                width: 100%;
                display: block;
                font-size: 14px;
            }



            .menu > ul > li > ul {
                position: relative;
                max-width: 100% !important;
                padding: 0;
                list-style: none;
            }

                .menu > ul > li > ul.normal-sub {
                    width: 100%;
                }

                .menu > ul > li > ul > li {
                    float: none;
                }

                    .menu > ul > li > ul > li a {
                        font-size: 13px;
                        width: 100%;
                        padding: 15px 14px !important;
                    }

                    .menu > ul > li > ul > li:first-child {
                        margin: 0;
                    }

                    .menu > ul > li > ul > li > ul {
                        position: relative;
                    }

                        .menu > ul > li > ul > li > ul > li {
                            float: none;
                        }

    .menu .show-on-mobile {
        display: block;
        width: 100%;
        float: right;
        position: absolute;
        top: 46px;
    }
}

.search {
    float: right;
    width: 75%;
    font-weight: 300;
    background-color: aliceblue;
    border: none;
    color: #333;
    border-radius: 50px;
    outline: none;
    height: 39px;
    font-size: 14px;
    margin-top: 8px;
    padding-right: 11px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.btnsearch1 {
    background-color: #424fab;
    margin-bottom: 6px;
    margin-left: -2px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    height: 41px;
    border: 2px solid #55acee;
    font-size: 18px;
}

.box-search {
    float: left;
    width: 100%;
    position: relative;
}

.icon-search {
    position: absolute;
    right: 190px;
    top: 4px;
}

.content {
    float: right;
    width: 100%;
    background: #fff;
    margin-top: 16px;
    padding: 15px 0;
}

.transition-timer-carousel .carousel-caption {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgb(0 0 0 / 10%)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 12%) 4%,rgb(0 0 0 / 43%) 32%,rgb(0 0 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0;
    text-align: left;
    padding-top: 32px;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 25px;
}

    .transition-timer-carousel .carousel-caption .carousel-caption-header {
        margin-top: 10px;
        font-size: 24px;
    }

@media (min-width: 970px) {
    /* Lower the font size of the carousel caption header so that our caption
    doesn't take up the full image/slide on smaller screens */
    .transition-timer-carousel .carousel-caption .carousel-caption-header {
        font-size: 36px;
    }
}

.transition-timer-carousel .carousel-indicators {
    bottom: 0px;
    margin-bottom: 5px;
}

.transition-timer-carousel .carousel-control {
    z-index: 9;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #fbd21d;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}

    .transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
        /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
        -webkit-transition: width 4.25s linear;
        -moz-transition: width 4.25s linear;
        -o-transition: width 4.25s linear;
        transition: width 4.25s linear;
    }

.carousel-caption h3 {
    float: right;
    width: 100%;
    font-size: 16px;
    text-align: right;
    line-height: 27px;
    padding-top: 10px;
    margin: 0;
}

.card-stacked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    height: 6px;
    color: aliceblue;
    padding: 9px 1.25rem;
    margin-bottom: 0;
    background-color: #424fab;
    border-bottom: 4px solid #FFD21C;
    border-bottom-color: #FFD21C;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
}

.card-header-title1 {
    z-index: 3;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    color: aliceblue;
    margin-bottom: 0px;
    margin-top: 11px;
    background-position-y: 100%;
    background-position-x: unset;
    background-image: url(/Images/header.png) !important;
    padding: 0px 10px 15px 45px;
}

.news-group-item {
    display: flex;
    border-left: 0px;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 2px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
    height: 65px;
    line-height: 22px;
    overflow: hidden;
    padding: 4px 6px;
}

    .news-group-item:hover {
        background: #eae9e9;
    }

.newslink {
    padding-right: 5px;
    color: #403e3e;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    text-align: justify;
}

.card-body {
    float: right;
    width: 100%;
    margin-top: 30px;
}

    .card-body ul {
        list-style: none;
        float: right;
        width: 100%;
        padding: 0;
    }

.news-right {
    margin-bottom: 15px;
    background-color: #F2F2F2;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    float: right;
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
}

.news-group-item i {
    font-size: 8px;
    float: right;
    line-height: 25px;
    color: #424da9;
    margin-left: 3px;
}

.pt-5 {
    padding-top: 3rem !important;
    padding: 20px 8%;
}

.text-center {
    text-align: center !important;
}

.inlineb {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    float: right;
    width: 100%;
    margin: 10px 0;
    background: #424fab;
    border-radius: 50px;
    padding: 10px 12px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

    .inlineb:hover {
        background-color: #1976d2;
        color: #fff;
    }

.Special {
    float: right;
    width: 100%;
    height: 45px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    padding-top: 5px;
    margin-bottom: 13px;
}

.Special-title {
    display: block;
    float: right;
    padding: 10px 13px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    background: #424fab;
    height: 50px;
    width: 15%;
    text-align: center;
}

.Special .nt {
    float: right;
    width: 85%;
    background: rgb(51, 51, 51);
    margin: 0;
    height: 40px !important;
    padding-top: 5px;
    padding-right: 10px;
}

    .Special .nt .ticker2 {
    }

        .Special .nt .ticker2 li a {
            color: #fff;
            font-weight: 300;
        }

.btnlist {
    display: flex;
    justify-content: space-between;
    float: right;
    width: 100%;
}

.btn-tab {
    font-size: 14px;
    transition: all 0.4s;
    font-weight: 600;
    color: #5f5f65;
    text-align: center;
    width: 14%;
    background-image: linear-gradient(to bottom, #FFFFFF, #C9C9C9);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 52px;
    padding: 0 12px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .1);
}

    .btn-tab:hover {
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .3);
        background-color: rgba(194, 209, 224, 0.78);
    }

section {
    float: right;
    width: 100%;
    margin-top: 25px;
}

.news-box-item {
    display: flex;
    border-left: 0px;
    position: relative;
    margin-bottom: 2px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
    height: 85px;
    line-height: 20px;
    padding: 3px 10px;
}

    .news-box-item:hover {
        background: #eae9e9;
    }

    .news-box-item img {
        float: right;
        width: 78px;
        height: 65px;
        margin-top: 2px;
    }

    .news-box-item a {
        float: right;
        font-size: 12px;
        line-height: 19px;
    }

.center {
    height: 365px;
}

.news-box-item a i {
    font-size: 8px;
    float: right;
    line-height: 25px;
    color: #424da9;
    margin-left: 7px;
}
/*//////////tab//////////*/
/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 0;
    clear: both;
    width: 100%;
    float: right;
    list-style: none;
    padding: 0;
    text-align: center;
}

    .panel-tabs > li {
        float: right;
        margin-bottom: -1px;
        width: 50%;
        text-align: center;
        padding: 0 2%;
    }

        .panel-tabs > li > a {
            margin-right: 2px;
            margin-top: 4px;
            color: #ffffff;
            font-weight: 500;
            font-size: 14px;
        }

            .panel-tabs > li > a:hover {
                background: none;
            }

        .panel-tabs > li.active > a,
        .panel-tabs > li.active > a:hover,
        .panel-tabs > li.active > a:focus {
            padding-bottom: 6px;
            border-bottom: 3px solid #FFD21C;
            border-bottom-color: #FFD21C;
            background: #424fab
        }

.panel-primary > .panel-heading {
    border-radius: 3px 3px 0 0;
    line-height: 13px;
    color: aliceblue;
    padding: 2px;
    margin-bottom: 0;
    background-color: #424fab;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
    float: right;
    width: 100%;
}

.pull-right {
    float: right;
    width: 100%;
}
/*////////endtab//////////*/
.news-right.panel-primary {
    height: 366px;
}

.fd {
    height: 85px;
}

    .fd .img-news {
        width: 85px;
        height: 65px;
        margin-top: 5px;
    }

.panel-body {
    padding: 0;
    float: right;
}
/*/////slider2//////////*/
.carousel-indicators .active {
    background-color: #2980b9;
}


.carousel-control {
    width: 0;
}



    .carousel-control.left span {
        padding: 15px;
        left: 18px;
    }

    .carousel-control.right span {
        padding: 15px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 45%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 0;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 0;
    }

    .carousel-control.left span,
    .carousel-control.right span {
    }

        .carousel-control.left span:hover,
        .carousel-control.right span:hover {
            opacity: .7;
            filter: alpha(opacity=70);
        }

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

    .header-text h2 {
        font-size: 40px;
    }

        .header-text h2 span {
            background-color: #2980b9;
            padding: 10px;
        }

    .header-text h3 span {
        background-color: #000;
        padding: 15px;
    }

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

    .btn-theme:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

.pis .carousel-caption {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 3%;
    padding-right: 3%;
}

.pic .carousel-caption {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 3%;
    padding-right: 3%;
}
/*////////////ende slide2////////////*/
.pic h3 {
    font-size: 15px;
}

.pis h3 {
    font-size: 13px;
}

.carousel-indicators {
    bottom: -6px;
}

.card {
    margin-bottom: 15px;
    background-color: #F2F2F2;
    float: right;
    width: 100%;
}

.page-footer {
    float: right;
    width: 100%;
    padding-top: 20px;
    color: #fff;
    background-color: #424fab;
    margin-top: 20px;
}

.link-footer {
    float: right;
    width: 100%;
}

    .link-footer h5 {
        float: right;
        font-size: 15px;
        font-weight: 500;
        border-bottom: 2px solid #fbd21d;
        padding-bottom: 12px;
        padding-right: 5px;
        padding-left: 10px;
    }

    .link-footer ul {
        float: right;
        width: 100%;
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }

        .link-footer ul li a {
            float: right;
            width: 100%;
            padding: 10px 0;
            color: #fff;
            font-size: 15px;
            font-weight: 300;
        }

    .link-footer p {
        float: right;
        width: 100%;
        margin-top: 5px;
        line-height: 35px;
        font-size: 15px;
        font-weight: 300;
    }

        .link-footer p i {
            font-size: 14px;
            margin-left: 3px;
            color: #fbd21d;
        }

.txt {
    font-family: IRANSans;
    background-color: aliceblue;
    border: none;
    padding: 8px 10px;
    color: #333;
    border-radius: 50px;
    outline: none;
    height: 20px;
    width: 96%;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding-right: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    font-size: 13px;
    font-weight: 300;
}

.txt-v {
    color: #5f5d5d;
    width: 100%;
    height: 69px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 5px;
    border-radius: 5px;
}

#btn_send {
    position: relative;
    cursor: pointer;
    float: left;
    background-color: #424fab;
    border-radius: 50px;
    border: 1px solid #424fab00;
    webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 21%), 0 1px 5px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 36%), 0 3px 1px -2px rgb(0 0 0 / 50%), 0 1px 5px 0 rgb(0 0 0 / 40%);
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
}

.footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08);
}

.text-center {
    text-align: center !important;
}

.rows-news {
    float: right;
    width: 100%;
    margin: 5px 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 4px;
}

    .rows-news img {
        float: right;
        width: 100%;
        border-radius: 3px;
        margin-bottom: 10px;
        height: 100px;
    }

    .rows-news strong {
        float: right;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
    }

    .rows-news h3 {
        float: right;
        width: 100%;
        font-size: 15px;
        line-height: 29px;
        font-weight: 500;
        text-align: justify;
        color: #5d5b5b;
    }

    .rows-news p {
        float: right;
        width: 100%;
        font-size: 13px;
        font-weight: 300;
        text-align: justify;
        color: #5d5b5b;
    }

    .rows-news span {
        font-size: 14px;
        color: #6d6d6d;
    }

.main-content {
    float: right;
    width: 100%;
    margin-top: 25px;
}

.height {
    height: auto;
}

.news-right.panel-primary.height-tab {
    height: auto;
}

.frm {
    float: right;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 20px;
}

.contentinfo {
    background-color: #f1f1f1;
    border: 1px solid #e8e8e8;
    float: right;
    width: 100%;
    padding: 3px 10px;
}

    .contentinfo span {
        float: right;
        margin-left: 14px;
        font-size: 15px;
        color: #797a7b;
        font-weight: 500;
        margin-top: 11px;
    }

        .contentinfo span i {
            margin-left: 6px;
        }

.btn-tw {
    color: #fff;
    background-color: #55acee;
}

.boxWhite {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.dtl-title {
    text-align: justify;
    font-size: 16px;
    color: rgb(104 106 117);
    line-height: 27px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: IRANSans;
    float: right;
    width: 100%;
    position: relative;
    /*padding-right: 13px;*/
}

/*.dtl-title:before {
        content: "\f0d9";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        float: right;
        position: absolute;
        top: 6px;
        right: 0;
    }*/

.dtl-text {
    text-align: justify;
    font-size: 15px;
    color: #565656;
    line-height: 25px;
    font-family: IRANSans;
    width: 100%;
    font-weight: 300;
    /* background: #f5f5f5; */
    float: right;
    border-radius: 5px;
    /* padding: 15px 12px; */
    /* border: 1px solid #ececec; */
}

/*.dtl-text:before {
        content: "\f044";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        padding-left: 5px;
        border-left: 1px solid #85898e;
        margin-left: 10px;
    }*/

.content-picture {
    width: 100%;
    margin-bottom: 10px;
    float: right;
    text-align: center;
}

.newsimg {
}

.newsImg {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    width: 330px;
    height: 220px;
}

.contents-body {
    font-family: IRANSans !important;
    float: right;
    width: 100%;
    margin-top: 15px;
    font-weight: 300;
    font-size: 14px !important;
    text-align: justify;
    line-height: 25px;
    font-weight: 300;
    margin-top: 50px;
}

    .contents-body p {
        font-size: 14px !important;
        float: right;
        width: 100%;
        font-family: IRANSans !important;
        font-weight: 300;
        padding: 0;
        direction: rtl;
        text-align: justify !important;
        line-height: 25px;
        color: #3e3d3d;
        margin: 0;
    }

    .contents-body span {
        font-size: 14px !important;
        float: right;
        width: 100%;
        font-family: IRANSans !important;
        font-weight: 300;
        padding: 0;
        direction: rtl;
        text-align: justify !important;
        line-height: 25px;
        color: #191818;
        margin: 0;
    }

.map_canvas {
    border: 2px solid #cecfd0;
    margin-bottom: 30px;
}

.info-contact {
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .info-contact p {
        font-size: 14px;
        color: #737272;
        width: 100%;
        float: left;
        background: rgb(249, 249, 249);
        border-radius: 5px;
        padding: 5px 15px;
        margin: 2px 0px 7px 1px;
        text-align: justify;
        font-weight: 500;
        line-height: 27px;
    }

        .info-contact p i {
        }

        .info-contact p span {
            font-size: 10pt;
            color: #4f4e4e;
            width: 100%;
            float: left;
            background: rgb(249, 249, 249);
            border-radius: 5px;
            padding: 10px 15px;
            margin: 2px 0px 7px 1px;
            text-align: justify;
            font-weight: 500;
            line-height: 25px;
        }

        .info-contact p i {
            font-size: 16px;
            color: #424fab;
            margin-left: 10px;
            width: 16px;
            float: right;
        }

.contact {
    direction: rtl;
    float: right;
    width: 100%;
}

    .contact label {
        font-size: 12px;
        padding-left: 1%;
        color: #6b6b6b;
        font-weight: 600;
        float: right;
    }

.wrapper-contact {
    float: right;
    width: 100%;
    padding: 0 4%;
}

.contact .txt {
    width: 80%;
    border-radius: 5px;
    border: 1px solid #deecf9;
}

.btn-contact {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10pt;
    color: #fff;
    padding: 6px 10px 6px 10px;
    border: 2px solid #ffffff;
    background: #424fab;
    border-radius: 6px;
    margin-right: 0px;
    cursor: pointer;
    float: left;
    margin-left: 10%;
    font-weight: 500;
}

.title {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}

    .title:before {
        content: '';
        width: 8px;
        height: 8px;
        background-color: #424fab;
        left: 0;
        right: 0;
        margin: auto;
        top: 39px;
        position: absolute;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .title strong {
        color: #497bb8;
        display: block;
        font-size: 13pt;
        position: relative;
        width: 300px;
        margin: auto;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

        .title strong:before {
            content: '';
            width: 125px;
            position: absolute;
            right: 0;
            bottom: 0;
            height: 1px;
            background-color: #b5b7b9;
        }

        .title strong:after {
            content: '';
            width: 125px;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            background-color: #b5b7b9;
        }

    .title span {
        color: #4d4d4d;
        font-size: 10pt;
    }

.pis .item img {
    width: 100%;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

    .grid figure img {
        position: relative;
        display: block;
        height: 250px;
        width: 100%;
        opacity: 0.8;
        margin: 0;
        border-radius: 5px;
    }

    .grid figure figcaption {
        /* padding: 10px; */
        /* color: #fff; */
        /* text-transform: uppercase; */
        /* font-size: 1.25em; */
        /* -webkit-backface-visibility: hidden; */
        /* backface-visibility: hidden; */
    }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption,
        .grid figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .grid figure figcaption > a {
                z-index: 1000;
                font-size: 0;
            }

    .grid figure h2 {
        word-spacing: -0.15em;
        font-weight: 300;
    }

        .grid figure h2 span {
            font-weight: 300;
        }

    .grid figure h2,
    .grid figure p {
        margin: 0;
    }

    .grid figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }



figure.effect-ravi {
    background: #000000a6;
    margin: 0;
    margin-bottom: 7px;
    border-radius: 3px;
    width: 100%;
}

.grid [class^="col"] {
    padding: 2px;
}

figure.effect-ravi h2 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
}

figure.effect-ravi h2 {
    position: absolute;
    top: 88%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    height: 60px;
    width: 100%;
    padding: 5px;
    z-index: 10000;
    color: #fff;
    background: #1122335c;
}

figure.effect-ravi p {
    position: absolute;
    top: 57%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    height: 80px;
    width: 100%;
}

figure.effect-ravi figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    transform-origin: 41%;
}

figure.effect-ravi p {
    width: 100px;
    text-transform: none;
    font-size: 121%;
    line-height: 2;
}

    figure.effect-ravi p a {
        color: #fff;
    }

        figure.effect-ravi p a:hover,
        figure.effect-ravi p a:focus {
            opacity: 0.6;
        }

        figure.effect-ravi p a i {
            opacity: 0;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
        }

        figure.effect-ravi p a:first-child i {
            -webkit-transform: translate3d(-60px, -60px, 0);
            transform: translate3d(-60px, -60px, 0);
        }

        figure.effect-ravi p a:nth-child(2) i {
            -webkit-transform: translate3d(60px, -60px, 0);
            transform: translate3d(60px, -60px, 0);
        }

        figure.effect-ravi p a:nth-child(3) i {
            -webkit-transform: translate3d(-60px, 60px, 0);
            transform: translate3d(-60px, 60px, 0);
        }

        figure.effect-ravi p a:nth-child(4) i {
            -webkit-transform: translate3d(60px, 60px, 0);
            transform: translate3d(60px, 60px, 0);
        }

figure.effect-ravi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

figure.effect-ravi:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

figure.effect-ravi:hover p i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* just because it's stronger than nth-child */
    opacity: 1;
}

.link-footer h5 span strong {
    font-weight: 500;
}

.fancybox-lock .fancybox-overlay {
    background: #000000a3;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 !important;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/Images/fancybox_sprite.png') !important;
}

.gallery {
    display: inline-block;
    margin-top: 20px;
    float: right;
    width: 100%;
    padding: 0;
}

    .gallery .thumbnail {
        float: right;
        width: 100%;
        height: 200px;
        padding: 0;
        border: none;
        transition: all 0.5s ease;
        box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
        border-radius: 1px;
        margin-bottom: 12px;
    }

        .gallery .thumbnail img {
            float: right;
            width: 100%;
            height: 200px;
        }

.top-title {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
    margin-top: 20px;
}

    .top-title:before {
        content: '';
        width: 8px;
        height: 8px;
        background-color: #2980dc;
        left: 0;
        right: 0;
        margin: auto;
        top: 39px;
        position: absolute;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .top-title strong {
        color: #497bb8;
        display: block;
        font-size: 13pt;
        position: relative;
        width: 300px;
        margin: auto;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

        .top-title strong:before {
            content: '';
            width: 125px;
            position: absolute;
            right: 0;
            bottom: 0;
            height: 1px;
            background-color: #b5b7b9;
        }

        .top-title strong:after {
            content: '';
            width: 125px;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            background-color: #b5b7b9;
        }

    .top-title span {
        color: #4d4d4d;
        font-size: 10pt;
    }

.top-item {
    float: right;
    width: 100%;
    margin-bottom: 60px;
    /* text-align: center; */
}

    .top-item span {
        padding: 5px 10px;
        margin-left: 7px;
        background: #eaeaea;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 500;
        color: #424fab;
        box-shadow: 1px 1px 0px 0px #bdbdbf;
    }

a.btn-archive {
    color: #5f5d5d;
    font-weight: 500;
    border: 1px solid #d3d3d3;
    padding: 3px 5px;
    background: #e2e2e2;
    border-radius: 5px;
    position: absolute;
    bottom: 9px;
    left: 30%;
    font-size: 12px;
}

.inlineb {
    color: #fff;
}

    .inlineb:focus {
        color: #fff;
    }

.search-1 {
    float: left;
    position: relative;
    width: 285px;
    margin-left: 38px;
}

.text-right h3 {
    font-size: 22px;
    font-weight: 600;
    color: #717171;
}

.lbl {
    float: right;
    width: auto;
}

    .lbl span {
        float: right;
        margin-left: 14px;
        font-size: 14px;
        color: #797a7b;
        font-weight: 500;
        margin-top: 8px;
    }

    .lbl i {
        float: right;
        margin-left: 10px;
        line-height: 37px;
        color: #616163;
        font-size: 18px;
    }

.tag {
    float: right;
    width: 100%;
    margin-top: 30px;
    border-top: 1px dashed #ccc;
    font-size: 13px;
    font-weight: 300;
    color: #616263;
}

    .tag strong {
        float: right;
        margin-top: 20px;
        border-radius: 3px;
        border: 1px solid #d6d5d5;
        padding: 4px 10px;
        background: #e6e6e6;
        font-size: 14px;
        color: #6b6b6b;
        font-weight: 500;
    }

    .tag span {
        float: right;
        width: 100%;
        margin-top: 20px;
    }




.search-box {
    float: left;
    border: 1px solid #d3e5f7;
    height: 33px;
    margin-top: 8px;
    border-radius: 4px;
    padding: 3px 6px;
    position: relative;
    z-index: 100;
}

    .search-box i {
        float: left;
        font-size: 20px;
        line-height: 25px;
        color: #d3e5f7;
    }

    .search-box input {
        float: left;
        height: 26px;
        margin-top: 0;
        background: #fff0;
        border: none;
        outline: 0;
    }

        .search-box input::placeholder {
            color: #d5edf7;
            opacity: 1; /* Firefox */
            font-weight: 300;
        }

.carousel-control {
    width: 8%;
    width: 0px;
}

    .carousel-control.left,
    .carousel-control.right {
        margin-right: 0;
        background-image: none;
        opacity: 1;
        width: 40px;
    }

    .carousel-control > a > span {
        color: white;
        font-size: 29px !important;
    }

span.glyphicon-left {
    position: absolute;
    left: 0;
    top: 40%;
    width: 29px;
    height: 29px;
    line-height: 0;
    font-size: 30pt;
    color: #ffffff;
    opacity: 2;
    border-radius: 3px;
    text-align: center;
    padding-right: 3px;
    text-shadow: -2px 0px 0 #82878c;
    font-weight: 900;
    padding: 0;
}

span.glyphicon-right {
    position: absolute;
    right: 0;
    top: 40%;
    width: 42px;
    height: 42px;
    line-height: 49px;
    font-size: 30pt;
    color: #ffffff;
    opacity: 4;
    border-radius: 50%;
    text-align: center;
    padding-left: 3px;
    text-shadow: -2px 0px 0 #82878c;
}

.box-1 {
    height: 330px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 1px;
}

.Relation {
    float: right;
    width: 100%;
    margin-top: 5px;
    padding: 13px 20px;
    text-align: center;
    border-radius: 5px;
    background-color: #e2e2e2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background: #424fab;
    border: 4px double #fff;
}

    .Relation a {
        font-size: 15px;
        line-height: 28px;
        color: #ffffff;
        font-weight: 300;
    }

.top-titr {
    float: right;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

.occasion {
    float: right;
    width: 100%;
    margin-top: 10px;
}

    .occasion img {
        float: right;
        width: 100%;
        height: 99px;
        border-radius: 2px;
    }

.content-detail {
    float: right;
    width: 98%;
    margin-top: 15px;
}

    .content-detail span {
        font-size: 12px;
        font-weight: 300;
        color: #123;
        margin-bottom: 17px;
        float: right;
        width: 100%;
    }

.logo-left img {
    float: left;
    width: 198px;
    margin-top: 14px;
    margin-left: 13px;
}

.ticker-wrap {
    float: right;
    width: 100%;
    height: 37px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-left: 2%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 19s;
}

.ticker-item img {
    float: right;
    width: 30px;
    margin-top: 5px;
    margin-left: 5px;
}

.paging {
    float: right;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 25px;
}

    .paging a {
        float: right;
        width: 30px;
        height: 30px;
        background: #ececec;
        margin-left: 7px;
        border-radius: 4px;
        color: #7a7a7a;
        font-size: 16px;
        line-height: 31px;
        text-align: center;
        box-shadow: -1px 1px 0 0 #d2d5d8;
    }

        .paging a:hover {
            background: #424fab54;
        }

.LinkButtonPrevious a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.LinkButtonNext a:before {
    content: "\f100";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lblsearch {
    float: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.xss {
    float: right;
    border: 1px solid #b9bcbf;
    border-radius: 4px;
    margin-left: 30px;
    padding: 2px 10px;
    color: #68696b;
    font-size: 13px;
    font-weight: 500;
    outline: none;
}

.lbls {
    float: right;
    font-size: 15px;
    font-weight: 500;
    margin-left: 22px;
    color: #707071;
}

.text {
    float: right;
    border: 1px solid #ccc;
    margin-left: 20px;
    padding: 4px 10px;
    border-radius: 4px;
    outline: none;
}

.lbl-search {
    float: right;
    background: #424fab;
    border: 1px solid #ccc;
    color: #fff;
    padding: 4px 18px;
    border-radius: 4px;
}

.title-1 {
    float: right;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #626365;
    font-weight: 500;
    font-family: IRANSans;
}

    .title-1 strong {
        font-weight: 500;
        font-family: IRANSans;
    }

.col-lg-3 {
    float: right;
}

.col-6 {
    margin-top: 11px;
}

.ceo-box {
    float: right;
    width: 100%;
    position: relative;
    height: 225px;
    margin-bottom: 25px;
    padding: 10px;
}

    .ceo-box img {
        float: right;
        width: 100%;
        height: 183px;
    }

.info-s {
    position: absolute;
    bottom: -26px;
    left: 10px;
    right: 10px;
    background: #424fab;
    padding: 0px 5px;
}

    .info-s span {
        float: right;
        width: 100%;
        text-align: center;
        color: #fff;
        line-height: 32px;
        font-weight: 300;
    }

.ticker-item p {
    float: right;
}

.paging td {
    float: right;
    margin-bottom: 5px;
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

.ticker-wrap {
    float: right;
    width: 100%;
    height: 33px;
    padding-top: 1px;
    border-radius: 5px;
    overflow: hidden;
}

.ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 70s;
}

    .ticker-move:hover {
        animation-play-state: paused;
    }

.ticker-item {
    display: inline-block;
    padding: 0;
    margin-left: 12px;
}

    .ticker-item p {
        float: right;
        width: 100%;
        font-size: 10pt;
        color: #393939;
        font-weight: 300;
        padding: 0;
        margin: 0;
    }

        .ticker-item p img {
            float: right;
            width: 37px;
            padding-left: 7px;
            line-height: 18px;
            margin-top: -3px;
            padding-right: 7px;
        }



.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
        z-index: 1000;
    }

.popup {
    margin: 70px auto;
    padding: 3%;
    background: #f9f9f9;
    border-radius: 5px;
    width: 60%;
    position: relative;
    transition: all 5s ease-in-out;
    height: auto;
    float: none;
    right: auto;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 1px;
        right: 1px;
        transition: all 200ms;
        font-size: 25px;
        font-weight: 300;
        text-decoration: none;
        color: #fdfafa;
        opacity: 1;
        width: 25px;
        height: 25px;
        background: #e00f0f;
        z-index: 10;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
    }

        .popup .close:hover {
            color: #540b04;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {

    .popup {
        width: 70%;
    }
}

.play-btn {
    position: absolute;
    top: 30%;
    right: 45%;
    width: 50px;
    height: 50px;
    background: #ff000096;
    border-radius: 50%;
    display: block;
    margin: 40px 0px;
    box-shadow: 0px 0px 25px 3px #e49a9a;
    user-select: none;
    -webkit-user-drag: none;
    border: 1px solid #f4010147;
}

    .play-btn:before {
        content: "";
        position: absolute;
        width: 150%;
        height: 150%;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate1 2s;
        animation: pulsate1 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid #d4960b;
        top: -25%;
        left: -25%;
        background: rgba(198, 16, 0, 0);
    }

    .play-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-40%) translateY(-50%);
        transform: translateX(-40%) translateY(-50%);
        transform-origin: center center;
        width: 0;
        height: 0;
        border-top: 11px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 22px solid #fff;
        z-index: 1;
        -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.box-video {
    float: right;
    width: 100%;
}

.popup {
    width: 750px;
    height: 459px;
    padding: 4px;
}
