﻿
body {
    font-family: 'YekanBakh';
    background-color: #f9f9f9;
}

.DivImageClass0 {
    background-repeat: no-repeat;
    background-position: 0,0;
    background-size: 100%;
}

.DivImageClass1 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.DivImageClass2 {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.DivImageClass3 {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.DivImageClass4 {
    background-repeat: repeat;
}
.fr-rounded {
    border-radius: 10px;
}

.ModalProgressClass {
    display: none;
    border: solid 1px #ccc;
    padding: 10px;
    width: 300px;
    position: fixed;
    left: 40%;
    background-color: white;
    box-shadow: 10px 10px 5px grey;
    top: 30%;
    display: none;
}

.fr-shadow {
    box-shadow: 0 4px 4px rgb(0 0 0 / 12%), 0 2px 4px 1px rgb(0 0 0 / 16%);
}

.fr-bordered {
    border: 4px solid #ccc;
}

.TopBackImage {
    min-height: 300px;
    position: absolute;
    z-index: -3;
    background-size: cover;
    padding: 0px;
    top: 0px;
}

.TopBackImage2 {
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='250 0 500 20' preserveAspectRatio='none'%3E%3Cpath style='fill: rgb(249,249,249);' d='M519.8 0.2c-11 0-19.8 8.5-19.8 19c0-10.4-8.8-19-19.8-19L0 0v20h1000V0.2H519.8z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    bottom: -1px;
    height: 30px;
    left: 0px;
}


.BackHederTopSocialMedia {
    position: absolute;
    z-index: -2;
}

.DivHederTopSocialMedia {
}

.MenuTop {
    display: inherit;
}

    .MenuTop .navbarStyle_30438 .nav-link {
        text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 42px #0fa, 0 0 82px #0fa, 0 0 92px #0fa;
    }

.MenuTop1 {
    background: #7575754f;
    border-bottom: 2px solid #ffb300;
    border-radius: 0px 0px 10px 10px;
    min-height: 90px;
    padding-top: 18px;
    z-index: 2;
}

    .MenuTop1.Fixed {
        position: fixed;
        top: 0;
        z-index: 1000000;
        background: rgba(134,117,98,0.95);
    }

    .MenuTop1.Side {
        background: rgba(134,117,98,0.95);
        width: 280px;
        height: -webkit-fill-available;
        position: absolute;
        top: 0px;
        z-index: 10000;
        overflow: auto;
        overflow-x: hidden;
        border-left: 2px solid #ffb300;
    }

        .MenuTop1.Side .nav-link {
            font-size: 18px;
        }

        .MenuTop1.Side .navbar-nav {
            margin-top: 20px;
        }

.MenuTop nav {
    background-color: transparent;
}

    .MenuTop nav .dropdown-menu {
        background-color: #ffffffdb;
        min-width: 190px;
    }

        .MenuTop nav .dropdown-menu a {
            color: black !important;
        }

        .MenuTop nav .dropdown-menu .dropdown-item.active, .dropdown-item:active {
            background-color: white;
        }

.BtnMenuC {
    display: none;
    color: white;
    padding-top: 10px;
}

.rowfooterClass {
    padding: 20px;
    color: white;
}

    .rowfooterClass ul {
        padding: 5px;
    }

    .rowfooterClass .hedder {
        border-bottom: solid 2px #ffb300;
        width: 150px;
    }

    .rowfooterClass .linetext {
        list-style-type: none;
        padding: 5px;
        font-size: 10pt;
        text-align: justify;
        border-bottom: 1px #ffffff45;
        border-bottom-style: dotted;
    }

    .rowfooterClass .namadDiv {
        display: flex;
        padding: 10px;
        flex-flow: wrap;
    }

        .rowfooterClass .namadDiv .each-namad {
            min-width: 200px;
            min-height: 180px;
            color: white;
        }

            .rowfooterClass .namadDiv .each-namad .namad-title {
                font-size: 10pt;
                color: white;
            }

.HomeCvTextClass .para {
    margin: 10px;
    padding: 20px;
    background-color: rgb(255 255 255 / 45%);
}
.HomeWorkShopHourseClass{
    min-height:90px;
}

@media (max-width: 992px) {
    .MenuTop1.container {
        max-width: inherit;
    }

    .MenuTop1 .MenuTop {
        margin-top: -15px;
    }
}



@media (max-width: 768px) {
    .MenuHederTopSocialMedia {
        display: none;
    }

    .MenuRegister {
        margin-top: -8px;
    }

    .MenuTop {
        display: none;
    }

        .MenuTop .navbarStyle_30438 .nav-link {
            text-shadow: initial;
        }

    .BtnMenuC {
        display: block;
        width: 10%;
    }

    .MenuLogoTop {
        width: 220px;
        -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
    }
}


@media (max-width: 576px) {
    .DivImageClass2 {
        background-position: -135px;
    }
    .Hedertext div{
        text-align:right !important;
    }
}
