﻿
@font-face {
    font-family: Noora;
    font-style: normal;
    font-weight: 100;
    src: url('/assets/fonts/Noora-FD-Light.woff2') format('woff2')
}
@font-face {
    font-family: ibm;
    font-style: normal;
    font-weight: 100;
    src: url('/assets/fonts/ibm.woff2') format('woff2')
}

@font-face {
    font-family: Noora;
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/Noora-FD-Regular.woff2') format('woff2')
}


@font-face {
    font-family: Noora;
    font-style: normal;
    font-weight: bold;
    src: url('/assets/fonts/Noora-FD-Bold.woff2') format('woff2')
}
@font-face {
    font-family: Noora;
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/Noora-FD-Medium.woff2') format('woff2')
}
body
{
    font-family:Noora;
    direction:rtl;
    text-align:right;
    margin:0;
    padding:0;
}

/*themne*/


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0px;
}



.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: right;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: right;
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none}
.row {
    margin: 0;
    padding: 0;
}

a.bottoms {
    padding: 20px 40px 0 40px;
    font-size: 18px;
}
.f2 {
    display: flex;
    align-items: self-start;
    justify-content: center;
    height: 190px;
}
.btn-default {
    color: #fff;
    background-color: #008cff;
    border: 1px solid #008cff;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #008cff;
        background-color: #fff;
        border-color: #008cff;
    }

.btn-primary {
    color: #008cff;
    background-color: #fff;
    border: 1px solid #008cff;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #008cff;
        border-color: #008cff;
    }
a {
    outline: none !important;
    text-decoration: none !important;
    transition: color,background-color .5s;
}

    /*endtheme*/
/*MENU______________*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.menu-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 20px
}
    .menu-cont a img.logo {
        width: 200px;
    }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #040170;
}
    .navbar-default .navbar-nav > li > a
    {
        border-radius:15px 15px 0 0 ;
        font-size:18px;
    }
    a.lang {
        border-radius: 50%;
        display: inline-flex;
        background-color: #040170;
        color: #fff;
        width: 43px;
        height: 43px;
        justify-content: center;
        align-items: center;
    }
input.search {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #040170;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    outline: none !important;
    border: none !important;
}
a.online {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #040170;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 30px;
}

    a.online:hover, a.lang:hover {
        background-color: #008cff;
    }
input.search::placeholder
{
    color:#fff;
}
.btn-c {
    position: relative
}

    .btn-c a.ss {
        position: absolute;
        z-index: 2;
        left: 14px;
        top: 12px;
        color: #fff;
        font-size: 18px;
        display: block;
        cursor: pointer;
    }
     a.lang:hover {
        background-color: #008cff;
    }
header {
    background: #fff;
    padding: 10px 0;
    position: fixed;
    height: 90px;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.tabs {
    width: 20%;
}
.main-slider-cont {
    width: 75%;
}
.hss {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 20px;
}
.menu-cont:before, .menu-cont::after {
    display: none !important;
}
    .hss:before, .hss::after {
        display: none !important;
    }
.main-slider ,.tabs{
    margin-top: 110px;
}
.navbar {
    min-height: 34px;
    margin: 10px 0;
}

.navbar-default {
   margin:0;
   background:transparent;
    border: none;
    position: relative
}



    .navbar-default .navbar-nav > li > a {
        color: #040170;
        font-weight:bold;

    }
    .navbar-default .navbar-nav > li > a:hover {
        color: #008cff;
    }

.navbar-nav {
    float: right;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: right;
    }
}

.navbar-nav > li > a {
    padding: 7px 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #008cff
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: white;
}



@media (max-width: 991px) {
    .navbar-nav > li > a {
        padding: 10px 8px;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        padding: 15px;
    }
}

.dropdown-menu {
    left: initial;
    right: 0;
    text-align: right;
    height: 0;
    overflow: hidden;
    padding: 0;
    border: none;
    display: block;
    box-shadow: none;
    background-clip: unset;
    transition: height .5s;
    top: calc(100% - 2px);
    border-radius: 15px 0 15px 15px !important;
}
a.dropdown-toggle {
    border: 1px solid #FFF;
    border-bottom: 2px solid transparent !important;
    z-index: 9999;
}
.open a.dropdown-toggle {
    border: 2px solid #040170;
    border-bottom: 2px solid #FFF !important;
    z-index: 9999;
}
.open .dropdown-menu {
    
    border: 2px solid #040170;
   
}
    .open .dropdown-menu.s1 {
      
        height: calc(1 * 39px);
    }

    .open .dropdown-menu.s2 {
        height: calc(2 * 39px);
    }
    .open .dropdown-menu.s3 {
        height: calc(3 * 39px);
    }
    .open .dropdown-menu.s4 {
        height: calc(4 * 39px);
    }
    .open .dropdown-menu.s5 {
        height: calc(5 * 39px);
    }
    .open .dropdown-menu.s6 {
        height: calc(6 * 39px);
    }
    .open .dropdown-menu.s7 {
        height: calc(7 * 39px);
    }
    .open .dropdown-menu.s8 {
        height: calc(8 * 39px);
    }
    .open .dropdown-menu.s9 {
        height: calc(9 * 39px);
    }
    .open .dropdown-menu.s10 {
        height: calc(10 * 39px);
    }
    .open .dropdown-menu.s11 {
        height: calc(11 * 39px);
    }
    .open .dropdown-menu.s12 {
        height: calc(12 * 39px);
    }
    .open .dropdown-menu.s13 {
        height: calc(13 * 39px);
    }
    .open .dropdown-menu.s14 {
        height: calc(14 * 39px);
    }
    .open .dropdown-menu.s15 {
        height: calc(15 * 39px);
    }
.dropdown-menu > li > a {
    line-height: 1;
    padding: 12px;
    font-weight:bold;
    color:#040170;
}

.main-slider-item {
    width: 100%;
  
    display: flex;
    justify-content: space-between;position:relative
}
    .main-slider-item .caption {
        width: 30vw;
        height: calc(100dvh - 300px);
        display: flex;
        justify-content: center;
        background-color: #040170;
        color: #fff;
        flex-direction: column;
        padding: 40px 80px;
    }
    .main-slider-item .image {
        width: 100%;
    }
.tabs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
    .tabs a {
        background-color: #040170;
        color: #fff;
        display: flex;
        height: calc(20% - 10px);
        justify-content: center;
        align-items: center;
        font-size: 20px;
        transition: all .5s;
    }
    .tabs a:hover {
        background-color: #008cff;
       
    }
    .main-slider-item p {
        text-align:justify;
        line-height:1.7;
    }
    .main-slider-item h2 span {
         
        font-weight:normal;
        display:block;
    }
.main-slider-item a.more {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #fff;
    color: #040170;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 30px;
    border: 2px solid #fff;
    width: max-content;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    left: 100px;
    bottom: 50px;
}

        .main-slider-item a.more:hover {
            background-color: #040170;
            color: #fff;
        }
    .main-slider-item .image img {
        width: 100%;
       aspect-ratio:9 / 4;
        object-fit: cover;
    }

.about {

    padding:80px 20px;
  /*  background: #008CFF;
    background: linear-gradient(90deg,rgba(0, 140, 255, 1) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 1) 100%);*/
  background-image:url('/img/about.png');
  background-size:cover;
}
    .about p {
        text-align: justify;
        color: #040170;
        line-height: 1.7;
        font-weight: 400;
    }
    .about h2 {
        color: #040170;
        margin:0;
    }
    .about h3 {
        color: #898989;
        margin-top: 0;
        text-transform: uppercase;
        font-family: ibm,Arial;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 1px;
    }
.about.services {
    padding: 80px 20px;
    background:#fff;
 }
    .about.services h2 {
        font-size: 2em;
        margin: 0;
    }

    .about.services h3 {
        color: #008cff;
    }
    .about.services p {
        color: #fff;
        font-size:12px;
    }
    .about.blog {
        padding: 80px 20px;
        background: #fff;
    }

        .about.blog h2 {
            color: #040170;
            margin: 0;
        }

        .about.blog h3 {
            color: #aaaaaa;
        }

        .about.blog p {
            color: #fff;
            font-size: 14px;
            line-height:2;
        }
.service-col {
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: justify;
    line-height: 1.8;
}
.service-col.left {
 flex-direction:row-reverse
}
    .service-col .head {
        color: #fff;
        display: flex;
        align-items: center;
        border-bottom:1px solid #008cff;
        padding-bottom:15px;
    }
        .service-col .head i   {
           
            font-style: normal;
             
        }
    .service-col div.desc {
        padding: 20px 50px 80px 40px;
        font-size:16px; 
        color:#040170
    }
    .service-col .icon {
        color: #fff;
        font-size: 60px;
        font-weight: lighter;
        margin-left: 12px;
       
    }
.service-slider
{
    margin-top:40px;
}
.service-col img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 400px !important;
}
.news-col img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
 }
.news-col {
    padding: 5px 10px;
    transition: all .5s;
}
    .news-col a {
       float:left;
       margin-left:0;
       border-radius:0;
       font-size:12px;
    }
    .news-col .top {
  background-size:cover;
  padding:10px 10px 0 10px;
    }

    .news-col p {
        color: #fff !important;
        height: 240px;
        margin: 0;
         padding: 10px;      

    }

    .news-col h4 {
        font-size: 16px;
        padding: 10px;
        height: 60px;
        margin-bottom: 0;
        color: #fff;
     }
footer {
    background-color: #040170;
    padding: 40px 0 15px 0;
}
    footer a,footer {
        color: #fff;
    }
    footer a:hover {
        color: #008cff;
    }
    footer ul {
        list-style: none;
    }
        footer ul li {
            margin: 10px 0
        }
        footer ul li:first-child {
           font-weight:bold;
           border-bottom:1px solid #fff;
           padding-bottom:10px;
        }
    footer img
    {
        width:100%;
        max-width:200px;
        margin-bottom:30px;
        margin-top:20px;
    }
.footer-cr-row
{
    padding:15px 0 0 0;
    border-top:1px solid #fff;
    text-align:left;
    font-size:11px;
    margin-top:15px;
}
.about a.more {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #040170;
    color: #fff;
    display: inline-block;
    margin-top: -70px;
    border: 2px solid #040170;
    width: max-content;
    font-weight: bold;
    cursor: pointer;
    float: left;
}
.about a.more:hover {
    
    background-color: #fff;
    color: #040170;
   
}
.about.services a.more {
    background-color: #fff;
    color: #040170;
    border: 2px solid #fff;
}

    .about.services a.more:hover {
        background-color: #040170;
        color: #fff;
    }
.item-slider img {
    width: 100%;
    aspect-ratio: 1;
    max-width:120px;
}
@media (min-width: 768px) {

    .grid-container {
        display: flex;
        padding: 36px 0;
    }

        /* آیتم اول: ردیف 1، دو ستون */
        .grid-container > a {
            aspect-ratio: 1 / 1; /* مربع */
            position: relative;
            display: block;
            width: 25%;
        }


        .grid-container a img {
            width: calc(100% - 12px);
            aspect-ratio: 1;
            position: absolute;
            top: 6px;
            left: 6px;
            object-fit: cover;
            filter: grayscale();
            transition: filter .5s;
            border-radius: 15px;
        }

        .grid-container a:hover img {
            filter: none
        }

        .grid-container a span {
            border-radius: 15px 15px 0 0;
            width: calc(100% - 12px);
            height: 80px;
            position: absolute;
            top: 6px;
            left: 6px;
            background: #008cff;
            color: #fff;
            display: flex;
            font-size: 18px;
            align-items: center;
            justify-content: center;
        }
}
@media (max-width: 767px) {
    .about.services {
        padding: 30px 0
    }

    .service-col {
        flex-direction: column !important
    }

        .service-col img{
            width:100% !important;
        }
    .about.services h2
    {
        font-size:1.8em;
    }
    .news-col {
        padding: 0;
        margin-bottom: 50px;
    }
        .news-col h4{
            height:auto;
            margin-top:0;
        }
        .news-col p {
            height: auto;
        }
        .service-col div.desc {
            padding: 20px 0
        }
    footer .col-md-2.footer-col a {
        display: inline-block;
        float: left;
    }
    footer .col-md-4.col-xs-12.footer-col {
        height: auto !important;
        min-height: auto;
    }
    footer {
       
        padding: 20px 0 25px 0px;
    }
    .main-slider-cont {
        padding: 0;
        height: calc(60dvh + 70px);
        width: 100%;
        margin-top: 0;
        overflow: hidden;
    }
    .footer-col.f2
    {
        min-height:auto;
        height:auto;    flex-wrap: wrap;

    }
    a.bottoms {
        padding: 20px 20px 20px 20px;
        font-size: 17px;
    }
    footer .col-md-2.footer-col
{
        border-left:0 !important;
        padding-left:0 !important;
    }
    .menu-cont {
        padding: 0 20px 0 20px;
    }
    .navbar-toggle{
        margin-right:0;
    }
    .tabs {
        padding: 0;
        width: calc(100dvw - 40px);
        margin-top: 20px;
    }
    .tabs a
    {
        margin-bottom:7px;
        padding:10px;
        font-size:16px;
    }
    .hss
    {
        flex-direction:column-reverse;
    }
    .grid-container:not(.hidden-xs) {
        display: grid !important;
        grid-template-columns: 1fr 1fr; /* دو ستون مساوی */
        grid-template-rows: auto 1fr 1fr; /* ردیف اول (محتوا) + دو ردیف برای مربع‌ها */
        gap: 12px;
        align-items: stretch;
        max-width: 800px;
        margin-top: 12px
    }

        /* آیتم اول: ردیف 1، دو ستون */
        .grid-container > .col2row1 {
            grid-column: 1 / -1; /* از ستون 1 تا آخر (هر دو ستون) */
            grid-row: 1 / 2;
            aspect-ratio: 2 / 1; /* مربع */
        }

        /* آیتم‌های مربع: چون هر دو کلاس col1row1 هستن از nth-of-type استفاده می‌کنیم */
        /* دومین لینک (آیتم شماره 2 در DOM) -> ستون 1، ردیف 2 */
        .grid-container > a:nth-of-type(2).col1row1 {
            grid-column: 1 / 2;
            grid-row: 2 / 3;
            aspect-ratio: 1 / 1; /* مربع */
            display: grid;
            place-items: center;
        }

        /* سومین لینک (آیتم شماره 3 در DOM) -> ستون 1، ردیف 3 */
        .grid-container > a:nth-of-type(3).col1row1 {
            grid-column: 1 / 2;
            grid-row: 3 / 4;
            aspect-ratio: 1 / 1; /* مربع */
            display: grid;
            place-items: center;
        }

        /* آیتم آخر: ستون 2، ردیف 2 تا 4 (یعنی spanning دو ردیف: ردیف 2 و 3) */
        .grid-container > .col1row2 {
            grid-column: 2 / 3;
            grid-row: 2 / 4; /* spans rows 2 and 3 */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .grid-container a {
            position: relative;
        }

            .grid-container a img {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                object-fit: cover;
            }

            .grid-container a span {
                 width:100%;
                height: 50px;
                position: absolute;
                top: 0;
                left: 0;
                background: #008cff;
                color: #fff;
                display: flex;
                font-size: 18px;
                align-items: center;
                justify-content: center;
            }
    header .container:before, header .container:after, header .navbar-header:after, .navbar-header:before, .navbar:before, .navbar:after {
        display: none
    }
    header .logo-c {
        order: 3;
    }
    header .nav-c {
        order: 1;
    }
    header .btn-c {
        order: 2;
    }
    footer ul {
        margin-top: 25px;
        padding-inline-start: 0;
    }
    .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
        width: 100vw;
        position: fixed;
        top: 70px;
        right: 0;
        background: #fff;
    }
    .navbar-nav {
       
        margin-right: 0 !important;
        padding-inline-start: 0;
    }
    .collapse.in .dropdown-menu {
        border: 2px solid #fff !important;
        border-top: 0 !important;
        border-radius: 0 0 15px 15px !important;
        width: calc(100vw - 40px);
        margin-right: 0 !important;
    }
    .collapse.in .open .dropdown-menu {
        border: 2px solid #040170 !important;
        border-top: 0 !important;
    }
    header {
        height: 70px;
    }
    .about
    {
        padding:30px 0 !important
    }
        .about h2 {
            font-size:1.2em;
        }
        .about h3 {
            font-size:16px;
        }
        .about a.more {
            
            padding: 5px 10px;
        }
    .service-col {
        padding: 10px 0;
    }
            .footer-cr-row {
            text-align: center;
        }
    header {
       
    }
    .main-slider
    {
        margin-top:70px;
    }
    .main-slider-item {
        width: 100%;
         display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

        .main-slider-item .caption {
            width: 100vw;
            height: 250px;
         
            justify-content: center;
            background-color: #040170;
            color: #fff;
            flex-direction: column;
            padding: 15px;
        }
        .main-slider-item .caption * {
             
            zoom: .8;
          
        }
        .main-slider-item .image {
            width: 100vw;
        }
            .main-slider-item .image img {
              height:  calc(100dvh - 320px);
              object-position:top
            }
        .main-slider-item p {
            text-align: justify;
            line-height: 1.7;
        }

        .main-slider-item h2 span {
            font-weight: normal;
            display: block;
        }
    .menu-cont a img.logo
    {
        width:100px;
    }
    a.lang
    {
        display:none
    }
    input.search {
        margin-bottom: 0;
        margin-left: 0;
        max-width:200px;
    }
    .open a.dropdown-toggle {
         border-bottom: 0 !important;
     }
    .footer-col {
        min-height: 160px;
        padding: 0 5px
    }
   footer .footer-col:nth-child(5) {
        min-height: 191px;
         
    }
}