::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: $color-2;
}
::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

body {
    direction: rtl;
    text-align: right;
    font-family: "IRANSansWeb(FaNum)", tahoma, Arial, Helvetica, sans-serif;
    /*background: url(./../../images/bg.jpg) right top;*/
    font-size: 1rem;
    line-height: 1.8rem;
}
.container {
    background: white;
}

img {
    max-width: 100%;
}

a {
    
}

*:focus {
    box-shadow: 0 0 0 transparent !important;
    outline: 0px;
}

a:focus {
    outline: 0;
    box-shadow: 0 0 0 transparent !important;
    outline: 0px;
}

.scrollup {
    background: $color-9;
    width: 38px;
    height: 38px;
    position: fixed;
    z-index: 999999999;
    bottom: 20px;
    right: 20px;
    display: none;
    color: whitesmoke;
    cursor: pointer;
    padding-top: 8px;
    border-radius: 100%;
}
.scrollup:hover {
    
    
}


/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
main,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}


h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

b,
strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}


.h3,
.h4,
h3,
h4 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}


.col-12,
.col-lg-4,
.col-lg-8,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .col-lg-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.carousel {
    position: relative
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

main.mosahebe .rounded {
    border-radius: .25rem;
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.float-left {
    float: left !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.w-100 {
    width: 100% !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.p-2 {
    padding: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pl-5 {
    padding-left: 3rem !important
}

.text-justify {
    text-align: justify !important
}

.text-center {
    text-align: center !important
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    img {
        page-break-inside: avoid
    }
    
    h3 {
        orphans: 3;
        widows: 3
    }
    
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
}

.fa,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-link:before {
    content: "\f0c1"
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #8bd48f;
}

::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}

body {
  direction: rtl;
  text-align: right;
  font-family: "IRANSansWeb(FaNum)", tahoma, Arial, Helvetica, sans-serif;
  /*background: url(./../../images/bg.jpg) right top;*/
  font-size: 1rem;
  line-height: 1.8rem;
}

.container {
  background: white;
}

img {
  max-width: 100%;
}

 main.mosahebe .mv-text h4, main.mosahebe .mv-footer, .scrollup:hover, a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -msie-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  text-decoration: none;
  color: #3B913F !important;
}

*:focus {
  box-shadow: 0 0 0 transparent !important;
  outline: 0px;
}

a:focus {
  outline: 0;
  box-shadow: 0 0 0 transparent !important;
  outline: 0px;
}

.scrollup {
  background: #222222;
  width: 38px;
  height: 38px;
  position: fixed;
  z-index: 999999999;
  bottom: 20px;
  right: 20px;
  display: none;
  color: whitesmoke;
  cursor: pointer;
  padding-top: 8px;
  border-radius: 100%;
}

.scrollup:hover {
  background-color: #2E7D32;
}
@font-face {
  font-family: "IRANSansWeb(FaNum)";
  src: url("./../fonts/IRANSansWeb(FaNum).eot");
  src: url("./../fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("./../fonts/IRANSansWeb(FaNum).woff2") format("woff2"), url("./../fonts/IRANSansWeb(FaNum).woff") format("woff"), url("./../fonts/IRANSansWeb(FaNum).ttf") format("truetype"), url("./../fonts/IRANSansWeb(FaNum).otf") format("opentype"), url("./../fonts/IRANSansWeb(FaNum).svg#IRANSansWeb(FaNum)") format("svg");
  font-weight: normal;
  font-style: normal;
}
main.mosahebe .mv-content-title-row {
  /*border-bottom: 3px solid #2E7D32;*/
}
main.mosahebe .mv-content-title {
  background: #2E7D32 url(./../../images/bg-title.png) repeat-y right top;
  color: white;
  padding: 4px 0 3px;
  font-size: 1rem;
}
main.mosahebe .slimscroll {
  padding-right: 30px;
}
main.mosahebe .read-more-t {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 2rem;
  margin-left: 15px;
}
main.mosahebe aside .mv-content-title {
  background-color: #222222;
}
main.mosahebe aside .mv-content-title-row {
  border-color: #222222;
}
main.mosahebe aside .mv-content-title-row,
main.mosahebe article .mv-content-title-row {
  /*margin-top: 30px;*/
}
main.mosahebe .div-aside-img,
main.mosahebe .div-aside-img img {
  width: 125px;
  height: 75px;
  overflow: hidden;
  object-fit: cover;
}
main.mosahebe .div-aside-text {
  width: calc(100% - 135px);
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
main.mosahebe .div-aside-text a {
  color: black;
}
main.mosahebe .div-aside-text-t {
  font-size: 0.85rem;
  max-height: 46px;
  line-height: 23px;
  overflow: hidden;
}
main.mosahebe a.div-aside-text-rt {
  font-size: 0.7rem;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
}
main.mosahebe .row-aside-img-text:hover .div-aside-text a {
  color: #3B913F !important;
}
main.mosahebe .div-article-text-rt {
  width: calc(100% - 130px);
  height: 22px;
  overflow: hidden;
  font-size: 0.8rem;
  color: black !important;
}
main.mosahebe .div-article-text {
  width: calc(100% - 235px);
  margin-right: 10px;
}
main.mosahebe .div-article-img,
main.mosahebe .div-article-img img {
  width: 225px;
  height: 135px;
  overflow: hidden;
  object-fit: cover;
}
main.mosahebe .div-article-text-t a {
  color: black !important;
  font-size: 0.9rem;
  line-height: 1.5rem;
  display: inline-block;
  max-height: 47px;
  overflow: hidden;
}

main.mosahebe .no {
  color: #ff4844 !important;
}

main.mosahebe .no:hover {
  color: #334d96 !important;
}
main.mosahebe .mv-content-index .top-cat-date {
  bottom: 13%;
  background: rgba(255, 255, 255, 0.4509803922);
  color: black;
  text-shadow: -1px 1px 2px white;
  padding: 4px 15px 1px;
  font-size: 0.9rem;
}
main.mosahebe .div-article-text-t-index a {
  max-height: 94px;
}
main.mosahebe .mv-footer {
  width: 50%;
}
main.mosahebe .mv-footer-a-img,
main.mosahebe .mv-footer-a-img img {
  width: 140px;
  height: 84px;
  overflow: hidden;
  object-fit: cover;
}
main.mosahebe .mv-footer-a-img:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
main.mosahebe .mv-footer:hover .mv-footer-a-img::after {
  display: block;
}
main.mosahebe .mv-footer-a-img i {
  z-index: 2;
  color: gray !important;
  display: none;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: calc(50% - 24px);
  font-size: 2.5rem;
}
main.mosahebe .mv-footer:hover {
  background: #2E7D32;
}
main.mosahebe .mv-footer-a-img span {
  position: absolute;
  width: 90%;
  text-align: center;
  bottom: 3px;
  color: white;
  z-index: 9;
  font-size: 0.7rem;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 0px 1px 2px black;
}
main.mosahebe .mv-footer:hover > .mv-footer-a-img i {
  display: block;
}
main.mosahebe .mv-text {
  width: calc(100% - 140px);
}
main.mosahebe .mv-text h4 {
  color: black;
  font-size: 0.9rem;
  line-height: 1.4rem;
  height: 44px;
  overflow: hidden;
}
main.mosahebe .mv-footer:hover .mv-text h4 {
  color: white;
}
main.mosahebe .events-index .row-news-cat {
  align-items: flex-start;
}
main.mosahebe .events-index .row-news-cat .mv-footer {
  margin-bottom: 20px !important;
}
main.mosahebe .events-index .div-article-img,
main.mosahebe .events-index .div-article-img img {
  width: 100%;
  height: 210px;
}
main.mosahebe .events-index .div-article-text {
  width: 100%;
  margin: unset;
}
main.mosahebe .events-index .mv-content-index .top-cat-date {
  bottom: 4%;
}
main.mosahebe .events-index h4.div-article-text-t-index a {
  font-size: 0.9rem;
  line-height: 1.4rem;
  max-height: 153px;
}
main.mosahebe .events-index h3.div-article-text-t a {
  font-size: 1rem;
  line-height: 1.8rem;
  max-height: 54px;
  margin-bottom: 5px;
}
main.mosahebe .events-index .mv-footer {
  width: 100%;
}
main.mosahebe .events-index .mv-text h4 {
  font-size: 0.8rem;
  line-height: 17px;
  height: 17px;
}
main.mosahebe .events-index .mv-text h3 {
  color: black;
  font-size: 0.9rem;
  height: 45px;
  overflow: hidden;
  line-height: 23px;
  margin-bottom: 0;
}
main.mosahebe .events-index .mv-footer:hover .mv-text h3 {
  color: white;
}
@media (max-width: 1199px) {
  
main.mosahebe .slimscroll {
    height: 355px !important;
  }
  main.mosahebe .events-index .mv-footer-a-img i {
    font-size: 1.5rem;
  }
  main.mosahebe .events-index .mv-content-index,
main.mosahebe .events-index .mv-content-index img {
    height: 174px;
  }
  main.mosahebe .mv-footer-a-img,
main.mosahebe .mv-footer-a-img img {
    width: 120px;
    height: 72px;
  }
  main.mosahebe .mv-text {
    width: calc(100% - 120px);
  }
}
@media (max-width: 991px) {
  
main.mosahebe .slimscroll {
    height: 275px !important;
  }
  main.mosahebe aside .mv-content-title-row,
main.mosahebe article .mv-content-title-row {
    margin-top: 15px !important;
  }
  main.mosahebe .events-index .div-article-text-t-index a {
    max-height: 92px;
  }
  main.mosahebe .events-index .mv-content-index,
main.mosahebe .events-index .mv-content-index img {
    height: 198px;
  }
  main.mosahebe .events-index .div-text-aside-events-index .mv-content-index,
main.mosahebe .events-index .div-text-aside-events-index .mv-content-index img,
main.mosahebe .events-index .div-text-aside-events-index .div-aside-img,
main.mosahebe .events-index .div-text-aside-events-index .div-aside-img img {
    width: 150px !important;
    height: 90px;
  }
  main.mosahebe .events-index .div-text-aside-events-index .div-article-text,
main.mosahebe .events-index .div-text-aside-events-index .div-aside-text {
    width: calc(100% - 160px);
    margin-right: 10px;
  }
  main.mosahebe .events-index .col-lg-4 {
    margin-bottom: 15px !important;
  }
  main.mosahebe .events-index .row-aside-img-text,
main.mosahebe .events-index .row-aside-img-text-1 {
    align-items: center;
  }
  main.mosahebe .col-index-2 .mv-footer {
    width: 100%;
  }
  main.mosahebe .div-article-img,
main.mosahebe .div-article-img img {
    width: 150px;
    height: 90px;
  }
  main.mosahebe .div-article-text {
    width: calc(100% - 160px);
  }
  main.mosahebe .div-article-text-t a {
    font-size: 0.8rem;
  }
  main.mosahebe .mv-content-title {
    padding: 4px 20px 2px !important;
  }
  main.mosahebe .div-article-text-rt {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  main.mosahebe a.div-aside-text-rt {
    display: none !important;
  }
  main.mosahebe .row-aside-img-text {
    flex-wrap: wrap;
  }
  main.mosahebe .div-aside-img {
    margin: 0 auto 10px;
  }
  main.mosahebe .div-aside-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  main.mosahebe .events-index .div-article-img {
    width: auto !important;
    margin: 0 auto;
    height: auto;
  }
  main.mosahebe .events-index .div-article-img img {
    /*width: 300px;*/
    width: 100%;
    /*height: 180px;*/
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  main.mosahebe .mv-content-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 400px) {
  main.mosahebe .div-article-img,
main.mosahebe .div-article-img img {
    width: 130px;
    height: 78px;
  }
  main.mosahebe .div-article-text {
    width: calc(100% - 140px);
  }
}
@media (max-width: 350px) {
  main.mosahebe .events-index .div-text-aside-events-index .mv-content-index,
main.mosahebe .events-index .div-text-aside-events-index .mv-content-index img,
main.mosahebe .events-index .div-text-aside-events-index .div-aside-img,
main.mosahebe .events-index .div-text-aside-events-index .div-aside-img img {
    width: 130px !important;
    height: 78px;
  }
  main.mosahebe .events-index .div-text-aside-events-index .div-article-text,
main.mosahebe .events-index .div-text-aside-events-index .div-aside-text {
    width: calc(100% - 140px);
  }
}
@media (max-width: 340px) {
  main.mosahebe .div-aside-img,
main.mosahebe .div-aside-img img {
    width: 110px;
    height: 66px;
  }
  main.mosahebe .div-aside-text {
    width: calc(100% - 115px);
  }
  main.mosahebe .div-article-img,
main.mosahebe .div-article-img img {
    margin: 0 auto;
  }
  main.mosahebe .div-article-text {
    width: 100%;
    margin: 5px 0 0;
  }
}
@media (max-width: 330px) {
  main.mosahebe .events-index .div-article-img img {
    /*width: 300px;*/
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 180px;
  }
  main.mosahebe .events-index .div-text-aside-events-index .row-aside-img-text-1 {
    flex-wrap: wrap;
  }
  main.mosahebe .events-index .div-text-aside-events-index .div-text-aside-events-index .mv-content-index,
main.mosahebe .events-index .div-text-aside-events-index .div-text-aside-events-index .mv-content-index img,
main.mosahebe .events-index .div-text-aside-events-index .div-article-text,
main.mosahebe .events-index .div-text-aside-events-index .div-aside-text {
    width: 100%;
    margin: 0 0 0;
  }
}
@media (max-width: 320px) {
  main.mosahebe .events-index .mv-footer,
main.mosahebe .events-index .row-aside-img-text {
    flex-wrap: wrap;
  }
  main.mosahebe .events-index .mv-footer-a-img,
main.mosahebe .events-index .div-aside-img {
    margin: 0 auto 15px;
  }
  main.mosahebe .events-index .mv-footer-a-img,
main.mosahebe .events-index .mv-footer-a-img img,
main.mosahebe .events-index .div-aside-img,
main.mosahebe .events-index .div-aside-img img {
    width: 150px;
    height: 90px;
  }
  main.mosahebe .events-index .div-aside-text,
main.mosahebe .events-index .mv-text {
    width: 100%;
    padding: 0 !important;
  }
  main.mosahebe .events-index .div-aside-text {
    margin: 0;
  }
}
@media (max-width: 270px) {
  main.mosahebe .row-aside-img-text {
    flex-direction: column;
  }
  main.mosahebe .div-aside-img,
main.mosahebe .div-aside-img img {
    margin: 0 auto;
  }
  main.mosahebe .div-aside-text {
    width: 100%;
    margin: 5px 0 0;
    text-align: center;
  }
}


/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}



main.mosahebe a{
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

main.mosahebe a:hover{
  text-decoration: none;
  color: #3B913F !important;
}

main.mosahebe a:focus{
  box-shadow: 0 0 0 transparent !important;
  outline: 0px;
}


.fa-link::before {
  content: "\f0c1";
}


main.mosahebe .mt-4, .my-4 {
  margin-top: 1.5rem !important;
}




.elementor-post-info__item-prefix {
  font-weight: 600;
  font-size: 1.1rem;
  color: black;
  line-height: 2.1rem;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

a.elementor-post-info__terms-list-item{ 
  padding: 2px 7px;
  margin: 2px 4px;
  font-size: 1rem;
  box-shadow: 2px 2px #888888;
  transition: all .3s ease-in-out;
  color: #3B913F !important;
  background-color: #d9f6f9 !important;
  border-radius: 10px;

}
a.elementor-post-info__terms-list-item:hover{ 
  color: black !important;
  background-color: #b2ecf3 !important;
  /*font-size: 1.1rem;*/
  box-shadow: 2px 2px #888888;
  }


   .ticker-content a{
    text-decoration: none;
   }