html, body {
    font-family: iranyekan
}

.navigation ul {
    display: flex;
}

.navigation {
    position: fixed;
    left: 75px;
    bottom: 75px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: auto;
}

.navigation-text {
    margin-left: 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 125.8%;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #DECA98;
    background: #181818;
    position: relative;
    z-index: 9;
}

.navigation ul li a.active {
    background-color: #DECA98;
}

.navigation ul li a {
    font-size: 0;
    font-weight: 600;
    transition: 0.4s;
    color: #DECA98;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    border: 1px solid #DECA98;
}

.navigation ul li + li:before {
    content: '';
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #DECA98;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


.noscroll {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .noscroll::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }




    .h1{
        font-size:1.4rem;
    }
.col-3 {
    flex: 0 0 auto !important;
    width: 25% !important;
    padding:0.5rem 0.2rem;
}





*, *::after, *::before {
    scroll-behavior: smooth;
}


.departanchorLinks div {
    text-align: center;
    background-color: white;
    border-radius: 4px;
    margin: 0 3px 0 3px;
    border: gray solid 1px;
}
@media(max-width:1024px){
    .departanchorLinks div{
        padding-right:4px;
        padding-left:4px;
    }
}
.show{
    height:unset !important;
}
    .departanchorLinks div a {
        text-decoration: none;
        padding: 3px 0 3px 0;
        color: black;
    }

.card-body .btn-link {
    text-decoration: none;
    font-size: 12px;
    float: left;
    margin: 5px 0 5px 0;
}

.card-body .p {
    margin: 0px;
}

body {
    font-size: 13px;
}

p {
    text-align: justify;
    font-size: 14px;
}

    p img {
        float: right;
        margin: 3px;
        width: 200px;
    }

.section-title {
    position: sticky;
    top: -1px;
    margin-bottom: 2em;
    z-index: 10;
    background-color:white;
}

    .section-title.is-pinned {
        background-color: #ffffffdd;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
        padding: 10px;
        backdrop-filter: blur(2px);
    }

        .section-title.is-pinned span {
            border: none !important;
            margin: 0 !important
        }

.perconuter div:nth-child(1) .counters-container .number {
    animation-delay: 0.2s
}

.perconuter div:nth-child(2) .counters-container .number {
    animation-delay: 1s
}

.perconuter div:nth-child(3) .counters-container .number {
    animation-delay: 1.5s
}

.perconuter div:nth-child(4) .counters-container .number {
    animation-delay: 2s
}

.counters-container.animate .number {
    animation-name: wipe-enter;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    /*animation-timing-function: ease-in;*/
    transform: scale(0, .025);
}

@keyframes wipe-enter {
    0% {
        transform: scale(0, .025);
    }

    50% {
        transform: scale(1, .025);
    }

    100% {
        transform: scale(1, 1);
    }
}

.counters-container {
    /*border-radius: 1em;*/
    background-color: white;
    padding: 10px;
    border-bottom: solid 3px darkred;
    font-size: 9px;
}

    .counters-container .number {
        font-size: 20px;
    }

.certs {
    justify-content: safe center;
    overflow-y: scroll;
}

    .certs img {
        height: 256px;
        margin: 6px;
        padding: 3px;
        border: 3px solid #eee;
    }

#logoCircle {
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
}

svg text.logo {
    stroke-width: 0.2px;
    stroke: #393939;
    fill: none;
    filter: drop-shadow(0px 0px 3px #fff5);
}



.drawpath svg path:not(.scrollArrow), .drawpath svg circle {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 10s ease-in-out forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

*::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.g1 {
    stroke-width: 0.3px;
    stroke: #fff;
    fill: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    stroke-linecap: round;
}


.scrollArrow {
    /*-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));*/
    filter: drop-shadow( 0px 1px 1px rgba(0, 0, 0, .7));
    transition: all 1s;
    animation-direction: alternate;
    animation: endless-in infinite 4s ease-in-out;
    transform-origin: 50% 90%;
}


@keyframes endless-in {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.fadeIn {
    animation: fadeIn 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.h5{
    text-align:right;
}


.departments .card-title {
    font-size: 26px !important;
    font-weight: bold;
    text-align:right;
}

.departments .card-text {
    /*white-space: pre-line;*/
    text-align: justify;
}

.collapse:not(.show) {
    height: 64px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
