.pink{
    color: #e50448;
}
.rtl{
    direction:rtl;
}
.txt-right{
    text-align: right;
}
.txt-justify{
    text-align: justify;
}
.txt-center{
    text-align: center;
}
.txt-left{
    text-align: left;
}
.letter-spacing-2px{
    letter-spacing: 2px !important;
}
.letter-spacing-3px{
    letter-spacing: 3px !important;
}
@media (max-width: 768px) {
    .mybg {
       background-image: none !important;
        background: #1e1e1e;

    }
}

.mybg{
    background-image: url(/Site/assets/img/slide/bg2.jpg);
    /*box-sizing: border-box;*/
    background-size: cover;
}
@media (max-width: 575px) {
    .disp-none {
        display: none;

    }
}
.skills .skills-content ul {
    list-style: none;
    padding: 0;
}
.skills .skills-content ul i {
    /*right: 0;
    top: 7px;
    position: absolute;
    #d2104b
    */

    font-size: 20px;
    color: #d2104b;
    margin: 0 10px;
}

.ffff {
    font-size: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 100px 29px;
    color: white;
    position: center;
    font-weight: 100;
}
.padding-0px{
    padding: 0;
}
.padding-30-0{
    padding: 30px 0;

}
.map-emonet{
    border: 0;
    width: 100%;
    height: 350px;
    filter: invert(90%);
}

.main3article h3
{
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    text-transform: capitalize;
    text-align: right;
}
.main3article
{
    margin: 10px 20px;

}
.main3article p
{
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
    text-align: justify;
    max-height: 122px;
    overflow: hidden;
}
.team .read-more a{
    display: inline-block;
    padding: 7px 25px;
    transition: 0.3s;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    margin: 0 0 20px 0;
}
.team .read-more a:hover{
    background-color: #e50448;
    color: #FFFFFF;
}


/* nav Social Media top---------------------------------------- */
.nav-social-img{

    width: 16px;
    height: 16px;
    background-image: url("/Site/assets/img/logo/aparat-before.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-top;

}
.nav-social-img:hover{
    background-image: url("/Site/assets/img/logo/aparat-after.png");
}
/* End nav Social Media top---------------------------------------- */
/*  nav Languages top---------------------------------------- */
.nav-languages{
    display: inline-block;
    padding-left: 10px;
}

.nav-languages a {
    color: #a0a0a0;
    padding-left: 6px;
    display: inline-block;
    line-height: 25px;
    transition: 0.3s;
}
.nav-languages a:hover, .nav-languages .active {
    color: #e50448;
}

@media (max-width: 768px) {
    .nav-languages {

    }
}
.showToast
{
    width: fit-content;
    position: fixed;
    background-color: #049c04db;
    color: white;
    padding: 9px 25px;
    display: block !important;
    border-radius: 12px;
    right: calc(50% - 130px);
    top: -60px;
    animation-name: showtoast_;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
@keyframes showtoast_ {
    0%{
        top:-60px
    }
    20%{
        top: 60px;
    }
    80%{
        top: 60px;
    }
    100%{
        top: -60px;
    }
}
.banner_button {
        background-color: #ca091f;
        padding: 2px 16px;
        width: fit-content;
        border-radius: 5px;
        cursor: pointer;
        color:white;
 }
 .banner_button:hover{
         box-shadow: 0px 0px 7px #ffffff96;
         color:white;
 }
 
.banner_linkbutton {
        width: fit-content;
        cursor: pointer;
        color:white;
        text-decoration: underline;
 }
 .banner_linkbutton:hover{
         color:#dc6d79;
 }
/*  End nav Languages top---------------------------------------- */
/*  Portfolio hover effect---------------------------------------- */

/* End Portfolio hover effect---------------------------------------- */
