
@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazir-Regular-FD.woff");
}

@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazir-Bold-FD.woff");
    font-weight: bold;
}


body
{
    font-family:Vazirmatn;
}

.kadrAsli
{
    max-width: 2000px;
    margin: auto;
}

.text-justify
{
    text-align: justify;
}

.text-color-sabz
{
    color: #0C5A4D;
}

.text-color-sefid
{
    color: #E0E0E0 !important;
}

.text-color-red
{
    color: #830000 !important;
}

.back-color-sabz
{
    background-color: #0C5A4D;
}

.back-color-sefid
{
    background-color: #fff;
}

.kadrStartFeleshSlider
{
    height: 25%;
    width: 60%;
    background-color: white;
    transform: rotate(-5deg);
    transform-origin: top left;
}

.kadrEndFeleshSlider
{
    height: 25%;
    width: 60%;
    background-color: white;
    transform: rotate(5deg);
    transform-origin: top right;
}

img.aksSliderAsli
{
    filter: brightness(0.5) blur(0.5px);
}

.khat-sabz
{
    height: 1px;
    width: 90%;
    background-color: #0C5A4D;
}

.khatRastKadr
{
    border-right: 4px solid #0C5A4D;
}


@media only screen and (max-width: 991px) {
    .mobDis
    {
        display: none !important;
    }

}