
@import url(/templates/css/reset.css);
@import url(/templates/css/fonts.css);
@import url(/templates/css/icon_set_1.css);

body {
    font-family: "IRANYekan","IranSans",tahoma;
    background: url('/templates/img/bg-pane.png') repeat;
}

::-webkit-input-placeholder { /* Edge */
    color: #afafaf !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #afafaf !important;
}

::placeholder {
    color: #afafaf !important;
}

.logo-text {
    margin-right: 4px;
}

.logo-icon img {
    max-width: 62px;
}

.required {
    color: #c10c0c;
}

.form-control label {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0.5rem;
}

textarea.has-error,
input[type="text"].has-error,
input[type="password"].has-error,
input[type="datetime"].has-error,
input[type="datetime-local"].has-error,
input[type="date"].has-error,
input[type="month"].has-error,
input[type="time"].has-error,
input[type="time"].has-error,
input[type="week"].has-error,
input[type="number"].has-error,
input[type="email"].has-error,
input[type="url"].has-error,
input[type="search"].has-error,
input[type="tel"].has-error,
input[type="color"].has-error,
.uneditable-input.has-error {
    border-color: rgba(239, 104, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(239, 104, 104, 0.6);
    outline: 0 none;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.shadowBg {
    background: #000;
    opacity: 0.7;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

.loading {
    z-index: 9999;
    width: 240px;
    height: 80px;
    position: fixed;
    padding: 20px 10px;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -40px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    direction: rtl;
    border: 1px solid #000;
    box-shadow: inset 1px 1px 6px #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .loading img {
        vertical-align: middle;
        margin-left: 15px;
    }

    .loading span {
        font-size: 13px;
        text-align: center;
    }

.hidden {
    display: none;
}

#header {
    position: relative;
    box-shadow: inset 1px 1px 10px #999;
}

    #header #top_line {
        color: #fff;
        direction: rtl;
        height: 30px;
        font-size: 12px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        font-size: 11px;
        visibility: visible;
        opacity: 1;
        position: relative;
        z-index: 999998;
        background-color: #005b7e;
        background: url('/Templates/img/Backblueservice.jpg') repeat-x;
    }

    #header .logo {
        position: absolute;
        top: -30px;
        z-index: 999999;
    }

        #header .logo .organization-title {
            display: none;
        }

@media (min-width: 768px) and (max-width: 1200px) {

    #logoPrimary {
        display: none;
    }

    #logoMobile {
        display: block;
    }

    .hidden-tablet {
        display: none;
    }
}

@media (max-width: 767px) {

    #logoPrimary {
        display: none;
    }

    #logoMobile {
        display: block;
    }

    .hidden-phone {
        display: none;
    }

    #header .logo {
        left: 40%;
    }
}











.iScrollAbleBtn a {
    color: inherit;
}

.ScrollDownAnimation {
    font-size: 12px;
    text-align: center;
}




.ScrollDownAnimation_shape:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 52%;
    transform: translate(-50%,0);
    width: 2px;
    height: 10px;
    background-color: #fff;
    animation: scrollDown 2s infinite;
}




.ScrollDownAnimation {
    display: inline-block;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
    height: auto;
    padding-top: 60px;
    font-size: 12px;
    text-align: center;
    z-index: 3;
    color: #eee;
}

.ScrollDownAnimation {
    display: none;
    padding-top: 54px;
    bottom: 80px;
    color: #f6f6f6;
    text-shadow: 0 0 2px #666;
    z-index: 3;
}

.ScrollDownAnimation {
    display: block;
}



.ScrollDownAnimation_shape {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: rgba(0,0,0,.2);
}





.slick-slider {
    overflow: hidden;
    box-shadow: 1px 1px 10px #999;
}

.slick-next {
    right: 25px !important;
}

.slick-prev {
    left: 25px !important;
}

.slick-next, .slick-prev {
    z-index: 999;
}

    .slick-next:before, .slick-prev:before {
        font-size: 40px !important;
    }

.slick-slide img {
    max-height: 70vh;
    width: 100%;
}

#main-nav {
    /*margin: 12px 0 15px 0;*/
    display: flex;
    text-align: center;
    justify-content: center;
}

    #main-nav .li_root {
        transition: all .3s ease-in;
        /*background: rgb(1 118 65);*/
        /*border-bottom: 2px solid transparent;*/
        /*padding: 10px 5px;*/
    }

        #main-nav .li_root.active, .li_root.selected {
            /*background: #005b7e;*/
            background: rgb(1 118 65);
            border-radius: 4px;
        }

        #main-nav .li_root:hover, .li_root:active {
            /*border-bottom: 2px solid #005b7e;*/
        }

        #main-nav .li_root a {
            text-decoration: none;
        }

        #main-nav .li_root.active a, #main-nav .li_root.selected a {
            color: #fff !important;
        }



#serviceBox {
    box-shadow: 1px 1px 10px #999;
    background: #cabe94;
}

.second-menu .activeSymbol {
    display: none;
    position: absolute;
    border: 10px solid;
    border-color: #003985 transparent transparent;
    z-index: 102;
    top: -4px;
    left: 100%;
    margin-left: -10px;
    transition: all 0.5s ease-in-out;
}

.image-menu div {
    box-sizing: border-box;
    text-align: center;
    /*margin-bottom: 5px;*/
    transition: all 0.5s ease-in-out;
    border: 2px solid transparent;
    /*background: rgba(255,255,255,0.2);*/
}

    .image-menu div.active, .image-menu div:hover {
        border: 2px solid #005b7e;
        background: #fff;
    }

        .image-menu div.active:after, .image-menu div:hover:after {
            width: 0;
            height: 0;
            content: "";
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 15px solid #005b7e;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
            position: absolute;
            bottom: 0;
            margin-bottom: -15px;
        }

.second-menu {
    border-radius: 4px;
}

.image-menu .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-position: right top;
    background-repeat: no-repeat;
    margin: 15px auto 5px;
}

.image-menu div .icon, .image-menu div .icon, .image-menu div .icon {
    /*background-position: right top;*/
}

.image-menu div.active .icon, .image-menu div:hover .icon, .image-menu div:hover .icon {
    background-position: left top;
    background-position: right top;
}

.image-menu div span {
    display: inline-block;
    font-size: 14px;
    color: #111;
    padding: 0 5px;
    margin-bottom: 10px;
}

.image-menu div.active span, .image-menu div:hover span {
    color: #111;
}

.image-menu .icon.icon1 {
    background: url(/templates/img/i1.png);
}

.image-menu .icon.icon2 {
    background: url(/templates/img/i2.png);
}

.image-menu .icon.icon3 {
    background: url(/templates/img/i3.png);
}

.image-menu .icon.icon4 {
    background: url(/templates/img/i4.png);
}

.image-menu .icon.icon5 {
    background: url(/templates/img/i5.png);
}

.image-menu .icon.icon6 {
    background: url(/templates/img/i6.png);
}

.image-menu .icon.icon7 {
    background: url(/templates/img/i7.png);
}

.image-menu .icon.icon8 {
    background: url(/templates/img/i8.png);
}




.bhead {
    border: 0px;
    clear: both;
}

.h1 {
    text-align: center;
    border-bottom: 1px solid #b1bfd9;
    color: #243b64;
    height: 6px;
    line-height: 8px;
    margin-bottom: 15px;
    margin-top: 25px;
}

    .h1 span {
        background-color: #e2e2e2 !important;
        background-color: #e7eefb !important;
        width: 100px !important;
        display: block;
        margin: 0 auto;
        font-size: 18px;
    }





.content section {
    display: none;
    margin: 0 auto;
    border-top: none;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 0;
}

    .content section.content-current {
        display: block;
        background: #eae8dd;
        border: 2px solid #cecbbf;
    }




.map_filter {
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

    .map_filter ul {
        direction: rtl;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        .map_filter ul li {
            display: inline-block;
            text-align: center;
            margin-bottom: 15px;
            width: 200px;
            vertical-align: top;
        }

            .map_filter ul li a {
                display: inline-block;
                padding: 10px;
                color: #444;
                margin: 0 -3px;
                text-decoration: none;
            }

                .map_filter ul li a:hover, .map_filter ul li a.active {
                    color: #e04f67;
                    padding-top: 10px;
                }

                .map_filter ul li a i {
                    display: block;
                    font-size: 36px;
                    margin: 5px 0;
                }




.tab-pane {
}

.articlesContainer .nav-tabs {
    padding: 0;
    margin: 20px 0 28px;
}

.nav-tabs li.active, .nav-tabs li:hover {
    position: relative;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li {
    float: right;
    margin-bottom: -1px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
}

.nav-tabs li a {
    border-radius: 4px;
    font-size: 13px;
    color: #2a4f7b;
    padding: 11px 20px;
}

.nav-tabs li.active a, .nav-tabs li:hover a {
    color: #fff;
    background: #003885;
    border-radius: 8px;
    border: none;
}

.nav-tabs li.active:after, .nav-tabs li:hover:after {
    content: '';
    position: absolute;
    border: 10px solid;
    border-color: #003885 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: 47%;
    margin-right: -3px;
    top: 95%;
}
.archive-btn {
    position: absolute;
    top: -62px;
    left: 0;
    border: 1px solid #436491;
    padding: 8px 12px 8px 15px;
    background: rgba(0,0,0,0);
    border-radius: 4px;
    font-size: 12px;
    color: #2a4f7b;
}

















#footer {
   
}

    #footer #footerMainRow {
        padding-top: 10px;
    }

    #footer ul {
        padding: 0;
        text-align: right;
        list-style: none;
    }

        #footer ul li {
            list-style: none;
            text-align: right;
            color: #fff;
        }

            #footer ul li a {
                text-align: right;
                color: #fff;
                text-decoration: none;
                line-height: 1.7;
            }

                #footer ul li a:hover {
                    color: #c1ad0c;
                }


#footerBottom {
    background: #0a4210;
    text-align: center;
    color: #fff;
}

#footer .copy-right {
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    direction: rtl;
}

    #footer .copy-right p {
        line-height: 30px;
        margin-bottom: 5px;
    }

    #footer .copy-right abbr {
        color: #ccc;
        font-size: 13px;
    }

        #footer .copy-right abbr a {
            color: #eee;
        }



















.blink_me {
    animation: blinker 2s linear infinite;
}



@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes scrollDown {
    0% {
        opacity: 0;
        transform: translate(-50%,0)
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(-50%,22px)
    }
}

@keyframes scrollDown {
    0% {
        opacity: 0;
        transform: translate(-50%,0)
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(-50%,22px)
    }
}

@-webkit-keyframes scrollDown_AnmtnShape {
    0% {
        opacity: 0;
        transform: translate(-50%,0)
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(-50%,8px)
    }
}

@keyframes scrollDown_AnmtnShape {
    0% {
        opacity: 0;
        transform: translate(-50%,0)
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(-50%,8px)
    }
}
