﻿#weather_section li {
    list-style: none;
}

.footerhead {
    background: url(/templates/img/slidebanner.png) center 0 no-repeat rgba(0,0,0,0);
    height: 176px;
    position: relative;
    width: 100%;
    z-index: 2;
    max-width: 100%;
}

#footer {
    margin-top: -53px;
}

body {
    background-color: #fafafa;
}

#header #top_line {
    background: #fff;
}

@media (min-width: 768px) {
    #main-menu > li {
        /*float: none;
            display: table-cell;
            width: 1%;*/
        text-align: center;
    }
}

.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    /*color: #111;*/
    /*background: #10a778 !important;*/
    background: rgb(1 118 65);
}

    .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
        /*color: #fff;*/
    }

.sm-mint ul {
    /*background: rgba(0, 122, 204, 0.85);*/
    /*background: #f9b562eb;*/
    background: rgb(1 118 65);
}

    .sm-mint ul a {
        /*color: #111;*/
    }
.sm-mint a.highlighted {
    background: rgb(1 118 65) !important;
    color: #fff !important;
    box-shadow: none !important
}
#main-nav .li_root {
    margin-left: 5px;
    border-left: 1px solid #fff;
    margin: 5px 5px;
}
    #main-nav .li_root:last-child {
        border-left: none;
    }
    #main-nav .li_root.active, .li_root.selected, .li_root:hover {
       /* background: #f98d08 !important;
        background: #f9b562 !important;*/
        color: #111;
    }

        .li_root:hover a.a_root {
            color: #fff;
          /*  background: #f98d08 !important;
            background: #f9b562 !important;*/
        }

        #main-nav .li_root.active a, #main-nav .li_root.selected a {
            color: #111 !important;
            font-weight: 800;
        }

    #main-nav .li_root a {
        transition: all .3s ease-in;
        font-size: 0.95rem;
        font-size: 0.9rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
        line-height: 14px;
        margin-left: 5px;
    }
    #main-nav .li_root:last-child a {
    }
        #main-nav .li_root:hover {
        }

        #main-nav .li_root:hover a.a_root {
            font-size: 1rem;
            font-weight: 800;
        }

.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    padding: 11px 10px;
}

.li_root hr {
    margin: 2px 0;
}

#header .logo {
    z-index: 9999;
}

#header #top_line {
    z-index: 9998;
}

.sal_pic {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 9999;
}

/* @media (min-width: 576px){
           #main-nav {
            margin-top: 90px;
        }
    }*/
@media (max-width: 767px) {

    #main-nav {
        margin-top: 90px;
    }
}


.nav-tabs li a, .nav-tabs li.active a, .nav-tabs li:hover a {
    font-weight: 800;
}


.nav-tabs a.active {
    color: #fff !important;
    background: #003885 !important;
    border-radius: 8px;
    border: none !important;
}



.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
}

.tab-content {
    position: relative;
}

#serviceBox {
    background: #0476bf;
    border-top: 2px solid #111;
    border-bottom: none;
    border-top: 5px solid #faa61a;
}

.serviceLink {
    display: block;
}

.map_filter ul li {
    display: inline-block;
    text-align: center;
    margin-top: 22px;
    width: 240px;
    vertical-align: top;
    background: #e8d91b;
    height: 128px;
    border: 4px solid #071998;
    border-radius: 32px;
    margin-left: 40px;
    cursor: pointer;
    padding-top: 3px;
}

    .map_filter ul li a i {
        display: block;
        font-size: 36px;
        margin: 0px 0;
    }

    .map_filter ul li a {
        font-weight: 800;
        cursor: pointer;
    }

        .map_filter ul li a span {
            margin-top: 10px;
            display: block;
        }

    .map_filter ul li:hover {
        /*            background:#ff9840;*/
        color: #111;
    }

        .map_filter ul li:hover a {
            color: #111;
            font-weight: 800;
        }

.image-menu div span {
    font-weight: 800;
    font-size: 1rem;
}

.content section.content-current {
    display: block;
    background: transparent;
    border: none;
    transition: all .3s ease-in;
}

.image-menu div span {
    color: #ccc;
}

.image-menu div.active, .image-menu div:hover {
    border: none;
}

.serviceTab .serviceLink2:after {
    content: "";
    border: 1px solid #faa61a;
    position: absolute;
    left: 0;
    height: 83%;
    top: 8px;
}

.service_section li {
    height: auto !important;
    background: none !important;
    border: none !important;
}

.service_section a {
    padding: initial !important;
    position: relative !important;
    display: block !important;
    margin-bottom: 40px !important;
}

    .service_section a img {
        width: 100%;
        height: 100px;
        border-radius: 8px 8px 0px 0px;
    }

    .service_section a p {
        color: #fff;
        text-align: center;
        text-decoration: none;
        /* display: none; */
        background: #000000e6;
        font-size: 14px;
        padding: 5px;
        border-radius: 0px 0px 8px 8px;
        transition: all .3s ease-in-out;
        position: absolute;
        top: 100%;
        width: 100%;
        height: 40px;
    }

    .service_section a:hover p {
        top: 0px;
        height: 140px;
        padding-top: 70px;
        font-size: 20px;
        font-weight: 700;
    }

#serviceSection {
    z-index: 99;
    margin-top: -20px;
    position: relative;
    padding: 0px 0px 0px 0px;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#underSliderNav {
    float: right;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    padding: 30px 10px;
    border-radius: 4px;
    overflow: hidden;
}

.underSliderSection {
    float: right;
    width: calc(100% / 8);
    border-left: 1px solid #eaeaea;
    height: 113px;
}

    .underSliderSection > i {
        float: right;
        width: 70px;
        height: 75px;
        margin-right: calc((100% - 70px) / 2);
        transition: all 0.2s ease;
        font-size: 60px;
        color: #0b2c53;
    }

.kargahe-andishe {
    background: url(/wp-content/uploads/2019/03/investment-1.svg) no-repeat scroll 0 0/cover;
}

.underSliderSection > h2 {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 12px !important;
    color: #333D4A !important;
    transition: all 0.3s ease-out;
    padding-top: 5px;
    line-height: 1.6;
}

.underSliderSection:last-child {
    border: none;
}

.underSliderSection .underSliderIcon.fIcon {
    font-size: 50px;
    top: 9px;
    left: 5px;
    position: relative;
}

.underSliderSection:last-child .underSliderIcon {
    font-size: 50px;
    top: 14px;
    left: 5px;
    position: relative;
}

.underSliderSection:hover .underSliderIcon {
    opacity: 0.2;
    margin-top: 20px;
    filter: blur(1px);
}

.underSliderSection:hover .underSliderTitle {
    margin-top: -57px;
    font-size: 13px !important;
    font-weight: bold;
    color: #a05304 !important;
    text-shadow: 1px 1px 7px #f1d340;
}

.icon.icon2 {
    background: url(/templates/img/i2.png);
}

.icon.icon3 {
    background: url(/templates/img/i3.png);
}

.icon.icon7 {
    background: url(/templates/img/i7.png);
}

.icon.icon8 {
    background: url(/templates/img/i8.png);
}
/* .image-menu div.active, .image-menu div:hover{
       background:none;
   }
    .image-menu div.active .serviceLink, .image-menu div:hover .serviceLink{
       background:#fff;
   }*/



@media only screen and (max-width: 768px) {
    .underSliderSection {
        width: calc(100% / 3);
    }

        .underSliderSection:nth-child(3n) {
            border: none;
        }
}

@media only screen and (max-width: 460px) {
    .underSliderSection {
        width: calc(100% / 2);
    }

        .underSliderSection:nth-child(2n) {
            border-left: none;
        }
}

#ctl01_pnlModule {
    margin-top: 30px;
    direction: rtl;
}

.MP .module-header, .MP .panelhead {
    background-color: #018645;
    color: #fff;
    direction: rtl;
    font-size: 17px;
    height: 50px;
    text-align: right;
    border-radius: 4px 4px 0 0;
}

    .MP .module-header div {
        line-height: 38px;
        font-size: 14px;
        color: #fff;
        padding: 5px 10px;
        float: right;
    }

    .MP .module-header .subject-code {
        float: right;
        background-color: #116c1494;
        line-height: 1;
        margin: 12px;
        border-radius: 4px;
    }

    .MP .module-header .Short_Link {
        float: left;
    }

.social_networks {
    display: contents;
}

.soialnetwork .list-sc {
    width: 30px;
    height: 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
}

.MP .module-body {
    box-shadow: 1px 1px 6px #999;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 13px;
    color: #666;
    min-height: 300px;
    direction: rtl;
    line-height: 2;
}

.opinion-border {
    /*   float: left;
        border-radius: 4px;
        overflow: hidden;
        border: 2px solid #ddd;
        margin-right: 15px;*/
    /*    max-width: 35%;*/
}

    .opinion-border a {
        display: block;
        text-align: center;
    }

        .opinion-border a img {
            border: 2px solid #ddd;
            max-height: 300px;
            max-width: 100%;
        }

.subject-body {
    text-align: justify;
    direction: rtl;
    margin-top: 15px;
}

    .subject-body .News_STitr h3 {
        font-size: 14px;
        color: #005aa7;
    }



.opinion-div-intro {
    background-color: #f2f2f2;
    color: #777;
    direction: rtl;
    font-size: 14px;
    line-height: 2;
    margin: 15px 0 0;
    padding: 10px;
    text-align: right;
    /*        width: 63%;*/
}

.opinion-div-fulltext-news, .opinion-div-fulltext-news div, .opinion-div-fulltext-news p, .opinion-div-fulltext-news span, .opinion-div-fulltext-news .label {
    color: #333333;
    direction: rtl;
    font-size: 15px !important;
    line-height: 2 !important;
    padding: 5px;
    text-align: justify;
    white-space: normal;
}

.content-related-pages.Related_News_Head, .content-detailsbox-body, .subject-body .content-comment-box, .subject-body .keyword-box {
    position: relative;
    background-color: #fff;
    display: inline-block;
    margin: 20px 0;
    padding: 15px;
    width: 100%;
    border: solid 1px #eee;
    border-radius: 4px;
}

    .content-related-pages.Related_News_Head .related-title {
        background-color: #eee;
        border-radius: 4px;
        padding: 5px 10px;
        color: #005aa7;
        text-align: right;
        font-weight: bold;
        margin-bottom: 15px;
    }


    .content-related-pages.Related_News_Head ul {
        padding-right: 25px;
    }

        .content-related-pages.Related_News_Head ul > li {
            list-style: none;
            line-height: 2.5;
            text-align: right;
        }

            .content-related-pages.Related_News_Head ul > li > a {
                color: #555;
                transition: all 0.3s;
            }

.content-related-pages.Related_News_Head, .content-detailsbox-body, .subject-body .content-comment-box, .subject-body .keyword-box {
    position: relative;
    background-color: #fff;
    display: inline-block;
    margin: 20px 0;
    padding: 15px;
    width: 100%;
    border: solid 1px #eee;
    border-radius: 4px;
}

.module-body .content-toolbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .subject-body .content-toolbox, .subject-body .content-toolbox ul > li, .module-body .content-toolbox ul > li {
        float: right;
        list-style: none;
    }

.subject-body #ctl01_pnlToolBox {
    display: flex;
    justify-content: left;
    align-items: end;
    padding-left: 10px;
}

.content-detailsbox .boxrow {
    width: 50%;
    float: right;
}

    .content-detailsbox .boxrow > ul {
        padding-right: 10px;
        display: flex;
        justify-content: center;
    }

        .content-detailsbox .boxrow > ul > li {
            list-style: none;
            float: right;
            margin-left: 5px;
            font-size: 12px;
            color: #999;
        }

            .content-detailsbox .boxrow > ul > li:first-child, .content-detailsbox #ctl01_pnlEditDateTime > ul > li:nth-child(2) {
                color: #555;
            }

.subject-body .content-toolbox ul {
    padding: 0;
}

.subject-body .content-toolbox ul {
    display: flex;
    justify-content: center;
}

    .subject-body .content-toolbox ul > li {
        width: 35px;
        height: 35px;
        border-radius: 2px;
        border: 1px solid #ddd;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px;
        background-color: #fff;
    }

        .subject-body .content-toolbox ul > li a {
            font-size: 18px;
            color: #005aa7;
        }

.Page_STitr {
    padding: 4px;
    border-bottom: 2px solid #005b7e;
}

    .Page_STitr h3 {
        font-size: 1rem;
    }

        .Page_STitr h3 span {
        }




.opinion-div-fulltext-news, .opinion-div-fulltext-news div, .opinion-div-fulltext-news p, .opinion-div-fulltext-news span, .opinion-div-fulltext-news .label {
    font-family: "IRANYekan","IranSans",tahoma !important;
}

.opinion-div-fulltext-news {
    text-align: center;
}

.galleryTitle {
    margin-top: 10px;
    font-size: 16px;
}

.highslide_gallery {
    display: block;
    margin-bottom: 20px;
}

    .highslide_gallery img {
        border-radius: 5px;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }

.shortlink {
    color: #111;
    width: 300px;
    font-size: 12px;
    text-align: left;
    padding: 3px 5px;
    margin-right: 5px;
}

.slick-slider {
    height: 40vh;
}

    .slick-slider img {
        height: 40vh;
    }

.slick-slider {
    box-shadow: none;
    z-index: 98;
}

.paddingbm100 {
    padding-top: 50px;
    padding-bottom: 100px;
    direction: rtl;
}

.logo-container {
    position: relative;
    height: 165px;
    width: 165px;
    background-clip: content-box;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.profile {
    height: 220px;
    width: 220px;
    margin: auto auto 10px;
}

.logo-container .bold-border {
    border: 15px solid rgba(39,120,203,.5);
    position: absolute;
    -webkit-border-radius: 800px;
    -moz-border-radius: 800px;
    border-radius: 800px;
    top: 0;
    transition: .15s;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.logo-container .blue-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    -webkit-border-radius: 800px;
    -moz-border-radius: 800px;
    border-radius: 800px;
    background: rgba(52,171,252,.17);
}

.logo-container .think-border {
    height: calc(100% - 48px);
    width: calc(100% - 48px);
    position: absolute;
    top: 24px;
    left: 24px;
    opacity: .8;
    transition: .15s;
    z-index: 4;
    mix-blend-mode: overlay;
    border: 2px solid #ffffff4a;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.logo-container img {
    position: relative;
    top: 0;
    z-index: 2;
    transition: .3s;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 800px;
    -moz-border-radius: 800px;
    border-radius: 800px;
    background-color: #fff;
}

.logo-container::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: -5px;
    animation: rotate infinite 2s linear;
    right: 0;
    border-top: 5px solid #67bef6;
    border-bottom: 5px solid #0c638e;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.width100 {
    width: 100%;
}

.Person-Job-info {
    margin-bottom: 20px;
}

.contact-info ul li, .footer .quick-links ul li {
    list-style-type: none;
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
}

.Person-Job-info .contact-info ul {
    text-align: right;
}

    .Person-Job-info .contact-info ul li {
        color: #2b2b2b;
        font-size: 13px;
    }

.contact-info .fa-envelope {
    color: #ffa210;
    font-size: 17px;
    margin-top: 1px;
}

.contact-info .fa-phone {
    color: #fb6363;
    font-size: 21px;
}

.form-body {
    padding: 15px 0 10px;
}

.floatNone {
    float: none;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.colorBlue, .language a {
    color: #004d8f;
}

.form-group.form-md-line-input {
    position: relative;
    margin: 0 0 25px;
    padding-top: 20px;
}

    .form-group.form-md-line-input .form-control ~ label {
        top: 0;
        margin-bottom: 0;
        font-size: 14px;
        color: #888;
        opacity: 1;
        filter: alpha(opacity=100);
    }


    .form-group.form-md-line-input .form-control ~ .form-control-focus, .form-group.form-md-line-input .form-control ~ label {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

    .form-group.form-md-line-input.has-success .form-control {
        border-bottom: 2px solid #2b2b2b;
    }

    .form-group.form-md-line-input.form-md-floating-label .form-control ~ label {
        font-size: 14px;
        top: 25px;
        transition: .2s ease all;
        color: #999;
    }

    .form-group.form-md-line-input .form-control ~ .form-control-focus:after, .form-group.form-md-line-input .form-control ~ label:after {
        content: '';
        position: absolute;
        z-index: 5;
        bottom: 0;
        right: 50%;
        height: 3px;
        width: 0;
        visibility: hidden;
        transition: .2s ease all;
    }

.bv-form .help-block {
    margin-bottom: 0;
    text-align: right !important;
}

.form-group.form-md-line-input.form-md-floating-label .form-control ~ label {
    font-size: 14px;
    top: 25px;
    transition: .2s ease all;
    color: #999;
}

.form-group.form-md-line-input .form-control {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #2b2b2b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #555;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
}

.required {
    color: darkred;
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.paddingbm100 {
    padding-top: 50px;
    padding-bottom: 100px;
    direction: rtl;
}

.logo-container {
    position: relative;
    height: 165px;
    width: 165px;
    background-clip: content-box;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.profile {
    height: 220px;
    width: 220px;
    margin: auto auto 10px;
}

.logo-container .bold-border {
    border: 15px solid rgba(39,120,203,.5);
    position: absolute;
    -webkit-border-radius: 800px;
    -moz-border-radius: 800px;
    border-radius: 800px;
    top: 0;
    transition: .15s;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.logo-container .blue-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    -webkit-border-radius: 800px;
    -moz-border-radius: 800px;
    border-radius: 800px;
    background: rgba(52,171,252,.17);
}

.logo-container .think-border {
    height: calc(100% - 48px);
    width: calc(100% - 48px);
    position: absolute;
    top: 24px;
    left: 24px;
    opacity: .8;
    transition: .15s;
    z-index: 4;
    mix-blend-mode: overlay;
    border: 2px solid #ffffff4a;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.logo-container img {
    position: relative;
    top: 0;
    z-index: 2;
    transition: .3s;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 800px;
    -moz-border-radius: 800px;
    border-radius: 800px;
    background-color: #fff;
}

.logo-container::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: -5px;
    animation: rotate infinite 2s linear;
    right: 0;
    border-top: 5px solid #67bef6;
    border-bottom: 5px solid #0c638e;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.width100 {
    width: 100%;
}

.Person-Job-info {
    margin-bottom: 20px;
}

.contact-info ul li, .footer .quick-links ul li {
    list-style-type: none;
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
}

.Person-Job-info .contact-info ul {
    text-align: right;
}

    .Person-Job-info .contact-info ul li {
        color: #2b2b2b;
        font-size: 13px;
    }

.contact-info .fa-envelope {
    color: #ffa210;
    font-size: 17px;
    margin-top: 1px;
}

.contact-info .fa-phone {
    color: #fb6363;
    font-size: 21px;
}

.form-body {
    padding: 15px 0 10px;
}

.floatNone {
    float: none;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.colorBlue, .language a {
    color: #004d8f;
}

.form-group.form-md-line-input {
    position: relative;
    margin: 0 0 25px;
    padding-top: 20px;
}

    .form-group.form-md-line-input .form-control ~ label {
        top: 0;
        margin-bottom: 0;
        font-size: 14px;
        color: #888;
        opacity: 1;
        filter: alpha(opacity=100);
    }


    .form-group.form-md-line-input .form-control ~ .form-control-focus, .form-group.form-md-line-input .form-control ~ label {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

    .form-group.form-md-line-input.has-success .form-control {
        border-bottom: 2px solid #2b2b2b;
    }

    .form-group.form-md-line-input.form-md-floating-label .form-control ~ label {
        font-size: 14px;
        top: 25px;
        transition: .2s ease all;
        color: #999;
    }

    .form-group.form-md-line-input .form-control ~ .form-control-focus:after, .form-group.form-md-line-input .form-control ~ label:after {
        content: '';
        position: absolute;
        z-index: 5;
        bottom: 0;
        right: 50%;
        height: 3px;
        width: 0;
        visibility: hidden;
        transition: .2s ease all;
    }

.bv-form .help-block {
    margin-bottom: 0;
    text-align: right !important;
}

.form-group.form-md-line-input.form-md-floating-label .form-control ~ label {
    font-size: 14px;
    top: 25px;
    transition: .2s ease all;
    color: #999;
}

.form-group.form-md-line-input .form-control {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #2b2b2b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #555;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
}

.required {
    color: darkred;
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.carousel-caption {
    position: absolute;
    bottom: 30%;
    right: 0;
    left: 14px;
    z-index: 10;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 4px;
}

    .carousel-caption video {
        border-radius: 4px;
    }

.carousel-caption-txt {
    cursor: pointer;
}

h1.widget-title {
    text-align: center;
    overflow: hidden;
    margin-bottom: 3px;
    margin-top: -5px;
}

.widget-title span.Head {
    color: #414042;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: iransans;
    border-bottom: 4px solid #008649;
    border-radius: 0 0 5px 5px;
    padding: 0 30px;
}

.archive {
    margin-top: 12px;
    padding: 0 15px;
}

    .archive span {
        background-color: #008649;
        border-radius: 9px;
        color: #fff;
        padding: 7px 15px;
        display: block;
        float: left;
    }

.divGallery {
    /*margin-top: 20px;*/
}

#section_gallery {
    /*background:#fff;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.videoGallery {
    margin-top: 30px;
}

    .videoGallery video {
        border-radius: 10px;
        height: 480px;
        /*   border: 14px solid #ffffff;
            box-shadow: 1px 0px 52px #333;*/
    }

.divGallery .gallery {
    position: relative;
    margin-bottom: 20px;
}


    .divGallery .gallery a.imageLink {
        display: block;
        height: 220px;
        width: 100%;
        max-width: 100%;
    }

        .divGallery .gallery a.imageLink img {
            max-width: 100%;
            max-height: 100%;
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

    .divGallery .gallery .carousel-caption {
        bottom: 0px;
        left: 0px;
        width: 100%;
        transition: all .3s ease-in;
    }

    .divGallery .gallery:hover .carousel-caption {
        bottom: 20%;
    }

.carousel-caption-desc {
}

    .carousel-caption-desc a {
        color: #fff;
        text-shadow: 1px 1px 4px #000;
    }
