
        body
        {
            font-family: F_IranNastaliq;
            font-size: 18pt;
            background-image: url('/../img/Bg-1.jpg');
            background-attachment: fixed;
            background-size: cover;
            background-position: center center;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            color: #000000 !important;
            text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;

            padding: 0px; margin: 0px; direction: rtl;
        }

        

        .textbox
        {
            margin: 5%;
            margin-top:10%;
            background-color: rgba(255, 255, 255, 0.75);
            padding: 50px;
            border-radius: 10px;
            line-height:200% !important;
            font-family: F_IranNastaliq !important;
            font-size: 18pt !important;
        }

        .logo
        {
            border-radius: 10px;
            max-width: 100%;

        }

        a
        {
            color: #000000;
            font-family: F2;
            direction: ltr !important;
        }
        a:hover
        {
            color: #000000;
            text-decoration-color: green;
        }

        .galleyItem
        {
            max-width: 100%;
            margin-bottom: 40px;
            border-radius: 8px;
            box-shadow: 0px 0px 5px #454545;
        }


        .galleyPhoto
        {
            max-width: 100%;
            max-height: 100%;
            border-radius: 10px;
            box-shadow: 0px 0px 2px #FFF;
        }


        .galleryClose
        {
            position: fixed;
background-color: #000;
width: 45px;
height: 45px;
text-align: center;
line-height: 50px;
top: 5px;
right: 5px;
z-index: 110;
color: #FFF;
cursor: pointer;
border: 1px solid;
border-radius: 10%;
        }

.swiper-slide
{
    text-align: center;
}

.swiper-pagination-bullet-active
{
    background-color: green !important;
}

.swiper-pagination-bullet
{
    width: 20px !important;
    height: 20px !important;
    border:2px solid #FFF !important;
}