﻿@font-face {
    font-family: 'Vazirmatn-Medium';
    src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2');
}

body {
    font-family: Vazirmatn-Medium !important;
}

.dir{
    direction:rtl;
    text-align: justify;
    justify-content: right;
}

.tt-slideinfo .tt-item__title {
    font-family: Vazirmatn-Medium !important;
    font-size: 25px !important;
    line-height: 1.5 !important;
}

#tt-nav {
    
    direction: rtl !important;
}
    #tt-nav > ul > li > a {
        font-family: Vazirmatn-Medium !important;
    }

    .section-title {
        direction: rtl;
        font-family: Vazirmatn-Medium !important;
    }

    .section-title .section-title__01 {
        font-family: Vazirmatn-Medium !important;
    }

    .section-title .section-title__02 {
        font-family: Vazirmatn-Medium !important;
    }

    .section-title .bg-marker01 {
        right: -105px !important;
    }
.tt-news-obj .tt-news-obj__title {
    padding-right: 8px;
    font-family: Vazirmatn-Medium !important;
}
.tt-news-obj .tt-news-obj__wrapper {
    direction: rtl ;
    padding-right: 8px;
    font-family: Vazirmatn-Medium !important;
}
.Align{
    text-align:justify !important;
    direction:rtl;
    padding-bottom:30px;
}
.AlignRightToLeft {
    text-align: justify !important;
    direction: rtl;
    padding-bottom: 30px;
    padding-right:30px;
}
.tt-news-col {
    direction: rtl
}
.footer-wrapper {
    direction: rtl
}

#tt-nav > ul > li ul li a {
    text-align: right;
}




/***********Certificate*******/
/*.notification {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    margin: 0;
    text-align: center;
    z-index: 1;
    background: var(--yellow);
}

@media (max-width: 700px) {
    .notification {
        display: none;
    }
}
*/

/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
    margin-bottom: 0;
}

.image-grid img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
}

.image-grid a:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
    background: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 1.2rem;
    z-index: 10;
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
}

.lightbox-modal img {
    width: auto;
    max-height: 100vh;
    max-width: 100%;
}

.lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 10px;
}

.lightbox-modal .carousel-control-next {
    right: 10px;
}
