/*@media (min-width: 992px) {
    .dropdown-menu-with {
        --bs-dropdown-min-width: 30rem;
    }
    .nav-item:hover {
        text-decoration: underline;
        text-underline-offset: 14px;
        text-decoration-thickness: 2px;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-with {
        --bs-dropdown-min-width: 30rem;
    }
    .nav-item:hover {
        text-decoration: underline;
        text-underline-offset: 14px;
        text-decoration-thickness: 2px;
    }
    .nav-color-gradiant {
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(12, 105, 174,0.5)), color-stop(100%, rgba(0,0,0,0.001)));
    }
    .nav-color-blue {
        background-color: rgba(12, 105, 174,0.5);
    }
}
@media (min-width: 768px) {
    .dropdown-menu-with {
        --bs-dropdown-min-width: 30rem;
    }
}*/

@media (max-width: 576px) {
    .dropdown-menu-with {
        --bs-dropdown-min-width: 20rem;
    }

    .fontsizeCaroselTitle {
        font-size: 1rem;
    }

    .carouselcaptionPositionLeft {
        position: absolute;
        left: 60px;
        top: 100px;
        bottom: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: var(--bs-carousel-caption-color);
        text-align: center;
    }

    .carouselcaptionPositionRight {
        position: absolute;
        right: 10px;
        top: 30px;
        bottom: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: var(--bs-carousel-caption-color);
        text-align: center;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: .7rem;
    }

    h3 {
        font-size: .6rem;
    }

    h4 {
        font-size: 0.5rem;
    }

}

@media (min-width: 576px) {
    .dropdown-menu-with {
        --bs-dropdown-min-width: 30rem;
    }

    .fontsizeCaroselTitle {
        font-size: 3rem;
    }

    .carouselcaptionPositionLeft {
        position: absolute;
        left: 180px;
        top: 260px;
        bottom: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: var(--bs-carousel-caption-color);
        text-align: center;
    }

    .carouselcaptionPositionRight {
        position: absolute;
        right: 140px;
        top: 200px;
        bottom: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: var(--bs-carousel-caption-color);
        text-align: center;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: 1rem;
    }
}


.navColor {
    background-color: #f0f0f0 !important;
    /*background-color: rgba(12, 105, 174,0.5);*/
}

.nav-item:hover {
    text-decoration: underline;
    text-underline-offset: 14px;
    text-decoration-thickness: 2px;
}

.nav-color-gradiant {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(12, 105, 174,0.5)), color-stop(100%, rgba(0,0,0,0.001)));
}

.nav-color-blue {
    background-color: rgba(12, 105, 174,0.5);
}

@font-face {
    font-family: 'AIranianSans';
    src: url('../font/IranSans/AIranianSans.eot') format('embedded-opentype'), url('../font/IranSans/AIranianSans.otf') format('opentype'), url('../font/IranSans/AIranianSans.svg') format('svg'), url('../font/IranSans/AIranianSans.ttf') format('truetype'), url('../font/IranSans/AIranianSans.woff') format('woff');
}

body, h1, h2, h3, h4, h5, h6, p, div {
    font-family: AIranianSans, tahoma, arial;
    margin: 0;
    padding: 0;
}

.logoSize40 {
    height: 40px;
}
.logoSize30 {
    height: 30px;
}
.small, small {
    font-size: .875em;
}
.fontsize06rem {
    font-size: 0.6rem;
}
.fontsize07rem {
    font-size: 0.7rem;
}
.fontsize08rem {
    font-size: 0.8rem;
}

.fontsize15rem {
    font-size: 1.5rem;
}
.fontsize2rem {
    font-size: 2rem;
}
.fontsize3rem {
    font-size: 3rem;
}

.about p {
    margin: 0;
    margin-top:10px;
    text-indent: 2rem;
    text-align: justify;
}

.text-justify {
    margin: 0;
    text-indent: 2rem;
    text-align: justify;
}
.height100 {
    height: 100% !important;
}
.width100 {
    width: 100% !important;
}
.width100Max {
    max-width: 100% !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 999;
}
.dropdown-menuIconleft {
    --bs-dropdown-zindex: 1000;
    /*--bs-dropdown-min-width: 10rem;*/
    --bs-dropdown-padding-x: 10px;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: right;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

    .dropdown-menuIconleft[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: var(--bs-dropdown-spacer);
    }

.dropdown-menuiconleft-start {
    --bs-position: start;
}

    .dropdown-menuiconleft-start[data-bs-popper] {
        left: auto;
        right: 0;
    }

.dropdown-menuIconleft-end {
    --bs-position: end;
}

    .dropdown-menuIconleft-end[data-bs-popper] {
        left: 0;
        right: auto;
    }

.dropdown-menuIconleft.show {
    display: block;
}

.colorBlack {
    color: #000;
}