@font-face {
    font-family: 'iranlight';
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: local('☺'), url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'iranbold';
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: local('☺'), url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'iranyekan';
    src: url('../fonts/iranyekanweblight(fanum).eot');
    src: local('☺'), url('../fonts/iranyekanweblight(fanum).woff') format('woff'), url('../fonts/iranyekanweblight(fanum).woff2') format('woff2'), url('../fonts/iranyekanweblight(fanum).ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'yekanbold';
    src: url('../fonts/WyekanBold.eot');
    src: url('../fonts/WyekanBold.eot?#iefix') format('embedded-opentype'), url('../fonts/WyekanBold.woff') format('woff'), url('../fonts/WyekanBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
  @font-face {
    font-family: 'yekan';
    src: url('../fonts/iranyekan.eot');
    src: url('../fonts/iranyekan.eot?#iefix') format('embedded-opentype'), url('../fonts/iranyekan.woff') format('woff'), url('../fonts/iranyekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/**
 * 1. General style
 */
 
/*Text font*/
@import 'https://fonts.googleapis.com/css?family=Yantramanav:100,300,400,500,700,900';

/*Social icons font*/
@import '../../../../d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf39e1.css?rd5re8';

::selection {
    background: #555;   
    color: #fff;
}
::-moz-selection {
    background: #555;    
    color: #fff;
}
body {
    /* background: #151515; */
    padding: 0;
    margin: 0 auto;
    min-height: 100vh;
    font-family: 'iranlight';
    color: #151515;
}
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
a {
    color:rgb(56, 84, 206);
    text-decoration: none;
}
blockquote {
    padding: 10px 20px;
    color: #151515;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto 30px;
}
ul {
    list-style-type: none;
    list-style: none;
    padding-left: 0 !important;
    -webkit-padding-start: initial !important;
    -moz-padding-start: initial;
}
menu,
ol,
ul {
    padding: 0 !important;
}
button {
    background: transparent;
    border: none;
}
button:focus {
    outline: none;
}
input,
textarea {
    font-family: 'iranlight';
}
textarea {
    padding: 14px;
}
input:focus,
textarea:focus {
    outline: none !important;
    border: 1px solid #df1f29;
    box-shadow: none;
}
input[type="submit"] {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
input[type="submit"]:focus {
    outline: none;
}
img {
    width: 100%;
}

/* 1.1 Typography */

h1,
h2,
h4,
h5,
h6 {
    color: #151515;
    margin-top: 0;
    text-transform: uppercase;
}
h1 {
    font-size: calc(80px + 1vw);
}
h2 {
    font-size: calc(36px + 16 * (100vw - 992px) / 1508);
}
h3 {
    font-size: calc(28px + 16 * (100vw - 992px) / 1508);
    margin-bottom: 20px;
}
h4 {
    font-size: calc(24px + 16 * (100vw - 992px) / 1508);
    font-weight: 300;
}
h5 {
    font-size: 20px;
    font-weight: 400;
}
h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: calc(10px + 10 * (100vw - 992px) / 1508);
    font-family: 'iranbold';
}
p {
    font-size: calc(18px + 2 * (100vw - 992px) / 1508);
    line-height: 1.8;
    font-weight: 300;
}


.logo-saman{
    cursor: pointer;
    width: 150px;
    margin: 0 auto;
    display: block;
    left: -20px;
    position: relative;
    padding-top: 30px;
}
 
.ms-page-title img{
    display: block;
    margin: 0 auto;
    width:120px;
}
.page-info-headear{
    font-size:25px; margin: 0 0 15px;
}

.image-contact{
    background-image: url(assets/images/editorman.jpg);
    background-size: cover;
    width: auto;
    height: 300px !important;
}
.ms-footer a i{
    font-size: 25px;
    color: rgb(51, 51, 51);
}
.info p{
    font-size: 15px;
    color: #333;
}


.links a p{
   
    font-size: 15px;
    color:#333;
  }
  

/* 1.2 Specials Classes */

.c-white {
    color: #fff !important;
}
.navbar-white {
    color: #fff;
    background-color: transparent !important;
}
.center-block {
    display: flex;
    justify-content: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
    display: block;
}
.socials li {
    display: inline-block;
}
.share-links a {
    font-size: 19px;
    padding: .5em;
}
[class*="socicon-"] {
  display: inline-block;
  color: inherit;
  margin: 0;
  transition: opacity .3s ease;
}
#contact [class*="socicon-"] {
  padding-right: .7em;
}
[class*="socicon-"]:hover {
  opacity: .4;
}
/* 1.3 Button */

.ms-button {
  color: #151515;
  display: inline-block;
  position: relative;
  padding: .5em 1em;
  margin-bottom: 0;
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  text-decoration: none;
  border: solid 1px;
  transition: color .4s ease;
}
.ms-button:after {
    position: absolute;
    display: block;
    content: attr(data-title);
    padding: 7px 0;
    font-size: 14px;
    left: 0;
    top: 0;
    width: 0%;
    background: #df1f29;
    color: #fff;
    text-indent: 1rem;
    transition: all .3s ease;
    overflow: hidden;
    border: none;
    bottom: 0;
}
.ms-button:hover {
  color: #df1f29;
}
.ms-button:active::after,
.ms-button:focus::after,
.ms-button:hover::after {
    width: 100%;
    padding-right: 25px;
}

.ms-btn--slider {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 11em;
  font-weight: 600;
}
.ms-btn--slider::before{
    content: '';
    height: .1rem;
    width: 2rem;
    margin-left: .7rem;
    background: rgb(56, 84, 206);
    transition: width .3s ease;
}
.ms-btn--slider:hover::before {
  width: 3rem;
}

/**
 * 2. Header
 */

.ms-header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 3;
}
/* 2.1 Menu */

.ms-logo {
    /* position: relative; */
    z-index: 7;
    height: 50px;
    width: 50px;
    margin-right: 10px;
    margin-top: -25px;
}
.logo-dark,
.logo-light {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease .4s;
}
.ms-logo img {
    width: auto;
    height: 100%;
    padding: 10px;
   
}
.logo-dark.current,
.logo-light.current {
    opacity: 1;
}
.logo-dark.active,
.logo-light.active {
    opacity: 1;
    transition: opacity .1s;
}
.ms-nav {
    padding: 2em 3em;
    color: inherit;
}

.shadow-header{
    /* box-shadow: 5px 6px 5px #bbb; */
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}


/* 2.2 Burger button */

.hamburger {
    margin-right: 0;
    margin-right: auto;
    overflow: visible;
    cursor: pointer;
    z-index: 7;
    border: 0;
    transition-timing-function: linear;
    transition-duration: .3s ease;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    
}
.navbar-white .hamburger-label {
    color: #fff;
}
.hamburger-label {
    display: block;
    font-family: 'iranbold';
    font-size: 16px;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: -4em;
    padding-right: 4em;
    text-transform: uppercase;
    line-height: 1.5em;
    transition: color .3s ease .4s;
    color: rgb(21, 21, 21);
}
.hamburger.is-active .hamburger-label {
    color: #fff !important;
    transition: color .1s ease;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
}
.hamburger-inner {
    display: block;
    top: 0;
}

/* step-leftfor ul li */

.step-left ul {
    margin-top: 1.1rem;
    position: relative;
}

.step-left ul:before {
  position: absolute;
  right: 15px;
  top: 36px;
  content: ' ';
  display: block;
  width: 1px;
  height: 80%;
  background: #e7e8e9;
  z-index: 0;
}

.step-left ul li {
  line-height: 1.8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.step-left ul li span {
  font-size: 14px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e7e8e9;
  color: #7e838e;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
  z-index: 1;
}

.navbar-white .hamburger-inner,
.navbar-white .hamburger-inner:after,
.navbar-white .hamburger-inner:before {
    background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: '';
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #151515;
    transition: all .3s ease .5s;
}
.hamburger-inner:before {
    top: 8px;
    left: -8px;
}
.hamburger-inner:after {
    top: 16px;
    width: 26px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
    background-color: #fff;
    transition-delay: .1s;
}
.hamburger.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger.is-active .hamburger-inner:before {
    opacity: 0;
    transition: opacity .3s ease 0s
}
.hamburger.is-active .hamburger-inner:after {
    width: 30px;
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/* 2.3 Collapse navigation */

.ms-nav {
    display: flex;
    align-items: center;
}

.height-full-viewport {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: rgb(21, 21, 21);
    z-index: 5;
    overflow: hidden;
    transition: height .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}
.ms-navbar {
    z-index: 6;
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}
.ms-nav.is-visible .height-full-viewport {
    height: 100vh;
    transition: height 1s ease;
}
.ms-nav-main.is-visible .height-full-viewport {
    height: 100vh;
    transition: height 1s ease;
}
.nav-item {
    cursor: pointer;
    padding: 10px .75em;
    opacity: 0;
    width: 240px;
    margin-right: 3em;
    transition: opacity .3s ease;
    font-family: 'iranlight';
    text-align: center;
}
.ms-navbar a {
    display: block;
    font-size: 14px;
}
.ms-navbar .ms-btn {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 0.25em;
    position: relative;
}
.ms-navbar .ms-btn {
    font-size: 1.5em;
    color: #fff;
    font-weight: 700 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: right;
    /* float: right; */
}
.ms-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(170, 0, 167);
    height: .1rem;
    top: 50%;
    width: 0;
    transition: width .3s ease;
}
.nav-item__label {
    position: relative;
    display: block;
    margin: 0.5em 0 0 0;
    margin-top: 0.25em;
    padding: 0.5em;
    color: #555;
    transition: color .3s ease;
    text-decoration: none;
    /* text-align: right; */
}
.nav-item:hover .nav-item__label {
    color: #9a9a9a;
}
.is-visible .nav-item {
    opacity: 1;
    transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) .3s;
}
.nav-item .ms-btn {
    transition: all .3s ease;
}
.nav-item:active .ms-btn,
.nav-item:focus .ms-btn,
.nav-item:hover .ms-btn {
    color: #aa00a7;
    opacity: 1;
    padding-right: 2.4rem;
}
.nav-item:active .ms-btn::before,
.nav-item:focus .ms-btn::before,
.nav-item:hover .ms-btn::before {
    width: 2rem;
}

/**
 * 3. Pages Style
 */

.ms-preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    background-color: #151515;
}
.ms-main-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    background-color: #fff;
}

.ms-container {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 12em;
}
.ms-section__block {
    width: 85%;
    max-width: 88em;
    margin: 0 auto 6em;
    direction: rtl;
}
.ms-page-title span {
    text-transform: uppercase;
    color: #df1f29;
}
.page-header {
    text-transform: uppercase;
    position: relative;
    margin: 15px 0;
    font-family: 'iranbold';
    text-align: right;
}
.page-desc {
    font-size: 1.1em;
    line-height: 1.5;
    color: #151515;
}

/**
 * 4. Home Slider
 */

.home-slider {
    padding-top: 0 !important;
}
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    overflow: hidden;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
    transition: all .65s ease;
}
.swiper-slide-duplicate-active .overlay,
.swiper-slide-active .overlay {
    opacity: .4;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.slide-inner--image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .2;
    transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
}
.swiper-slide-duplicate-active .slide-inner--image,
.swiper-slide-active .slide-inner--image {
    opacity: 1;
    transform: scale(1);
}

/* 4.1 Slider navigation buttons */

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    line-height: 2em;
    font-size: 12px;
    width: auto;
    height: 24px;
    background-image: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-button-prev {
    padding-left: 6em;
    left: 0;
    -webkit-transition: padding-left .3s ease;
    -moz-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
}
.swiper-button-next {
    padding-right: 6em;
    right: 0;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.swiper-button-prev::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-button-next::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-button-prev:hover {
    padding-left: 90px;
}
.swiper-button-prev:hover::after {
    width: 75px;
}
.swiper-button-next:hover {
    padding-right: 90px;
}
.swiper-button-next:hover::after {
    width: 75px;
}

/* 4.2 Slider inner info */

.slide-inner--info {
    position: absolute;
    width: auto;
    min-height: 50px;
    bottom: 3em;
    padding-right: 3em;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: rtl;
    right: 0;
}
.swiper-slide-active .slide-inner--info {
    opacity: 1;
    transition: opacity 1s ease 1s;
}
.slide-inner--info h1 {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
    color: #fff;
    font-size: 52px;
    line-height:2 ;
}
.slide--info__link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 2px;
}
.swiper-slide--bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* 4.3 Pagination */

.expanded-timeline {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    z-index: 3;
    bottom: 2.8em;
    left: 3em;
    width: 40vh;
}
.swiper-pagination {
    z-index: 4;
    width: 40%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    margin-left: 1.8em;
}
.swiper-pagination-progressbar-fill {
    background: #fff !important;
}
.expanded-timeline__counter span {
    text-align: center;
    margin-right: 6em;
    margin-left: 100%;
    padding: .4em 0;
    color: #fff;
    display: block;
    font-family: 'yekan';
}
.scroll-message {
    position: absolute;
    left: 0;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
   
}
.scroll-svg {
    width: 24px;
    margin: 0 auto 1.2em;
    display: block;
}

/**
 * 5. Albums
 */

.filtr-container {
    transition: height .5s ease-out;
    overflow: hidden;
}
.filtr-btn {
    display: inline-block;
    margin-bottom: 2.4em;
}
.filtr-btn li {
    cursor: pointer;
    display: inline-block;
    opacity: .5;
    margin-bottom: 15px;
    transition: opacity .3s ease;
}
.filtr-btn h6 {
    margin-bottom: 0;
    padding-right: 1.2em;
}
.filtr-btn li.active {
    opacity: 1;
}
.filtr-btn li:hover {
    opacity: 1 !important;
}
.album-item {
    padding-bottom: 1.8em;
}
.album-item a {
    padding-top: 60%;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.album-item__img {
    position: absolute;
    width: 100.5%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.album-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}
.album-item__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}
.album-item__overlay span{
 font-size: 15px ;
 padding-right: 10px;
}
.album-item__overlay h5 {
    position: relative;
    color: #fff;
    margin: 0;
    max-width: 100%;
    padding: 1em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    transform: scale(1.5);
    opacity: 0;
    transition: all .3s ease;
}


.album-item:hover .album-item__img {
    transform: scale(1.1);
}
.album-item:hover .album-item__cover,
.album-item:hover .album-item__overlay h5 {
    opacity: 1;
    transform: translateZ(0);
}

/**
 * 6. Gallery
 */

.ug-thumb-overlay:hover::before {
    top: 15px;
    right: 15px;
}
.ug-thumb-overlay:hover::after {
    bottom: 15px;
    left: 15px;
}
.ug-thumb-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transition: transform .3s ease, opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0s !important;
}
.ug-thumb-image {
    transform: scale(1) !important;
}
.ug-thumb-wrapper,
.post-item {
    pointer-events: none;
}
.ug-thumb-wrapper.ug-tile.ug-tile-clickable.ug-thumb-ratio-set:hover .ug-thumb-image {
    transform: scale(1.1) !important;
}

/**
 * 7. Blog
 */

.ms-right-sidebar {
    display: inline-block;
}
.ms-right-sidebar h5 {
    margin-bottom: 15px;
}
.ms-right-sidebar a {
    display: block;
    border-top: solid 1px rgba(103, 103, 103, .3);
    padding: 15px 0;
}
.ms-right-sidebar a:hover .post-item__title,
.ms-right-sidebar a:hover .post-item__title {
    color: #df1f29;
}
.ms-right-sidebar .post-item__title {
    margin-bottom: 0;
    transition: color .3s ease;
}
.ms-right-sidebar .post-item__date {
    margin-top: .3em;
}
#ms-blog-post img {
    margin-bottom: 30px;
}
.post-item {
    margin-bottom: 3em;
    padding-right: 3em;
}
.post-item:nth-child(2n) {
    padding-right: 15px;
    padding-left: 3em;
}
.post-item__img {
    position: relative;
    overflow: hidden;
}
.album-item__overlay::before,
.post-item__img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background-color: rgb(240, 240, 240);
    transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 1.2s;
}
.loaded .album-item__overlay::before,
.loaded .post-item__img::before {
    opacity: 0;
}
.post-item__img img {
    width: 100%;
    height: auto;
    max-height: 35em;
    padding: 0;
    display: block;
}
.post-item__img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(231, 55, 39, 0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(231, 55, 39, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e73727', endColorstr='#000000', GradientType=1);
    transition: opacity .3s ease;
}
.post-item__info {
    position: relative;
    margin: 2.5em 0 0 2.5em;
}
.post-item__title {
    width: 100%;
    max-width: 400px;
    margin-left:  auto;
    margin-right:0;
    margin-bottom: 20px;
}
.post-item__date {
    margin-left: 0;
    margin-right: auto;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.post-item__link {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    padding-right: 3em;
    font-size: 14px;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.post-item__link::after {
    content: '';
    width: 2em;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    background: red;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.post-item:hover .post-item__img::after {
    opacity: .7;
}
.post-item:hover .post-item__link::after {
    width: 3em;
}
.post-item:hover .post-item__link {
    padding-right: 4em;
}
.ms-pagination {
    padding: 0;
    display: flex;
    justify-content: center;
}
.page-item {
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0 .5em;
    border-right: none !important;
}
.page-item:last-child {
    border-right: solid 1px rgba(0, 0, 0, .1);
}
.page-link {
    padding: 1em;
    display: block;
    line-height: 1em;
}

/**
 * 8. About
 */

.about__info {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.about__info p{
margin: 5px 0;
text-align:justify;
font-family: 'iranlight';
}
.about__info h4 {
    margin: 1em 0;
}
#about .row {
    margin-bottom: 9em;
}

/**
 * 9. Contact
 */

.form-group {
    position: relative;
    margin: 0;
    transition: border-color .3s ease;
}
.form-control {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 1em;
    height: 34px;
    font-size: calc(16px + 2 * (100vw - 992px) / 1508);
    color: #151515;
    font-weight: 300;
    margin-bottom: 2em;
    background-image: none;
    border: 1px solid #555;
}
#message {
    min-height: 150px;
    max-height: 150px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 14px;
}
label.error {
    position: absolute;
    bottom: 1.2em;
    font-size: 12px;
    color: #df1f29;
}

/**
 * 10. Footer
 */

footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f5f6f8;
    margin-top: 50px;

}
.ms-footer {
    width: 85%;
    max-width: 88em;
    margin: 0 auto;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.ms-footer .copyright {
    padding: 1.2em 0;
    margin-right: 0;
    margin-left: auto;
    font-size: 13px;
    color: rgb(128, 123, 123);
    font-family: 'iranlight';
    text-align:right;
}
.ms-footer .socials {
    padding: 0;
    margin-left: auto;
    margin-right: 0;
}
.ms-footer .socials a {
    padding-left: 15px;
}

/**
 * 11. Responsive Rules
 */

@media only screen and (max-width: 805px) {
    h1 {
        font-size: calc(48px + 1vw);
    }
    h6 {
        font-size: 14px;
    }
    blockquote {
        margin: 0 auto 15px;
        font-size: 1em;
    }
    .expanded-timeline {
        width: 50vh;
    }
    .ms-nav {
        padding-top: 1.4em;
    }

    .ms-navbar .ms-btn {
        font-size: 1.4em;
    }
    .ms-navbar {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        overflow-y: auto;
    }
    .nav-item {
        display: inline-block;
        width: auto;
        margin-left: 0;
    }
    .nav-item__label {
        display: none;
    }
    .ms-nav {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 1.4em;
    }
    .overlay {
        background: -moz-linear-gradient(top, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
        background: -webkit-linear-gradient(top, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
        background: linear-gradient(to bottom, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
    }
    .swiper-button-prev,
    .swiper-button-next {
        top: 50vh;
    }
    .swiper-button-prev {
        padding-left: 3em;
    }
    .swiper-button-next {
        padding-right: 3em;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        width: 2em;
    }
    .swiper-button-prev:hover {
        padding-left: 3em;
    }
    .swiper-button-prev:hover::after {
        width: 2em;
    }
    .swiper-button-next:hover {
        padding-right: 3em;
    }
    .swiper-button-next:hover::after {
        width: 2em;
    }

    .slide-inner--info {
        width: 100%;
        text-align: center;
        min-height: 50px;
        bottom: 10vh;
        padding-right: 0;
        color: #fff;
        z-index: 1;
        opacity: 0;
        transition: opacity 1s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        direction: rtl;
        right: 0;
    }
    .ms-btn--slider {
        margin: 0 auto 0;
        display: inline-block;
        background: #3756cf;
        color: #fff;
        padding: .5em 0;
        top: -20px;
    }
    .ms-btn--slider::before {
        content: '';
        display: none;
        width: 0;
    }
    .ms-container {
        padding-top: 6em;
        padding-bottom: 3em;
    }
    .ms-container.home-slider {
        padding-bottom: 0 !important;
    }
    .ms-section__block {
        width: auto;
        margin: 0 15px 3em;
    }
    .page-desc {
        width: 100%;
        font-size: 1.2em;
        line-height: 1.5;
        color: #151515;
    }
    .post-item,
    .post-item:nth-child(2n) {
        padding-right: 15px;
        padding-left: 15px;
    }
    #contact>div {
        margin-bottom: 30px;
    }
    .ms-footer .copyright {
        margin-left: auto;
    }
    .ms-footer .socials {
        display: none;
    }
}



/* services template */

.text-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    text-align: center;
    display: none;
}

.services:hover .text-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    text-align: center;
    display: block !important;
}


.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
    padding: 0 15px !important;
  }
  .services:hover .overlay {
    opacity: 1;
    padding: 0 15px !important;
  } 

  .image-services {
    display: block;
    width: 100%;
    height: auto;
  }


  
@keyframes slideUp {
    from {transform: translateY(200%);}
    to {transform:translateY(-50%);}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}


.portfolio-items-holder .portfolio-item {

    display: block;
    overflow: hidden;
    position: relative;

}


.portfolio-items-holder .portfolio-item-image-holder {

    display: block;

}

.portfolio-items-holder .portfolio-item-image-holder img {

    display: block;
    width: 100%;

}
img {

    border: none;
    height: auto;
    max-width: 100%;

}
 img , div{
border: 0;
font: inherit;
    font-size: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
 }

 .portfolio-items-holder .portfolio-item:hover .portfolio-item-cover {

    background: rgba(255,255,255,.95);
    box-shadow: 0 0 0 transparent;
    top: 0;

}

.portfolio-items-holder .portfolio-item-cover {

    background: rgba(255,255,255,.92);
    box-shadow: 0 -3px 15px rgba(0,0,0,.2);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: calc(100% - 98px);
    width: 100%;
    -webkit-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);
    -moz-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);
    -ms-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);
    -o-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);
    transition: box-shadow .6s cubic-bezier(.43,.01,.01,1),top .6s cubic-bezier(.43,.01,.01,1),background .6s cubic-bezier(.43,.01,.01,1);

}

.portfolio-items-holder .portfolio-item:hover .portfolio-item-title-outer {

    box-shadow: 0 1px 0 0 rgba(0,0,0,.08);

}

.portfolio-items-holder .portfolio-item-title-outer {

    box-shadow: 0 0 0 0 transparent;
    padding: 24px 28px;
    -webkit-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);
    -moz-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);
    -ms-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);
    -o-transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);
    transition: box-shadow .6s cubic-bezier(.43,.01,.01,1);

}

.portfolio-items-holder .portfolio-item-title-holder {

    float: right;

}

.portfolio-items-holder .portfolio-item:hover .portfolio-item-title-outer {

    box-shadow: 0 1px 0 0 rgba(0,0,0,.08);

}


.portfolio-items-holder .portfolio-item-title {

    color: #48464c;
    font-size: 20px;

}

.portfolio-items-holder .portfolio-item-categories {

    color: #69656f;
    font-size: 13px;
    margin-top: 1px;

}

.portfolio-items-holder .portfolio-item-logo-holder {

    float: left;
    font-size: 0;
    height: 50px;

}

.portfolio-items-holder .portfolio-item-logo-holder::before {

    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;

}

.portfolio-items-holder .portfolio-item-logo-holder {

    font-size: 0;

}

.portfolio-items-holder .portfolio-item-logo-holder img {

    display: inline-block;
    max-height: 80%;
    vertical-align: middle;
    width: auto;

}

img {

    border: none;
    height: auto;
    max-width: 100%;
    width: auto;

}

.portfolio-items-holder .portfolio-item:hover .portfolio-item-content {

    opacity: 1;
    top: 0;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    direction: rtl;
    font-size: 14px;

}

.portfolio-items-holder .portfolio-item-content {

    color: #69656f;
    opacity: 0;
    padding: 28px;
    position: relative;
    top: 25px;
    -webkit-transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
    -moz-transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
    -ms-transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
    -o-transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
    transition: top .6s cubic-bezier(.43,.01,.01,1),opacity .6s cubic-bezier(.43,.01,.01,1);
        transition-delay: 0s, 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    direction: rtl;
    font-size: 14px;

}

.ms-page-title .title-page{
    /* text-transform: uppercase; */
    color:rgb(170, 0, 167) ;
    font-size: 28px;
    padding-right: 28px;
    
}


.desc-album{
    text-align: right;
    font-size: 13px;
    font-family: 'iranlight';
    color: rgb(169, 0, 166);
}
.info-albums h1{
    text-align: right;
    font-size: 2rem;
    font-family: 'iranbold';
}


.video-album .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0 !important;
    margin-left: 0 !important;
}




/* page nemoone karha */


.padding-movie{
padding-top: 15px;
padding-bottom: 15px;
}

/* style for page gallery */


.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: 'iranbold';
    padding: 8px 10px;
    
}

.convert .active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

.convert .active:after {
    content: "\2212";
}

.panel p{
  text-align:right;
  font-size: 13px;
  margin: 0;
  padding: 8px 10px 8px;
  font-family: 'yekan';
  color:#333;

}
.panel .back-gray{
   background-color: #f6f6f5; 
}
.panel .detail{
  text-align: left; 
  float: left;
  font-size: 12px;
  color: rgb(170, 0, 167);
  padding-left: 5px;
}
.back-light{
  background-color: #fbfbfb;
}

.panel .panel-title{
  color: #3856d0;
  font-family: 'iranbold';
  text-align: right;
  float: right;
  padding-left: 5px;
}

div.panel {
    display: none;
}

div.panel.show {
    display: block !important;
}


.color-link{
    color: rgb(170, 0, 167) !important;

}
.info-page{
    text-align: right;
    font-family: 'iranlight';
    padding-top: 60px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .logo-saman{
        cursor: pointer;
        width: 100px;
        margin: 0 auto;
        display: block;
        left: 0;
        position: relative;
        padding-top: 30px;
    }
    .slide-inner--info {
        top: 120px !important;
    
    }
    .slide-inner--info h1 {
        margin: 10px 0 80px;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 1em;
        color: #fff;
        font-size: 20px !important;
        line-height: 2;
    }
    .nav-item{
        padding: 10px .75em;
        font-size: 14px !important;
        margin-right: 0 !important;
    }
    .ms-navbar a {
        display: block;
        font-size: 12px;
    }
    .page-header {
        text-transform: uppercase;
        position: relative;
        margin: 15px 0;
        font-family: 'iranbold';
        text-align: right;
        font-size: 18px;
    }
    .ms-page-title .title-page {
        text-transform: uppercase;
        color: rgb(170, 0, 167);
        font-size: 15px;
        padding-right: 15px;
    }
    .panel p {
        font-size: 10px !important;
    }
    .panel .detail {
        font-size: 10px;
    }
    .accordion {
        font-size: 10px !important;
    }

    /* .ms-footer .fab{
        font-size: 18px !important;
    } */
    .ms-footer .copyright {
        font-size: 9px !important;
    }
    .aparat-link{
        width: 26px !important;
    }
    .imdb-link{
        width: 20px !important;
    }
}
  
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


}
   
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


}
   
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}
   
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
  
    
} 


.aparat-link{
    width: 27px;
    top: 2px;
    position: relative;
}

.imdb-link{
    width: 25px;
    top: 2px;
    position: relative;
}


  






 



  

 




