﻿@font-face {
    font-family: 'YekanNumbers';
    src: url('../bootstrap/Font/YekanNumbers-Regular.eot?#') format('eot'), /* IE6–8 */
    url('../bootstrap/Font/YekanNumbers-Regular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../bootstrap/Font/YekanNumbers-Regular.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'YekanWeb';
    src: url('../bootstrap/Font/YekanWeb-Regular.woff') format('woff');
    src: url('../bootstrap/Font/YekanWeb-Regular.eot') format('eot');
    src: url('../bootstrap/Font/YekanWeb-Regular.ttf') format('woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'IranSans';
    src: url('../Font/IranSans.woff') format('woff');
    src: url('../Font/IranSans.eot') format('eot');
    src: url('../Font/IranSans.ttf') format('woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Pinar';
    src: url('../Font/pinar-300.woff') format('woff');
    src: url('../Font/pinar-300.eot') format('eot');
    src: url('../Font/pinar-300.ttf') format("woff");
    font-style: normal;
    font-weight: normal;
}
body {
    background: #fff;
    font-family: YekanWeb, YekanNumbers,IranSans,Pinar, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    color: #888 !important;
    text-align: center !important;
}

strong {
    font-weight: 700;
}

.portfolio-box {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(27 81 116);
    border-radius: 4px;
}

.testimonial-single-image {
    width: 15px;
}

.portfolio-box-text p {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 4px;
}

.portfolio-box-text {
    background: rgb(27 81 116);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
}

.team-box {
    padding-top: 5px;
}

.p20 {
    font-size: 20px !important;
    animation: ease !important;
}

.team-box .team-social h4 {
    color: #ddd;
}

@-webkit-keyframes appear {
    /**/
    0%, 100% {
        opacity: 0;
    }

    20%, 80% {
        opacity: 0.5;
    }

    60%, 60% {
        opacity: 1;
    }
}

.appear {
    -webkit-animation: aappear 3s infinite linear;
    animation: appear 3s infinite linear;
}

.fast-icon {
    position: absolute;
    right: -20px;
    top: -12px;
}

.fast-icon, .fast-icon2, .fast-icon-slider {
    background-image: url("Pic/new.png");
    width: 88px;
    height: 82px;
}

.fast-icons {
    position: absolute;
    right: -6px;
    top: -9.5px;
}

.fast-icons, .fast-icon2, .fast-icon-slider {
    background-image: url("Pic/pro-link-logo2.png");
    width: 80px;
    height: 80px;
}

a, a:hover, a:focus {
    color: rgb(27 81 116);
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 42px;
    font-weight: 700;
    color: #666;
    line-height: 54px;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    color: #666;
    line-height: 34px;
}

img {
    max-width: 100%;
}

::-moz-selection {
    background: rgb(27 81 116);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgb(27 81 116);
    color: #fff;
    text-shadow: none;
}

.padding-r-5 {
    padding-right: 5px !important;
}

.padding-l-5 {
    padding-left: 5px !important;
}

.padding-t-5 {
    padding-top: 5px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-r {
    padding-right: 0px !important;
}

/***** Loader *****/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden !important;
    z-index: 99999;
}

.loader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 60px;
}

.section-container-gray {
    background: #f8f8f8;
}
.section-container-primary {
    background: #19478d;
}
.section-container-full-bg,
.section-container-full-bg h1,
.section-container-full-bg h2,
.section-container-full-bg h3,
.section-container-full-bg h4 {
    color: #fff;
}

.section-description {
    margin-top: 25px;
    padding-bottom: 10px;
}

.section-description-icon {
    font-size: 56px;
    color: #ddd;
    line-height: 56px;
}

.section-description p {
    margin-top: 15px;
    padding: 0 120px;
    font-size: 16px;
    line-height: 32px;
}

.section-bottom-link {
    padding-top: 30px;
    padding-bottom: 20px;
}

.big-link-1 {
    display: inline-block;
    padding: 15px 20px;
    background: rgb(27 81 116);
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #848484;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .big-link-1:hover, .big-link-1:focus, .big-link-1:active {
        outline: 0;
        opacity: 0.6;
        color: #fff;
    }

.orange-text {
    color: rgb(27 81 116);
}

.gray-text {
    color: #888;
}


/***** Scroll arrows *****/

.scroll-to-top {
    font-size: 36px;
}

    .scroll-to-top a {
        color: #ddd;
    }

        .scroll-to-top a:hover, .scroll-to-top a:focus, .scroll-to-top a:active {
            outline: 0;
            opacity: 0.6;
            color: #ddd;
        }


/***** Dividers *****/

.divider-1 span {
    display: block;
    width: 300px;
    height: 6px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.divider-2 span {
    display: block;
    width: 300px;
    height: 1px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    opacity: 0.5;
}


/***** Small sliders *****/

.slider-1-box {
    text-align: center;
}

    .slider-1-box img {
        display: none;
    }

        .slider-1-box img.slider-1-img-active {
            display: inline;
        }

.slider-1-nav {
    margin-top: 30px;
}

    .slider-1-nav span {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 0 7px;
        background: #ddd;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        cursor: pointer;
        vertical-align: middle;
    }

        .slider-1-nav span.slider-1-nav-item-active {
            background: rgb(27 81 116);
        }


/***** Top menu *****/
.fix-header {
    display: block !important;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    text-align: center;
}

nav {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 998;
    background: #fdfdff;
    font-size: 15px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    font-weight: 500;
}


    nav a {
        display: inline-block;
        margin: 0 8px;
        padding: 6px 0;
        color: #666;
        float: right;
    }

    nav a:hover {
        /*border-bottom:2px solid blue;*/
        background-color:transparent !important;
    }

.activea {
    border-bottom: 3px solid rgb(27 81 116);
    margin-bottom: 2px;
}

nav a:focus {
    color: #666;
    outline: 0;
}

.nav-justified > li > a {
    outline: 0;
}

.show-menu, .hide-menu {
    top: 65px;
    right: 15px;
    padding: 0 20px;
    z-index: 999;
    text-align: center;
}

.show-menu {
    position: fixed;
}

.hide-menu {
    /*position: absolute;
    top: -1px;*/
    /*nnp*/
}

    .show-menu a, .hide-menu a {
        display: inline-block;
        width: 46px;
        height: 48px;
        padding-top: 11px;
        background: #ccc;
        font-size: 21px;
        color: #666;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .show-menu a:hover, .hide-menu a:hover {
            color: #fff;
        }


/***** Top content *****/

.top-content {
    padding: 115px 0;
}

.top-content-text {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding-top: 80px;
}

    .top-content-text h1,
    .top-content-text h1 a,
    .top-content-text h1 a:hover,
    .top-content-text h1 a:focus {
        color: #fff;
        text-decoration: none;
    }

    .top-content-text p {
        opacity: 0.9;
        margin-top: 40px;
        font-size: 22px;
        line-height: 36px;
        font-style: italic;
    }

.top-content-bottom-link {
    padding-top: 40px;
    padding-right: 20px;
    /*padding-bottom: 7px;*/
}

    .top-content-bottom-link .big-link-1 {
        background: rgba(56, 129, 54, 0.74);
        border: 1px solid rgb(56, 129, 54);
    }


/***** What we do *****/

.what-we-do-box {
    margin-top: 25px; /*CellFree*/
}

    .what-we-do-box h3 {
        padding: 10px 0;
    }

    .what-we-do-box p {
        font-size: 14px;
        color:rgb(136, 136, 136);
        line-height: 32px;
        margin-bottom: 0px !important;
    }

    .what-we-do-box .what-we-do-box-icon {
        width: 70px;
        height: 310px;
        margin: 0 auto;
        padding-top: 13px;
        background: rgb(183, 209, 255);
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        font-size: 30px;
        color: #fff;
        line-height: 50px;
        text-align: center;
    }

        .what-we-do-box .what-we-do-box-icon:hover {
            background: #b7d1ff;
            color: #fcd04d !important;
        }

        .what-we-do-box .what-we-do-box-icon > a:hover {
            color: rgb(27 81 116) !important;
        }

.what-we-do-box-icon > a {
    color: #fff;
}

.what-we-do-box .what-we-do-box-icon i, .what-we-do-box .what-we-do-box-icon span {
    vertical-align: middle;
}


/***** Block 1 *****/

.block-1-left {
    padding-top: 30px;
    padding-bottom: 25px;
}

.block-1-right {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: right; /*nnp*/
}

.no-margin {
    margin: 0px !important;
}

.block-1-right h3 {
    padding: 10px 0;
}

    .block-1-right h3:first-child {
        margin-top: 0;
    }

.block-1-right p {
    color: #848484;
    line-height: 35px;
}

.block-1-right ul {
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 32px;
}

    .block-1-right ul li {
        padding: 5px 0;
    }


/***** Portfolio *****/

.portfolio-container {
    padding-bottom: 80px;
}

.portfolio p {
    margin-bottom: 20px;
}

.portfolio-filters {
    padding: 20px 0;
    font-size: 18px;
    color: #aaa;
    line-height: 22px;
}

    .portfolio-filters a {
        color: #aaa;
    }

        .portfolio-filters a:hover, .portfolio-filters a.active {
            color: rgb(27 81 116);
        }

.portfolio-box {
    position: relative;
    width: 190px;
    margin: 30px 15px 0 15px;
    overflow: hidden;
}

    .portfolio-box img {
        -o-transition: all .8s;
        -moz-transition: all .8s;
        -webkit-transition: all .8s;
        -ms-transition: all .8s;
        transition: all .8s;
    }

    .portfolio-box:hover img {
        opacity: 0.6;
        -o-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }

.portfolio-box-text-container {
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    width: 255px;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.portfolio-box-text {
    background: rgb(27 81 116);
    color: #fff;
}

.portfolio-box:hover .portfolio-box-text-container {
    bottom: 0;
}

.portfolio-box-text p {
    margin: 0;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 32px;
}

    .portfolio-box-text p a {
        color: #fff;
    }

        .portfolio-box-text p a:hover, .portfolio-box-text p a:focus {
            color: #eee;
        }


/***** Clients *****/

.clients-container {
    padding-bottom: 0;
}

.clients {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .clients a {
        display: inline-block;
        margin: 10px 20px;
    }

        .clients a:hover, .clients a:focus {
            outline: 0;
            opacity: 0.6;
        }


/***** Counters *****/

.counters-container {
    padding-top: 50px;
}

.counter-box h4 {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
}

.counter-box p {
    font-size: 22px;
    line-height: 36px;
}


/***** Our motto *****/

.our-motto, .our-motto p {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
}

    .our-motto h2 {
        color: #fff;
    }

    .our-motto p {
        font-style: italic;
    }

.our-motto-author {
    margin-top: 30px;
}


/***** Testimonials *****/

.testimonials p {
    padding: 0;
}

.testimonial-single {
    display: inline-block;
}

    .testimonial-single p {
        display: none;
    }

.testimonial-single-image {
    display: inline-block;
    width: 58px;
    margin: 0 5px 10px 5px;
}

    .testimonial-single-image span {
        width: 100%;
        opacity: 0.5;
        cursor: pointer;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
        -moz-border-radius: 31px;
        -webkit-border-radius: 31px;
        border-radius: 31px;
    }

.testimonial-active {
    padding-bottom: 20px;
}


/***** The team *****/

.team-box {
    padding-top: 30px;
    padding-bottom: 15px;
}

    .team-box h3 {
        padding: 10px 0;
    }

    .team-box p {
        font-size: 18px;
        color: #aaa;
        line-height: 32px;
    }

    .team-box .team-photo {
        width: 100px;
        height: 80px;
        margin: 0 auto;
    }

        .team-box .team-photo img {
            width: 100%;
        }

    .team-box .team-social {
        margin: 5px 0;
        font-size: 31px;
    }

        .team-box .team-social a {
            margin: 0 5px;
            color: #ddd;
        }

            .team-box .team-social a:hover, .team-box .team-social a:focus {
                color: #ddd;
                opacity: 0.6;
            }


/***** Contact us *****/

.contact-form {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .contact-form p {
        margin: 0;
        font-size: 18px;
        line-height: 32px;
    }

    .contact-form form {
        max-width: 700px;
        margin: 0 auto;
    }

        .contact-form form input, .contact-form form textarea {
            width: 95%;
            height: 52px;
            margin-bottom: 5px;
        }

        .contact-form form textarea {
            height: 162px;
        }

        .contact-form form button {
            width: 95%;
        }

        .contact-form form .contact-error {
            border-color: rgb(27 81 116);
        }


/***** Footer *****/

footer {
    padding: 5px 0 5px 0;
    text-align: right;
}

.footer-copyright {
    margin: 11px 0 0 0;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
}

.footer-social a {
    margin: 0 8px;
    font-size: 39px;
    color: #ddd;
}

    .footer-social a:hover, .footer-social a:focus {
        color: #ddd;
        opacity: 0.6;
    }


/***** Footer *****/
.pointer {
    cursor: pointer;
}

.intercom-launcher {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    z-index: 10000000;
    background: #19478d;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    font-family: IranSans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.intercom-launcher-open-icon {
    background-image: url();
    background-size: 32px 36px;
    background-repeat: no-repeat;
    background-position: center 14px;
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}

.intercom-launcher-close-icon, #intercom-container .intercom-launcher-open-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: opacity .08s linear,-webkit-transform .16s linear;
    transition: transform .16s linear,opacity .08s linear;
    transition: transform .16s linear,opacity .08s linear,-webkit-transform .16s linear;
    background-position: 50%;
    background-repeat: no-repeat;
    color: white !important;
}

.intercom-launcher-active .intercom-launcher-open-icon {
    opacity: 0;
    -webkit-transform: rotate(30deg) scale(0);
    transform: rotate(30deg) scale(0);
}

.intercom-launcher-active .intercom-launcher-close-icon {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.intercom-launcher-close-icon {
    background-image: url();
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.intercom-launcher-close-icon, #intercom-container .intercom-launcher-open-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: opacity .08s linear,-webkit-transform .16s linear;
    transition: transform .16s linear,opacity .08s linear;
    transition: transform .16s linear,opacity .08s linear,-webkit-transform .16s linear;
    background-position: 50%;
    background-repeat: no-repeat;
}

.quick-ball {
    position: fixed;
    left: 10px;
    bottom: 80px;
    visibility: hidden;
}

.alert-content {
    background-color: #19478d;
    width: 170px;
    height: 40px;
    padding: 7px;
    border-radius: 5px;
    opacity: 0.8;
}

.show-alert {
    visibility: visible !important;
    color: white;
    font-size: 14px;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .3s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: .5s;
    animation-direction: normal;
}

@-webkit-keyframes example {
    0% {
        width: 0px;
        color: rgb(56, 129, 54);
        font-size: 12px !important;
    }

    50% {
        height: 150px;
        color: rgb(56, 129, 54);
        font-size: 12px !important;
    }

    75% {
        height: 200px;
        color: rgb(56, 129, 54);
        font-size: 12px !important;
    }

    100% {
        height: 250px;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        height: 0px;
        font-size: xx-small;
    }
    /*50%  { width:150px;font-size:5px !important}
                75%  { width:200px;font-size:18px !important}*/
    100% {
        height: 110px;
    }
}


.moveUp {
    margin-top: 18px !important;
    color: #ffffff !important;
}

    .moveUp :hover {
        color: #ffffff !important;
    }

    .moveUp :focus {
        color: #ffffff !important;
    }

.testimonial-single-image {
    width: 15px !important;
}

.menufull {
    display: block;
}

.menuhide {
    display: none;
    top: 44px;
}

@media (max-width:540px) {
    .menuhide {
        top: 44px;
    }
}

@media (max-width:1065px) {
    .menufull {
        display: none;
    }

    .menuhide {
        float: right;
        display: block;
        position: fixed;
        top: 42px;
        background-color: #cccccc;
        width: 100%;
    }
}

.piclogo {
    position: absolute;
    left: 10%;
    top: 41.5%;
    width: 16%;
    opacity: 0.98;
}

.menuli {
    width: 50%;
    float: right;
}

.carousel-indicators {
    bottom: 1px;
}

.colnews {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.dlpointer {
    position: absolute;
    right: 40%;
    top: 25%;
    width: 200px;
    opacity: 0.95;
    z-index: 13;
}
.dlpointer2 {
    position: absolute;
    right: 5%;
    top: 35%;
    width: 200px;
    opacity: 0.95;
    z-index: 13;
}

@media (max-width:1000px) {
    .colnews {
        height: 550px;
    }

    .carousel-indicators {
        bottom: -60px;
    }
}

@media (max-width:770px) {
    .colnews {
        height: 260px;
    }

    .carousel-indicators {
        bottom: -40px;
    }

    .consli {
        display: none;
    }
}

@media (max-width:570px) {
    .footer-copyright {
        font-size: 14px;
    }
}

.imgbackhead {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.contenthead {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
}




#callid {
    color: rgb(27 81 116);
    font-size: 2vw;
    padding-top: 50px;
}

@media (max-width:570px) {
    #callid {
        font-size: 4vw;
    }
}

@font-face {
    font-family: Sahel;
    src: url(../fonts/Sahel.ttf);
}


@font-face {
    font-family: B Titr Bold_0;
    src: url(../fonts/B%20Titr%20Bold_0.ttf);
}

.abtn {
    border-radius: 3px;
    border: 2px dotted #19478d;
    padding: 5px;
    transition: box-shadow 0.6s;
}

    .abtn:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.footerslice {
    float: right;
    width: 33.33%;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
}

.footerslice-in {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    direction: rtl;
    color: white;
}

@media (max-width:900px) {
    .footerslice {
        width: 100%;
        margin-top: 20px;
    }
}

.headdiv1 {
    width: 50%;
}

.headdiv2 {
    width: 50%;
    text-align: right;
}

.headindiv {
    margin: 5px;
    padding-top:15px;
}

@media (max-width:600px) {
    .spanhide {
        display: none;
    }
}

.btndl {
    text-align: center;
    width: 50%;
    float: right;
}

@media (max-width:820px) {
    .btndl {
        width: 100%;
    }
}

.mapc {
    width: 50%;
    float: right;
}

@media (max-width:1050px) {
    .mapc {
        width: 100%;
        margin-top: 25px;
    }
}

.footer-icons li {
    display: inline-block;
}

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 111111;
    background: #ffffff;
    overflow: hidden !important;
}

.loading {
    top: 44%;
    right: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.grid-row .col{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

    .grid-row .col ul {
        margin-top: -120px !important;
        margin-right: 60px !important;
    }

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dot-spin {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: transparent;
    color: transparent;
    box-shadow: 0 -18px 0 0 #03468f, 12.727926px -12.727926px 0 0 #03468f, 18px 0 0 0 #03468f, 12.727926px 12.727926px 0 0 #03468f, 0 18px 0 0 #03468f, -12.727926px 12.727926px 0 0 #03468f, -18px 0 0 0 #03468f, -12.727926px -12.727926px 0 0 #03468f;
    animation: dot-spin 1.5s infinite linear;
}

@keyframes dot-spin {
    0%, 100% {
        box-shadow: 0 -18px 0 0 #03468f, 12.727926px -12.727926px 0 0 #03468f, 18px 0 0 0 #03468f, 12.727926px 12.727926px 0 -5px #03468f, 0 18px 0 -5px #03468f, -12.727926px 12.727926px 0 -5px #03468f, -18px 0 0 -5px #03468f, -12.727926px -12.727926px 0 -5px #03468f;
    }

    12.5% {
        box-shadow: 0 -18px 0 -5px #03468f, 12.727926px -12.727926px 0 0 #03468f, 18px 0 0 0 #03468f, 12.727926px 12.727926px 0 0 #03468f, 0 18px 0 -5px #03468f, -12.727926px 12.727926px 0 -5px #03468f, -18px 0 0 -5px #03468f, -12.727926px -12.727926px 0 -5px #03468f;
    }

    25% {
        box-shadow: 0 -18px 0 -5px #03468f, 12.727926px -12.727926px 0 -5px #03468f, 18px 0 0 0 #03468f, 12.727926px 12.727926px 0 0 #03468f, 0 18px 0 0 #03468f, -12.727926px 12.727926px 0 -5px #03468f, -18px 0 0 -5px #03468f, -12.727926px -12.727926px 0 -5px #03468f;
    }

    37.5% {
        box-shadow: 0 -18px 0 -5px #03468f, 12.727926px -12.727926px 0 -5px #03468f, 18px 0 0 -5px #03468f, 12.727926px 12.727926px 0 0 #03468f, 0 18px 0 0 #03468f, -12.727926px 12.727926px 0 0 #03468f, -18px 0 0 -5px #03468f, -12.727926px -12.727926px 0 -5px #03468f;
    }

    50% {
        box-shadow: 0 -18px 0 -5px #03468f, 12.727926px -12.727926px 0 -5px #03468f, 18px 0 0 -5px #03468f, 12.727926px 12.727926px 0 -5px #03468f, 0 18px 0 0 #03468f, -12.727926px 12.727926px 0 0 #03468f, -18px 0 0 0 #03468f, -12.727926px -12.727926px 0 -5px #03468f;
    }

    62.5% {
        box-shadow: 0 -18px 0 -5px #03468f, 12.727926px -12.727926px 0 -5px #03468f, 18px 0 0 -5px #03468f, 12.727926px 12.727926px 0 -5px #03468f, 0 18px 0 -5px #03468f, -12.727926px 12.727926px 0 0 #03468f, -18px 0 0 0 #03468f, -12.727926px -12.727926px 0 0 #03468f;
    }

    75% {
        box-shadow: 0 -18px 0 0 #03468f, 12.727926px -12.727926px 0 -5px #03468f, 18px 0 0 -5px #03468f, 12.727926px 12.727926px 0 -5px #03468f, 0 18px 0 -5px #03468f, -12.727926px 12.727926px 0 -5px #03468f, -18px 0 0 0 #03468f, -12.727926px -12.727926px 0 0 #03468f;
    }

    87.5% {
        box-shadow: 0 -18px 0 0 #03468f, 12.727926px -12.727926px 0 0 #03468f, 18px 0 0 -5px #03468f, 12.727926px 12.727926px 0 -5px #03468f, 0 18px 0 -5px #03468f, -12.727926px 12.727926px 0 -5px #03468f, -18px 0 0 -5px #03468f, -12.727926px -12.727926px 0 0 #03468f;
    }
}
.socialmediaicons {
    padding: 5px !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    text-decoration: none;
    margin-top: 5px;
    background-color: #1b5174 !important;
    border: 0px !important;
    font-size: 16px !important;
}
.socialmedia {
    clear: both;
    display: block;
    content: "";
    list-style: none;
}

.socialmedia-item {
    float: left;
    border: none !important;
    background-color: #f8f9fa;
    padding: 0px 2px 0px 2px !important;
}
.padding-t-15 {
    padding-top:15px !important;
}
.padding-t-25 {
    padding-top: 25px !important;
}
.navbar{
    position:static !important;
}
::-webkit-scrollbar {
    width: 7px;
    background-color: #19478d;
}
.nav-link dropdown-toggle show::after {
    background-color:blue !important;
}
.fullscreen-banner {
    position: relative;
    min-height: 650px;
    background-color: #ffffff;
}
.desktop_banner {
    display: block;
}
.carousel .carousel-indicators li {
    background-color: #ddd;
}

    .carousel .carousel-indicators li.active {
        background-color: #19478d;
    }
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}


/* NAV TABS */
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    border-radius: 3px;
    font-size:14px;
    font-family:IranSans;
}

    .nav-tabs-custom > .nav-tabs {
        margin: 0;
        border-bottom-color: #f4f4f4;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        padding-right:0px;
    }

        .nav-tabs-custom > .nav-tabs > li {
            border-top: 3px solid transparent;
            margin-bottom: -2px;
            margin-right: 5px;
            font-family: IranSansSimple !important;
        }

            /*در زمان تعریف برای قفل کردن تب ها از این خاصیت استفاده می شود*/
            .nav-tabs-custom > .nav-tabs > li > a[href*="javascript:void(0)"] {
                text-decoration: line-through;
            }

            .nav-tabs-custom > .nav-tabs > li > a {
                color: #444;
                border-radius: 0;
                padding:16px;

            }

                .nav-tabs-custom > .nav-tabs > li > a.text-muted {
                    color: #999;
                }

                .nav-tabs-custom > .nav-tabs > li > a,
                .nav-tabs-custom > .nav-tabs > li > a:hover {
                    background: transparent;
                    margin: 0;
                    border-top-left-radius: 20px;
                    border-top-right-radius: 20px;
                    background-color: #f8f8f8;
                    margin: 0.5px;
                    color: #19478d;
                }

                    .nav-tabs-custom > .nav-tabs > li > a:hover {
                        color: #999;
                    }

            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
                border-color: transparent;
            }

            .nav-tabs-custom > .nav-tabs > li.active {
                /*border-top-color: #19478d;*/
                font-weight:bold !important;
                
            }


                .nav-tabs-custom > .nav-tabs > li.active > a,
                .nav-tabs-custom > .nav-tabs > li.active:hover > a {
                    background-color: #19478d;
                    color: #fff;
                    font-weight: bold;
                    border-top-left-radius: 20px;
                    border-top-right-radius: 20px;
                }

                .nav-tabs-custom > .nav-tabs > li.active > a {
                    border-top-color: transparent;
                   /* border-left-color: #f4f4f4;
                    border-right-color: #f4f4f4;*/
                }

            .nav-tabs-custom > .nav-tabs > li:first-of-type {
                margin-left: 0;
            }

                .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
                    border-left-color: transparent;
                }

        .nav-tabs-custom > .nav-tabs.pull-right {
            float: none !important;
        }

            .nav-tabs-custom > .nav-tabs.pull-right > li {
                float: right;
                min-width:100px;
                margin-right:0px;
                border:0px !important;
            }

                .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
                    margin-right: 0;
                }

                    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
                        border-left-width: 1px;
                    }

                    .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
                       /* border-left-color: #f4f4f4;*/
                        /*border-right-color: transparent;*/
                       border:0px;
                    }

        .nav-tabs-custom > .nav-tabs > li.header {
            line-height: 35px;
            padding: 0 10px;
            font-size: 20px;
            color: #444;
        }

            .nav-tabs-custom > .nav-tabs > li.header > .fa,
            .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
            .nav-tabs-custom > .nav-tabs > li.header > .ion {
                margin-right: 5px;
            }

    .nav-tabs-custom > .tab-content {
        background: #fff;
        padding: 10px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .nav-tabs-custom .dropdown.open > a:active,
    .nav-tabs-custom .dropdown.open > a:focus {
        background: transparent;
        color: #999;
    }

    .nav-tabs-custom.tab-primary > .nav-tabs > li.active {
        border-top-color: #3c8dbc;
    }

    .nav-tabs-custom.tab-info > .nav-tabs > li.active {
        border-top-color: #00c0ef;
    }

    .nav-tabs-custom.tab-danger > .nav-tabs > li.active {
        border-top-color: #dd4b39;
    }

    .nav-tabs-custom.tab-warning > .nav-tabs > li.active {
        border-top-color: #f39c12;
    }

    .nav-tabs-custom.tab-success > .nav-tabs > li.active {
        border-top-color: #00a65a;
    }

    .nav-tabs-custom.tab-default > .nav-tabs > li.active {
        border-top-color: #d2d6de;
    }
.padding-r-10 {
    padding-right:10px;
}
.news-dsc {
    padding:0px 10px;
    font-family:IranSansSimple;
    font-size:14px;
    min-height:196px;
    line-height:2;
}
.no-padding-l {
    padding-left: 0px !important;
}
.rules > p > a:hover {
    color: #19478d !important;
}
/*.nav-item .btn {
    color:#fff !important;
}*/
header #header-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.Pinar {
    font-family:Pinar !important;
}
