/* Negative margin*/

.nmt {
    margin-top: -150px;
}


/* /Negative margin*/

.mwd {
    max-width: 1170px;
}

.img-banner img {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header.transparent+section.page-header.page-header-xlg {
    padding: 180px 0;
    padding-top: 100px;
}

.owl-p div.outer {
    padding: 20px;
}

.owl-p .cont:hover {
    box-shadow: 0 0 20px 3px white;
    transition: 0.5s;
}

.cont {
    background: -webkit-linear-gradient( right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    border-radius: 1000px;
    padding: 12px;
    -moz-box-shadow: inset 0 0 5px #646464;
    -webkit-box-shadow: inset 0 0 5px #646464;
    box-shadow: inset 0 0 5px #646464;
}

.box {
    border-radius: 1000px;
    -moz-box-shadow: 0 0 5px #9b9b9b;
    -webkit-box-shadow: 0 0 5px #9b9b9b;
    box-shadow: 0 0 5px #9b9b9b;
}

.cont:hover .box {
    box-shadow: 0 0 20px 3px white;
}


/*B yekan*/

@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan-webfont.eot') format('eot'), url('../fonts/BYekan-webfont.woff') format('woff'), url('../fonts/BYekan-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.BY {
    font-family: BYekan;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
i,
strong,
small,
figcaption,
label,
button {
    font-family: BYekan;
    direction: rtl;
}

p,
span {
    color: white;
}

div.interests a {
    color: #484848;
    background-color: #eee;
}

div.interests a:hover {
    background-color: #fff;
}


/*B yekan*/

.pi {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Create four equal columns that sits next to each other */

.column {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}


/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

div.links a {
    color: white;
}

div.links a:hover {
    color: #3072e0;
}

div.wrap {
    background-color: #333;
    border-radius: 6px;
    padding: 10px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

div.shadowbox {
    background-color: #333;
    border-radius: 6px;
}

a.nlhs {
    color: #c5c5c5;
    transition: 0.2s
}

a.nlhs:hover {
    color: white;
    transition: 0.2s
}

.modal-content {
    background-color: #484848;
}

div.si a {
    margin-left: -20px;
    transition: 0.5s;
}

.social-icon i {
    width: 25px;
}

.social-icon:hover i {
    width: 40px;
}

.social-icon:hover i.fa-whatsapp {
    width: 35px;
}


/*.sticky-side:hover a {
    margin: 0;
}*/


/* Alien icons*/

.icon-telegram:before {
    content: "\f1d7";
}

.lh {
    line-height: 1.7;
}

.lh2 {
    line-height: 1.2;
}

.social-forrst:hover {
    background-color: #1ebea5;
}

label {
    color: white;
}

#HyperLink1:hover {
    color: cornflowerblue;
}

.exit {
    position: absolute;
    top: 5%;
    right: 5%;
}

.exit a {
    color: #646464;
}

.exit:hover a {
    color: cornflowerblue;
}

.mmd-style {
    max-width: 100%;
    max-height: 750px;
}

.bg-mmd {
    background-color: #7a7a7a7a;
}

.btn-hover:hover {
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.18);
}

.bg-mm {
    background-color: rgba(0, 0, 0, 0.8);
}

.bp div {
    display: flex;
    align-items: center;
}

.shadowbox:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.18);
}

.tab-post {
    padding-bottom: 0;
    margin: 0;
}

.img-r {
    border-radius: 0 6px 6px 0;
}

a.topic-link h4 {
    color: #fff;
    margin-top: 10px;
}

h2.rh {
    border-radius: 0 0 8px 8px
}