@media (max-width: 1200px) {
    .favorite-link-container a span.title {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 16px
    }

    .favorite-link-container a {
        padding-top: 12px
    }
}

@media (max-width: 992px) {
    header .menu-container .container {
        border-radius: 0
    }

    .menu-container {
        padding-bottom: 10px
    }

    .top-menu .contact-info ul {
        padding: 22px 0 0;
        display: inline-block;
        width: 100%;
        margin: 0;
        font-size: 12px;
        text-align: center
    }

    .top-menu {
        height: auto
    }

    .top-menu .permalink {
        margin-top: 10px
    }

    .logo-container img {
        float: right;
        width: 175px;
        position: relative;
        right: 15px;
        top: 15px;
        margin: 0
    }

    .xs-menu .menu-title {
        font-size: 24px;
        float: right;
        margin-right: 20px
    }

    .xs-menu .menu-handle {
        font-size: 32px;
        position: relative;
        z-index: 150;
        cursor: pointer;
        color: #fff;
        left: 20px;
        top: -20px
    }

    .xs-menu nav {
        width: 100%;
        padding: 15px;
        display: none;
        height: calc(100vh - 240px);
        overflow: scroll;
        overflow-x: hidden
    }

    .xs-menu nav ul {
        padding: 0
    }

    .xs-menu nav ul li {
        list-style: none;
        position: relative
    }

    .xs-menu nav ul li a {
        width: 100%;
        display: inline-block;
        text-align: right;
        padding: 8px;
        border-bottom: 1px solid #dcdcdc;
        color: #fff
    }

    .xs-menu .menu-arrow-down {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 22px;
        width: 100px;
        height: 32px;
        z-index: 10;
        padding-top: 5px;
        cursor: pointer;
        color: #fff
    }

    .xs-menu .menu-arrow-down + ul {
        display: none
    }

    .tabs {
        padding-left: 0
    }

    .representation {
        height: auto
    }
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.zp{
    padding:0 !important;
}
.zm{
    margin:0 !important;
}
.padding-right-0{
    padding-right: 0 !important;
}
.padding-left-0{
    padding-left: 0 !important;
}
.padding-top-0{
    padding-top: 0 !important;
}
.padding-bottom-0{
    padding-bottom: 0 !important;
}
.container-fluid{
    padding:0;
    margin: 0;
}
.container, .zp {
    padding: 0
}

@font-face {
    font-family: Yekan;
    src: url(../fonts/Yekan.eot?-wwn5ej);
    src: url(../fonts/Yekan.eot?#iefix-wwn5ej) format('embedded-opentype'), url(../fonts/Yekan.woff?-wwn5ej) format('woff'), url(../fonts/Yekan.ttf?-wwn5ej) format('truetype'), url(../fonts/Yekan.svg?-wwn5ej#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg")
}

@media (max-width: 767px) {
    .text-xs-left {
        text-align: left
    }

    .text-xs-right {
        text-align: right
    }

    .text-xs-center {
        text-align: center
    }

    .text-xs-justify {
        text-align: justify
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }

    .text-sm-justify {
        text-align: justify
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }

    .text-md-justify {
        text-align: justify
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }

    .text-lg-justify {
        text-align: justify
    }
}

body {
    font-family: Yekan;
    font-size: 16px;
    background: url(../images/bg_repeat.jpg) repeat-y;
    background-size: 100%
}

.container-wrapper{
    direction: rtl;
    text-align: justify;
}
.card{
    font-size: 22px !important;
    background: #fff !important;
    padding: 20px 20px !important;
    min-height: 300px !important;
    border: 1px solid #62c537 !important;
    border-radius: 10px !important;
    margin: 26px 0;
}
.quick-access ul li:after, footer ul li:before {
    font-family: FontAwesome
}

.zm {
    margin: 0
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.white-bg {
    background: #fff
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    line-height: 24px;
    text-align: center;
    vertical-align: middle
}

a {
    text-decoration: none !important;
    cursor: pointer !important
}

::selection {
    background: #56a330;
    color: #fff
}

.container-fluid, .row {
    padding: 0;
    margin: 0
}

.ui-divider {
    display: block;
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    min-width: 100px;
    height: 1px;
    clear: both;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 22px
}

header {
    position: relative;
    z-index: 10000
}

header .menu-container .container {
    border-radius: 11px;
    background: #5fb739;
    background: -webkit-linear-gradient(to bottom, #5fb739, #58a039);
    background: linear-gradient(to left, #60c335, #69cc3d)
}

.top-menu a:hover {
    color: #417edb !important
}

.top-menu {
    height: 40px
}

.top-menu .contact-info ul {
    padding: 46px 0 0;
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 12px;
    text-align: right
}

.top-menu .contact-info ul li {
    display: inline-block;
    list-style: none
}

.top-menu .contact-info ul li a {
    color: #8a8a8a;
    font-size: 15px;
    margin: 6px 9px;
    display: inline-block
}

.top-menu .contact-info ul li i {
    font-size: 16px;
    position: relative;
    top: 0
}

.top-menu .contact-info ul li i.fa-phone {
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    transform: rotate(-120deg)
}

.top-menu .contact-info ul li span {
    margin: 0 4px;
    display: inline-block;
    position: relative;
    top: -1px
}

.top-menu .permalink ul.login {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 68px
}

.top-menu .permalink ul.login li {
    display: inline-block;
    padding: 0;
    font-size: 12px
}

.top-menu .permalink ul.login li a {
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    font-size: 12px;
    color: #225bff
}

.top-menu .permalink ul.cart {
    padding: 0;
    display: inline-block;
    margin: 0;
    height: 40px
}

.top-menu .permalink ul.cart li {
    display: inline-block;
    padding: 11px 40px 11px 20px;
    font-size: 12px;
    background: #64c401;
    color: #fff;
    position: relative
}

.top-menu .permalink ul.cart li a {
    color: #fff;
    text-decoration: none
}

.top-menu .permalink ul.cart li i {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    height: 39px;
    border-left: 1px solid #138a11;
    padding-top: 10px;
    padding-left: 10px
}

.top-menu .permalink ul.social {
    padding: 0;
    display: inline-block;
    margin: 0;
    height: 40px
}

.top-menu .permalink ul.social li {
    list-style: none;
    display: inline-block
}

.top-menu .permalink ul.social li a {
    background: url(../images/media-1.png) no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
    -webkit-transition: ease-In-Out .3s;
    -moz-transition: ease-In-Out .3s;
    -ms-transition: ease-In-Out .3s;
    -o-transition: ease-In-Out .3s;
    transition: ease-In-Out .3s
}

.top-menu .permalink ul.social li a:hover {
    background: url(../images/media-1.png) 0 -40px no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block
}

.top-menu .permalink ul.social li a.facebook {
    background-position: 0 -160px
}

.top-menu .permalink ul.social li a.facebook:hover {
    background-position: 0 -200px
}

.top-menu .permalink ul.social li a.twitter {
    background-position: 0 -1520px
}

.top-menu .permalink ul.social li a.twitter:hover {
    background-position: 0 -1560px
}

.top-menu .permalink ul.social li a.linkedin {
    background-position: 0 -720px
}

.top-menu .permalink ul.social li a.linkedin:hover {
    background-position: 0 -760px
}

.top-menu .permalink ul.social li a.google-plus {
    background-position: 0 -400px
}

.top-menu .permalink ul.social li a.google-plus:hover {
    background-position: 0 -440px
}

.top-menu .permalink ul.social li a.search {
    background-position: 0 -3600px
}

.top-menu .permalink ul.social li a.telegram {
    background-position: 0 -3680px
}

.top-menu .permalink ul.social li a.telegram:hover {
    background-position: 0 -3720px
}

#primary_nav_wrap {
    margin-top: 0
}

#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0 12px;
    padding: 0;
    z-index: 10000;
    top: 15px
}

#primary_nav_wrap ul a {
    display: block;
    margin: 0;
    padding: 0 10px;
    color: #fff;
    font-size: 20px
}

#primary_nav_wrap ul a:hover {
    border-bottom: 2px solid #fff
}

#primary_nav_wrap ul li {
    position: relative;
    float: right;
    margin: 0;
    padding: 0
}

#primary_nav_wrap ul li:hover {
    border-bottom: 0 solid #5fb739
}

#primary_nav_wrap ul li:hover i.fa-home {
    display: block
}

#primary_nav_wrap ul li a:hover + i {
    top: 10px
}

a.hover-effect {
    border-bottom: 2px solid #5db139
}

a.hover-effect + i {
    top: 9px !important
}

#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 1px 10px transparent, 0 1px 0 transparent;
    -moz-box-shadow: 0 1px 10px transparent, 0 1px 0 transparent;
    box-shadow: 0 1px 10px transparent, 0 1px 0 transparent
}

#primary_nav_wrap ul ul li {
    float: none;
    width: 250px
}

#primary_nav_wrap ul ul a {
    color: #7c7c7c;
    line-height: 120%;
    padding: 10px 15px;
    text-align: right
}

#primary_nav_wrap ul ul li:nth-child(even) a {
    background: #efefef
}

#primary_nav_wrap ul ul a:hover {
    color: #99988c;
    border-bottom: 0 solid #1d58ff !important
}

#primary_nav_wrap ul ul ul {
    top: -1px;
    left: -100%;
    width: 200px
}

#primary_nav_wrap ul li:hover > ul {
    display: block;
    border: 1px solid #ccc;
    margin-top: 0
}

#primary_nav_wrap .menu-arrow-down, .menu-container-fixed {
    position: absolute;
    top: 12px;
    margin: auto;
    height: 16px;
    bottom: 0
}

#primary_nav_wrap ul ul li:hover > ul {
    border-top: 1px solid #ccc
}

#primary_nav_wrap i.navigator {
    float: left;
    font-size: 16px
}

#primary_nav_wrap .menu-arrow-down {
    left: -1px;
    color: #fff
}

.menu-container-fixed {
    left: -3px;
    color: #1d76f3
}

.search-modal {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    display: none
}

.main-image-section .image-bottom-border {
    height: 10px;
    background-color: #5fae3c;
    border-radius: 5px;
    transition: background-color .5s ease
}

.hover-1 {
    background: -moz-linear-gradient(left, #67ca3b 0, #5fae3c 33%, #5fae3c 67%, #5fae3c 100%) !important;
!important background: linear-gradient(to right, #67ca3b 0, #5fae3c 33 %, #5fae3c 67 %, #5fae3c 100 %) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67ca3b', endColorstr='#5fae3c', GradientType=1) !important
}

.hover-2, .hover-3 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fae3c', endColorstr='#5fae3c', GradientType=1)
}

.hover-2 {
    background: -moz-linear-gradient(left, #5fae3c 0, #67ca3b 33%, #5fae3c 67%, #5fae3c 100%);
    background: -webkit-linear-gradient(left, #5fae3c 0, #67ca3b 33%, #5fae3c 67%, #5fae3c 100%);
    background: linear-gradient(to right, #5fae3c 0, #67ca3b 33%, #5fae3c 67%, #5fae3c 100%)
}

.hover-3 {
    background: -moz-linear-gradient(left, #5fae3c 0, #5fae3c 33%, #67ca3b 67%, #5fae3c 100%);
    background: -webkit-linear-gradient(left, #5fae3c 0, #5fae3c 33%, #67ca3b 67%, #5fae3c 100%);
    background: linear-gradient(to right, #5fae3c 0, #5fae3c 33%, #67ca3b 67%, #5fae3c 100%)
}

.hover-4 {
    background: -moz-linear-gradient(left, #5fae3c 0, #5fae3c 33%, #5fae3c 67%, #67ca3b 100%);
    background: -webkit-linear-gradient(left, #5fae3c 0, #5fae3c 33%, #5fae3c 67%, #67ca3b 100%);
    background: linear-gradient(to right, #5fae3c 0, #5fae3c 33%, #5fae3c 67%, #67ca3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fae3c', endColorstr='#67ca3b', GradientType=1)
}

.main-image-section .jm-section-images {
    opacity: .4;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s
}

.main-image-section .jm-section-images.active, .main-image-section .jm-section-images:hover {
    opacity: 1
}

.main-image-section .jm-section-images img {
    cursor: pointer;
    position: relative;
    top: 6px
}

.main-image-section .jm-section-images p.caption {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -45px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px
}

.intro-box {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #5ab533;
    padding: 15px 80px
}

.intro-box h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #00f
}

.nav-tabs > li {
    margin-bottom: -3px !important
}

.main-section-tab a {
    border-radius: 0;
    background: #fff;
    color: #000;
    border-bottom: 4px solid #529633;
    min-height: 88px
}

.main-section-tab img {
    width: 75px;
    float: right
}

.main-section-tab h2 {
    float: right;
    position: relative;
    bottom: 0;
    margin: 0;
    right: 6px;
    top: 45px;
    color: green;
    font-size: 22px;
    font-weight: 900
}

.tab-caption-container {
    text-align: right;
    position: relative;
    top: -15px;
    z-index: 1000;
    display: block;
    width: 300px;
    border-bottom: 3px solid #79cc59;
    float: right;
    right: 15px;
    padding-right: 20px
}

.tab-caption-container img {
    float: right;
    width: 95px;
    height: 95px
}

.tab-caption-container span {
    position: relative;
    top: 58px;
    font-size: 18px;
    color: #57a734;
    right: 8px;
    font-weight: 900
}

.search-modal input[type=text] {
    outline: 0
}

.close_modal {
    color: #fff;
    right: 25px;
    top: 15px;
    position: absolute;
    font-size: 24px
}

.logo-container {
    padding: 0
}

.logo-container img {
    float: right;
    width: 112px;
    margin: 6px 10px;
    height: auto
}

.gap {
    height: 15px;
    display: inline-block;
    width: 100%
}

.padding_left_0 {
    padding-left: 0
}

.padding_right_0 {
    padding-right: 0
}

.favorite-link-container {
    border: 5px solid transparent;
    border-left: 0;
    border-right: 0
}

.favorite-link-container a {
    display: inline-block;
    width: 100%;
    background: #4b4b4b;
    background: -webkit-linear-gradient(100deg, #c1c1c1, #4b4b4b);
    background: linear-gradient(100deg, #c1c1c1, #4b4b4b);
    color: #fff;
    border-radius: 11px
}

.favorite-link-container a:hover {
    background: #5ab034;
    background: -webkit-linear-gradient(to bottom, #63ce3d, #5ab034);
    background: linear-gradient(to bottom, #63ce3d, #5ab034)
}

.favorite-link-container a:hover span.description {
    background: rgba(255, 255, 255, .2)
}

.favorite-link-container a span.title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    min-height: 68px;
    direction: rtl;
    text-align: center;
    padding: 6px;
    letter-spacing: -1px;
    line-height: 28px
}

.favorite-link-container a span.description {
    width: 100%;
    text-align: right;
    background: rgba(255, 255, 255, .24);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    padding: 4px 8px 4px 4px;
    font-size: 13px;
    border-top: 1px solid #9d9d9d;
    direction: rtl;
    display: none
}

.favorite-link-container a:hover span.description {
    border-top: 0
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #322a95;
    border-radius: 11px;
    direction: rtl
}

.quick-access, aside form {
    border: 2px solid #68cb3d;
    text-align: center;
    overflow: hidden
}

.breadcrumb a, .breadcrumb li {
    color: #fff;
    font-size: 18px
}

.breadcrumb a.our-consultant {
    float: left;
    text-shadow: -1px -1px 3px #fff;
    font-size: 24px;
    position: relative;
    top: -6px
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0"
}

aside {
    border-left: 15px solid transparent
}

aside form {
    border-radius: 11px
}

aside form p.search_title {
    margin: 0;
    padding: 10px;
    color: #fff;
    background: #56a330;
    background: -webkit-linear-gradient(to bottom, #8ce16e, #56a330);
    background: linear-gradient(to bottom, #8ce16e, #56a330)
}

aside form input[type=text] {
    display: block;
    width: calc(100% - 40px);
    margin: 30px auto 0;
    border-radius: 7px;
    padding: 4px;
    direction: rtl;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: -1px -1px 1px 1px #aeaeae
}

aside form input[type=submit] {
    margin: 25px;
    min-width: 145px;
    color: #fff;
    border: 0;
    border-radius: 7px;
    padding: 4px;
    background: #56a330;
    background: -webkit-linear-gradient(to bottom, #8ce16e, #56a330);
    background: linear-gradient(to bottom, #8ce16e, #56a330)
}

.quick-access {
    border-radius: 11px;
    direction: rtl
}

.quick-access .quick-access-title {
    margin: 0;
    padding: 10px;
    color: #fff;
    background: #56a330;
    background: -webkit-linear-gradient(to bottom, #8ce16e, #56a330);
    background: linear-gradient(to bottom, #8ce16e, #56a330)
}

.quick-access h3 {
    font-size: 20px
}

.quick-access ul {
    margin: 0;
    padding: 20px 15px
}

.quick-access ul li {
    width: 100%;
    text-align: justify;
    padding: 0;
    list-style: none;
    position: relative
}

.quick-access ul li:after {
    content: '\f100';
    position: absolute;
    right: -15px;
    font-weight: 900;
    top: -1px;
    font-size: 16px
}

.quick-access ul li a {
    color: #000
}

aside .adv {
    background: url(../images/adv.png) center center no-repeat;
    background-size: cover;
    height: 250px;
    max-width: 100%;
    margin: 15px 0;
    padding: 55px
}

aside .adv a {
    font-size: 16px;
    color: #171d5e;
    direction: rtl;
    text-align: center;
    display: inline-block;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0
}

.post, .post a {
    text-align: justify
}

.post {
    direction: rtl;
    margin: 4px 0
}

.post a {
    direction: rtl;
    margin: 20px 0
}

video {
    width: 100%;
    min-height: 370px;
    object-fit: cover
}

p.description a {
    position: relative;
    float: left;
    right: 25px;
    top: -27px;
    background: #58a532;
    color: #fff;
    padding: 10px 0;
    z-index: 1000;
    width: calc(100% + 50px);
    border-top-left-radius: 12px;
    font-size: 18px
}

.post .post-title {
    padding-right: 18px
}

.post .post-title:after {
    content: '-';
    position: absolute;
    width: 10px;
    height: 2px;
    top: 4px;
    margin: auto;
    z-index: 5
}

.post .post-title a, .post .post-title time {
    z-index: 2;
    background: #fff;
    position: relative
}

.post .post-title a, .post .post-title h3 {
    float: right;
    color: #000;
    font-size: 16px !important;
    text-align: justify;
    margin: 3px 0
}

.post .post-title .text-left a {
    padding-left: 12px
}

.post .content, .post .content a {
    font-size: 17px;
    margin: 15px 0
}

.post .post-title time {
    text-align: left;
    color: #414141;
    padding-right: 12px
}

.post-title .text-left a {
    color: #000 !important
}

.post .content a {
    float: none;
    font-weight: 400 !important;
    color: #3f79ff
}

.post img {
    margin: 15px 0;
    max-width: 100%
}

.nav-tabs {
    margin-right: 5px;
    position: relative;
    left: 5px
}

.nav-tabs > li > a, .nav-tabs > li > a:hover {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 2px solid #68cb3d;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    color: #fff;
    background: #fff;
    background: -webkit-linear-gradient(to bottom, #8ce16e, #56a330);
    position: relative;
    top: 1px;
    min-height: 35px;
    min-width: 170px
}

.nav-tabs li:after {
    content: ' ';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 100
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default;
    border: 2px solid #68b946;
    border-bottom: 0;
    background: #fff;
    background: -webkit-linear-gradient(to bottom, #8ce16e, #56a330);
    color: #fff
}

.nav-tabs > li:first-child > a {
    margin-right: 0
}

.nav-tabs > li.active > a span {
    padding-bottom: 4px
}

.enamad-logo, .samandehi-logo {
    cursor: pointer;
    width: 105px !important;
    position: relative !important
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 4px 15px;
    cursor: pointer
}

.tag-container a, footer .section, footer ul, main .tab-content {
    display: inline-block
}

main .tab-content {
    border: 2px solid #6cbc49;
    width: 100%;
    padding: 0 10px 18px;
    margin-bottom: 25px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    background: #fff
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2f7e11;
    border-color: #2f7b13
}

.tag-container a {
    background: #316e1c !important;
    color: #fff !important;
    margin: 8px 2px !important;
    padding: 7px !important;
    font-size: 12px !important;
    border-radius: 5px;
    text-align: center !important;
    min-width: 60px;
    -webkit-transition: ease-In .4s;
    -moz-transition: ease-In .4s;
    -ms-transition: ease-In .4s;
    -o-transition: ease-In .4s;
    transition: ease-In .4s
}

.tag-container a:hover {
    background: #49a22a !important;
    color: #fff !important
}

.tag-container a:first-child {
    margin-right: 0
}

footer {
    background-color: #3b3b3b;
    color: #fff;
    direction: rtl;
    padding: 40px 0 0;
    margin-top: 40px;
    border-top: 10px solid #76d153
}

footer .container {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0 solid #676767
}

footer .container:first-child {
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #676767
}

footer .section {
    direction: rtl;
    text-align: justify;
    line-height: 25px;
    float: right;
    padding: 0 15px;
    color: #a3a3a3;
    margin-bottom: 20px
}

footer .title {
    font-size: 15px;
    margin: 0;
    padding: 20px 0
}

footer div.content {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -.6px
}

footer ul {
    padding: 0;
    margin: 0;
    width: 100%
}

footer ul li {
    list-style: none;
    border-bottom: 1px solid #4c4b4b;
    padding: 6px 0;
    color: #fff
}

footer ul li.highlite {
    color: #64c401;
    border-bottom: 0
}

footer ul li:before {
    content: '\f104';
    margin-left: 8px
}

footer ul li a {
    color: #fff
}

footer ul li a:hover {
    color: #a3a3a3
}

footer .contact ul li:before {
    display: none
}

footer input[type=email] {
    border: 0 !important;
    background: #2b2b2b;
    color: #fff !important;
    width: 100%;
    float: right;
    padding: 11px !important;
    margin-left: 5px;
    outline: 0;
    direction: ltr
}

footer button[type=submit] {
    border: 0;
    background: #64c401;
    color: #fff;
    padding: 8px;
    width: 75px;
    text-align: center !important
}

footer .iphorm_21_3-element-wrap {
    width: calc(100% - 80px);
    float: right
}

footer .iphorm-submit-wrap {
    width: 80px;
    float: left;
    margin: 0
}

footer .iphorm-submit-wrap:active button[type=submit] {
    border: 0;
    background: #51940c;
    color: #fff;
    padding: 8px;
    width: 75px;
    text-align: center !important
}

footer .iphorm-submit-wrap:active, footer .iphorm-submit-wrap:active .iphorm-submit-wrap em, footer .iphorm-submit-wrap:active .iphorm-submit-wrap span {
    width: 80px;
    float: left;
    margin: 0
}

footer .iphorm-submit-wrap em, footer .iphorm-submit-wrap span {
    background: 0 0 !important;
    border: 0 !important;
    padding: 0 !important;
    color: #fff !important
}

.copy-right {
    background: #2d2d2d;
    font-size: 10px;
    padding: 25px
}

.copy-right ul {
    display: inline-block;
    float: left
}

.copy-right ul li {
    display: inline-block;
    padding: 0;
    border-bottom: 0;
    margin: 0 5px;
    float: left;
    font-size: 20px
}

.copy-right ul li:before, footer .blog-section {
    display: none
}

footer .faq-blog .date {
    background-color: #2b2b2b;
    border: 0
}

footer .faq-blog .date h3, footer .faq-blog .date h6 {
    text-align: center;
    padding: 10px 0;
    border-top: 0 solid #ebebeb;
    display: block;
    margin: 0
}

footer .faq-blog .date h3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px
}

footer .faq-blog .date h6 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

footer .faq-blog .content {
    width: calc(100% - 100px);
    float: left;
    direction: rtl;
    padding: 6px
}

footer .faq-blog .content div {
    line-height: 25px;
    text-align: justify;
    font-size: 10px;
    height: 75px;
    overflow: hidden
}

footer .faq-blog .content a {
    color: #fff;
    border: 1px solid #5a5a5a;
    float: left;
    display: block;
    margin-top: 0;
    font-size: 8px;
    padding: 0 20px
}

footer .faq-blog .content h5 a {
    color: #fff;
    font-size: 12px;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: 400
}

footer .contact img {
    float: left;
    position: absolute;
    left: 25px;
    top: 5px;
    height: auto
}

.gotop {
    position: fixed;
    bottom: 20px;
    right: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #72c350;
    color: #fff;
    cursor: pointer;
    z-index: 51;
    width: 0;
    border-radius: 50% 0 0 50%;
    transition: all .3s ease
}

.slide, .slide .description {
    width: 100%;
    position: absolute
}

footer .tag-container a {
    background: #316e1c !important;
    color: #fff !important;
    display: inline-block;
    float: right;
    margin: 2px !important;
    padding: 5px !important;
    font-size: 13px !important;
    border-radius: 5px;
    text-align: center !important;
    min-width: 60px
}

.iphorm_1_117-element-spacer, .slide .description, p.contact-us {
    text-align: center
}

footer .tag-container {
    height: 360px;
    overflow: hidden
}

.slide-favorite-container {
    padding: 15px 0
}

.slide-container {
    max-height: 380px;
    height: 300px;
    margin: 20px 0
}

.slide-bullet, .slider-side i {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center
}

.slide {
    max-height: 380px;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 15px
}

.slide .description {
    background: #19429f;
    bottom: 0;
    color: #fff;
    padding: 8px 16px 7px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 1px solid #fff;
    font-size: 20px
}

.slider-side {
    position: absolute;
    height: 104%;
    width: 40px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 100;
    cursor: pointer
}

.slider-side.left-side-arrow {
    left: 0
}

.slider-side.right-side-arrow {
    right: 0;
    border-radius: 0 10px 10px 0
}

.slider-side i {
    top: 0;
    color: #19429f;
    position: absolute;
    bottom: 0;
    height: 50px;
    font-size: 56px;
    font-weight: 900
}

.slide .description .en {
    font-family: sans-serif;
    letter-spacing: 1px;
    float: left
}

.slide .description .fa {
    text-shadow: 1px -1px 8px #fff;
    float: right;
    font-family: inherit;
    position: relative;
    top: 4px
}

p.contact-us {
    font-weight: 900;
    font-size: 24px;
    padding-top: 19px;
    color: green
}

.slide-bullet {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    height: 25px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0)
}

.slide-bullet .bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    display: inline-block;
    margin: 4px;
    cursor: pointer;
    border-radius: 100px
}

.slide-bullet .bullet.active {
    background: #5cae39
}

#reply-title, #respond {
    padding: 0 !important
}

#commentform {
    margin: 15px 0;
    display: inline-block;
    width: 100%
}

.comment-list {
    direction: rtl;
    text-align: justify
}

.comment-list .comment {
    padding: 16px;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid rgba(0, 0, 0, .22);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .03), 0 1px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .03), 0 1px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .03), 0 1px 0 rgba(0, 0, 0, .07);
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: #fff;
    margin-bottom: 10px
}

.comment-list .name {
    float: right;
    font-size: 12px
}

.comment-list .name span {
    font-size: 16px
}

.comment-list .name strong {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px
}

.comment-list .date span, .comment-list .date strong {
    float: left;
    margin: 10px
}

.comment-list .content {
    padding: 0 !important;
    text-align: justify !important;
    direction: rtl !important;
    line-height: 16px !important;
    margin-bottom: 20px !important
}

.comment-form-container button[type=submit] {
    border: 0;
    background: #64c401;
    color: #fff;
    padding: 12px;
    text-align: center !important;
    border-radius: 0;
    outline: 0
}

.card-block, .page-title {
    text-align: center;
    direction: rtl
}

.lightboxOverlay {
    z-index: 10000000000 !important
}

.lightbox {
    z-index: 100000000000 !important
}

.is-current-page {
    border: 1px solid #64b340 !important;
    background: #fff !important;
    color: #322a95 !important;
    border-bottom: 0 !important;
    position: relative;
    z-index: 100;
    top: 2px
}

[role=tabpanel] p.description {
    display: none
}

.captions {
    font-size: 24px;
    padding: 8px 6px;
    margin: 20px 10px 14px 0
}

.captions.consult {
    display: block;
    border-bottom: 4px solid #6bc035;
    width: 280px;
    float: right;
    font-size: 21px;
    color: #6bc135;
    font-weight: 900
}

.captions.organization {
    border-right: 4px solid #426064
}

.captions.phone {
    border-right: 4px solid #b78a00
}

.captions.education {
    border-right: 4px solid #ffce37
}

.page-title {
    font-size: 24px
}

.white-bg img {
    height: auto !important
}

.article-title {
    padding-right: 14px
}

.article-title:hover {
    color: #0030ff !important
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem
}

.card-block {
    position: relative;
    padding: 0;
    border: 1px solid #b7e6a4;
    box-shadow: none;
    margin: 5px 1px;
    border-radius: 9px;
    font-weight: 900;
    background: #67ca3b;
    color: #fff
}

.card-block:hover {
    background: #2e6714
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto
}

.card-title {
    font-size: 13px;
    line-height: 13px
}

.card-footer, .meta {
    font-size: 1em
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68)
}

.card-footer, .meta, .meta a {
    color: rgba(0, 0, 0, .4)
}

.card-footer {
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05)
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top
}

.text-bold {
    font-weight: 700
}

.meta a {
    text-decoration: none
}

.meta a:hover {
    color: rgba(0, 0, 0, .87)
}

.brief {
    direction: rtl;
    text-align: justify
}

.phone-posts-container {
    height: 440px;
    overflow: hidden
}

.phone-posts-container-handler {
    bottom: -5px;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    background: #fff;
    height: 46px;
    z-index: 100;
    padding: 14px 0
}

.phone-posts-container-handler i {
    font-size: 32px;
    font-weight: 900;
    cursor: pointer
}

    .card {
    font-size: 22px !important;
    background: #fff !important;
    padding: 0px 0px !important;
    min-height: 0 !important;
    border: 0px solid #62c537 !important;
    border-radius: 10px !important;
    margin: 0px 0;
}