
@keyframes clouds-loop-1 {
    to {
        background-position: -1000px 0;
    }
}
.clouds-1 {
    background-image: url("https://s.cdpn.io/15514/clouds_2.png");
    animation: clouds-loop-1 20s infinite linear;
}

@keyframes clouds-loop-2 {
    to {
        background-position: -1000px 0;
    }
}
.clouds-2 {
    background-image: url(../img/cloud.png);
    animation: clouds-loop-2 15s infinite linear;
}

@keyframes clouds-loop-3 {
    to {
        background-position: -1579px 0;
    }
}
.clouds-3 {
    background-image: url("https://s.cdpn.io/15514/clouds_3.png");
    animation: clouds-loop-3 17s infinite linear;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}
html,body {
    font-family: iranyekan;
    font-weight: 300;
    font-size:14px;
    color:#777;
    background-color: #f5f5f5;
    direction: rtl;
    text-align: right;
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/iranyekanwebregularfanum.55f541a7.woff) format("woff")
}
@font-face {
    font-family: 'IranNastaliq';
    src: url('../fonts/IranNastaliq.eot?#') format('eot'),
    url('../fonts/IranNastaliq.ttf') format('truetype'),
    url('../fonts/IranNastaliq.woff') format('woff');
}
@font-face {
    font-family: iranyekan;
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/iranyekanwebboldfanum.6b119610.woff) format("woff")
}

@font-face {
    font-family: iranyekan;
    font-style: bolder;
    font-weight: 800;
    src: url(../fonts/iranyekanwebextraboldfanum.5a750496.woff) format("woff")
}

@font-face {
    font-family: iranyekan;
    font-style: medium;
    font-weight: 500;
    src: url(../fonts/iranyekanwebmediumfanum.5fb4123b.woff) format("woff")
}
body {
    background-image: url(../img/bg.png);
    background: -moz-linear-gradient(#333333, #000000);
    background-color: #80d5ff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;;
}
body, body a {
    color: #cccccc;
}

h1.quote {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-align: right;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
    text-shadow: 0 -1px 0  #ffffff, 0 2px 3px #000000;
}
h1.quote span {
    display: block;
}

section.info {
    position: absolute;
    bottom: 0;
    right: 2ch;
    font-size: 60%;
}
section.info dl {
    display: -webkit-flex;
    display: flex;
}
section.info dl dt, section.info dl dd {
    margin: 0;
    padding: 0;
}
section.info dl dt {
    padding-right: 1ch;
}
section.info dl dd {
    padding-right: 4ch;
}

.clouds {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.clouds-1,
.clouds-2,
.clouds-3 {
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 500px;
}

.img-bt{
    width: 226px;
    position: relative;
    z-index: 1;
}
.img-bt-m{
    width: 226px;
    position: relative;
    z-index: 1;
}
.title span{
    font-family: IranNastaliq,'IranNastaliq',tahoma;
    color: #161616;
    font-size: 28px;
    margin-top: 76px;
    position: relative;
    z-index: 1;
    top: 21%;
}
@media only screen and (max-width: 767px) {
    .title span {
        font-size: 23px;
    }
}
@media only screen and (max-width: 767px) {
    .title p {
        font-size: 23px !important;
    }
}
@media only screen and (max-width: 767px) {
    body {
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .logo {
        display:none;
    }
}
@media only screen and (max-width: 767px) {
    .logo-m {
        display: block !important;
        margin: auto;
        width: 100px;
        position: relative;
        z-index: 1;
    }
}
.logo-m{
    display: none;
}
.title p{
    font-family: IranNastaliq,'IranNastaliq',tahoma;
    color: #676565;
    font-size: 35px;
    margin-top: 32px;
    position: relative;
    z-index: 1;
    top: 0;
}
.img-besmellah{
    position: relative;
    z-index: 1;
    width: 99px;
}
.logo{
    width: 156px;
    z-index: 1;
    position: relative;
    animation: test 5s infinite;
    margin-top: 0;
}
@keyframes test {
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(360deg); }
    100% { transform: rotateY(0deg); }
}
.list-moavenat{width: 100%;margin-top: 22px;text-align: center;padding: 0;}
.list-moavenat li{display: inline;}
.list-moavenat li a img{
    width: 156px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: right;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
