<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* apply the animations just in desktop view */

@media (min-width:768px) {
    /* prevent text rendering degrade during animation in Mac browsers */
    #main-menu {
        -webkit-font-smoothing: subpixel-antialiased;
    }
        /* show animation */
        #main-menu ul.show-animation {
            -webkit-animation: show-animation 0.2s;
            animation: show-animation 0.2s;
        }

    @-webkit-keyframes show-animation {
        0% {
            -webkit-transform: scale3d(0, 0, 1);
            opacity: 0;
        }

        60% {
            -webkit-transform: scale3d(1.05, 1.05, 1);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            opacity: 1;
        }
    }

    @keyframes show-animation {
        0% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }

        60% {
            transform: scale3d(1.05, 1.05, 1);
        }

        100% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }
    }
    /* hide animation */
    #main-menu ul.hide-animation {
        -webkit-animation: hide-animation 0.2s;
        animation: hide-animation 0.2s;
    }

    @-webkit-keyframes hide-animation {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale3d(0, 0, 1);
            opacity: 0;
        }
    }

    @keyframes hide-animation {
        0% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }

        100% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }
    }
}

.contact-w3ls, .advantages, .w3l-visitors-agile, .plans-section, .team {
    padding: 60px 0px;
    background-color: #f3f5f9;
}

h3.title-w3-agileits {
    font-size: 2em;
    color: #FFF;
    font-weight: 500; /*letter-spacing: 3px;*/
    margin-bottom: 1em;
    text-align: center;
    text-transform: capitalize;
    font-family: Vazir, sans-serif;
}

.title-black-wthree {
    color: #0f2453 !important;
}
/*--//main--*/
/*-- /about --*/
.about-wthree {
    padding: 2em;
    background: #eceef2;
    background: url(../images/bg_center.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.ab-w3l-spa {
    text-align: center;
    position: relative;
}

.w3l-slider-img {
    border: 10px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 2em;
    top: 29em;
}

.w3ls-info-about {
    position: absolute;
    left: 46%;
    z-index: 99;
    padding: 2em 4.5em;
    top: 107%;
    border: 10px solid #000;
}

    .w3ls-info-about h4 {
        font-size: 1.5em;
        letter-spacing: 1px;
        color: #ffce14; /* margin-bottom: 11px; */
        line-height: 1.4em;
        text-transform: capitalize;
        background: #0f2453;
        padding: 10px 15px;
    }

    .w3ls-info-about p { /* margin: 0em 0 2em 0; */
        color: #ffffff;
        line-height: 2.2em;
        background: rgba(0, 0, 0, 0.85);
        font-size: 0.9em;
        letter-spacing: 2px;
    }

p.about-para-w3ls {
    color: #777;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.5px;
    margin-bottom: 2em;
}
/*-- //about --*/
/*--sevices-section--*/
.advantages {
    background: url(../images/services.jpg)no-repeat;
    min-height: 350px;
    background-size: cover;
}
.spnDate{
    font-size: 7.8pt; float: left; padding: 5px; color: #777
}
.advantage-block {
    padding: 2em 2em;
    background: rgba(0, 0, 0, 0.52);
    text-align: center;
}

    .advantage-block:hover {
        background: rgba(255, 255, 255, 0.22);
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
    }

    .advantage-block h4 {
        font-size: 1.5em;
        color: #fff;
        margin: 0.5em 0em 0.5em 0em;
        text-transform: capitalize;
        letter-spacing: 1px;
    }

    .advantage-block p {
        font-size: 16px;
        color: #FFF; /* line-height: 1.8em; */
        text-align: left;
        padding-left: 3em;
        line-height: 35px;
        letter-spacing: .8px;
    }

.advantage-grid {
    padding: 0;
}

.left-w3ls {
    border-right: 1px solid #b1b1b1;
}

.advantage-block .fa-credit-card, .advantage-block .fa-clock-o {
    color: #ffce14;
    font-size: 45px;
    margin-bottom: 10px;
}

.advantage-block p i {
    color: #ffce14;
    font-size: 13px;
    margin-right: 10px;
}
/*--//services-section--*/
/*-- team --*/

.tab1 .team-img-w3-agile {
    background: url(../images/teamb1.jpg)no-repeat 0px 0px;
}

.tab2 .team-img-w3-agile {
    background: url(../images/teamb2.jpg)no-repeat 0px 0px;
}

.tab3 .team-img-w3-agile {
    background: url(../images/teamb3.jpg)no-repeat 0px 0px;
}

.tab4 .team-img-w3-agile {
    background: url(../images/teamb4.jpg)no-repeat 0px 0px;
}

.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 360px;
    width: 27%;
    margin-left: 4em;
}

.team-Info-agileits {
    text-align: left;
    padding: 4em 0 0 3em;
}

    .team-Info-agileits h4 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    .team-Info-agileits span {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #7d7a7a;
    }

    .team-Info-agileits p {
        font-size: 16px; /* text-transform: uppercase; */
        letter-spacing: .5px;
        color: #337ab7;
        line-height: 30px;
        margin: 1.5em 0 1em;
    }

.resp-tabs-list li {
    opacity: .5;
}

li.resp-tab-item.resp-tab-active {
    opacity: 1;
}

ul.resp-tabs-list {
    margin-left: 15em;
}

.resp-tabs-list li img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
/*-- //team --*/
/*--rooms &amp; rates --*/
.price-list ul {
    padding: 0px;
    list-style: none;
}

.price-gd-top {
    text-align: center;
    position: relative;
}

    .price-gd-top h4 {
        font-size: 1em;
        color: #fff;
        padding: 0.8em;
        background: rgba(15,36,83,0.9);
        font-weight: 300;
        position: absolute;
        bottom: 1em;
        right: 0em;
    }

.price-selet h3 {
    padding: 0.2em 0em 0em 0em;
    font-size: 1.7em;
    float: left;
    margin-left: 20px;
}

    .price-selet h3 span {
        color: #ef0404;
        font-size: 31px;
        margin-right: 5px;
    }

.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding: 1.8em 0em 1em;
}

.price-gd-top img {
    width: 100%;
}

.price-list ul li {
    padding: 0.5em 0em;
    font-size: 0.9em;
    color: #2b2b2b;
    display: inline-block;
}

.price-selet {
    padding: 1em 0em;
    text-align: center;
    background: #fff;
}

    .price-selet a {
        font-size: 1.1em;
        color: #fff;
        display: block;
    }

    .price-selet a {
        font-size: 0.9em;
        color: #000000;
        display: inline-block;
        padding: 0.5em 2em;
        background: #ffce14;
        text-decoration: none;
        border: 2px solid #ecbf11;
    }

.price-block { /*box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);*/
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

/*.price-block:hover, .w3layouts-pricing:hover, .w3-agileits-vpn-grid:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); z-index: 1; }*/
/*--//rooms &amp; rates --*/
/*-- visitors --*/
.w3l-visitors-agile {
    background: rgba(15, 36, 83, 0.07);
}

.title-agileits1 {
    text-align: center;
}

    .title-agileits1 h3 {
        display: block;
        color: #212121;
        font-size: 2.5em;
        position: relative;
        padding-bottom: .5em;
    }

        .title-agileits1 h3:before {
            content: '';
            background: #bdbdbd;
            height: 1px;
            width: 23%;
            position: absolute;
            bottom: 0%;
            left: 38%;
        }

        .title-agileits1 h3:after {
            content: '';
            background: #00a4e4;
            height: 4px;
            width: 10%;
            position: absolute;
            bottom: -1px;
            left: 44%;
        }

h3.w3l-agile:before, h2.w3l-agile:before {
    content: '';
    background: #ccc;
    height: 1px;
    width: 15%;
    position: absolute;
    bottom: 0%;
    left: 43%;
}

.w3layouts_work_grid_left {
    float: left;
    width: 50%;
    position: relative;
}

.w3layouts_work_grid_left_pos {
    position: absolute;
    top: 18%;
    right: -7%;
    width: 60%;
}

.w3layouts_work_grid_right {
    float: right;
    width: 50%;
    padding: 5em 13em 0em 6em;
    margin-top: 5em;
}

.w3layouts_work_grid_left_pos img {
    border: 10px solid #ffffff;
    box-shadow: 0 0 15px rgba(98,98,98,0.32);
    -webkit-box-shadow: 0 0 15px rgba(98,98,98,0.32);
}

.w3layouts_work_grid_right h4 {
    font-size: 1em;
    color: #0f2453;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .w3layouts_work_grid_right h4 i {
        color: #ffce14 !important;
    }

.w3layouts_work_grid_right h5 {
    font-size: 1.5em;
    letter-spacing: 2px;
    text-align: right;
    margin-top: 10px;
    color: #212121;
    line-height: 1.4em;
    text-transform: capitalize;
}

.w3layouts_work_grid_right p {
    margin: 2em 0 0;
    color: #444;
    font-size: 16px;
    line-height: 2.2em;
    letter-spacing: 1px;
}

    .w3layouts_work_grid_right p:nth-child(4) {
        color: #ffce14;
        text-align: right;
        margin-top: 0 !important;
        font-size: 14px;
        line-height: 20px;
    }
/*-- //visitors --*/
/*-- Gallery Section --*/
#portfolio p {
    line-height: 1.8em;
    margin: 25px 0 0 0;
    font-size: 1.1em;
    color: #ffffff;
    font-weight: 300;
}

.gallery-section h3 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 18px;
}

.gallery-grid {
    padding: 10px;
    text-align: center; /*float: right;*/
}

#lightgallery h4 {
    font-size: 13pt !important;
    letter-spacing: 0px !important;
}

.gallery1 {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

    .gallery1 h4 {
        font-size: 14pt !important;
        letter-spacing: 0px !important;
    }

    .gallery1 .textbox {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        background-color: rgba(15, 36, 83, 0.12);
    }

    .gallery1:hover .textbox {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.gallery-grid img {
    max-height: 284px; /*width: 100%;*/
}

.textbox {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-align: center;
}

    .textbox h4 {
        font-size: 2em;
        color: #FFF;
        margin-top: 3.5em;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 5px;
    }

    .textbox p {
        font-size: 26px !important;
        color: #fff;
        margin: 6px 0 0 0 !important;
        padding: 3px 0;
    }

.gallery-grids {
    margin-top: 50px;
}
/*-- //Gallery Section --*/
/*-- contact --*/
section.contact-w3ls {
    background: url(../images/contact.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}

    section.contact-w3ls p.contact-agile1 {
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: normal;
        padding-bottom: 10px;
        line-height: 29px;
        color: #fff;
    }

        section.contact-w3ls p.contact-agile1 strong {
            font-family: Vazir, sans-serif;
            letter-spacing: 1.5px;
            color: #ffce14 !important;
            font-size: 16px;
        }

        section.contact-w3ls p.contact-agile1 a {
            color: #fff;
        }

    section.contact-w3ls .contact-agileits, .contact-w3-agile1 {
        background-color: rgba(0, 0, 0, 0.55);
        padding: 20px 35px;
        color: #eee;
        line-height: 30px;
    }

    section.contact-w3ls h4 {
        font-size: 25px;
        letter-spacing: 1.5px;
        font-weight: bold;
        color: #fff;
        padding-bottom: 20px;
        font-family: Vazir, sans-serif;
        text-align: center;
    }

    section.contact-w3ls p.contact-agile2 {
        font-size: 16px;
        font-weight: normal;
        padding-bottom: 20px;
        line-height: 30px;
        color: #ffce14;
        text-align: center;
    }

    section.contact-w3ls label.contact-p1 {
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 300;
        color: #fff;
        padding-bottom: 10px;
        font-family: Vazir, sans-serif;
    }

.form-group {
    margin-bottom: 5px;
}

section.contact-w3ls p.help-block {
    color: #ff0500 !important;
}

section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input.themeText {
    height: 37px;
}

section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input.themeText {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    border-color: #fff;
    font-family: Vazir, sans-serif;
}

section.contact-w3ls input.btn.btn-primary {
    color: #ffce14;
    background-color: transparent;
    border: 2px solid #ffce14;
    font-size: 17px;
    padding: 10px 20px;
    width: 100%;
    font-family: Vazir, sans-serif;
    margin: 25px 0 8px;
}

    section.contact-w3ls input.btn.btn-primary:hover {
        color: #fff;
        background-color: #ffce14;
        border: 2px solid #ffce14;
    }

input::-webkit-input-placeholder {
    color: #aaa !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #aaa !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #aaa !important;
}

input:-ms-input-placeholder {
    color: #aaa !important;
}

textarea::-webkit-input-placeholder {
    color: #aaa !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #aaa !important;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #aaa !important;
}

textarea:-ms-input-placeholder {
    color: #aaa !important;
}

.footer-icons-agileinfo {
    margin-left: 0 !important;
}

.contact-w3-agile1 iframe {
    width: 100%;
    height: 190px;
    margin-top: 1.5em;
    outline: none;
    border: none;
}
/*-- /contact --*/
/*--copy-right--*/
.copy {
    text-align: center;
    background: #0f2453;
}

    .copy p {
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        padding: 1em;
    }

        .copy p a {
            color: #ffce14;
            text-decoration: none;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

            .copy p a:hover {
                color: #fff;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }
/*--//copy-right--*/
/*--//footer--*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 25px;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arr.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/







.w3layouts_work_grids {
    direction: ltr;
}

.w3_grid_effect img {
    margin: auto;
    max-height: 150px;
}

.w3_grid_effect a {
    color: #ddd;
}

.p20 {
    padding: 20px;
}

.galleryTitle {
    padding: 12px;
    font-size: 15pt;
    text-align: center;
    background-color: #ddd;
    color: #0f2453;
}

.DateView {
    text-align: left;
    padding: 3px;
    padding-left: 20px;
    color: #eee;
    font-size: 9pt;
    background-color: #0f2453;
    margin-bottom: 20px;
}

    .DateView i {
        padding-left: 5px;
    }

    .DateView .fa-eye {
        padding-right: 10px;
    }

.divMain {
    padding: 0;
    margin-top: 5px;
        border: 1px solid #eee;
}

    .divMain .container-fluid {
        text-align: center;
        padding: 20px;
        line-height: 1.7;
    }

#gallery {
    padding: 30px;
}

.tab-pane {
    padding: 0px;
}
.single_page_content{
    padding:0 5px;
    text-align: justify;
}
.cat {
    margin-top: 5px;
}

    .cat li {
        list-style: none;
    }

        .cat li &gt; .media {
            margin-bottom: 10px; /*border-bottom: 2px solid #cac7c7; border-top: 2px solid #cac7c7;*/ /*background-color: #f8f8f8;*/
            padding: 10px;
            background-color: #f8f8f8;
            border: 1px solid #ddd;
            transition: 1.3s all;
            -ms-transition: 1.3s all;
            -webkit-transition: 1.3s all;
        }

            .cat li &gt; .media:hover {
                border: 1px solid #cfdbf3;
            }

.media-right img {
    max-height: 90px;
    border: 1px solid #ddd;
    padding: 2px;
}

.media-heading {
    padding: 5px;
    min-height: 40px;
}

    .media-heading a {
        color: #5e74a7;
    }

        .media-heading a:hover {
            color: #3e5996;
        }

.comments_box .fa {
    padding-left: 3px;
}

.meta_date {
    font-size: 9pt;
    padding: 0px 5px 0px 10px;
    color: #8c93a2;
}

.meta_more {
    float: left;
    color: #bbb;
}

    .meta_more a {
        color: #555;
    }

.imgbox {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

    .imgbox img {
        margin-left: auto;
        margin-right: auto;
    }

.share_post {
    margin: 10px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #0f2453 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #0f2453 !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #0f2453 !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0f2453 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #0f2453 !important;
}





.detail-text {
    font-family: Shabnam !important;
    font-size: 16px;
    text-align: right;
}

    .detail-text img {
        max-width: 100%;
        font-family: Shabnam !important;
        font-size: 16px;
        margin: 0 auto;
    }

    .detail-text p {
        line-height: 30px !important;
        font-size: 16px !important;
        font-family: Shabnam !important;
    }

    .detail-text span {
        line-height: 30px !important;
        font-family: Shabnam !important;
        font-size: 16px !important;
    }

    .detail-text div {
        line-height: 30px !important;
        font-family: Shabnam !important;
        font-size: 16px !important;
    }

    .detail-text iframe {
        width: 100% !important;
        height: auto !important;
        min-height: 580px;
        border: 0px;
    }

.detail-moreimg img {
    float: right;
    margin-top: 1%;
    margin-bottom: 1%;
}

.file-box {
    float: right;
    width: 31%;
    margin: 1%;
    background-color: #eee;
    padding: 10px;
}

    .file-box .fa-info-circle {
        color: #81898E;
        margin-right: 7px;
    }


.share_post {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .share_post a {
        color: #fff;
        display: block;
        float: right;
        height: 32px;
        line-height: 32px;
        margin-bottom: 25px;
        margin-right: 10px;
        padding-right: 10px;
    }

.linkedin {
    background-color: #436fc9;
}

    .linkedin i {
        background-color: #3967c6;
        display: block;
        float: left;
        font-size: 16px;
        height: 32px;
        line-height: 33px;
        margin-right: 10px;
        padding-top: 0;
        text-align: center;
        width: 32px;
    }

.telegram {
    background-color: #40bef4;
}

    .telegram i {
        background-color: #C1132C;
        display: block;
        float: left;
        font-size: 16px;
        height: 32px;
        line-height: 33px;
        margin-right: 10px;
        padding-top: 0;
        text-align: center;
        width: 32px;
    }

.instagram {
    background-color: #ec5f4a;
}

    .instagram i {
        background-color: #e94d36;
        display: block;
        float: left;
        font-size: 16px;
        height: 32px;
        line-height: 33px;
        margin-right: 10px;
        padding-top: 0;
        text-align: center;
        width: 32px;
    }


.share_post .facebook {
    background-color: #436fc9;
}

    .share_post .facebook i {
        background-color: #3967c6;
        display: block;
        float: left;
        font-size: 16px;
        height: 32px;
        line-height: 33px;
        margin-right: 10px;
        padding-top: 0;
        text-align: center;
        width: 32px;
    }

.share_post .twitter {
    background-color: #40bef4;
}

    .share_post .twitter i {
        background-color: #20b4f3;
        display: block;
        float: left;
        font-size: 16px;
        height: 32px;
        line-height: 33px;
        margin-right: 10px;
        padding-top: 0;
        text-align: center;
        width: 32px;
    }

.share_post .googleplus {
    background-color: #ec5f4a;
}

    .share_post .googleplus i {
        background-color: #e94d36;
        display: block;
        float: left;
        font-size: 16px;
        height: 32px;
        line-height: 33px;
        margin-right: 10px;
        padding-top: 0;
        text-align: center;
        width: 32px;
    }

.share_post .linkedin {
    background-color: #007BB5;
}

    .share_post .linkedin i {
        background-color: #346DA6;
    }

.share_post .stumbleupon {
    background-color: #EF4E23;
}

    .share_post .stumbleupon i {
        background-color: #CA4638;
    }

.share_post .cloob {
    background-color: #8BC63E;
}

    .share_post .cloob i {
        background-color: #3AAA35;
    }
/*.cloob i img { padding-top: 5px; }*/
.share_post .linkedin i, .stumbleupon i, .cloob i {
    display: block;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 33px;
    margin-right: 10px;
    padding-top: 0;
    text-align: center;
    width: 32px;
}


.comment_post {
    background-color: #fff;
    display: inline-block;
    float: right;
    text-align: right;
    direction: ltr;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
}

    .comment_post h2 {
        border-bottom: 1px dotted #333D43;
        font-size: 25px;
        padding-bottom: 5px;
        font-family: Shabnam;
        text-align: right;
    }

    .comment_post .fa {
        color: rgba(7,81,90,0.7);
        margin-left: 5px;
    }

    .comment_post .fa-clock-o {
        margin-right: 10px;
    }

    .comment_post .col-md-4 {
        text-align: left;
    }

    .comment_post .com-like {
        color: #888;
        font-family: Shabnam;
        font-size: 18px;
        margin-left: 5px;
        cursor: pointer;
    }

        .comment_post .com-like .fa {
            color: #888;
        }

    .comment_post .com-dislike {
        color: #888;
        font-size: 18px;
        cursor: pointer;
    }

        .comment_post .com-dislike .fa {
            color: #888;
        }

.comment-box {
    background-color: #F0F3F5;
    padding: 3px;
    margin-bottom: 15px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.comment-box-header {
    background-color: #E0E3E6;
    padding-top: 5px;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.answer-box {
    position: relative;
    background-color: #fff;
    width: 90% !important;
    margin: 3%;
    padding: 10px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .answer-box:after {
        content: '';
        display: inline-block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        top: -10px;
        right: 10px;
    }

.pager-container {
    padding-bottom: 25px;
}

.PagingButton {
    background-color: #fff;
    padding: 1px;
    border: 1px solid #c8cfdc;
    padding-right: 9px;
    padding-left: 9px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    color: #798fb6;
    font-size: 10pt;
    font-family: Shabnam;
}

.currentLable {
    background-color: #cccccc;
    padding: 2px;
    padding-right: 9px;
    padding-left: 9px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    font-size: 10pt;
}


.logo {
    padding: 0px 15px 10px 0px;
    text-align: center;
}

.marqarea {
    background-color: #f4f9f9;
    height: 40px;
    padding-top: 7px;
    border-top: 2px solid #fff;
}


.content-header {
    padding-top: 15px; /*float:right;*/
    font-size: 12pt;
    text-align: right;
    min-height: 100px;
    direction: rtl;
    transition: 1.1s all;
    color: #444;
}

    .content-header:hover {
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 2px;
        -ms-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .content-header img {
        max-height: 80px;
        max-width: 90px; /*width:100%*/
    }


.mainImg {
    float: left;
    max-width: 450px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin: 9px;
}

.contact {
    padding: 30px;
    line-height: 30px;
}

    .contact .fa {
        color: #999;
    }

.gallery-box {
    margin-bottom: 20px;
}

.gallery-cover {
    max-height: 161px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 10px;
}

#divColleagues,
#divgallery {
    direction: ltr;
}

blockquote {
    border: 0px !important;
}

.nav-tabs &gt; li {
    float: right !important;
}



.demo-text {
    margin: 3em 22px;
}

    .demo-text p {
        margin-bottom: 1em;
    }

    .demo-text a {
        color: #999;
    }

.main-menu-btn {
    margin-right: 11px;
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-indent: 28px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 30px;
    background: #000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .main-menu-btn-icon:before {
        content: '';
        top: -7px;
        left: 0;
    }

    .main-menu-btn-icon:after {
        content: '';
        top: 7px;
        left: 0;
    }
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}
    /* hide the menu in mobile view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: none;
    }

    #main-menu-state:checked ~ #main-menu {
        display: block;
    }

@media (min-width: 768px) {
    /* hide the button in desktop view */

    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
        padding: 15px 24px !important;
    }
}

.news-features .caption {
    font-size: 20px;
    font-weight: 100;
    position: absolute;
    bottom: 0;
    padding: 5px;
    color: white;
    text-shadow: 0 0 5px #000;
}

.news-features {
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

    .news-features:hover .poster:before {
        opacity: 0;
    }

    .news-features .poster:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        display: block;
        max-width: 100%;
        -webkit-transition: opacity .3s;
        background: rgba(0,0,0,.3);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 60%,rgba(0,0,0,.7) 100%);
    }

    .news-features .poster img {
        width: 100%;
    }

.nb-footer {
    border-top: 3px solid #ff0500;
    background: #c4122c;
    margin-top: 60px;
    padding-bottom: 30px;
}

    .nb-footer .footer-single {
        margin-top: 30px;
    }

    .nb-footer .footer-title {
        display: block;
        margin: 10px 0 25px 0;
        border-bottom: 1px dotted #e4e9f0;
    }

    .nb-footer .footer-single a {
        text-decoration: none;
    }

    .nb-footer .footer-single h2 {
        color: #ffce14;
        font-size: 18px;
        font-weight: 200;
        display: inline-block;
        border-bottom: 2px solid #0072bc;
        padding-bottom: 5px;
        margin-bottom: -2px;
    }

    .nb-footer .footer-single li {
        border-top: solid 1px #ddd;
            padding: 0;
    }

        .nb-footer .footer-single li:first-child {
            border-top: none;
        }

        .nb-footer .footer-single li a {
    color: #171717;
    font-size: 12px;
    padding: 0px 0px;
    margin-right: 10px;
    display: block;
    transition: all 0.4s ease-in-out;
        }

            .nb-footer .footer-single li a:hover {
                color: #0072bc;
            }

                .nb-footer .footer-single li a:hover i {
                    color: #0072bc;
                }

    .nb-footer .dummy-logo {
        margin-top: 11px;
        padding-bottom: 9px;
    }

        .nb-footer .dummy-logo .icon {
            margin-right: 10px;
            border-radius: 20px;
            margin-top: 24px;
        }

    .nb-footer .brand {
        background: #0072bc;
    }

    .nb-footer .dummy-logo i {
        font-size: 50px;
        color: #fff;
        padding: 5px;
    }

    .nb-footer .dummy-logo p {
        color: #999;
        font-size: 12px;
    }

    .nb-footer .dummy-logo h2 {
        font-size: 24px !important;
        border-bottom: none;
        color: #696969;
        padding: 5px 0;
    }

    .nb-footer .btn-footer {
        border: 1px solid #0072bc;
        margin-top: 10px;
        color: #999;
    }

        .nb-footer .btn-footer:hover {
            background: #0072bc;
            color: #fff;
            transition: all 0.4s ease-in-out;
        }

    .nb-footer .useful-links li a {
        text-transform: uppercase;
    }

    .nb-footer .footer-project a {
        font-size: 13px;
    }

    .nb-footer .footer-project img {
        min-height: 75px;
        min-width: 75px;
        margin-bottom: 20px;
        border: 1px solid #666;
        border-radius: 6px;
        padding: 1px;
        opacity: 0.7;
        transition: all 0.4s ease-in-out;
    }

        .nb-footer .footer-project img:hover {
            opacity: 1.0;
            cursor: pointer;
        }

    .nb-footer .footer-project .footer-title {
        margin-top: 0;
    }

    .nb-footer .footer-single p, .footer-single address {
        color: #979797;
        font-size: 14px;
        margin-top: 5px;
        line-height: 22px;
    }

.nb-copyright {
    background: #171717;
    padding-bottom: 10px;
}

    .nb-copyright .copyrt {
        margin-top: 22px;
        font-size: 14px;
        color:#d2ab1b
    }

        .nb-copyright .copyrt a {
            color: #0072bc;
        }

    .nb-copyright .footer-social {
        margin-top: 10px;
    }

        .nb-copyright .footer-social i {
            padding: 5px 10px;
            color: #999;
            border: 1px solid #333;
            margin-top: 10px;
            font-size: 20px;
            border-radius: 5px;
            transition: all 0.4s ease-in-out;
        }

            .nb-copyright .footer-social i:hover {
                background: #0072bc;
                color: #fff;
            }

        .nb-copyright .footer-social .fa-facebook {
            padding: 5px 14px;
        }

@media(max-width: 767px) {
    .xs-center {
        text-align: center;
    }

    .left-clear {
        padding-left: 0;
    }

    .right-clear {
        padding-right: 0;
    }
}

.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
    padding: 9px 10px;
}

.logo {
    padding: 0px 13px !important;
}

nav {
    background-color: #ddd;
}

.img-left {
    max-height: 167px;
}

body {
    background-color: #fff;
}

.main {
    margin-bottom: -104px;
    /*margin-top: 105px;*/
}

.content {
    background-color: white; /*margin-top:117px;*/
    padding-top: 17px;
    border-radius: 4px;
}

.list-item {
    list-style: none;
    padding: 2px;
        border-bottom: 1px solid #eee;
    transition:  color ease-in .2s;
    line-height: 0;
}
.list-item a:hover{
    text-decoration:none; 
    color: #C1132C;
        transition: color ease-in .2s;
}
    .list-item:hover {
        color: #C1132C;
        transition: color ease-in .2s;
    }

ul {
    padding: 0;
    margin: 0;
}

.cat li {
    list-style: none;
    padding: 7px;
    transition: background-color ease-in .5s;
    line-height: 1.5;
}

    .cat li:hover {
        background-color: #ccc;
        transition: background-color ease-in .5s;
    }

.aboutStyle {
    padding: 10px;
    color: white;
}

.freepad {
    padding: 0 !important;
}

.marginMain {
    margin-top: 15px;
}

.pad10 {
    padding: 10px;
}

header {
    min-height: 150px;
         background-color: #bf112a;
    /*border-bottom: 3px solid #C1132C;*/
}

.topHeader {
    background-color: #313030;
    min-height: 30px;
}
 

.besm {
    height: 26px;
    margin-right: 86px;
}

.menuTop {
    float: left;
    background-color: transparent;
    padding: 5px;
}

    .menuTop li {
        list-style: none;
        display: inline-block;
        border-left: 1px solid #ccc;
    }

    .menuTop a {
        text-decoration: none;
        padding: 5px 40px;
        padding: 5px 4px;
        font-size: 12px;
        color: #FFF;
    }

.nullBorder {
    border-left: 1px solid transparent !important;
}

.shoar {
    margin-top: 43px;
}

.centerHeader{
    background-image: url(../images/bg-header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 100%; */
    min-height: 80px;
        background-position-x: 100%;
}

.carousel-control.left {
     
    background: url('../images/slider_prev.png') no-repeat;
}

.carousel-control.right {
   background: url('../images/slider_next.png') no-repeat;
}

.carousel-control {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    width: 6%;
    font-size: auto;
    color: #fff;
    text-align: center;
    opacity: 1;
    text-shadow: none;
}

    .carousel-control:hover {
        color: #000;
    }

.carousel-indicators {
    bottom: -5px;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #C1132C;
        border-radius: 50%;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #C1132C;
    }

.carousel-caption {
  position: absolute;
    right: 50%;
    top: 0;
    color: #000;
    left: 0;
    z-index: 10;
    padding-top: 30px;
    padding: 10px;
    min-height: 243px;
    /* color: #fff; */
    text-align: right;
    /* background: rgba(0,0,0,0.4); */
}

#custom-search-input {
    margin: 0;
    margin-top: 8px;
    padding: 0;
}

    #custom-search-input .search-query {
        padding-right: 3px;
        padding-left: 3px;
        margin-bottom: 0;
        border-radius: 3px;
    }

    #custom-search-input button {
        border: 0;
        background: none;
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        right: -28px;
        margin-bottom: 0;
        border-radius: 3px;
        color: #444;
    }

.search-query:focus + button {
    z-index: 3;
}

.input-group-btn {
    z-index: 4;
}

.mleft {
    margin-left: -34px;
}

.newsTicker {
    padding: 5px;
    background-color: #FFF;
    margin-top: 7px;
    border-radius: 2px;
}

.newsItem {
    font-size: 13px;
    line-height: 1.5;
    margin: 2px;
}

.scrollbar {
    max-height: 365px;
    background: #F5F5F5;
    overflow-y: scroll;

}

.mr12 {
    margin-right: 11px;
}

#myScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.rowNews{
    background-color: #fff;
        min-height: 140px;
            transition: ease-in 0.4s background-color;
    padding: 2px;
    /* border: 1px solid #ddd; */
    margin: 2px 0;
    border-radius: 1px;
    box-shadow: 1px 1px 1px 0px #d4d1d1;
        display: block;
}
.rowNews:hover h4{
    color:#C1132C
}
.rowNews a:hover{
    transition: ease-in 0.2s  color;
   color: #FFF;text-decoration:none;
}
.rowNews:hover a{
    transition: ease-in 0.2s  color;
   color: #000;
}

.backwhite{
    background-color:white
}
.imageCenter{
    margin:auto;
}
.f15{
    font-size:15px;
}.f12{
    font-size:12px;
}
.f13 {
    font-size: 13px;
}
 .padb{
         padding-bottom: 6px;
 }
 .img-rounded {
    border-radius: 4px;
}
 .instagram{
     background-color:transparent;
         border: 1px solid #ec5f4a;
     text-align:center; 
    padding: 5px;    border-radius: 4px;
 }
 .telegram{ 
     background-color:transparent;
     text-align:center;     border-radius: 4px;
         border: 1px solid #40bef4;
    padding: 5px;
 }.instagram img{
 transition:transform .5s; transform:rotate(0deg);
    padding: 9px;
 }
 .telegram img{
  transition:transform .5s; transform:rotate(0deg);
    padding: 9px;
 }
 .instagram:hover{
  text-decoration:none;
 } 
 .telegram:hover {
   text-decoration:none;
 }
 .telegram:hover img{
  transition:transform .5s;
  transform:rotate(45deg)
 }
 .instagram:hover img{
     transition:transform  ease-in .5s;
  transform:rotate(45deg) }

 h6.cbp-ig-title{
     color: #C1132C;
 }


 /***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
  /*border:1px solid #eee;
  padding: 10px;*/
}

/* Default mode */
.tabbable-line &gt; .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line &gt; .nav-tabs &gt; li {
  margin-right: 2px;
    border-bottom: 3px solid #C1132C;
}
.tabbable-line &gt; .nav-tabs &gt; li &gt; a {
  border: 0;
  margin-right: 0;
  color: #C1132C;
  font-weight:bold;
}
.tabbable-line &gt; .nav-tabs &gt; li &gt; a &gt; i {
  color: #C1132C;
}
.tabbable-line &gt; .nav-tabs &gt; li.open, .tabbable-line &gt; .nav-tabs &gt; li:hover {
  /*border-bottom: 4px solid #fbcdcf;*/
      background: #ddd;
 color: #C1132C;
}
.tabbable-line &gt; .nav-tabs &gt; li.open &gt; a, .tabbable-line &gt; .nav-tabs &gt; li:hover &gt; a {
  border: 0;
  background: none !important;
  color: #C1132C;
}
.tabbable-line &gt; .nav-tabs &gt; li.open &gt; a &gt; i, .tabbable-line &gt; .nav-tabs &gt; li:hover &gt; a &gt; i {
  color: #C1132C;
}
.tabbable-line &gt; .nav-tabs &gt; li.open .dropdown-menu, .tabbable-line &gt; .nav-tabs &gt; li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line &gt; .nav-tabs &gt; li.active {

  position: relative;
}
.tabbable-line &gt; .nav-tabs &gt; li.active &gt; a {
  border: 0;
  color: #fff;
  background-color:#C1132C
}
.tabbable-line &gt; .nav-tabs &gt; li.active:hover{
  border: 0;
  color: #fff;
  background-color:#C1132C;
      border-bottom: 3px solid #C1132C;
}
.tabbable-line &gt; .nav-tabs &gt; li.active &gt; a &gt; i {
  color: #404040;
}
.tabbable-line &gt; .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line &gt; .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below &gt; .nav-tabs &gt; li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below &gt; .nav-tabs &gt; li &gt; a {
  margin-top: 0;
}
.tabbable-line.tabs-below &gt; .nav-tabs &gt; li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below &gt; .nav-tabs &gt; li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below &gt; .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.m10{
    margin:10px
}
.divUpdateTime &gt; div{
      padding: 4px 5px;
    font-size: 12px;
    background-color: #fffefe;
    margin-top: 7px;
    color: #C1132C;
        float: right;
}
.divUpdateTime &gt;.icon{
padding: 7px 9px;
    background-color: #C1132C;
    color: #fff;
    margin-right: -6px;
}
.lh15{
    line-height:1.5
}
.headColor{
  color: #C1132C;
}
.mh250{
    min-height: 250px;
}
.heading{
      padding: 13px 1px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.minH{
    min-height: 295px;
}
.heading&gt;span{
        border-bottom: 4px solid #c1132c;
}
.dublB{
        border-bottom: 4px double #c1132c !important;
}
@media only screen and (max-width: 500px) {
    .carousel-caption {
       position:relative;
       right:0;
    }
    .carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img{
        width:100%;
    }
}
.nb-footer h5{
    color:#fff
}
 .colImage{
 
    overflow: hidden;
 }
 .pAds{
     padding: 8px 0
 }

 .rowNews:hover img{
     transform: scale(1.2);
     transition:transform ease-in .3s;
 } 
 .rowNews img{
   width:100%;
   margin-top:2px;
   height:100%;margin:auto;
    transform: scale(1);
     transition:transform ease-in .3s;
}
  .archive{
      padding:5px 0;
  }</pre></body></html>