@import "semstyle.css";
@import "mdcolors.css";
@import "bs-reset.css";
@import "mobile.css";
@import "tablet.css";
@import "desktop.css";
/************************************************/

:root {
    --main-blue: #2874b2;
    --main-orange: #f2b242;
}

.pageSideFloatIcon {
    position: fixed;
    right: -10px;
    z-index: 999999;
    font-size: 10px;
    background: white;
    box-shadow: 7px 7px 12px #00000026;
    color: #444444;
    border-radius: 50px 0px 0px 50px;
    padding: 8px 18px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    transition: 0.5s ease all;
}

#gotoDashboard {
    top: 200px;
}

#nodeEditLink {
    top: 275px;
    font-size: 5px;
    /* right: -18px; */
}

.pageSideFloatIcon:hover {
    right: 0px;
}


html{
    color:black;
}

body {
    background-color: #f0f0f0;
    /* background: url(img/back.jpg); */
    padding: 0px;
    font-size: 15px;
    line-height: 1.7;
    width: 100%;
    height: 100%;
    display:none;
    color:black;
}

body.path-node.page-node-type-content {
    /* background:#efefef; */
}


.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
    background: var(--main-blue);
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF;
    /* A background-color is required */
    min-height: 100vh;
}

.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.panel:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
}

.menu-section {
    margin: 0px 0px 20px 0px;
}

.menu-section-title {
    text-transform: uppercase;
    color: #e7e7e7;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px 20px;
    margin: 0;
    background: #17466d;
}

#menu.sideNavMenu .menu-section-list {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

#menu.sideNavMenu .menu-section-list ul{
    display:block;
    float:none;
    width:100%;
    margin:0px;
}

#menu.sideNavMenu .menu-section-list ul li{
    display:block;
    float:none;
    width:100%;
}

#menu.sideNavMenu .menu-section-list a {
    display: block;
    padding: 15px 20px;
    color: white;
}

#menu.sideNavMenu .menu-section-list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}






.sf-dump {
    direction: ltr !important;
}

.up_footer {
    background-color: #f9f9f9;
}

#backToTop {
    position: fixed;
    bottom: 61px;
    right: 20px;
    z-index: 999999;
    background: #77747c;
    color: white;
    padding: 10px 20px;
    font-size: 10px;
    /* border-radius:50px; */
    cursor: pointer;
    display: none;
}


a {
    text-decoration: none !important;
}

a:focus, a:hover {
    color:var(--main-orange);
}

.zeropadding {
    padding: 0;
}

body.rtl header#mainHeader {
    background: #f0f0f0 url(img/header-rtl.jpg) top center no-repeat;
    width: 100%;
}

body.ltr header#mainHeader {
    background: #f0f0f0 url(img/header-ltr.jpg) top center no-repeat;
    width: 100%;
}

header#mainHeader .langFlag{
    position:absolute;
}

header#mainHeader .langFlag img{
    width:25px;
}


body.rtl header#mainHeader .langFlag{
    right:50px;
    bottom:26px
}


body.ltr header#mainHeader .langFlag{
    left:50px;
    bottom:26px
}

body.rtl header#mainHeader .sideLogo{
    margin-right:-20px;
    margin-top:7px;
}

body.rtl header#mainHeader .altSideLogo{
    position:absolute;
    left:10px;
    top:50px;
}


body.ltr header#mainHeader .sideLogo{
    margin-right:-20px;
    margin-top:7px;
}

body.ltr header#mainHeader .altSideLogo{
    position:absolute;
    right:10px;
    top:40px;
}



header#mainHeader .container {
    min-height: 190px;
    position: relative;
}

section.headnews {
    min-height: 200px;
    background: #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.headnews .row1 .colRight  {}
.headnews .row1 .colRight .wrapper {}

.headnews .row1 .colRight .cimg {}

.headnews .row1 .colRight .small.surtitle {}

.headnews .colRight .item.vm-capsule h1.title {
    font-size: 23px;
}

.headnews .colRight .tripleNews{
    padding:0px 5px;
}

.headnews .colRight a {
    color: black;
}

.headnews .row1 .colRight a:hover {
    color: var(--main-orange);
}

.headnews .row1 .colLeft .agahi {
    display: inline-block;
}

.headnews .row2 .colLeft .agahi {
    display: inline-block;
}

body.rtl header#mainHeader .leftIcons {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
body.ltr header#mainHeader .leftIcons {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

section.middle-agahi .agahi {
    display: inline-block;
}

body.rtl header#mainHeader .leftIcons>a {
    display: inline-block;
    margin-right: 10px;
}

body.ltr header#mainHeader .leftIcons>a {
    display: inline-block;
    margin-left: 10px;
}

header#mainHeader .leftIcons a i {
    font-size: 18px;
}

header#mainHeader .icoMenu {
    position: absolute;
    bottom: 22px;
    color: white;
}

body.rtl header#mainHeader .icoMenu {
    right: 30px;
}

body.ltr header#mainHeader .icoMenu {
    left: 30px;
}

header#mainHeader .icoMenu i {
    font-size: 20px;
}

header#mainHeader .leftIcons a {
    color: var(--main-blue);
}

header#mainHeader .leftIcons a:hover {
    color: var(--main-orange);
}

header#mainHeader .date {
    position: absolute;
    bottom: 55px;
    color: white;
    direction:ltr;
}
body.rtl header#mainHeader .date {
    left: 10px;
}

body.ltr header#mainHeader .date {
    right: 10px;
}

header#mainHeader .newstickerBox {
    position: absolute;
    bottom: 0px;
}

.ticker-title {
    padding-top: 0px;
    margin-top:-3px;
    color:var(--main-orange);
}

.ticker-swipe {
    background-color: #f0f0f0 !important;
}

.ticker-swipe span {
    background-color: #f0f0f0 !important;
}

body.rtl header#mainHeader .newstickerBox {
    right:130px;
}

body.ltr header#mainHeader .newstickerBox {
    left:165px;
}

body header#mainHeader .mainMenu {
    position:absolute;
    top: 82px;
}

body header#mainHeader .mainMenu a{
    color:white;
}

body header#mainHeader .mainMenu ul li a:hover{
    color:#fff;
    background:#1b4365;
}

body.rtl header#mainHeader .mainMenu {
    right: 110px;
}

body.ltr header#mainHeader .mainMenu {
    left: 150px;
    /* margin-top: 20px; */
}

footer.footer {
    background: #32373e;
    color: #d2d2d2;
    font-size: 13px;
}

footer.footer .col>.wrapper {
    padding: 30px 10px;
}

footer.footer .blockTitle {
    color: var(--main-orange);
    font-weight: bold;
}

footer.footer .socIcons a {
    display: inline-block;
    margin: 10px 5px;
}

footer.footer .socIcons i {
    font-size: 22px;
}

body.rtl #block-views-block-main-blocks-last-news .view-content{
    padding-left:20px;
    direction: rtl;
}
body.ltr #block-views-block-main-blocks-last-news .view-content{
    padding-right:20px;
    direction: ltr;
}
/*=================[ Service Block : frontpage ]===================*/

.serviceBlock {}

.serviceBlock .serviceTitle {}

.serviceBlock .serviceTitle::after {}

.serviceBlock .colLeft {
    padding: 0px;
}

.serviceBlock .colLeft .item a {
    color: white;
}

.serviceBlock .colLeft .item:hover {
    background: var(--main-blue);
}

.serviceBlock .colLeft .item:hover a {
    color: #ffffff;
}

.serviceBlock .colLeft .item {
    background: var(--main-blue);
}

.serviceBlock .colLeft h1 {
    font-size: 15px;
    line-height: 1.6;
    padding: 20px 13px;
    height: 139px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}
.serviceBlock .colSideLatest h6 i{
    font-size: 10px;
}

.serviceBlock .colSideLatest h6 {
    color: var(--main-orange);
    /* background:#e8e8e8; */
    padding:3px 0px;
    font-weight: bold;
    font-size: 14px;
}

.serviceBlock .colSideLatest h6 span{
    color: #000000;
    background: #ffffff;
    padding:0px 5px;
}

/*=================[ blocks ]===================*/

.blockTitleBox {}

.blockTitleBox h2 .titleIcon {
    font-size: 13px;
    color: var(--main-orange);
}

.blockTitleBox h2.block-title {
    font-size: 18px;
    width: 100%;
    margin-bottom: 25px;
    font-weight: bold;
}

.blockTitleBox h2.block-title::after {
    display: block;
    content: ' ';
    border-bottom: 3px dotted #dedede;
    margin-top: -8px;
}

.blockTitleBox h2.block-title span {
    background: white;
    padding: 0px 5px 0px 10px;
}

/*=================[ ITEM: thumb-title-shadow ]===================*/

.item.d-thumb-title-shadow {}

.item.d-thumb-title-shadow .imgPack {
    position: relative;
}

.item.d-thumb-title-shadow .imgPack .titlePack h1 {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    color: white;
    transition: .5s ease all;
    width: 100%;
    padding: 0px 15px 20px 15px;
    text-shadow: 0 0 10px #000;
    margin: 0px;
}

.item.d-thumb-title-shadow.thumbsmall .imgPack .titlePack h1 {
}

body.rtl .item.d-thumb-title-shadow.thumbsmall .imgPack .titlePack h1 {
    line-height: 1.6;
    font-size: 17px;
}

body.ltr .item.d-thumb-title-shadow.thumbsmall .imgPack .titlePack h1 {
    line-height: 1.4;
    font-size: 15px;
}


.item.d-thumb-title-shadow .titlePack h1:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    height: 190px;
    z-index: -1;
    left: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, transparent 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, transparent 0, #000 100%);
    background: -o-linear-gradient(top, transparent 0, #000 100%);
    background: -ms-linear-gradient(top, transparent 0, #000 100%);
    background: linear-gradient(to bottom, transparent 0, #000 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

/*=================[ ITEM: CARD ]===================*/

.item.vm-card {
    background: white;
    box-shadow: 1px 1px 0px #c2c2c2;
    position: relative;
}

.item.vm-card .wrapper {
    padding: 10px;
    min-height: 190px;
}

.item.vm-card h1 {
    font-size: 17px;
}

body.rtl .item.vm-card h1 {
    line-height: 1.7;
}

body.ltr .item.vm-card h1 {
    line-height: 1.4;
}

.item.vm-card img {}

.item.vm-card .newsTime{
    font-size:11px;
    color:#b9bec1;
    position: absolute;
    bottom: 20px;
}

/*=================[ ITEM: CARD MULTIMEDIA ]===================*/

.item.vm-card-multimedia {
    background: white;
    box-shadow: 1px 1px 0px #c2c2c2;
    position:relative;
}

.item.vm-card-multimedia .icoSide{
    position: absolute;
    left:0px;
    top:40px;
    padding:7px 12px;
    background:var(--main-orange);
}

.item.vm-card-multimedia .icoSide i{
    color:white;
    font-weight:bold;
}

.item.vm-card-multimedia a{
    color:#272727;
}

.item.vm-card-multimedia .wrapper {
    padding: 10px;
    min-height: 100px;
    background-color: #dedede;
}

.item.vm-card-multimedia h1 {
    font-size: 17px;
    line-height: 1.7;
    text-align:center;
    font-weight:bold;
}

.item.vm-card-multimedia img{
    width:100%;
}
._md .item.vm-card-multimedia img,
._lg .item.vm-card-multimedia img {
    height: 300px;
}

/*=================[ ITEM: capsule ]===================*/
.item.vm-capsule{
    position:relative;

}

.item.vm-capsule .wrapper{

}

.item.vm-capsule h1{

}

body.rtl .item.vm-capsule h1{
    line-height: 1.5;
    margin: 0px 0px 10px 0px;
}

.item.vm-capsule .colSide{
    height:100%;
}

.item.vm-capsule .newsTime {
    font-size: 11px;
    color: #b9bec1;
    padding-top: 20px;
}

/*=================[ ITEM: TEASER ]===================*/
.item.vm-teaser{position: relative;display: flex;}

.item.vm-teaser h1{

}

.item.vm-teaser .desc{
    font-size:13px;
}

body.rtl .item.vm-teaser h1{
    line-height: 1.5;
    font-size: 17px;
    margin-top: 0px;
}

.item.vm-teaser .newsTime{
    font-size:11px;
    color:#b9bec1;
    padding-top: 20px;
    position: absolute;
    bottom: 0px;
}


.item.vm-teaser .col-md-8{
    display: flex;
    height: 100%;
}


/*=================[ ITEM: icontitle ]===================*/

.item.vm-icon-title {
    margin-bottom: 10px;
}

.item.vm-icon-title.redtitle a{ color:#de1900; }
.item.vm-icon-title.redtitle a:hover{ color: var(--main-orange); }

.item.vm-icon-title a {}

.item.vm-icon-title a:hover {}

.item.vm-icon-title .fas.fa-circle {
    font-size: 6px;
    color:  var(--main-orange);
}

.item.vm-icon-title h1 {
    font-size: 14px;
}

body.ltr .item.vm-icon-title h1 {
    line-height: 1.3;
}

.item.vm-icon-title .icoAttach {}

/*=================[ content page ]===================*/

body.path-node.page-node-type-content .region-content .itemscope>div {
    padding: 10px 0px;
}

body.path-node.page-node-type-content .region-content .itemscope>div.cImgWrapper {
    padding: 0px;
}

body.path-node.page-node-type-content .region-content {
    background: white;
}

body.path-node.page-node-type-content .region-content .cTitle {
    padding: 10px 5px 10px 5px;
    margin: 0px;
    line-height: 1.4;
}

body.path-node.page-node-type-content .region-content .titleWrapper {
    padding: 25px 10px 5px 10px;
}

body.path-node.page-node-type-content .region-content .titleWrapper small {
    font-size: 17px;
    padding: 5px 10px;
}

body.path-node.page-node-type-content .region-content .cImg {
    width: 100%;
    /* margin-top: 20px; */
    margin-bottom: 5px;
    padding: 0px;
}

body.path-node.page-node-type-content .region-content .titleWrapper a {
    color: black;
}

body.path-node.page-node-type-content .region-content .titleWrapper a:hover {
    color: #337ab7;
}

body.path-node.page-node-type-content .region-content .cExcerpt {
    padding: 20px;
    text-align: justify;
    line-height: 1.8;
    background: #ebebeb;
    clear: both;
    font-weight: 700;
}

body.path-node.page-node-type-content .region-content .cBody {
    padding: 10px 20px;
    text-align: justify;
    margin: 5px 0px;
    transition: 0.5s ease all;
    line-height: 180%;
}

body.path-node.page-node-type-content .region-content .cBody {}

body.path-node.page-node-type-content .region-content .cBody a {
    color:  var(--main-blue);
}

body.path-node.page-node-type-content .region-content .cBody a:hover {
    color: #6e6e6e;
}

body.path-node.page-node-type-content .region-content .cBody blockquote {
    font-size: 15px;
    line-height: 180%;
}

body.path-node.page-node-type-content .region-content .cBody img {
    margin: 20px 0px;
}

body.path-node.page-node-type-content .region-content .nodeMeta div {
    font-size: 15px;
}

body.path-node.page-node-type-content .region-content .nodeMeta .tools {
    margin: 0px 5px 0px 0px;
}

body.path-node.page-node-type-content .region-content .nodeMeta .tools .mta {
    margin: 13px 10px;
    display: inline-block;
}

body.path-node.page-node-type-content .region-content .nodeMeta .tools i {
    font-size: 22px;
}

body.path-node.page-node-type-content .cAttach .contMedia {
    margin: 25px 0px 25px 0px;
    clear: both;
    /* display:flex; */
}


body.path-node.page-node-type-content .socialshare a {
    display: inline-block;
    padding: 7px 12px 0px 12px;
    font-size: 22px;
}

body.path-node.page-node-type-content .socialshare a.telegram{ color:#0087cc; }
body.path-node.page-node-type-content .socialshare a.telegram:hover{ color:white;background:#0087cc; }

body.path-node.page-node-type-content .socialshare a.twitter{ color:#1da1f2; }
body.path-node.page-node-type-content .socialshare a.twitter:hover{ color:white;background:#1da1f2; }

body.path-node.page-node-type-content .socialshare a.facebook{ color:#3b5998; }
body.path-node.page-node-type-content .socialshare a.facebook:hover{ color:white;background:#3b5998; }

body.path-node.page-node-type-content .socialshare a.linkedin{ color:#0077b5; }
body.path-node.page-node-type-content .socialshare a.linkedin:hover{ color:white;background:#0077b5; }

body.path-node.page-node-type-content .socialshare a.whatsapp{ color:#0b8a0b; }
body.path-node.page-node-type-content .socialshare a.whatsapp:hover{ color:white; background:#0b8a0b; }


.cAttach {
    display: table;
    width: 100%;
}

.cAttach video {
    width: 100%;
    height: 490px;
    position: relative;
    /* -webkit-transform: scaleX(2);  */
    /* -moz-transform: scaleX(2); */
}

.cAttach .video {
    /* width: 100%; */
    /* min-height: 500px; */
    /* position:relative; */
    /* -webkit-transform: scaleX(2);  */
    /* -moz-transform: scaleX(2); */
}

.cAttach .video:before {
    background: rgb(0, 0, 0);
    width: 100%;
    height: 500px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

body.path-node.page-node-type-content .cAttach .contMedia h4 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #7e7e7e;
}

body.path-node.page-node-type-content .cAttach .contMedia audio {
    width: 80%;
    /* background:#ddd; */
}



body.path-node.page-node-type-content .contMedia.gal_winMode .galimg .item {
    background: #dedede;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    /* padding: 20px 10px; */
    transition: 0.5s ease all;
}

body.path-node.page-node-type-content .contMedia.gal_winMode .galimg .item:hover {
    background: #bbb;
}

.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}

.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}

.video-js-responsive-container {
    width: 100%;
    position: relative;
}

.video-js-responsive-container .video-js {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}


#headnewsSlider .item,#serviceTopnewsSlider .item{
    height: 280px;
    padding: 10px 45px 0px 45px;
    overflow: hidden;
}

.swiper-pagination-bullets{
    margin:5px auto;
    text-align:center;
}

.swiper-pagination-bullet {
    width: 5px;
    height: 6px;
    margin: 0px 4px;
}


/*=======================[ ADS blocks ]=====================*/

.agahi.vmode-adv-text {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #bce3fd;
    background: #ecf6fe;
    color: #003366;
}

.agahi.vmode-adv-text a {
    font-size: 15px;
    font-weight:700;
    color: #003366;
}

.agahi.vmode-adv-text a:hover {
    color:  var(--main-blue);
    border: 1px solid #E8E8E8;
}

.agahi.vmode-adv-text p {
    font: 8pt 'vazir';
}

#flashObject {
    position: relative;
    z-index: 1;
    width: 100%;
}

#floater {
    position: absolute;
    z-index: 100;
    top: 0px;
}

#floater:hover {}

/*=======================[ END: ADS blocks ]=====================*/






body.path-node.page-node-type-content .entry-tags ul {
    padding: 0
}

body.path-node.page-node-type-content .entry-tags ul li {
    margin: 5px 16px 5px 12px;
    display: inline-block
}

body.path-node.page-node-type-content .entry-tags ul li h3 {
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 11px;
}

body.path-node.page-node-type-content .entry-tags ul li h3 a {
    color: #ffffff;
    display: block;
    padding: 0 8px;
    position: relative;
    background: var(--main-blue);
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:after,
body.path-node.page-node-type-content .entry-tags ul li h3 a:before {
    display: block;
    content: "";
    position: absolute;
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:before {
    width: 5px;
    height: 5px;
    background: white;
    top: 10px;
    right: -3px;
    z-index: 11;
    border-radius: 100%
}

body.ltr body.path-node.page-node-type-content .entry-tags ul li h3 a:before {
    right: auto;
    left: -3px
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:after {
    width: 0;
    height: 0;
    border-left: 16px solid var(--main-blue);
    right: -16px;
    top: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 10;
}

body.ltr body.path-node.page-node-type-content .entry-tags ul li h3 a:after {
    right: auto;
    left: -16px;
    border-left: 0 none;
    border-right: 16px solid #333
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:hover {
    text-decoration: none;
    color: rgb(27, 27, 27);
    background:  var(--main-orange);
}

body.path-node.page-node-type-content .entry-tags ul li h3 a:hover:after {
    border-left-color:var(--main-orange);
}

body.ltr body.path-node.page-node-type-content .entry-tags ul li h3 a:hover:after {
    border-left-color: var(--main-orange);
}









.comments {
    border-top: 2px dotted #c7c7c7;
    margin-top: 25px;
    padding-top: 30px;
}


.comments > h2{
    background:var(--main-blue);
    padding:10px 15px;
    font-size:20px;
    color:white;
}


.comments .commentBox{
    background:#dedede;
    padding:15px 5px 5px 5px;
}

.comments header.topInfo{
    padding:0px 10px;
}

.comments .commentBody{
    background:white;
    border-radius:5px;
    margin:10px 0px;
}
.comments footer{
    padding:0px 10px;
}

.comments .indented > .commentBox{
    margin-right:20px;
}


.comments .indented  > .indented > .commentBox{
    margin-right:40px;
}

.comments .indented  > .indented > .indented > .commentBox{
    margin-right:60px;
}

.comments .indented  > .indented > .indented > .indented > .commentBox{
    margin-right:80px;
}



.swiper-button-next, .swiper-button-prev{
    background: #dfdfdf;
    color: black;
    padding: 10px 14px;
    /* border-radius: 50px; */
    height: 100%;
    top: 15px;
}

#mmServiceSlider .swiper-button-next,
#mmServiceSlider .swiper-button-prev{
    background: #dfdfdf;
    color: black;
    padding: 10px 14px;
    border-radius: 50px;
    height:30px;
    top: 50%;

}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '\f105';
}

.swiper-button-prec:after, .swiper-container-rtl .swiper-button-next:after {
    content: '\f104';
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: '\f104';

}


.swiper-button-next:after, .swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight:bold;
    /* text-transform: none!important; */
    /* letter-spacing: 0; */
    /* text-transform: none; */
    /* line-height: 1; */
}


.serviceBlock .item.vm-icon-title a, #block-views-block-main-blocks-last-news a,  .item.vm-teaser h1 a,  .item.vm-capsule  .colSide a{
    color:black;
}
.serviceBlock .item.vm-icon-title a:hover, #block-views-block-main-blocks-last-news a:hover,  .item.vm-teaser h1 a:hover,  .item.vm-capsule  .colSide a:hover{
    color:var(--main-blue);
}


ul.menu--footer {

}
ul.menu--footer li{

}
ul.menu--footer li a{
    padding: 5px 10px;
}
ul.menu--footer li a:hover{
    background-color: #292e34;
    padding: 5px 10px;
}


.pager .pager__item a:hover{
    background: #1e5a8e;
}

.pager li > a{
    background: var(--main-blue);
    border-radius: 0px;
    color:white;
    width: 100%;
}   