body{background: #fff; font-family: IRANSansWeb, Tahoma, Arial, Helvetica, sans-serif; font-size: 14px;}
.top-stripe { position: relative; }
.overlap { margin: auto; position: absolute; left: 0; right: 0; top: 35vh; }
.navbar {
  margin-bottom: 0;
}
.navbar .navbar-nav {
  margin-bottom: 0;
  display: inline-block;
  float: none;
}
.navbar .navbar-collapse {
  background-color: #79aea3;
  text-align: center;
}
.navbar-nav>li>a { color: #484041; }
.nav>li>a:focus, .nav>li>a:hover { color: #3F5D90; }
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 99%;
    margin-top: -3px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu .caret {
    display: none;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #555;
    margin-top: 5px;
    margin-left: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}

 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover > .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.details {
    margin: 50px 0; }
 .details h1 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 3px; }
    .details .back-link {
      text-align: center; }
      .details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        border-radius: 24px; }
        .details .back-link a svg {
          margin-right: 10px;
          vertical-align: text-top;
          display: inline-block; }
.title-top { position: relative; margin: 60px 100px 40px 100px; }
.title-top:before {
    border-top: 1px solid #838383;
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    transform:scaleX(0.3);
}
.title-top:after {
  border-top: 5px solid #00adfe;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: -12px;
  transform:scaleX(0.05);
}
.title-bottom { position: relative; }
.title-bottom:before {
    border-top: 1px solid #aaa;
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    width: 100%;
}
.title-bottom:after {
  border-top: 4px solid #00adfe;
  content: '';
  position: absolute;
  width: 110px;
  right: 0;
  top: 18px;
}
.premium-article {
  border-bottom: 2px ridge;
  margin: 0 20px;
  padding: 10px 0;
}
.premium-article:before {
  content: '';
  border-left: 3px solid #00adfe;
  position: absolute;
  right: 15px;
  height: 2rem;
}
.img-thumb { margin: 10px 20px; }

#grid {
  display: grid;
  grid-template-rows: repeat(7, 50px);
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 0;
  margin: 0;
}
#grid > div {
  color: white;
  font-size: 4vw;
  padding: 1px;
  background: transparent;
}
#grid > div img { width: 100%; height: 100%; transition: .8s; }
#grid:hover > div img { opacity: 0.7; filter: grayscale(100%); }
#grid:hover > div img:hover { opacity: 1; filter: grayscale(0%); } 
#grid > div:nth-child(1) {
  grid-row: span 3;
}
#grid > div:nth-child(2) {
  grid-row: span 3;
}
#grid > div:nth-child(3) {
  grid-row: span 4;
  grid-column: span 2;
}
#grid > div:nth-child(4) {
  grid-row: span 3;
  grid-column: span 2;
}
#grid > div:nth-child(5) {
  grid-row: span 4;
  grid-column: span 2;
}
#grid > div:nth-child(6) {
  grid-row: span 4;
  grid-column: span 2;
}
#grid > div:nth-child(7) {
  grid-row: span 4;
}
#grid > div:nth-child(8) {
  grid-row: span 4;
}
#grid > div:nth-child(9) {
  grid-row: span 3;
  grid-column: span 2;
}
#grid > div:nth-child(10) {
  grid-row: span 3;
  grid-column: span 2;
}
footer {
  background: url('/uploads/images/site/ftbg.png') 0;
  color: #484041; 
  margin-top: 50px;
  min-height: 250px;
  position: relative;
}
footer > div {
  padding-top: 20px;
}
footer .map {
  margin: -50px 20px 50px 20px;
}
#sign {
  background: #79aea3;
  color: #4f4f4e;
  height: 30px;
  text-align: center;
}

.arc {
  border: dashed #474747 2px;
  border-radius: 50%;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}
.arc>a>p {
  padding-top: 20px;
}
.arc>a>img {
  padding: 10px;
  width: 200px;
  height: 200px;
}
.arc:before,.arc:after,
.arc>a:before {
  content: '';
  border: solid #79aea3 10px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.arc>a:before {
  top: 8px;
  left: 46px;
  clip: rect(0px, 250px, 40px, 0px);
  transform: rotate(180deg);
}
.arc:before {
  top: -3px;
  left: 52px;
  clip: rect(0px, 200px, 30px, 0px);
  transform: rotate(60deg);
}
.arc:after {
  top: -3px;
  left: 40px;
  clip: rect(0px, 200px, 30px, 0px);
  transform: rotate(-70deg);
}

.middesc {
  color: #eee; 
  margin: 80px 0;
  min-height: 250px;
  position: relative;
}
.middesc:before {
  background: url('/uploads/images/site/midbg.jpg') 0 0 / cover;
  content: '';
  filter: brightness(50%) blur(2px);
  position: absolute;
  width: 100%;
  height: 100%;
}
.counter-g {
  color: #eee; 
  margin: 80px 0;
  min-height: 250px;
  position: relative;
}
.counter-g:before {
  background: url('/uploads/images/site/footer-bg.jpg') 0 0 / cover;
  content: '';
  filter: brightness(50%) blur(2px);
  position: absolute;
  width: 100%;
  height: 100%;
}
.counter {
    border: 4px solid #444;
    border-radius: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    background: #eee;
    box-shadow: 0px 0px 30px 5px #eee;
    margin: 15% auto;
  padding-top: 13%;
  color: #444;
}
.address {
  background: #79aea3;
  margin: -50px 20px 50px 20px;
  padding: 20px;
}
.address > h3{
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

video
{
  width: 100%;
}