#body {
    font-family: "iranyekan";
    background-color: #FFFFFF;
    margin-top:125px;
}

.h5, h5 {
    font-size: 1rem !important;
}
/* color */
.color-1 {
    color: #1d4999;
}

/* font */
.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

/* normal (default) */
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

/* bold */
.fw-bold {
    font-weight: bold;
}

.fw-800 {
    font-weight: 800;
}

.fw-850 {
    font-weight: 850;
}

.fw-900 {
    font-weight: 900;
}


/* material icons */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: rtl;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

.hemayat-btn {
    background: #ff5722 !important;
    color: #fff !important;
    padding: 15px 30px;
}

    .hemayat-btn:hover {
        background: #fd3b00 !important;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

    .hemayat-btn:active {
        background: #b32a00 !important;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
    }



a.link-1 {
    color: #000000;
    text-decoration: none;
}

    a.link-1:hover {
        color: #1d4999;
    }

.header-link {
    font-size: 15px !important;
}

.web-logo {
    direction: ltr;
    font-family: Arial, Helvetica, sans-serif;
}

.button-1 {
    background: #ff5722 !important;
    color: #fff !important;
    padding: 7px 40px;
    font-size: 15px;
}

    .button-1:hover {
        background: #fd3b00 !important;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

    .button-1:active {
        background: #b32a00 !important;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
    }

.second-navbar {
    min-height: 7rem;
    background-image: url(../image/header-banner.jpg);
    background-size: cover;
}

.second-navbar-text {
    position: absolute;
    bottom: 1.1rem;
}

.margin-top {
    margin-top: 10rem;
}

.title-text {
    font-size: 35px;
    font-weight: 700;
}

.nav-box {
    overflow-x: auto;
}

.nav-link-image {
    max-width: 6rem;
    filter: opacity(0.35);
}

    .nav-link-image:hover {
        filter: opacity(1);
    }

    .nav-link-image:focus {
        filter: opacity(1);
    }

.nav-link-text {
    color: black;
}

/* carousel */
.hiro-box {
    background-color: #21aa58;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

@media(max-width:767px) {
    .carousel-title {
        font-size: 24px;
        font-weight: 700;
    }

    .carousel-text {
        font-size: 12px;
    }
}

@media(min-width:768px) {
    .carousel-title {
        font-size: 24px;
        font-weight: 700;
    }

    .carousel-text {
        font-size: 14px;
    }
}

@media(min-width:1200px) {
    .carousel-title {
        font-size: 36px;
        font-weight: 700;
    }

    .carousel-text {
        font-size: 16px;
    }
}



.description {
    color: #333;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: justify;
}

.divider {
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.options-title {
    font-size: 35px;
    font-weight: 700;
}

.options-text {
    font-size: 18px;
    text-align: justify;
}

.options-link {
    text-decoration: none;
    color: #ff5722;
}

    .options-link:hover {
        color: #bf2d00;
    }

/* .button-2{
    background: #ff5722 !important;
    color: #fff !important;
    padding: 15px 30px;
}
.button-2:hover{
    background: #fd3b00 !important;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.button-2:active{
    background: #b32a00 !important;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
} */

.background-image-box {
    background-image: url("../image/parallax.jpeg");
    background-size: cover;
    background-attachment: fixed !important;
    height: 180px;
}

.second-divider {
    height: 6rem;
    width: 3px;
    border-right: 3px solid #ffffff;
}

.image-box-text {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.margin-bottom {
    margin-bottom: 8rem;
}

.custom-card-image {
    border-radius: 12px;
}

.custom-card-title {
    color: #9b9b9b;
    font-size: 22px;
    margin: 10px 0;
}

.custom-card-text {
    color: #333;
    display: -webkit-box;
    font-size: 18px;
    overflow: hidden;
    text-align: justify;
}

.map {
    background: #f8f8f9 url("../image/map-back.svg");
    background-repeat: no-repeat;
    padding: 0 18.12rem;
}

.persian-city-name {
    font-size: 18px;
}

.latin-city-name {
    font-size: 14px;
    letter-spacing: 3px;
}

.city-name-box {
    min-width: 8.5rem;
    margin: 0.5rem;
}

.footer {
    background-color: #101828;
    padding: 0.5rem 0;
    color: #DDD5DD;
    font-size: 0.75rem;
}

.footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

ul.dropdown-menu {
    min-width: 16rem;
}

.footer-menu {
    background-color: #027D46;
    color: #FCFCFD;
    text-align: right;
}

    .footer-menu nav {
        padding: 0.5rem 0;
    }

    .footer-menu ul li a {
        color: #FCFCFD !important;
        font-size: 0.875rem !important;
    }

.footer-link {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}

/* card */
.card.main-blog-card {
    min-height: 28rem;
}

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

.dropdown-toggle-hemayat {
    min-width: auto;
    color: #000000;
    min-height: 3rem;
    border: 0;
    border-radius: 0;
}

    .dropdown-toggle-hemayat.show {
        border: 0;
    }

/* 
#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 9999;
    transition: .35s;
    transform: scale(.7);
    width: 50px;
    height: 50px;
    background-color: #182f40;
    border-radius: 50%;
    color: #FFFFFF;
    opacity: 0;
}

#backtotop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
  } */

#backtotop {
    background-color: #182f40;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 45px !important;
    right: auto !important;
    left: 10px !important;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

    #backtotop:hover {
        cursor: pointer;
        background-color: rgb(21, 87, 186);
    }

    #backtotop:active {
        background-color: rgb(21, 87, 186);
    }

    #backtotop.show {
        opacity: 1;
        visibility: visible;
    }

/* complaint */
.signup-form-control {
    border: 1px solid black !important;
}

    .signup-form-control:focus {
        color: #212529;
        background-color: #fff;
        border: 1px solid rgb(0, 0, 0) !important;
        outline: 0;
        box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.25) !important;
    }

.error {
    position: absolute;
    top: -3px;
    left: 1rem;
}

.error-text {
    font-size: 12px;
    color: #950000;
    background-color: #FFCCCC;
    padding: 0 3px;
    border-radius: 5px;
}

.sdp-select {
    min-height: 55px;
    border-radius: 4px !important;
    /* border-color: rgb(91, 91, 91); */
    border: 1px solid black !important;
}

.sdp-select-option {
    background-color: #F0F9FF;
    color: black;
}

.form-select:focus {
    border-color: #000000 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0) !important;
}

.form-select.sdp-select {
    background-image: url("../image/arrow-down.svg");
    background-size: 20px 20px;
}

    .form-select.sdp-select:focus {
        background-image: url("../image/arrow-top.svg");
        background-size: 20px 20px;
    }

/* new */
.required-placeholder {
    color: red;
}


/* additional edit */
.web-navbar {
    background-color: aliceblue;
}

.nav-business-tab {
    width: 100%;
}

.more-info-btn {
    text-decoration: none;
}

.main-title {
    font-weight: bold;
    font-size: 32px;
    background-color: #002551;
    color: #ffffff;
    border-radius: 5px;
    min-width: 18rem;
    display: flex;
    justify-content: center;
}

.card.main-blog-card {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    border-radius: 8px;
    border: 0;
}

.card-img-top {
    height: 220px;
    border-radius: 13px !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media(max-width:575px) {
    .card-text.blog-card-text {
        font-size: 12px;
        font-weight: 400;
    }

    .main-title {
        font-size: 24px;
    }

    #clients .sdp-btn {
        display: inline-block !important;
        margin-top: 10px;
    }
}

@media(min-width:576px) {
    .card-text.blog-card-text {
        font-size: 14px;
        font-weight: 400;
    }
}

.news-card-body {
    padding-top: 8px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 8px;
    margin-left: 8px;
    border-top: 1px solid #dcdcdc;
}



.supporters {
    background-color: rgb(241, 241, 241);
}

.supporter-title {
    font-size: 35px;
    font-weight: 700;
    color: rgb(23, 77, 126);
}

.support-image {
    padding: 15px 50px;
}

.option-divider {
    height: 100%;
    width: 3px;
    border-right: 1px solid #c4d3ff;
}

.main-btn {
    background-color: #210d9a;
}

.slogan {
    color: #9ab8ef;
    font-size: 20px;
}

.text-divider {
    width: 3px;
    border-right: 1px solid #c4d3ff;
}

.title-box {
    border-top: 5px solid #002551;
}

.title-detail {
    margin-top: -1.7rem;
}

.title-margin {
    margin: 6rem 0;
}


table {
    width: 100%;
}

    table td {
        padding: 15px;
        border: 1px solid #f1f1f1;
    }

    table th {
        background-color: #EEEEEE;
        text-align: center;
        padding: 15px;
        border: 1px solid #f1f1f1;
    }



#backtotop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 9999;
    transition: .35s;
    transform: scale(.7);
    width: 50px;
    height: 50px;
    background-color: #182f40;
    border-radius: 50%;
    color: #FFFFFF;
}

    #backtotop a {
        color: #FFFFFF;
    }

    #backtotop span {
        width: 50px;
        height: 50px;
        color: #FFFFFF;
        padding: 13px;
    }

.dropdown_menu li {
    display: none;
}



.dropdown-toggle-hemayat {
    min-width: auto;
    color: #000000;
    min-height: 2rem;
    border: 0;
    border-radius: 0;
}

    .dropdown-toggle-hemayat.show {
        border: 0;
    }

.main-blog-card:hover {
    box-shadow: 0 0 10px 10px #dff7e7;
}

.question {
    cursor: pointer;
    background: #fafafa;
    padding: 5px 5px;
    margin-bottom: 15px;
    border-right: 5px solid green;
}

.answer {
    margin-right: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
}


.signup-form-control {
    border: 1px solid black !important;
}

    .signup-form-control:focus {
        color: #212529;
        background-color: #fff;
        border: 1px solid rgb(0, 0, 0) !important;
        outline: 0;
        box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.25) !important;
    }

.error {
    position: absolute;
    top: -3px;
    left: 1rem;
}

.error-text {
    font-size: 12px;
    color: #950000;
    background-color: #FFCCCC;
    padding: 0 3px;
    border-radius: 5px;
}

.sdp-select {
    min-height: 54px;
    border-radius: 4px;
    border-color: rgb(91, 91, 91);
}

.sdp-select-option {
    background-color: #F0F9FF;
    color: black;
}

.form-select:focus {
    border-color: #000000 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0) !important;
}

.form-select.sdp-select {
    background-image: url("../image/arrow-down.svg");
    background-size: 20px 20px;
}

    .form-select.sdp-select:focus {
        background-image: url("../image/arrow-top.svg");
        background-size: 20px 20px;
    }


.sdp-btn-link {
    border: 1px solid #182f40;
    padding: 15px;
    border-radius: 5px;
}

    .sdp-btn-link:hover {
        background-color: #EEEEEE;
    }


.field-validation-error {
    color: red;
    font-size: 10pt;
}

.aboutus-box {
    background: #F0F9FF;
}

.aboutus-title {
    width: max-content;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}



.nav.hemayat-nav {
    border-bottom: 1px solid #002551 !important;
}

.hemayat-one {
    color: #bdbdbd !important;
}

.hemayat-two {
    color: #bdbdbd !important;
}




.hemayat-one.active {
    border-right: 1px solid #002551 !important;
    border-left: 1px solid #002551 !important;
    border-top: 1px solid #002551 !important;
    border-bottom: 0 !important;
    color: #002551 !important;
}

.hemayat-two.active {
    border-right: 1px solid #002551 !important;
    border-left: 1px solid #002551 !important;
    border-top: 1px solid #002551 !important;
    border-bottom: 0 !important;
    color: #002551 !important;
}

.option-ul {
    list-style-type: none;
}

.option-image {
    max-width: 350px !important;
}


.pagination {
    margin: 9px 0 0;
    text-align: center;
    overflow: hidden;
}

.pagination-next-prev ul, ul.pagination {
    padding: 0;
    list-style-type: none
}

    ul.pagination li {
        display: inline-block;
        margin: 0;
        padding: 0
    }

        ul.pagination li a {
            border-radius: 50%;
            width: 52px;
            height: 52px;
            padding: 0;
            line-height: 52px;
            text-decoration: none;
            color: #003882;
        }

        .pagination-next-prev li a, ul.pagination li a {
            border-bottom: 0;
            display: inline-block;
            margin: 0;
            font-size: 14px
        }

            .pagination .current, ul.pagination li a.current-page, ul.pagination li a:hover, ul.pagination-next-prev li a:hover {
                background-color: #f2f2f2;
                color: #333
            }

            .pagination .current, ul.pagination li a:hover, ul.pagination li.active a, ul.pagination-next-prev li a:hover {
                background-color: #f2f2f2;
                color: #333
            }

    ul.pagination .disabled {
        display: none
    }

#clients .sdp-btn {
    display: inline-block !important;
    margin-top: 10px;
}

header {
    background-color: #FFFFFF;
}

.logo {
    max-height: 3.75rem;
    margin: 0.5rem 0 0.5rem 1.5rem;
}

.sdp-input-2 > input, .sdp-input-2 > textarea {
    background-color: #FFFFFF !important;
}

.btn-family {
    border: 1px solid #1D2939 !important;
    background-color: #F9FAFB !important;
    box-shadow: 3px 4px 4px 0px rgba(0,0,0,0.25) !important;
    display: inline-block !important;
    padding: 0.875rem !important;
    width: auto !important;
    min-width: 12rem;
}

#PageContent .card {
    background: #FFFFFF !important;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 54.8px 0px rgba(0, 0, 0, 0.06) !important;
    margin-bottom: 1.5rem;
    border: none;
}

.btn-link {
    width: 100% !important;
    text-align: center;
    text-decoration: none !important;
    padding: 1.5rem !important;
    display: inline-block !important;
}

.owl-carousel .owl-item img {
    border-radius: 0 !important;
}

.nav-register {
    border: 1px solid #1D2939;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    border-radius: 0.45rem;
    min-width: 100px;
    display: inline-block !important;
    padding: 0.5rem !important;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1.5rem;
}

.festival-icon {
    width: 2rem;
    height: 2rem;
}

.festival-tools-item {
    min-height: 15rem;
    display: block;
    padding: 1.5rem;
}

    .festival-tools-item:hover {
        background: #F2F4F7;
        border-radius: 0.5rem;
    }

    .festival-tools-item h3 {
        font-size: 1.125rem;
        font-weight: 700;
        color: #1D2939;
        text-align: right;
        padding: 0.5rem 0;
    }

    .festival-tools-item p {
        font-size: 0.875rem;
        font-weight: 400;
        color: #475467;
        text-align: right;
    }

.card.card-news {
    border: none !important;
    text-align: justify;
}

    .card.card-news img {
        border-radius: 25px !important;
    }


    .card.card-news .card-text {
        min-height: 100px !important;
    }

.header {
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0 0 5px #DDD;
}

    .header li.nav-item {
        /*background-color: #F6BB29;
    border-radius: 24px;
    border: 5px solid green;*/
        border-top-right-radius: 0;
        margin-left: 5px;
    }

.dropdown-menu.show {
    display: inline-table !important;
}

.owl-dots {
    display: none !important;
}

body {
    overflow-x: hidden;
    /*user-select: none;*/
}

#topHead {
    background-color: #027D46;
    padding: 5px 20px;
    color: #FFFFFF;
    font-size: 0.75rem;
    letter-spacing: 1px;
}

    #topHead a {
        color: #FFFFFF;
        font-size: 0.75rem;
        text-decoration: none;
    }


img.year {
    max-height: 5rem;
}


@media(max-width:767px) {
    img.year {
        max-height: 3rem;
    }
    img.logo {
        max-height: 3rem;
    }
}

.fixed-top{
    background:#FFFFFF !important;
}


.featured_menu{
	background-color: #fbc701;
  border: 3px solid green;
	border-radius: 8px;
}