﻿@charset "UTF-8";
/*colors used in the theme*/
/*this theme is mostly white*/
/*primary text color*/
/*colors used in the theme*/
/*this theme is mostly white*/
/*primary text color*/
html, body, .body__container, form {
  height: 100%;
}

html {
  /*IE vertical scrollbar position fix*/
  direction: rtl;
}

/*#region body */
body {
  font: 9pt/2 "farayekan";
  /*color: $base__color--fore;*/
  background-color: #202020;
}
body#Body {
  /*sidebar fix*/
  direction: ltr;
}
body .ltr {
  direction: ltr !important;
}
body a {
  /*color: $base__color--fore;*/
}
body a:hover, body a:active, body a:focus {
  text-decoration: none;
  color: #ccc;
  outline: none;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "farayekan";
}
body ul {
  list-style: none;
  padding: 0px;
}

/*#endregion body*/
@media only screen and (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 7px;
    /* for vertical scrollbars */
    height: 7px;
    /* for horizontal scrollbars */
  }
  ::-webkit-scrollbar-track {
    background: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background: #202020;
  }
}
/*colors used in the theme*/
/*this theme is mostly white*/
/*primary text color*/
.body__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
}
.body__container.open {
  overflow-y: hidden;
}
.body__container.position--right.open {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  -o-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
.body__container.position--left.open {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0;
}
.sidebar__box .sidebar_inner {
  height: 95vh;
  overflow: scroll;
}
.sidebar__box .sidebar__close {
  font-size: 18px;
  display: block;
  text-align: left;
  color: #fff;
  padding-left: 10px;
  position: fixed;
  bottom: 5px;
}
.sidebar__box .sidebar__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 300px;
  top: 0;
  z-index: 10;
  background-color: #202020;
  padding-top: 30px;
  /*.wi-menu {
      margin-top: -20px;

      .wi-menu__theme-default a {
          text-align: right;
          padding-right: 15px;
      }
      li{
          border-left: 1px solid #424242;
      }
  }*/
}
.sidebar__box .sidebar__container .after, .sidebar__box .sidebar__container .before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 1;
}
.sidebar__box .sidebar__container .before {
  z-index: -2;
  background-position: center;
  background-size: cover;
  -moz-filter: blur(50px);
  -ms-filter: blur(50px);
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.sidebar__box .sidebar__container .after {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar__box .sidebar__container.position--right {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.sidebar__box .sidebar__container.position--left {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.sidebar__box .sidebar__container.open {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar__box .sidebar__container .main-menu {
  margin-bottom: 0px;
  overflow: scroll;
}
.sidebar__box .sidebar__container .main-menu li .fa {
  padding-right: 8px;
}
.sidebar__box .sidebar__container .main-menu li .fa.caret-up {
  padding-left: 8px;
}
.sidebar__box .sidebar__container .wi-menu.wi-menu__theme-default a {
  color: #fff;
  background-color: transparent;
  border-left: 1px solid #424242;
  border-bottom: none;
  text-align: right;
  padding-right: 15px;
}
.sidebar__box .sidebar__container .wi-menu.wi-menu__theme-default > li:before {
  content: unset;
}
.sidebar__box .sidebar__container .wi-menu.wi-menu__theme-default a:hover, .sidebar__box .sidebar__container .wi-menu.wi-menu__theme-default a:focus {
  background-color: unset;
}

/*colors used in the theme*/
/*this theme is mostly white*/
/*primary text color*/
.container__content .container__heading {
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 30px;
}
.container__content .container__heading h2 {
  font-size: 16px;
  display: inline-block;
  border-bottom: 4px solid #1a3a6b;
  padding-bottom: 14px;
  margin: 0;
  color: #000;
}
.container__content.container__content--green .container__heading h2 {
  border-bottom: 4px solid #1a3a6b;
}

.container__content__withback {
  margin-top: 10px;
}
@media only screen and (max-width: 469px) {
  .container__content__withback {
    margin-bottom: 20px;
  }
}
.container__content__withback .container__heading {
  margin-bottom: 5px;
  background-color: #202020;
  padding: 13px 8px;
}
.container__content__withback .container__heading h2 {
  color: #000;
  font-size: 16px;
  margin: 0;
  font-family: farayekan;
}

.videos__container {
  aspect-ratio: 1920/744 !important;
  overflow: hidden;
}
.videos__container .container__content .container__heading {
  border-bottom: 2px solid #dcdcdc;
}

.section-bottom__container .container__content .container__heading {
  border-bottom: 2px solid #dcdcdc;
}
.section-bottom__container .container__content .container__heading h2 {
  color: #000;
}

.section-middle__container .container__content .container__heading {
  border-bottom: 2px solid #5b7294;
}
.section-middle__container .container__content .container__heading h2 {
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}

.Dual__container {
  padding: 35px 0;
  background: url("/Portals/_default/Skins/bg-pt.jpg?ver=1397-11-30-150036-523") repeat;
}

/*colors used in the theme*/
/*this theme is mostly white*/
/*primary text color*/
/*video {
    object-fit: cover !important;
    width: 100vw;
    height: 80vh !important;

    @media screen and (max-width:472px) {
        height: 30vh !important; 
    }
}

.ls-container {
    width: 100vw;
    height: 80vh !important;

    @media screen and (max-width:472px) {
        height: 30vh !important;
    }

    img {
        @media screen and (max-width:472px) {
            object-fit: fill !important;
            width: 100vw !important;
            height: 30vh !important;
            margin: 0 !important
        }
    }
}

.ls-slide {
    width: 100vw;
    height: 80vh !important;

    @media screen and (max-width:472px) {
        height: 30vh !important;
    }
}

.ls-inner {
    width: 100vw;
    height: 80vh !important;

    @media screen and (max-width:472px) {
        height: 30vh !important;
    }
}
.wrap {
    position: relative;
    width: 100vw;
    height: 60vh !important;
    top: 0;
    left: 0;

    @media screen and (max-width:472px) {
        height: 20vh !important;
    }
}

.ls-video-layer {
    height: 80vh !important;
    width: 100vw;

    @media screen and (max-width:472px) {
        height: 30vh !important;
    }
}*/
.skin__3100 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  /*input {
      color: #555;
  }
  ul{
      color:#555;
  }*/
}
.skin__3100.skin-inside .main {
  padding-top: 30px;
  /*margin-top: 152px;*/
}
.skin__3100.skin-inside .main .ModFaraShopFaraShopOrderTrackingC {
  /*.panel {
      color: #ccc;
  }

  .panel-default {
      border-color: #424242;
  }

  .panel-default > .panel-heading {
      color: #ccc;
      background-color: #424242;
      border-color: #424242;
  }

  .panel-body {
      background-color: #202020;
  }

  .alert-info {
      color: #ccc;
      background-color: #424242;
      border-color: #424242;
  }

  .form-control {
      color: #ccc;
      background-color: #202020;
      border: 1px solid #424242;
  }

  .btn-info {
      color: white;
      background-color: #0166ff;
      border: 1px solid #424242;
  }*/
}

.RadTreeView .rtUL {
  /*color:#ccc;*/
}

.dnnModuledigitalAssetsTreeView.RadTreeView .rtIn {
  color: inherit;
}

.dnnLoginRememberMe .icheckbox_minimal-blue {
  margin-left: 10px;
}

.loginContent, .dnnSendPassword {
  margin: 20px auto;
}

.LoginPanel {
  font-size: 13px;
}

.bell {
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@media screen and (max-width: 472px) {
  .header {
    height: auto !important;
  }
}
.header .header__container {
  background-color: #202020;
  background-clip: padding-box;
  width: 100%;
  top: 0;
  z-index: 15;
}
@media screen and (max-width: 769px) {
  .header .header__container {
    /*position: fixed;*/
  }
}
@media screen and (min-width: 769px) {
  .header .header__container.fixed {
    position: fixed;
    top: -70px;
  }
  .header .header__container.fixed .header__utilities, .header .header__container.fixed .datetime__container, .header .header__container.fixed .header__utilities__items {
    /*display: none !important;*/
  }
  .header .header__container.fixed .site__logo img {
    /*height: $header__height-mobile;*/
  }
  .header .header__container.fixed .main-menu {
    margin-top: 0px !important;
  }
  .header .header__container.fixed .language__holder {
    display: none;
  }
  .header .header__container .header__utilities__container {
    position: relative;
  }
  .header .header__container .header__utilities__container .header__utilities__items {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .header__container .header__utilities__container .header__utilities__items > li {
    display: inline-block;
    vertical-align: top;
  }
  .header .header__container .header__utilities__container .header__utilities__items .search__box {
    display: inline-block;
    /*background-color: $header__utilities__bg;*/
    text-align: center;
    box-sizing: content-box;
    padding: 7px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 25px;
    height: 20px;
    padding: 3px 0;
    position: relative;
    z-index: 999;
    margin-left: 10px;
  }
  .header .header__container .header__utilities__container .header__utilities__items .search__box i {
    /*color: $third__color;*/
    color: white;
    vertical-align: middle;
  }
  .header .header__container .header__utilities__container .header__utilities__items .search__box .trigger {
    display: inline-block;
    position: absolute;
    right: 4px;
    top: -8px;
    font-size: 20px;
  }
  .header .header__container .header__utilities__container .header__utilities__items .search__box input[type=text] {
    /*float: left;
    display: none;
    border: 0;
    font-family: tahoma;
    padding: 2px;
    border-radius: 2px;
    margin-top: -1px;
    margin-right: 3px;
    font-size: 12px;
    width: 170px;
    height: 21px;
    outline: none;*/
    color: #202020;
    border: 0;
    font-family: tahoma;
    border-radius: 2px;
    margin-top: 0px;
    margin-right: 25px;
    font-size: 12px;
    width: 0;
    height: 21px;
    outline: none;
    padding: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 769px) {
  .header .header__container .header__utilities__container .header__utilities__items .search__box input[type=text] {
    width: 170px;
  }
}
@media screen and (min-width: 769px) {
  .header .header__container .header__utilities__container .header__utilities__items .header-logoes__second-logo__current-date {
    min-width: 215px;
  }
}
@media screen and (min-width: 769px) {
  .header .header__container .header__utilities__container .main-menu {
    margin-top: 48px;
    display: block;
    float: left;
  }
  .header .header__container .header__utilities__container .main-menu li ul {
    background-color: #f1f1f1;
  }
  .header .header__container .header__utilities__container .main-menu a {
    color: #000;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-size: 16px;
  }
}
.header .header__container .top__container {
  display: flex;
  padding: 13px 10px;
  border-bottom: solid 1px rgba(84, 83, 83, 0.31);
}
@media screen and (max-width: 495px) {
  .header .header__container .top__container {
    padding: 13px 10px 0 10px;
    border-bottom: unset;
  }
}
.header .header__container .top__container .top__right {
  flex: 1;
  padding-top: 5px;
}
.header .header__container .top__container .top__center {
  flex: 6;
}
.header .header__container .top__container .top__center .site__logo {
  padding-right: 17px;
}
@media screen and (max-width: 452px) {
  .header .header__container .top__container .top__center .site__logo {
    padding-right: 0px;
  }
}
.header .header__container .top__container .top__center .site__logo img {
  display: inline-flex !important;
}
@media screen and (max-width: 452px) {
  .header .header__container .top__container .top__center .site__logo img {
    /*height: 62px;
    float: left;*/
    width: 100px;
  }
}
.header .header__container .top__container .top__left {
  flex: 1;
  padding-left: 8px;
}
.header .header__container .top__container .top__left ul {
  display: inline-flex;
}
.header .header__container .top__container .top__left ul li {
  margin-right: 32px;
  font-size: 21px;
}
@media screen and (max-width: 452px) {
  .header .header__container .top__container .top__left ul li {
    margin-right: 15px;
    font-size: 15px;
  }
}
.header .header__container .top__container .top__left ul li a {
  /*color: $third__color;*/
  color: white;
}
.header .header__container .menu__mobile {
  color: #fff;
  font-size: 25px;
  margin-right: 15px;
  margin-top: 7px;
  float: right;
}
@media screen and (max-width: 495px) {
  .header .header__container .menu__mobile {
    font-size: 17px;
    margin-right: unset;
    margin-top: unset;
    height: 30px;
    padding-left: 15px;
  }
}
.header .menu_container {
  background-clip: padding-box;
  width: 100%;
  z-index: 1;
  text-align: center;
  border-bottom: solid 1px rgba(84, 83, 83, 0.31);
}
@media (max-width: 768px) {
  .header .menu_container {
    background-color: unset;
  }
}
.header .menu_container .row {
  margin: 0px;
}
.header .menu_container nav .main-menu li a {
  color: #ccc;
  font-size: 16px;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #0166ff 50%, transparent 50%);
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
.header .menu_container nav .main-menu li a:hover {
  background-image: linear-gradient(to top, #0166ff 51%, transparent 50%);
  background-position: 0 100%;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.main {
  /*background-color: $base__color--theme;*/
  /*overflow-x: hidden;*/
  flex-grow: 1;
  background-color: white;
  min-height: 500px;
}
.main .panel {
  color: #333;
}
.main .portal__container .content-pane {
  display: flex;
  justify-content: space-around;
  font-size: 22px;
}
@media only screen and (max-width: 375px) {
  .main .portal__container .content-pane {
    font-size: 13px;
  }
}
.main .portal__container .content-pane > div {
  border-bottom: 2px solid #0166ff;
  margin-bottom: 30px;
}
.main .portal__container .content-pane > div > span {
  padding: 5px;
  color: #424242;
}
@media screen and (max-width: 769px) {
  .main .slider__container {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 375px) {
  .main .slider-discount__container {
    margin-top: 0px;
  }
}
.main .section-middle__container {
  background-color: #202020;
  padding-top: 30px;
}
.main .map__container {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 452px) {
  .main .map__container {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.main .about-us__container {
  background: #d9bd4f;
  padding-top: 30px;
}
.main .section-bottom__container {
  padding: 30px 0;
}
.main .first__container {
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .main .first__container {
    margin-top: 0px;
  }
}
.main .third__container .product-list .slick-dots {
  display: none !important;
}
@media screen and (max-width: 452px) {
  .main .third__container .product-list .product-box__item .product-box__links .product-link__detail .fa {
    color: #0166ff;
  }
}
@media screen and (max-width: 452px) {
  .main .third__container .product-list .product-box__item .product-box__title {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 452px) {
  .main .third__container .product-list .product-box__item .product-box__title a {
    color: #616161;
  }
}
.main .third__container .slick-prev,
.main .third__container .slick-next {
  color: transparent;
  background-color: transparent;
  font-size: 0;
  display: block;
  height: 100%;
  line-height: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
}
.main .third__container .slick-arrow:before {
  font-family: FontAwesome;
  display: block;
  color: white;
  width: 30px;
  background: rgba(97, 97, 97, 0.6);
  position: relative;
  font-size: 30px;
}
.main .third__container .slick-arrow.slick-prev:before {
  content: "\f105";
  border-radius: 4px;
  padding-left: 4px;
}
.main .third__container .slick-arrow.slick-next:before {
  content: "\f104";
  border-radius: 4px;
  padding-right: 4px;
}
.main .third__container .slick-prev {
  right: -22px;
}
.main .third__container .slick-next {
  left: -22px;
}
.main .third__container .slick-arrow {
  z-index: 1;
}
.main .forth__container {
  margin-bottom: 30px;
  margin-top: 95px;
}
.main .forth__container .icon-section__item__link {
  border: unset !important;
}
.main .forth__container .icont-section__item__title {
  display: none !important;
}
.main .forth__container .portal__container > span div {
  right: 39% !important;
  width: 249px !important;
}
.main .forth__container .slick-dots {
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 15px;
}
.main .forth__container .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.main .forth__container .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.main .forth__container .slick-dots li button:before {
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #8f8f8f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main .forth__container .slick-dots li button:hover, .main .forth__container .slick-dots li button:focus {
  outline: none;
}
.main .forth__container .slick-dots li button:hover:before, .main .forth__container .slick-dots li button:hover:before, .main .forth__container .slick-dots li button:focus:before, .main .forth__container .slick-dots li button:focus:before {
  opacity: 1;
}
.main .forth__container .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0166ff;
}
.main .triple__container {
  background-color: #f1f1f1;
  padding: 30px 0 10px 0;
  color: #000;
}
.main .triple__container h2 {
  color: #fff;
}

.wi-menu.wi-menu__theme-default a {
  color: #333;
  background-color: transparent;
  border-bottom: 1px solid #787878;
}
.wi-menu.wi-menu__theme-default a:hover {
  color: white;
}

.wi-menu.wi-menu__theme-default > li:before {
  width: 5px;
  height: 5px;
  border-right: 1px solid #0166ff;
  border-bottom: 1px solid #0166ff;
  display: block;
  position: absolute;
  top: 19px;
  content: "";
}

.wi-menu.wi-menu__theme-default a:hover, .wi-menu.wi-menu__theme-default a:focus {
  background-color: #0166ff;
}

#dnn_FooterPane__center {
  margin-right: 100px;
}
@media screen and (max-width: 769px) {
  #dnn_FooterPane__center {
    margin-right: 0px;
    text-align: right;
    margin-top: 10px;
  }
}

@media screen and (max-width: 452px) {
  #dnn_FooterPane__right {
    margin-bottom: 80px;
  }
}

.footer {
  /*background-color: $footer__bg;*/
  padding-top: 53px;
  padding-bottom: 15px;
  direction: rtl;
  text-align: right;
  border-top: 1px solid #e0e0e0;
  background-color: white;
  /*@media screen and (max-width:769px) {
      text-align: center;
  }*/
}
.footer .Head {
  color: #0166ff;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 375px) {
  .footer .Head {
    text-align: center;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.footer .footer__follow-us {
  color: white;
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  .footer .footer__follow-us {
    margin-top: 15px;
  }
}
.footer .footer__copyright {
  font-size: 13px;
  font-family: Tahoma;
  color: #737373;
}
.footer .copyright-texts {
  margin-top: 15px;
}
.footer .copyright-texts * {
  color: #000;
}
@media screen and (max-width: 375px) {
  .footer .copyright-texts, .footer .copyright-texts * {
    text-align: center;
  }
}

.template9 .article__item .post__desc {
  height: 109px !important;
}

.about-us__container .about-us__img {
  margin-left: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 308px !important;
}
@media (max-width: 699px) {
  .about-us__container .about-us__img {
    height: 168px !important;
  }
}

nav .main-menu ul {
  background-color: #202020 !important;
}
nav .main-menu a .fa {
  margin-right: 7px;
}
nav .main-menu > li > ul {
  /*right: 14px !important;*/
  min-width: 110px;
}
nav .main-menu > li > ul a {
  padding: 4px 10px;
}

@media screen and (min-width: 769px) {
  .menu_container.fixed {
    position: fixed;
    height: 51px;
    width: 100%;
    top: 0px;
    right: 0px;
    left: unset;
  }
  .menu_container.fixed ul {
    padding-top: 12px;
    height: 54px !important;
  }
  .menu_container.fixed ul > li > a {
    color: #fff !important;
  }
  .menu_container.fixed ul > li > ul {
    padding-top: 0px;
    height: auto !important;
    right: 0px;
  }
  .menu_container.fixed ul > li > ul a {
    color: #fff !important;
  }
  .menu_container.fixed ul > li > ul > li > ul {
    padding-top: 0px;
    height: 38px !important;
    left: 130px;
  }
}
.language__holder {
  background-color: #1a3a6a;
}
.language__holder .language__opener {
  color: #fff;
  margin: 0 5px;
  font-size: 15px !important;
  text-decoration: none;
  padding: 2px 3px;
  display: block;
  line-height: 24px;
}
@media (max-width: 768px) {
  .language__holder {
    display: block !important;
    margin: 10px 15px !important;
  }
}

.language__holder ul {
  background-color: #1a3a6a !important;
  padding-top: 0px !important;
}
.language__holder ul li a {
  padding: 1px 10px !important;
}
.language__holder ul li a:hover {
  color: #fff !important;
}

.menu_container.fixed {
  height: 36px;
}
.menu_container.fixed ul {
  padding-top: 0px !important;
  height: 36px !important;
}
.menu_container.fixed nav .main-menu li a {
  padding: 0px 13px;
}
