﻿@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+ */
}


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: #fafafa;
}

@media only screen and (max-width: 560px) {

    .bluetext {
        width: 67% !important;
        margin-top: 12px !important;
    }

    .YellowText {
        width: 90% !important;
    }

    .btn-s a {
        background: #fff;
    }

    .tm {
        display: none;
    }

    .menu-mobile:after {
        top: -31px !important;
        color: #d4d3d3 !important;
    }

    .menu .show-on-mobile {
        z-index: 2;
        position: absolute;
        top: 0px;
    }

    .logo {
        left: 28% !important;
    }

    .search-box {
        width: 70% !important;
    }

    .item-archive {
        width: 100%;
        float: right;
    }

    .home-slide {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.48);
    }

    .spacer-md {
        padding: 20px 0;
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

        .spacer-md img {
            z-index: 0;
            position: absolute;
            top: 0;
            width: 100%;
            height: 250px;
            bottom: 0;
        }

    .animation {
        width: 80% !important;
        padding: 0;
        margin: 0 auto;
        height: 190px;
    }

    .img-small {
        margin-right: -8% !important;
        margin-top: -17px;
        background: #f7f7f766;
        border-radius: 5px;
    }

    .WhiteText {
        margin-top: 18px !important;
        font-size: 7pt !important;
        margin-right: 12px !important;
        margin-bottom: 12px !important;
    }
}

@media only screen and (max-width: 768px) {

    .hover {
        display: none;
    }

    .Content .filter-archive {
        display: none;
    }

    span.glyphicon-right {
        width: 30px !important;
        height: 30px !important;
        line-height: 35px !important;
        font-size: 15pt !important;
    }

    span.glyphicon-left {
        width: 30px !important;
        height: 30px !important;
        line-height: 35px !important;
        font-size: 15pt !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 560px) {
}

@media only screen and (max-width: 991px) and (min-width: 560px) {
    .home-slide {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.48);
    }

    .spacer-md {
        padding: 20px 0;
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

        .spacer-md img {
            z-index: 0;
            position: absolute;
            top: 0;
            width: 100%;
            height: 300px;
            bottom: 0;
        }

    .menu-mobile:after {
        top: 27px !important;
    }
}

@media only screen and (max-width: 991px) {
    .sm {
        height: 220px !important;
    }

    .home-slide {
        box-shadow: none !important;
    }

    .img-small {
        width: 92% !important;
        height: auto !important;
        margin-right: 0;
        position: relative !important;
    }

    .WhiteText {
        margin-right: 12.5% !important;
        margin-top: 10px !important;
        font-size: 11pt !important;
    }

    .logo img {
        float: left;
        width: 84%;
        height: auto;
        margin-top: 5%;
    }



    .menu > ul > li:after {
        content: none;
    }

    .mn {
        width: 100%;
        padding: 0;
    }

    header {
        height: 80px;
    }

    footer .footerCenter .col-md-4:first-child:before {
        display: none;
    }

    footer .footerCenter .col-md-4:first-child:after {
        display: none;
    }

    footer .footerCenter .col-md-4:nth-child(3):before {
        display: none;
    }

    footer .footerCenter .col-md-4:nth-child(3):after {
        display: none;
    }
}

@media only screen and (min-width: 991px) {
    .home-slide {
        width: 100%;
        height: 420px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.48);
    }

    .spacer-md {
        padding: 20px 0;
        width: 100%;
        height: 420px;
        overflow: hidden;
    }

        .spacer-md img {
            z-index: 0;
            position: absolute;
            top: 0;
            width: 100%;
            height: 420px;
            bottom: 0;
        }

    .img-small {
        width: 85% !important;
        height: auto !important;
        margin-top: 20%;
        position: relative !important;
    }

    .menu > ul > li:after {
        content: '';
        display: block;
        margin: auto;
        height: 3px;
        width: 0px;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
    }

    .menu > ul > li:hover:after {
        width: 100%;
        background: #033b75;
    }

    .topHeader .logo img {
        width: 195px;
    }

    .tab {
        padding-left: 0;
    }

    .tab-container {
        float: left;
        overflow: hidden;
        width: 94%;
    }

    .logo img {
        width: 100%;
    }
}

.topHeader {
    background-color: #033b75;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    position: relative;
    z-index: 0;
    color: #b3b3b3;
    font-size: 7.5pt;
}

.animation {
    width: 350px;
}

.topHeader .logReg {
    margin: 9px 0;
    float: right;
    width: 100%;
}

    .topHeader .logReg i {
        margin-left: 11px;
        float: right;
        font-size: 13pt;
        line-height: 18px;
    }

.topHeader i {
    font-size: 17pt;
    display: inline-block;
    vertical-align: middle;
}

.topHeader .logReg a {
    position: relative;
    padding-left: 2%;
    float: right;
    font-size: 9pt;
    font-weight: 600;
    color: #d4d3d3;
    line-height: 25px;
    margin-top: 2px;
}

    .topHeader .logReg a:hover {
        color: rgb(255, 255, 255);
    }

.topHeader .logo {
    margin: 7px auto;
    display: inline-block;
}



.topHeader .info {
    margin: 9px 0;
    float: left;
    width: 100%;
}

    .topHeader .info .infoItem {
        float: left;
        margin-right: 3%;
        font-size: 9.5pt;
        font-weight: 600;
        color: #d4d3d3;
        line-height: 25px;
    }

    .topHeader .info i {
        font-size: 15pt;
        line-height: 18px;
    }


header {
    background-color: #ffffff;
    z-index: 1000000;
    border-bottom: 1px solid #cecfd0;
    position: relative;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.4); */
}

.mnu {
    position: relative;
}

.logo {
    position: absolute;
    left: 9px;
    top: 5px;
    z-index: 1;
    width: 215px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.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: #497bb8;
        top: 17px;
        right: 25px;
    }

.menu-dropdown-icon:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    display: none;
    cursor: pointer;
    float: right;
    color: #497bb8;
    line-height: 40px;
    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 a {
            text-decoration: none;
            padding: 8px;
            display: block;
            color: #5a5959;
            font-weight: 600;
            font-size: 10pt;
            padding-top: 26px;
            padding-bottom: 26px;
        }


        /*.menu > ul > li:hover {
            background: #004083;
            color: #fff;
        }
         .menu > ul > li:hover a{
             color:#fff;
         }*/

        .menu > ul > li > ul {
            display: none;
            width: 100%;
            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: #f3f7ff;
            margin-top: 3px;
            padding-top: 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: 25%;
                background: none;
                float: left;
            }

                .menu > ul > li > ul > li:hover a {
                    background: #dfe1e438;
                    color: #808080;
                }

                .menu > ul > li > ul > li a {
                    color: #3b3d3f;
                    padding: .2em 0;
                    width: 100%;
                    display: block;
                    font-weight: normal;
                    font-size: 9pt;
                    padding: 10px 15px;
                    text-align: right;
                    position: relative;
                    color: #5a5959 !important;
                    display: block;
                    font-size: 9.5pt;
                    padding: 8px 30px 6px;
                    -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;
                }



                .menu > ul > li > ul > li > ul {
                    display: block;
                    padding: 0;
                    margin: 10px 0 0;
                    list-style: none;
                    box-sizing: border-box;
                }

                    .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: left;
                        width: 100%;
                        padding: 10px 0;
                        margin: 0;
                        font-size: .8em;
                    }

                        .menu > ul > li > ul > li > ul > li a {
                            border: 0;
                        }

            .menu > ul > li > ul.normal-sub {
                width: 300px;
                left: auto;
                padding: 0;
            }

                .menu > ul > li > ul.normal-sub > li {
                    width: 100%;
                }

                    .menu > ul > li > ul.normal-sub > li a {
                        padding: 10px 15px;
                    }


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 991px) {
    .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: 40px;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

        .menu > ul > li {
            width: 100%;
            float: none;
            display: block;
            background: #ffffff;
            padding: 2px;
            border-bottom: 1px solid #ededf3;
        }

            .menu > ul > li a {
                padding: 10px;
                width: 100%;
                display: block;
                font-size: 13px;
            }



            .menu > ul > li > ul {
                position: relative;
            }

                .menu > ul > li > ul.normal-sub {
                    width: 100%;
                }

                .menu > ul > li > ul > li {
                    float: none;
                    width: 100%;
                }

                    .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%;
    }
}


.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: #ff7f00;
        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;
    }

.about {
    padding: 60px 0 45px 0;
    background: url('/Images/bg.jpg') no-repeat;
    position: relative;
    z-index: -1;
    border-bottom: 1px solid #cecfd030;
}

    .about p {
        font-size: 10.5pt;
        line-height: 1.8;
        color: #656363;
        text-align: -moz-justify;
        text-align: -webkit-justify;
        text-align: justify;
        font-weight: 500;
        font-family: IRANSans;
        margin-top: 56px;
    }

    .about:after {
        clear: both;
        display: table;
        content: '';
    }

.news {
    position: relative;
    padding: 50px 0 30px;
}

.shape_slider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

    .shape_slider img {
        display: block;
        width: 100%;
    }

.news-item h3 {
    font-size: 11pt;
    color: #4c4c4c;
    line-height: 22px;
    margin: 20px 12px 10px 12px;
    text-align: justify;
    overflow: hidden;
    height: 44px;
}

.news-item p {
    text-align: justify;
    color: #808080;
    font-size: 9pt;
    line-height: 20px;
    height: 67px;
    overflow: hidden;
    padding: 4px 12px;
}

.news-item {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1), 0 25px 20px -15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1),0 25px 20px -15px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1), 0 25px 20px -15px rgba(0,0,0,.1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    overflow: hidden;
}

    .news-item:hover {
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 15px 10px -10px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 15px 10px -10px rgba(0,0,0,.1);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 15px 10px -10px rgba(0,0,0,.1);
    }

span.btnCustom {
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 0;
    background-color: #21a642;
    z-index: 1;
    color: #fff;
    width: 110px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    font-size: 9pt;
    line-height: 30px;
    overflow: hidden;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    margin: auto;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.1), 0 5px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.1),0 5px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.1), 0 5px 10px 0 rgba(0,0,0,.1);
    margin-bottom: 15px;
    margin-top: 15px;
}

.service-item {
    width: 85%;
    margin: auto;
    margin-top: 50px;
}

    .service-item:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .service-item img {
        max-height: 200px;
        width: 100%;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
    }

.closing-image {
    margin-top: 70px;
    width: 100%;
    background: #f0f0f3;
    overflow: hidden;
    position: relative;
    bottom: 0;
    height: 250px;
}

    .closing-image img {
        width: 161px;
        height: 68px;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
    }

    .closing-image a:hover img {
        opacity: .5;
    }

    .closing-image .parallaximg {
        background: #000 url('/Images/parallax.jpg') no-repeat;
        background-position: 100%;
        width: 100%;
        min-height: 100%;
        position: relative !important;
    }

        .closing-image .parallaximg:before {
            content: '';
            background-color: #000;
            opacity: 0.62;
            width: 100%;
            height: 100%;
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
        }

    .closing-image:after {
        clear: both;
        display: table;
        content: '';
    }

.articleNews {
    padding: 55px 0 65px;
}

    .articleNews .box {
        background-color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        padding-bottom: 15px;
        -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1), 0 20px 20px -10px rgba(0,0,0,.1);
        -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1),0 20px 20px -10px rgba(0,0,0,.1);
        box-shadow: 0 5px 20px 0 rgba(0,0,0,.1), 0 20px 20px -10px rgba(0,0,0,.1);
        margin-bottom: 25px;
    }

    .articleNews .parentTitle {
        padding: 0 30px;
    }

        .articleNews .parentTitle .ttl {
            margin-bottom: 0;
            border-bottom: 1px dotted #b2b2b2;
            width: 100%;
            padding: 15px 0 35px 0;
        }

            .articleNews .parentTitle .ttl strong {
                float: right;
                width: auto;
                margin: 0;
                padding: 0;
                color: #497bb8;
                display: block;
                font-size: 12pt;
                position: relative;
            }

            .articleNews .parentTitle .ttl a {
                float: left;
                font-size: 8pt;
                margin-top: 5px;
                color: #497bb8;
            }

                .articleNews .parentTitle .ttl a:hover {
                    color: #033b75;
                }

.carousel-indicators .active {
    background: #31708f;
}

.content {
    margin-top: 0;
    position: relative;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: none;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
    border: 1px solid #ccc;
}

.carousel-control {
    color: #31708f;
    width: 5%;
}

    .carousel-control:hover, .carousel-control:focus {
        color: #31708f;
    }

    .carousel-control.left, .carousel-control.right {
        background-image: none;
        opacity: 1;
        width: 60px;
    }

.media-object {
    margin: auto;
    margin-top: 15%;
}

@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}

.newsItem {
    background-color: #fff;
    border-bottom: 1px dotted #b2b2b2;
    padding: 20px 0;
    cursor: pointer;
    float: right;
}

    .newsItem:hover .col-xs-4 {
        -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.1),0 15px 10px -10px rgba(0,0,0,.1);
        -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.1),0 15px 10px -10px rgba(0,0,0,.1);
        box-shadow: 0 3px 10px 0 rgba(0,0,0,.1),0 15px 10px -10px rgba(0,0,0,.1);
    }

    .newsItem .newsImg {
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        height: 100px;
    }

    .newsItem img {
        width: 100%;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        height: 100%;
    }

.hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-bottom: 20px;
    border-radius: 7px;
}

.newsItem:hover .hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.newsItem h3 {
    color: #5f6466;
    padding: 0;
    margin: 0;
    font-size: 9.5pt;
    height: 40px;
    text-align: justify;
    line-height: 19px;
    overflow: hidden;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    -ms-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

    .newsItem h3:hover {
        color: #497bb8;
    }

.newsItem p {
    font-size: 8.9pt;
    font-family: IRANSans;
    color: #888787;
    text-align: justify;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0;
}

.carousel-indicators {
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto;
    margin-top: 20px;
    bottom: 0;
    text-decoration: none;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #21a642;
    color: #eeeeee;
    width: 40px;
    height: 40px;
    line-height: 38px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #5eb172;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
        font-size: 22px;
    }

footer {
    overflow: hidden;
    width: 100%;
}

    footer .footerTop {
        background: #002238;
        padding: 14px 0;
        text-align: -moz-center;
        text-align: -webkit-center;
        text-align: center;
    }

        footer .footerTop:after {
            clear: both;
            display: table;
            content: '';
        }

        footer .footerTop a {
            display: inline-block;
            vertical-align: middle;
            margin: 0 12px;
            position: relative;
        }

            footer .footerTop a:before {
                content: '';
                position: absolute;
                right: -10px;
                top: -1px;
                width: 6px;
                height: 6px;
                background: #798a97;
                transform: scale(0);
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                -webkit-transition: all linear .4s;
                -moz-transition: all linear .4s;
                -ms-transition: all linear .4s;
                -o-transition: all linear .4s;
                transition: all linear .4s;
            }

            footer .footerTop a:after {
                content: '';
                position: absolute;
                right: -8px;
                top: 11px;
                width: 3px;
                height: 3px;
                background: #798a97;
                transform: scale(0);
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                -webkit-transition: all linear .5s;
                -moz-transition: all linear .5s;
                -ms-transition: all linear .5s;
                -o-transition: all linear .5s;
                transition: all linear .5s;
            }

            footer .footerTop a i {
                color: rgba(255,255,255,.4);
                font-size: 16pt;
                -webkit-transition: all linear .3s;
                -moz-transition: all linear .3s;
                -ms-transition: all linear .3s;
                -o-transition: all linear .3s;
                transition: all linear .3s;
            }

                footer .footerTop a i:after {
                    content: '';
                    position: absolute;
                    right: -1px;
                    top: 7px;
                    width: 2px;
                    height: 2px;
                    background: #798a97;
                    transform: scale(0);
                    -webkit-transform: scale(0);
                    -moz-transform: scale(0);
                    -ms-transform: scale(0);
                    -o-transform: scale(0);
                    -webkit-transition: all linear .5s;
                    -moz-transition: all linear .5s;
                    -ms-transition: all linear .5s;
                    -o-transition: all linear .5s;
                    transition: all linear .5s;
                }

            footer .footerTop a:hover:after, footer .footerTop a:hover:before {
                transform: scale(1);
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
            }

            footer .footerTop a:hover i {
                color: #fff;
            }

                footer .footerTop a:hover i:after {
                    transform: scale(1);
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                }

    footer .footerCenter {
        background-color: #005489;
        color: #fff;
        border-bottom: 17px solid #002238;
        position: relative;
    }

        footer .footerCenter:before {
            content: '';
            position: absolute;
            bottom: -17px;
            left: 0;
            right: 0;
            margin: auto;
            background: url('/Images/bgFooter.png') center bottom no-repeat;
            width: 430px;
            height: 143px;
            z-index: 1;
        }

        footer .footerCenter:after {
            clear: both;
            display: table;
            content: '';
        }

        footer .footerCenter h3 {
            color: #fff;
            font-weight: 400;
            display: block;
            font-size: 11pt;
            margin-bottom: 30px;
            margin-top: 41px;
        }

        footer .footerCenter .info:after {
            clear: both;
            display: table;
            content: '';
        }

        footer .footerCenter .info p {
            color: #c7d6e1;
            display: block;
            clear: both;
            margin-bottom: 22px;
            font-family: IRANSans;
            position: relative;
            font-size: 12px;
            float: right;
            line-height: 21px;
            font-weight: 300;
        }

            footer .footerCenter .info p:after {
                clear: both;
                display: table;
                content: '';
            }

            footer .footerCenter .info p span {
                color: #c7d6e1;
                float: right;
                width: 329px;
                font-size: 9.5pt;
            }

            footer .footerCenter .info p i {
                color: #fff;
                line-height: 1;
                float: right;
                font-size: 13pt;
                margin-left: 12px;
                margin-bottom: 10px;
            }

        footer .footerCenter .col-md-4:first-child:before {
            content: '';
            position: absolute;
            width: 27px;
            height: 27px;
            background: url('/Images/border.png') no-repeat;
            left: -15px;
            transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
        }

        footer .footerCenter .col-md-4:first-child:after {
            content: '';
            position: absolute;
            width: 27px;
            height: 27px;
            background: url('/Images/border.png') no-repeat;
            left: -15px;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            bottom: 0;
        }

        footer .footerCenter .col-md-4:nth-child(3):before {
            content: '';
            position: absolute;
            width: 27px;
            height: 27px;
            background: url('/Images/border.png') no-repeat;
            right: -15px;
        }

        footer .footerCenter .col-md-4:nth-child(3):after {
            content: '';
            position: absolute;
            width: 27px;
            height: 27px;
            background: url('/Images/border.png') no-repeat;
            right: -15px;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            bottom: 0;
        }

.pull-left {
    float: right !important;
}

.pull-right {
    float: left !important;
}

.quickform {
    margin: 15px 0px;
}

    .quickform input {
        width: 100%;
        float: left;
        border: 1px solid #fff;
        padding: 6px 8px;
        color: #fff;
        background: none;
        margin: 5px 0px 5px 0px;
        font-weight: 300;
        font-size: 9pt;
    }

    .quickform textarea {
        width: 100%;
        float: left;
        border: 1px solid #fff;
        padding: 5px 8px;
        color: #fff;
        background: none;
        margin: 5px 0px 20px 0px;
        resize: none;
        height: 32px;
        font-weight: 300;
        font-size: 9pt;
    }

    .quickform input::-webkit-input-placeholder {
        color: #a8bed8;
        font-size: 9pt;
    }

    .quickform textarea::-webkit-input-placeholder {
        color: #a8bed8;
        font-size: 9pt;
    }

#btn_send {
    padding: 8px 15px;
    border: 1px solid #fff;
    background: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    width: auto;
}

    #btn_send:hover {
        background: #3a5476;
        color: #ffffff;
    }

.quickform input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.quickform textarea[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


.quickform textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

footer .footerCenter .darkblue {
    background-color: #002238;
    height: 100%;
    float: right;
    padding: 5px 21px;
}

    footer .footerCenter .darkblue img {
        display: block;
        margin: 0 auto;
        padding: 40px 0 20px 0;
        width: 220px;
    }

.developed {
    padding: 0 17px;
    margin-top: 25px;
    font-size: 12px;
    text-align: center;
}

    .developed a {
        color: #b3bbc6;
        width: 100%;
        float: right;
        margin-bottom: 10px;
        text-align: center;
        font-size: 10pt;
    }

.ftr {
    height: 320px;
}

.carousel-inner {
}


.WhiteText {
    color: #033b75;
    font-size: 12.5pt;
    font-weight: 700;
    margin-right: 48px;
    margin: 0 auto;
    text-align: right;
    margin-top: 50px;
    padding: 12px 0;
    border-radius: 5px;
    font-weight: 600;
    margin-right: 19.5%;
}

.YellowText {
    width: 270px;
    text-align: center;
    margin: 0 auto;
}

.bluetext {
    width: 270px;
    text-align: center;
    margin: 0 auto;
}
/* Make the slide sections move at different speeds */
.slide-delay-1 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
}

.slide-delay-2 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
}



/* ED MOD */


.carousel-inner > .item {
    display: none;
    position: relative;
}

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        line-height: 1;
    }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control:hover,
    .carousel-control:focus {
        outline: none;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.6;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.rtl-indicator {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 15;
    width: 20px;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    top: 35%;
    margin-right: -19px;
}

    .rtl-indicator li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 1px;
        text-indent: -999px;
        border: 2px solid #033b75;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .rtl-indicator .active {
        margin: 0;
        width: 15px;
        height: 14px;
        background-color: #033b75;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 3px;
    }
}

span.glyphicon-left {
    position: absolute;
    left: 10px;
    top: 46%;
    background: #2b2170;
    width: 42px;
    height: 42px;
    line-height: 49px;
    font-size: 22pt;
    color: #fff;
    opacity: 2;
    border-radius: 50%;
    text-align: center;
    padding-right: 3px;
}

span.glyphicon-right {
    position: absolute;
    right: 10px;
    top: 46%;
    background: #033b75;
    width: 42px;
    height: 42px;
    line-height: 49px;
    font-size: 20pt;
    color: #fff;
    opacity: 4;
    border-radius: 50%;
    text-align: center;
    padding-left: 3px;
}

.content-command {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: right;
    overflow: hidden;
    padding: 10px 0px 5px 0px;
    margin-bottom: 26px;
}

    .content-command .right {
        float: right;
        font-size: 11px;
        white-space: nowrap;
        padding: 8px 0;
        color: #666;
    }

        .content-command .right span {
            margin-left: 10px;
        }

    .content-command .left {
        float: left;
        white-space: nowrap;
        color: #666;
    }

        .content-command .left .icon {
            color: #383a3c;
            display: block;
            font-size: 11.5px;
            padding: 0px 10px 0px 0px;
            float: left;
            text-decoration: none;
            font-family: Tahoma;
        }

            .content-command .left .icon i {
                font-size: 15px;
                padding-right: 4px;
                line-height: 27px;
                color: #497bb8;
            }

.cont {
    width: 100%;
    overflow: hidden;
    margin-bottom: 75px;
}

.boxWhite {
    background: #fff;
    -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.18);
    padding: 20px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

    .boxWhite:after {
        clear: both;
        display: table;
        content: '';
    }

.newsImg {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    width: 100%;
    height: 260px;
}

.dtl-title {
    color: #1f4799;
    font-size: 11.5pt;
    position: relative;
    display: inline-block;
    font-weight: 500;
    line-height: 40px;
    margin: 15px 0;
    width: 100%;
    text-align: justify;
}

.dtl-text {
    font-size: 9pt;
    line-height: 25px;
    text-align: justify;
    color: #808080;
}

.content-body {
    font-weight: 400;
    padding: 15px 0px 5px 0;
    direction: rtl;
    font-size: 12.5px;
    text-align: justify;
    line-height: 21px;
    color: #777;
    margin-bottom: 30px;
    font-family: tahoma;
    margin-top: 30px;
}

.boxWhite strong {
    color: #1f4799;
    font-size: 11pt;
    padding-right: 8px;
    float: right;
    width: 100%;
    margin: 18px 0 30px 0;
}

.tabs {
    overflow: hidden;
    width: 100%;
    float: right;
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 500px;
}

    .tabs li {
        float: right;
        display: block;
    }

    .tabs label {
        font-size: 12px;
        font-family: IRANSans;
        cursor: pointer;
        position: relative;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #3b3a3c;
        display: block;
        background: #d1d1d1;
        margin-left: 2px;
        padding: 0px 8px 0px 8px;
        line-height: 30px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        text-align: center;
        white-space: nowrap;
        margin-top: -20px;
        font-weight: 400;
        top: -4px;
    }

        .tabs label:hover {
        }

    .tabs .tab-content {
        z-index: 2;
        display: none;
        overflow: hidden;
        font-size: 17px;
        line-height: 25px;
        position: absolute;
        top: 30px;
        left: 0;
        width: 100%;
        border-top: 1px solid #cfcfcf;
    }

    .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
        display: block;
    }

    .tabs input[type="radio"] {
        /* position: absolute; */
        top: -9999px;
        left: -9999px;
    }

    .tabs [id^="tab"]:checked + label {
        top: -3px;
        background: #497bb8;
        color: white !important;
    }

    .tabs .new-item {
        float: right;
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px dotted #ccc;
        width: 100%;
    }

        .tabs .new-item a {
            font-size: 11px;
            float: right;
            direction: rtl;
            color: #575757;
            text-align: justify;
            width: 100%;
            line-height: 22px;
            font-weight: 600;
            text-decoration: none;
        }

            .tabs .new-item a:hover {
                color: #497bb8;
            }

            .tabs .new-item a:before {
                background: #497bb8;
                content: "";
                display: inline-block;
                height: 5px;
                width: 5px;
                margin-left: 5px;
                margin-right: 5px;
                float: right;
                margin-top: 9px;
                border-radius: 50%;
            }

.Content .filter-archive {
    position: relative;
    float: right;
    direction: rtl;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
    padding: 20px 0 20px 0;
    font-family: IRANSans;
    color: #497bb8;
    border-bottom: 1px solid #ebebeb;
}

    .Content .filter-archive label {
        font-size: 8.5pt;
        white-space: nowrap;
        font-weight: 600;
        margin-left: 7px;
        color: #5a5959;
    }

.ui-widget-header {
    background: #004083 !important;
}

.btngreen {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding: 5px 11px 8px 11px;
    border: 2px solid #ffffff;
    background: #033b75;
    border-radius: 6px;
    margin-top: -4px;
    cursor: pointer;
    font-family: IRANSans;
}

.txtDate {
    text-align: left;
    direction: ltr;
    width: 65px;
    margin-left: 25px;
    font-size: 11px;
    height: 25px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 6px;
    float: right;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.dates {
    padding: 0 !important;
}

.img-arch {
    padding-right: 6px;
    padding-left: 0px;
}

span.date {
    float: right;
    width: 100%;
    height: 82px;
    margin-bottom: 5px;
    background: #21a642;
    color: #fff;
    text-align: center;
    font-size: 10pt;
    padding: 0 6px;
}

span.code {
    float: right;
    width: 100%;
    height: 35px;
    font-size: 8.5pt;
    text-align: center;
    line-height: 32px;
    background: #21a642;
    color: #fff;
    margin-bottom: 15px;
}

.date strong {
    float: right;
    width: 100%;
    text-align: center;
    height: 41px;
    line-height: 45px;
    font-size: 10pt;
    font-weight: 400;
    font-family: IRANSans;
    margin-bottom: 8px;
}

.img-arch img {
    height: 122px;
    width: 100%;
}

.newsItemCenter {
    width: 100%;
    position: relative;
}

.arch {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1), 0 25px 20px -15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1),0 25px 20px -15px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1), 0 25px 20px -15px rgba(0,0,0,.1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-bottom: none;
    margin-bottom: 22px;
}

.newsItemCenter h3 {
    margin: 15px 0;
}

.search-box {
    float: left;
    width: 100%;
    /* border: 1px solid #fff; */
}

    .search-box a {
        float: left;
        width: 13%;
        text-align: center;
        color: #d4d3d3;
        line-height: 25px;
        /* border-right: 1px solid #fff; */
    }

#txt_search {
    width: 87%;
    background: none;
    box-shadow: none;
    padding: 5px 9px;
    border: none;
    float: right;
    color: #d4d3d3;
    display: none;
    border-bottom: 1px solid #fff;
}

    #txt_search::-webkit-input-placeholder {
        color: #d4d3d3;
    }

.srch {
    margin: 50px 0 40px 0;
    float: right;
}

.print-content {
    padding: 30px 40px;
    width: 100%;
    background: white;
}

    .print-content .print-logo {
        float: right;
        margin-right: 30px;
        margin-bottom: 20px;
    }

        .print-content .print-logo img {
            width: 160px;
        }

    .print-content .print-image {
        max-width: 40%;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 134px;
        height: auto;
        border: 2px solid #ccc;
        padding: 5px;
    }

        .print-content .print-image img {
            width: 100%;
            height: 100%;
        }

    .print-content .print-title {
        color: black;
        margin-top: 41px;
        text-align: center;
        padding-bottom: 12px;
        font-family: IRANSans;
    }

        .print-content .print-title h1 {
            font-size: 11pt;
            font-weight: bold;
        }

    .print-content .print-lead {
        font-size: 10pt;
        direction: rtl;
        text-align: justify;
    }

    .print-content .print-body {
        font-size: 9pt;
        direction: rtl;
        text-align: justify;
        line-height: 18px;
    }

.contact-main {
    width: 100%;
    float: right;
    margin: 30px 0;
    background: #fff;
    border-radius: 4px;
    padding: 20px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.map_canvas {
    border: 2px solid #cecfd0;
    margin-bottom: 30px;
}

.titl {
    color: #497bb8;
    font-size: 11pt;
    background: #ccced026;
    display: block;
    border-right: 3px solid #033b75;
    padding: 10px 9px;
    margin-bottom: 5px;
    border-radius: 4px;
    float: right;
    width: 100%;
}

.info-contact {
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
}

    .info-contact p {
        margin-bottom: 12px;
    }

        .info-contact p span {
            font-size: 9pt;
            color: #4f4e4e;
            width: 100%;
            float: left;
            background: rgb(249, 249, 249);
            border-radius: 5px;
            padding: 9px;
            margin: 2px 0px 7px 1px;
            text-align: justify;
            font-family: tahoma;
        }

        .info-contact p i {
        }

.wrapper-contact {
    float: right;
    width: 100%;
    margin-bottom: 100px;
    margin-top: 40px;
    margin-right: 6px;
}

.contact {
    direction: rtl;
    float: right;
    width: 100%;
}

    .contact label {
        font-size: 11px;
        padding-left: 1%;
        color: #6b6b6b;
        font-weight: 600;
    }

    .contact .item {
        width: 111px;
    }

.txt {
    border-radius: 4px;
    border: 1px solid #ccc;
    font-family: Tahoma;
    font-size: 11px;
    height: 26px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 9px;
    float: right;
    width: 90%;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    .txt:focus {
        box-shadow: 0 0 5px rgba(73, 123, 184, 0.44);
        padding: 8px 4px 8px 4px;
        border: 1px solid rgba(73, 123, 184, 0.62);
    }

.btn-contact {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10pt;
    color: #fff;
    padding: 6px 10px 6px 10px;
    border: 2px solid #ffffff;
    background: #033b75;
    border-radius: 6px;
    margin-right: 0px;
    cursor: pointer;
    float: left;
    margin-left: 7%;
}

.afterSend {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-size: 9pt;
    line-height: 30px;
    color: #777;
    background: #497bb833;
}

.btn-s {
    position: relative;
    margin-top: 13%;
}

    .btn-s a {
        margin-left: 13px;
        float: right;
        padding: 10px 5px;
        width: 122px;
        text-align: center;
        border: 2px solid #033b75;
        color: #033b75;
        border-radius: 4px;
        font-size: 9pt;
        font-weight: 700;
    }

footer .social {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 50px;
}

.enamd {
    float: right;
    width: 100%;
    text-align: center;
}

    .enamd img {
        height: 110px;
        border-radius: 5px;
        background: #ffffff61;
        margin-left: 17px;
        width: 105px;
        padding: 5px 0;
    }

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
    width: 0px;
}

    .carousel-control.left,
    .carousel-control.right {
        margin-right: 40px;
        margin-left: 32px;
        background-image: none;
        opacity: 1;
    }

    .carousel-control > a > span {
        color: white;
        font-size: 29px !important;
    }

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.active > div {
    display: none;
}

    .active > div:first-child {
        display: block;
    }

/*xs*/
@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active > div:first-child + div {
        display: block;
    }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active > div:first-child + div {
        display: block;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: -33%;
    }

    .carousel-inner .active.right {
        left: 33%;
    }

    .carousel-inner .next {
        left: 33%;
    }

    .carousel-inner .prev {
        left: -33%;
    }

    .carousel-col {
        width: 33%;
    }

    .active > div:first-child + div {
        display: block;
    }

        .active > div:first-child + div + div {
            display: block;
        }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .active.right {
        left: 25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }

    .carousel-col {
        width: 25%;
    }

    .active > div:first-child + div {
        display: block;
    }

        .active > div:first-child + div + div {
            display: block;
        }

            .active > div:first-child + div + div + div {
                display: block;
            }
}

.block {
    width: 100%;
    height: 100px;
}
.block img{
  width: 100%;
    height: 95px;
    border-radius: 5px;
    border: 1px solid #b5b7b9;
}

section {
    margin-top: 40px;
    margin-bottom: 40px;
}

