@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/woff/YekanBakhFaNum-thin.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-thin.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/woff/YekanBakhFaNum-Light.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),
    url('fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 800;
    src: url('fonts/woff/Yekan Bakh FaNum-ExtraBold.woff') format('woff'),
    url('fonts/woff2/Yekan Bakh FaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/woff/Yekan Bakh FaNum-Black.woff') format('woff'),
    url('fonts/woff2/Yekan Bakh FaNum-Black.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh FaNum;
    font-style: normal;
    font-weight: 950;
    src: url('fonts/woff/Yekan Bakh FaNum-ExtraBlack.woff') format('woff'),
    url('fonts/woff2/Yekan Bakh FaNum-ExtraBlack.woff2') format('woff2');
}


html , body{
    font-family: 'Yekan Bakh FaNum' !important;
    overflow-x: hidden;
}

p,h1,h2,h3,h4,h5,h6,span{
    direction: rtl;
}

.navbar{
    background-color:transparent;
    min-height:96px;
}

.navbar .container-fluid{
    padding-right: 100px;
    padding-left: 100px;
}

.navbar-brand{
    color:#ec9d20 !important;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 1%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e") !important;
}

.navbar .nav-link{
    padding-left:16px !important;
    padding-right: 16px !important;
    color:#fff !important;
    font-size:.9rem !important;
}

.nav-link:hover , .nav-link:focus{
    color:#ec9d20 !important;
}

.btn-outline-warning{
    color:#ec9d20 !important;
    border-color:#ec9d20 !important;
    font-weight: 500 !important;
}

.btn-outline-warning:hover{
    background-color: #ec9d20 !important;
    color:#fff !important;
}

.btn-outline-warning:hover i{
    color: #fff !important;
}

nav[dir="ltr"] .navbar-nav{
    direction: ltr;
}

.basket-nav{
    min-width:180px;
    margin-right:40px;
    align-items: center;
}

.my-2 .fa{
    font-size:25px;
    color:#ec9d20;
}

input.me-2{
    width:220px;
}

.main-container{
    margin-top:40px;
    padding-bottom: 40px;
    position: relative;
}

.products-wrapper{
    position: relative;
    margin-bottom: 40px;
}

.products-wrapper h2{
    padding-bottom: 20px;
}

.products-container{
    display: flex;
    overflow-x: auto;
    gap:12px;
    position: relative;
}

.products-container2{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: space-between;
    position: relative;
}

.products-container::-webkit-scrollbar{
    display: none;
}

.product-card{
    width:200px;
    position: relative;
}

.product-price-off{
    text-decoration: line-through;
    display: inline-block;
    padding-left:30px;
    color:rgba(0,0,0,.6);
}

.product-bold-price{
    color:#ec9d20;
}

.product-card img{
    width:100%;
    object-fit: contain;
}

.product-add-button{
    position: absolute;
    left:15px;
    bottom:30px;
}

.product-add-button i{
    font-size: 23px;
    color:#ec9d20;
    cursor: pointer;
}

.card-body{
    position: relative;
}

.cart-nav-link{
    position: relative;
}

.badge-cart{
    position: absolute;
    top:0;
    right:0;
    font-size: 10px !important;
    border-radius: 50% !important;
}

.empty-basket{
    margin-top: 30px;
    text-align: center;
    color:rgba(236,157,32, .6);
}

.quantity-cart{
    align-items: center;
}

.quantity-cart .fa{
    font-size:22px;
    color:#ec9d20;
    padding-right:6px;
    padding-left: 6px;
}

.trash-cart{
    font-size: 23px !important;
    color:#ec9d20;
}

h1,h2,h3,h4,h5,h6,p{
    color:rgba(0,0,0,.55);
}


.card-title{
    color:rgba(0,0,0,.65);
}

.card-text{
    color:rgba(0,0,0,.55);
}

th{
    background-color:#ec9d20 !important;
    color:#fff !important;
}

td{
    color:rgba(0,0,0,.60) !important;
}

a{
    text-decoration: none !important;
}

.btn-add-cart{
    position: absolute;
    left:0;
    bottom: 100px;
    min-width: 250px;
    color:rgba(0,0,0,.65) !important;
}

.product-detail-title{
    padding-bottom: 15px;
}

.product-detail-price{
    font-weight: bold;
    font-size: 26px;
    margin:0;
}

.product-detail-price-off{
    font-weight: bold;
    font-size: 26px;
    text-decoration: line-through;
    color:rgba(0,0,0,.55);
}

.breadcrumb-item , .breadcrumb-item  a{
    color:#ec9d20;
}

.home-nav-icon{
    width:16px;
}

.slider-container{
    float:right;
    position: relative;
}

.slider-description{
    height:300px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(25px);
    position: relative;
    top:40px;
    left:100px;
    z-index: 10;
    padding: 40px 40px 40px 0 !important;
}

.slider-description h5{
    font-style: bold;
    font-weight: 500;
    line-height: 129.5%;
    font-size:1.80rem;
    color: #244D4D;
}

.slider-description p{
    margin-top: 20px;
    color:#000;
    font-weight: normal;
    text-align: justify;
    font-size: 14px;
}

.slider-description .btn{
    background-color: red !important;
    min-width:150px;
    border-radius: 0;
}

.carousel-inner img{

}

.dots-slider{
    position: absolute;
    top:7px;
    left:160px;
    width:80px !important;
    z-index: 15;
}

.card-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-box h5{
    margin:0;
    padding: 0;
    margin-top:17px;
    color:#000;
}

.card-box .line{
    width:100%;
    height:0;
    margin-top:10px;
    border: .5px solid #124A9F;
}

.card-box p{
    padding-right:27px;
    padding-left: 27px;
    margin-top: 21px;
    color:#464646;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
}

.ribbon-container{
    margin-top:40px !important;
}

.apply-text{
    text-align: center;
    color:#000;
}

.apply-text span{
    color:#124A9F;
}

.apply-text2{
    text-align: center;
    font-size: 12px;
    color:#000;
}

.desc-box{
    position: relative;
    margin-top: 55px !important;
    width:75% !important;
    background-color: #f9f9f9;
    padding: 50px !important;
}

.desc-box .texts{
    width:85%;
}

.desc-box h4{
    color:#124A9F;
}

.desc-box p{
    margin-top:30px;
    color:#000;
    font-size: 14px;
    text-align: justify;
}

.desc-box-image{
    width:30% !important;
    position: absolute;
    right:0;
    bottom: 100px;
}

.desc-box-foot-text{
    margin-top: 30px !important;
    text-align: center;
    color:#000;
    font-size: 1.15rem;
}

.desc-box-foot-text span{
    color:#124A9F;
}

.desc-box-dots{
    position: absolute;
    right:35px;
    bottom: -22px;
    width: 110px !important;
}

.footer{
    width:100%;
    min-height:440px;
    padding: 20px 96px 20px 96px;
    position: relative;
    float: left;
}

.footer .heading-container{
    display: flex;
    align-items: center;
}

.footer .heading-text{
    color:#fff;
}

.footer .phone-container{
    width: 260px;
    height:52px;
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 22px;
    padding-left: 22px;
    float: right;
}

.footer .phone-container img{
    width:22px !important;
}

.footer .phone-container a{
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
    color:#124A9F;
}

.footer .line{
    margin-top: 40px;
    width:100%;
    height:0;
    border:.5px solid #fff;
}

.footer .about-container h5 , .footer .about-container span{
    color:#fff;
}

.footer .about-container p{
    margin-top: 20px;
    color:#fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: -0.01em;
}

.footer .about-container .row{
    margin-top: 40px;
}

.footer .about-container .row a{
    padding-left: 10px;
    color:#fff;
}

.footer .footer-menu h6{
    color: #fff;
    margin-bottom: 15px;
}

.footer .footer-menu a{
    color:#fff !important;
    font-size: 12px;
    display: block;
    margin-top:7px;
    margin-bottom: 7px;
}

.main-article-head{
    color:#000;
    font-weight:500;
}

.article-all-container{
    float: right;
    text-align: right;
}

.article-all-container *{
    color:#124A9F !important;
}

.article-all-container span{
    padding-right: 20px;
}

.top-article-main-container{
    margin-top: 40px !important;
}

.top-article-main-container img{
    width:100%;
}

.top-article-main-container h4{
    color:#124A9F;
    font-weight: 600;
    line-height: 48px;
}

.top-article-main-container p{
    color:#000;
    line-height: 22px;
    text-align: justify;
}

.top-article-main-container .btn{
    border-radius: 0;
    background-color:#124A9F;
}

.top-article-main-container span{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #727272;
}

.main-article-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-card-container{
    margin-top:35px !important;
    margin-bottom: 40px !important;
}

.article-card-container .article-card a{
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap:15px;
    min-height: 500px;
    max-height: 500px;
    padding: 14px;
}

.article-card-container .article-card h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
    color: #124A9F;
}

.article-card-container .article-card p{
    line-height: 21px;
    text-align: justify;
    color: #464646;
}

.article-card-container .article-card img {
    width:100%;
}

.article-card-container .article-card span{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #727272;
}

.pages-container img{
    width:100% !important;
}

.pages-container h4{
    font-weight: 500;
    font-size: 32px;
    line-height: 225%;
    color:#000;
}

.pages-container p.content{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 266%;
    text-align: justify;
    margin-bottom: 45px;
}

.pages-container p:not(.content){
    margin:0;
}

.pages-container span:not(.lazy-load-image-background){
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    color:#464646;
}

.pages-container span.active{
    padding-left: 20px;
    color: #124A9F;
}

.post-container , .post-container2{
    padding:20px !important;
    background-color: #fff;
    margin-bottom: 40px;
}

.post-container img , .post-container2 img{
    width:100%;
}

.post-container h3{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #124A9F;
    margin-top: 20px;
    margin-bottom: 30px;
}

.post-container h5 {
    font-style: normal;
    color: #000;
    margin:40px 0;
}

.post-container2 h3{
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 48px;
    color: #124A9F;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-container p.content{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    color: #000000;
    padding:0 12px;
}

.post-container p:not(.content){
}

.post-container2 p{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
    color: #000000;
}

.post-container span , .post-container2 span{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #727272;
}

.comment-post-head{
    width:30px !important;
    padding-left: 13px;
}

.share-post-head{
    width:40px !important;
    padding-left: 25px;
}

.post-nav-container{
    margin-top:30px;
}

.post-nav-container img{
    padding-right:20px;
    padding-left: 20px;
}

.post-nav-container span{
    color:#464646;
}

.post-nav-container span.active{
    color: #124A9F;
}

.post-hashtag-container{
    margin-bottom: 30px;
}

.post-relateds{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.post-hashtag-container h4 , .post-related-container h4{
    font-weight: 400;
    font-size: 22px;
    line-height: 200%;
    text-align: justify;
    color: #000000;
}

.post-hashtags{
    display: flex;
    gap:15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.post-hashtags span{
    padding: 0 16px 0 16px;
    background-color: #124A9F;
    border-radius: 50px;
    color:#fff;
    font-size: 15px;
}

.dropdown-item:focus, .dropdown-item:hover{
    color: #124A9F !important;
}

.service-box-container{
    margin-top: 40px;
}

.service-box-container::-webkit-scrollbar{
    display: none;
}

.navbar-toggler{
    border:none !important;
    box-shadow: none;
}

.navbar-toggler:focus{
    border: none !important;
    box-shadow: none !important;
}

.register-container{
    padding: 40px 30px 40px 30px;
    margin-bottom: 40px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.register-container input , .register-container select{
    border-radius:0 !important;
}

.register-container .btn{
    width:100%;
    background-color: #124A9F !important;
    border-color:#124A9F !important;
    border-radius:0 !important;
}

.register-container .text-center{
    color:#000;
    margin-bottom: 20px;
}


.post-comment-container{
    margin-top: 40px;
    margin-bottom: 60px;
}

.post-comment-container h3{
    color:#000;
}

.post-comment-container input , .post-comment-container textarea{
    border-radius:0 !important;
}

.post-comment-container .btn{
    width:100%;
    background-color: #124A9F !important;
    border-color:#124A9F !important;
    border-radius:0 !important;
}


@media only screen and (max-width: 576px) {

    .first-section .row:nth-child(2) .col-9{
        width: 58.33333333% !important;
    }

    .first-section .row:nth-child(2) .col-3{
        width: 41.66666667% !important;
    }

    .slider-tab-item{
        padding: 12px 20px !important;
    }

    .footer{
        height: 500px;
    }

    .top-footer .row:nth-child(1){
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .footer .sub-right-section {
        margin-top: 30px !important;
    }

    .footer .right-section{
        width: 100% !important;
    }

    .footer .right-section .sub-right-section{
        flex-direction: column-reverse;
    }

    .footer .right-section .sub-right-section > div{
        width: 100%;
    }

    .footer .col-4 img{
        display: none;
    }

    .news-item .col-5{
        width: 100%;
        height: unset !important;
        margin: 0;
    }

    .news-item img{
        width: 100% !important;
        height: unset !important;
        max-height: 250px;
    }

    .news-item .col-7{
        width: 100% !important;
    }

    .news-item{
        height: 620px !important;
    }

    .news-body {
        padding: 20px 30px !important;
    }

    .news-heading h1{
        font-size: 1.5rem;
    }

    .news-heading button{
        padding: 8px 30px !important;
    }

    .page-image-container{
        height: 300px;
    }

    .navbar .nav-link{
        font-size: 1rem !important;
    }

    .nav-justified{
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

    .page-image-container img{
        height: 285px;
        object-fit: cover;
    }

    .post-image-breadcrumb span{
        font-size: .8rem !important;
    }

    .page-image-overlay{
        background: linear-gradient(328deg, rgba(192.43, 35.28, 35.28, 0.44) 100%, rgba(0, 0, 0, 0) 100%) !important;
    }



    .page-image-overlay .row > div{
        text-align: center !important;
    }

    .container{
        overflow-x: hidden;
    }

    .main-container{
        margin-top: 25px !important;
    }

    .navbar .container-fluid{
        padding-left: 30px !important;
        padding-right: 0 !important;
    }

    .navbar-brand{
        width: 55%;
    }

    .navbar-brand img{
        width:100%;
    }

    .main-container .first-section h2{
        font-size: 1rem !important;
    }

    .main-container .first-section h5, .main-container .first-section h6{
        font-size: 1rem !important;
    }

    .third-section .first-item h2{
        font-size: 1rem !important;
    }

    .third-section .first-item, .third-section .second-item{
        margin-bottom: 20px !important;
    }

    .third-section .third-item p{
        font-size: .8rem !important;
    }

    .five-section a.d-sm-none{
        margin-top: 15px !important;
    }

    .third-section .third-item h4{
        font-size: 1.3rem !important;
    }

    .fourth-item .fourth-section-item h6{
        font-size: .8rem !important;
        margin: 0 !important;
    }

    .fourth-item .line-separator{
        margin: 8px 0 !important;
    }

    .col-12 .fourth-section-item{
        margin-top: 15px;
    }

    .fourth-item .fourth-section-item span{
        font-size: .6rem !important;
        margin: 0 !important;
    }

    #IranMap{
        width: 100% !important;
    }

    .fourth-item > .col-12:nth-child(2){
        margin-top: 30px;
        text-align: center;
    }

    .main-container .first-section p{
        font-size: .8rem !important;
    }

    .img-content{
        flex-direction: column;
        gap:12px !important;
        margin-left: -12px;
        width:100% !important;
    }

    .img-content a{

    }

    .second-item img{
        height: 160px !important;
    }

    .right-section ul{
        margin: 0 !important;
    }

    .right-section li{
        font-size: .7rem !important;
    }

    .main-container .first-section .right-section{
        height: 125px !important;
    }

    .line-separator{
        margin: 20px 0 !important;
    }

    .main-container .first-section .row:nth-child(1){

    }

    .header-bottom-section p{
        font-size:.7rem;
    }

    .header-bottom-section h1{
        font-size:1.6rem;
    }

    .header-bottom-section .right-section p{
        font-size: .8rem !important;
    }

    .link-bar , .second-section{
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }

    .link-bar .link-item , .second-section .second-section-item{
        flex-basis: 100% !important;
        flex-shrink: 0;
    }

    .header-bottom-section{
        padding: 0 30px !important;
    }

    .third-section .third-item .signature{
        position: unset !important;
    }

    .fourth-section{
        margin-left: -12px !important;
        margin-right: -12px !important;
    }

    .sub-footer p{
        font-size: .8rem !important;
        padding-left: 115px !important;
        padding-right: 15px !important;
    }

    .main-container .first-section img , .third-section .first-item, .third-section .second-item img {
        width: calc(100% + 24px) !important;
        margin-left: -12px !important;
    }

    .footer{
        padding:22px;
    }

    .footer-menu{
        margin-top:30px !important;
    }

}

@media only screen and (max-width: 1024px) {

    .admission-requirements{
        margin-top: 410px !important;
    }

    .admission-requirements-1 .page-image-container{
        margin-left: -20px !important;
        margin-top: -25px !important;
        height: 440px;
    }

    .admission-requirements-1 .page-image-container .page-image-overlay{
        flex-direction: column;
        padding-top: 30px;
        background: linear-gradient(328deg, rgba(192.43, 35.28, 35.28, 0.44) 0%, rgba(0, 0, 0, .3) 100%);
    }

    .admission-requirements-1 .page-image-container .page-image-overlay h5 {
        font-size: 1rem;
        text-align: center;
    }

    .admission-requirements-1 .collapse-box-wrapper{
        padding: 30px;
    }

    .admission-requirements-1 .col-lg-6{
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }

    .admission-requirements-1 .page-image-container img{
        display: none !important;
    }

    .admission-requirements-1 .page-image-title{
        font-size: 2.3rem !important;
        text-align: center;
    }

    .admission-requirements-1 .page-image-overlay .col-lg-4{
        width: 80%;
    }
}


.header{
    width: 100%;
    position: relative;
}

.header-bottom-section{
    position: absolute;
    width:100%;
    top:-300px;
    padding: 0 100px;
    margin: 0 !important;
    --bs-gutter-x:0 !important;
}

.header-bottom-section-ltr{
    direction: rtl;
}

.header-bottom-section-ltr .right-section p{
    direction: ltr;
}

.header-bottom-section p{
    color:#fff;
}

.header-bottom-section h1{
    color:#fff;
}

.header-bottom-section .right-section p{
    font-size: .9rem;
}

.link-bar{
    position: relative;
    width:100%;
    min-height: 170px;
    margin: -60px 0 !important;
    --bs-gutter-x: 0 !important;
    align-items: center;
}

.link-bar .col-12{
    padding: 16px 6px;
}

.link-bar .link-item{
    position: relative;
    height:100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:25px;
    padding: 25px;
    background-color: #124A9F;
}

.link-bar .link-item h3{
    color:#fff;
}

.link-bar .link-item button{
    border:1px solid #fff;
    color:#fff;
    background-color: transparent;
    padding: 5px 22px;
}

.main-container .first-section{

}

.main-container .first-section .row:nth-child(1){
    margin-bottom: 35px;
}

.main-container .first-section p{
    font-size: .8rem;
}

.main-container .first-section h2{
    color:#000;
}

.main-container .first-section h5 , .main-container .first-section h6{
    color:#124A9F;
    margin-bottom: 15px;
}

.main-container .first-section img{
    width:100%;
}

.main-container .first-section h6{
    padding-left: 14px;
}

.main-container .first-section .right-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}

.line-separator{
    margin: 50px 0;
    border:0;
    border-top:1px solid #C9C9C9;
}

.second-section{
    display: flex;
    gap:15px;
    width:100%;
}

.second-section .second-section-item{
    display: flex;
    flex-direction: column;
    gap:10px;
    flex-basis: 25%;
    min-height:250px;
    z-index: 4;
}

.second-section .second-section-item h6{
    color:#124A9F;
    padding: 0;
    margin: 0;
}

.second-section .second-section-item p{
    font-size: .7rem;
    color:#000;
    padding: 0;
    margin: 0;
}

.third-section .first-item , .third-section .second-item{
    margin-bottom: 40px;
}

.third-section .first-item h2{
    color:#000;
}

.third-section .third-item h4 , .third-section .third-item p{
    color:#000;
}

p{
    text-align: justify;
}

.third-section .third-item p{
    font-size: .8rem;
    text-align: justify;
}

.third-section .third-item .signature{
    position: absolute;
    bottom: 30px;
    right:0;
}

.third-section .third-item .signature p{
    color:#124A9F;
    margin:0;
}

.fourth-section img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.footer .sub-footer{
    position: absolute;
    direction: rtl;
    bottom: 0;
    left:0;
    right:0;
    background-color: #124A9F;
    width:100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .sub-footer p{
    margin: 0;
    padding: 0;
    color:#fff;
}

.fourth-item{
    margin-top: 40px !important;
}

.fourth-item h3{
    color:#000;
    margin-bottom: 20px;
}

.fourth-item img{
    width:100%;
}

.fourth-item .fourth-section-item h6{
    color:#000;
}

.fourth-item .fourth-section-item span{
    color:#ccc;
    font-size: .8rem;
}

.fourth-item .line-separator{
    margin:15px 0;
    height: 0px;
    padding: 1px;
}

.third-item{
    position: relative;
}

.footer-label{
    font-weight:bold;
}

.footer-label-content{
    padding-bottom: 10px;
}

.footer-social-icons{
    display: flex;
    gap:15px;
    align-items: center;
}

.footer-logo{
    margin-top: 50px;
}

.footer-link{
    padding-bottom: 10px;
}

.five-section{
    margin-top: 40px;
}

.five-section h2{
    color:#000;
    margin: 0;
    padding: 0;
}

.five-section .head-section{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.five-section a{
    border:1px solid #124A9F;
    color:#124A9F !important;
    background-color: #fff;
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.video-item{
    height:250px;
}

.header-video{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 95vh;
    object-fit: cover;
}

.third-section .first-item, .third-section .second-item img{
    width:100%;
}

.link-bar::-webkit-scrollbar , .second-section::-webkit-scrollbar{
    display: none;
}

.link-bar-container , .second-section-wrapper{
    position: relative;
    display: flex;
    align-items: center;
}

.link-bar-container{
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

.link-bar-container .fa , .second-section-wrapper .fa {
    position: absolute;
    font-size: 28px;
    color:#fff;
    cursor: pointer;
    width:28px;
    z-index: 9;
}

.link-bar-container .arrow-left , .second-section-wrapper .arrow-left{
    left:60px;
    text-align: left;
}

.link-bar-container .arrow-right , .second-section-wrapper .arrow-right{
    right:60px;
    text-align: right;
}

.navbar .dropdown-menu{
    background-color: rgba(0, 0, 0, .1);
    padding-left: 10px;
}

.img-content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width:calc(100% - 24px);
    height: 100%;
    gap: 30px;
    background-color: rgba(0, 0, 0, .3);
}

.img-content h4 {
    color: #fff;
    margin: 0;
    padding: 0;
}

.img-content a {
    border: 1px solid #fff;
    color: #fff !important;
    padding: 5px 40px;
    text-align: center;
}

[data-animate]{
    visibility: hidden;
}

.animated{
    visibility: visible !important;
}

.navbar-profile{
    width:25px;
    height:25px;
    margin-right:6px;
    border-radius: 50%;
}

.page_sub_title{
    color:#124A9F;
    margin: 40px 0;
}

.page-breadcrumb{
    text-align:right;
}

.nav-justified .nav-link{
    color:#124A9F !important;
}

.image_resized , .image_resized img{
    display: inline-block;
}

.page-image-container{
    position: relative;
    width: 100%;
    border-bottom: 15px solid #124A9F;
}

.page-image-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(328deg, rgba(18, 74, 159,0.44) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
}

.page-image-title{
    color:#fff;
    font-weight: bold;
}

.post-image-route-home{
    color:#fff !important;
}

.post-image-breadcrumb span{
    font-size: 1.2rem;
}

.page-image-line-title{
    width:100%;
    height:2px;
    background-color: #fff;
    margin-top: 20px;
}

div[role="tabpanel"] a{
    padding: 18px 40px;
    background: #124A9F;
    color:#fff;
}

.navbar .dropdown-menu{
    min-width: 18rem !important;
}

.not-found-container{
    width: 100%;
    height: 100%;
    background: #fcfcff;
    z-index: 1060;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding: 0 80px;
}

.not-found-container img{
    width:90%;
}

.not-found-container .row , .not-found-container .col-lg-6{
    display: flex;
    align-items: center;
    justify-content: center;
}

.fourth-section{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(4, 35vw);
    grid-gap: 0;
}

.not-found-container h1{
    color:#124A9F;
}

.not-found-container a{
    width:260px;
    padding: 16px 32px;
    color:#124A9F;
    border:1px solid #124A9F;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:15px;
}

.fourth-section img.img-1{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}

.fourth-section img.img-2{
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1;
}

.fourth-section img.img-3{
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 1;
}

.fourth-section img.img-4{
    grid-column-start: 7;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 2;
}

.fourth-section img.img-5{
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
}

.fourth-section img.img-6{
    grid-column-start: 4;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
}

.fourth-section img.img-7{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
}

.fourth-section img.img-8{
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 3;
}

.fourth-section img.img-9{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
}

.fourth-section img.img-10{
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 4;
}

.fourth-section img.img-11{
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 4;
}

.fourth-section img.img-12{
    grid-column-start: 3;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
}

.admission-requirements{
    margin-top: 300px;
}

.admission-requirements .accordion-button{
    color:#124A9F;
    outline: none !important;
    box-shadow: none !important;
}

.admission-requirements .accordion-button:not(.collapsed){
    background-color: #124A9F;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}

figure.table figure.image{
    text-align: center;
}

figure.table figure.image img{
    width:auto !important;
}

figure.table td{
    width:25%;
}

figure.table tr:nth-child(3) td{
    vertical-align: text-top;
    padding: 0 25px;
}

.nav-justified::-webkit-scrollbar{
    display: none;
}

.page-image-overlay .row{
    width:100%;
}

.fourth-section-item a:hover h6{
    color:#124A9F !important;
}

.news-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 74px;
}

.news-body{
    padding: 30px 60px;
}

.news-body p{

}

.news-item {
    background-color: #f1f1f1;
    position: relative;
    direction: rtl;
    height: 350px;
}

.news-item .row, .news-item .col-5{
    position: relative;
    height: 100%;
}

.news-item img{
    width:100% !important;
    height: 100% !important;
    object-fit: cover;
}

.news-item button{
    border: 2px solid #124A9F;
    padding: 15px 40px;
    color: #124A9F;
    margin-top: 30px;
    margin-left: 30px;
    float: left;
    font-weight: bold;
}

.news-item button:hover{
    border: 2px solid #F37221;
    background-color: #F37221;
}

.news-item button:hover a{
    color:#fff;
}

.news-item button a{
    color:#124A9F;
}

.news-body h4{
    line-height: 120% !important;
    font-weight: bold;
    padding-bottom: 10px;
}

.news-body span{
    display: block;
    margin-bottom: 25px;
    margin-top: -12px;
}

.header-img{
    background: url('/images/main/airplane.png'),linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-blend-mode: overlay;
    width:100%;
    height:100vh;
    background-size: 100% 100%;
}

.header .right-section{
    text-align: right;
}

.header .right-section p{
    margin-top: 20px;
}

.header .left-section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
}

.header .left-section button{
    border:1px solid #fff;
    color:#fff;
    border-radius: 30px;
    background-color: transparent;
    outline: none;
    padding: 8px 24px;
    transition: all ease-in-out .3s;
}

.header .left-section button:hover{
    background-color: #fff;
    color:#124A9F;
}

.slider-tab-items{
    display: flex;
    flex-direction: column;
    gap:10px;
    align-items: center;
}

.slider-tab-item{
    text-align: center;
    color:#898989;
    padding: 12px 42px;
    border-radius: 50px;
    cursor: pointer;
}

.slider-tab-item:hover{
    color:#F37221;
}

.slider-tab-item.active{
    background-color: rgba(243, 114, 33, 0.20);
    color:#F37221;
}

.slider-tab-description{
    direction: rtl;
}

.slider-tab-description h4{
    color:#F37221;
    padding-bottom: 8px;
    font-weight: 600;
}

.slider-tab-description ul{
    padding-right: 0;
    list-style: none;
}

.slider-tab-description ul li{
    padding: 8px 0;
    font-size: .9rem;
}

.slider-tab-description ul li::before {
    content: "\2022";
    color: #F37221;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.second-section-wrapper{
    width:100%;
    height:260px;
    margin-top: 100px;
}

.second-section-item-head {
    background-color: #F37221;
    color: #fff;
    padding: 12px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 52px;
}

.second-section-item-head img{
    display: none;
}

.second-section-item-head:hover{
    background-color: #124A9F;
}

.second-section-item-head:hover > span{
    display: none;
}

.second-section-item-head:hover > img{
    display: block;
}

.second-section{
    margin-top: -120px;
    padding: 0 70px;
}

.second-section-item{
    background-color: #fff;
}

.carousel{
    border-bottom: 10px solid #F37221;
}

.second-section-item-body{
    padding: 26px 18px;
}

.footer .right-section{
    text-align: right;
}

.footer .right-section h2{
    font-weight: bold;
    padding-bottom: 10px;
}

.footer .right-section h6{
    color:#F37221;
    font-weight: bold;
}

.footer .right-section p{
    text-align: right;
}

.news-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
}

.en .news-heading h1{
    text-align: left;
}


.footer button, .news-heading button{
    color:#F37221;
    border:1px solid #F37221;
    border-radius: 50px;
    background-color: #fff;
    padding: 8px 50px;
    font-weight: bold;
    transition: all ease-in-out .3s;
}

.news-heading button a{
    color:#F37221;
}

.footer button:hover, .news-heading button:hover{
    background-color: #F37221;
    color: #fff;
}

.news-heading button:hover a{
    color:#fff;
}

.footer .sub-right-section{
    margin-top: 90px;
}

.footer .sub-right-section .col-3{
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer .sr-items{
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap:10px;
}

.sr-item{
    display: flex;
    gap:10px;
}

.sr-item a{
    color: #000;
}

.airport-video{
    width:90%;
    margin-top:100px;
}

.fourth-item h2{
    font-weight: bold;
    color: #F37221;
    margin-top: 40px;
    text-align: center;
}

#IranMap{display:block;position:relative;direction:rtl;text-align:right;padding:0;font-family:Tahoma;font-size:11px;width:90%;margin:50px auto}
#IranMap .show-title{display:none;position:absolute;background-color:#333;color:#fff;margin:0!important;padding:0 5px;text-align:center;line-height:26px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;opacity:.8}
#IranMap .map{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
#IranMap .map svg{width:100%;}
#IranMap .map .border path,#IranMap .map .island path{fill:#fff}#IranMap .map .province path{fill:#999}#IranMap .map .sea path,#IranMap .map .lake path{fill:#6caed8}#IranMap .map .province path:hover,#IranMap .map .island path:hover,#IranMap .map .province path.hover,#IranMap .map .island path.hover{cursor:pointer}#IranMap .list{display:block;float:right;width:50%}#IranMap .list ul{padding:0}#IranMap .list>ul{margin-left:10px}#IranMap .list li{list-style:none}#IranMap .list span{background:#242424;color:#ecf0f1;display:block;margin:0 2px;padding:0 8px;line-height:26px;margin-top:10px;margin-bottom:2px}#IranMap .list li ul li{display:block;float:right;width:33.33333333333333%}#IranMap .list li ul li a{background:#34495e;color:#ecf0f1;display:block;padding:0 8px;line-height:26px;margin:2px 2px;text-decoration:none}#IranMap .list li ul li a:hover,#IranMap .list li ul li a.hover{background:#c33a2c}#IranMap .list ul:before,#IranMap .list ul:after{display:table;content:" "}#IranMap .list ul,#IranMap .list ul:after{clear:both}#IranMap .city{clear:both;padding:10px 0}@media(max-width:930px){#IranMap .list{width:50%}}@media(max-width:745px){#IranMap .list li ul li{width:50%}}@media(max-width:515px){#IranMap .list,#IranMap .map{width:100%}#IranMap .list li ul li{width:33.33333333333333%}#IranMap .list li ul li a{font-size:10px!important}}@media(max-width:515px){#IranMap .list li ul li{width:50%}}@media(max-width:250px){#IranMap .list li ul li{width:100%}}


path.tehran , path.khorasan-razavi , path.khuzestan , path.isfahan , path.fars , path.kish, path.bushehr, path.hormozgan{
    fill: #F37221 !important;
}

.map .tooltip {
    background-color: rgba(0, 0, 0, .8);
    width: 90px;
    border-radius: 4px;
    padding: 6px 0;
    position: absolute;
    transition: opacity .5s ease-in-out;
    font-weight: bold;
}

.map .tooltip p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-family: 'Yekan Bakh FaNum' !important;
}

.tooltip#bushehr{
    top: 75%;
    right: 56%;
}

.tooltip#kish{
    top: 85%;
    right: 44%;
}

.tooltip#isfahan{
    top: 40%;
    right: 48%;
}

.tooltip#shiraz{
    top: 65%;
    right: 48%;
}

.tooltip#mashhad{
    top: 25%;
    right: 17%;
}

.tooltip#ahwaz1, .tooltip#ahwaz2{
    top: 56%;
    right: 70%;
}

.tooltip#bandar{
    top: 79%;
    right: 31%;
}

.tooltip#tehran{
    top:29%;
    right:53%;
}

.tehran1:hover ~ #tehran, .tehran2:hover ~ #tehran{
    opacity: 1;
}

.mashhad:hover ~ #mashhad{
    opacity: 1;
}

.shiraz:hover ~ #shiraz{
    opacity: 1;
}

.kish:hover ~ #kish{
    opacity: 1;
}

.isfahan:hover ~ #isfahan{
    opacity: 1;
}

.bushehr:hover ~ #bushehr{
    opacity: 1;
}

.bandar:hover ~ #bandar{
    opacity: 1;
}

.ahvaz1:hover ~ #ahwaz1{
    opacity: 1;
}

.ahvaz2:hover ~ #ahwaz2{
    opacity: 1;
}

.map img{
    width:50px;
    position: absolute;
}

img.mashhad{
    top:17%;
    right:26%;
}

img.tehran1{
    top:22%;
    right:54%;
}

img.tehran2{
    top:22%;
    right:59%;
}

img.isfahan{
    top:32%;
    right:50%;
}

img.shiraz{
    top:58%;
    right:53%;
}

img.ahvaz1{
    top:40%;
    right:74%;
}

img.ahvaz2{
    top:50%;
    right:72%;
}

img.kish{
    top:77%;
    right:47.50%;
}

img.bushehr{
    top:67%;
    right:60%;
}

img.bandar {
    top: 72%;
    right: 35%;
}

.navbar-collapse{
    direction: rtl;
}

.navbar-bottom-lined{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 18px;
    border-bottom:1px solid rgba(255, 255,255, .5);
}

.second-section-wrapper::before{
    content:'';
    width:130vw;
    height:260px;
    position: absolute;
    left: 0;
    top:0;
    background-color: #eee;
    margin-left:-15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
}

.third-section {
    border-bottom: 2px solid #F37221;
}

.slider-tab-description{
    display: none;
}

.top-footer{
    display: none;
}

.contact-container{
    direction: rtl;
    padding-top:60px !important;
}

.contact-container img{
    width: 60% !important;
}

.contact-container .sr-item{
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    gap:30px;
    font-size: 22px;
}

.contact-container .sr-item img{
    width:50px !important;
}


.sr-item a{
    direction: ltr;
}

.contact-container h3{
    font-weight: bold;
    color:#F37221;
}

.phone-img-container{
    text-align: center;
}

b, strong{
    font-weight: bold !important;
}

.en .first-section{
    direction: rtl;
}

.en .first-section p{
    text-align: left;
}

.en .news-heading{
    direction: ltr;
}

.en .news-item{
    direction: ltr;
}

.en .news-body h4, .en .news-body span, .en .news-body p{
    text-align: left;
}

.en .news-body button{
    margin-left: 0;
    margin-right: 30px;
    float: right;
}

.en .third-section{
    direction: rtl;
}

.footer-en{
    direction: rtl;
}

.footer-en .right-section h2{
    text-align: left;
    direction: ltr;
}

.footer-en .right-section h6{
    text-align: left;
    direction: ltr;
}

.footer-en .right-section p{
    text-align: left;
    direction: ltr;
}

.footer-en .sr-item{
    direction: ltr;
    text-align: left;
    font-family: Serif, sans-serif;
}

.footer-en .sub-footer p{
    direction: ltr;
}

.pages-en .page-image-overlay .row{
    direction: rtl;
}

.pages-en .page-image-title, .pages-en .post-image-breadcrumb{
    text-align: left;
}

.pages-en .page_sub_title{
    text-align: left;
}

.pages-en p{
    text-align: left;
    direction: ltr;
}

@media only screen and (max-width: 992px) {
    .header-bottom-section{
        display: flex;
        flex-direction: column-reverse;
        top:-420px;
    }
}

.header-bottom-section-ltr h1{
    text-align: left;
}
