* {
    outline: none !important;
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--primary-hover);
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*
a:not(.active):focus {
    text-decoration: underline !important;
}*/

.nav-link .icon_arrow .tio {
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
}

.dropdown .dropdown-toggle .icon_arrow {
    display: inline-block;
}

.select-md {
    height: 45px !important;
}

.banner-section {
    background-color: rgba(88, 213, 211, 0.16);
    position: relative;
    height: 100%;
    padding-top: 7.5rem !important;
    padding-bottom: 5.5rem !important;
    overflow: hidden;
    /* min-height: 100vh; */
    background-image: url(../img/structure.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

/*.banner-section::before {
  content: '';
  position: absolute;
  width: 1000px;
  height: 1000px;
  background-color: var(--primary);
  display: block;
  top: -150px;
  left: -450px;
  transform: rotate(60deg);
  border-radius: 100px;
}*/

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.text-1 {
    font-size: 0.625rem !important;
}

.text-1-5 {
    font-size: 0.75rem !important;
}

.text-2 {
    font-size: 0.9375rem !important;
}

.text-2-5 {
    font-size: 1.0625rem !important;
}

.text-3 {
    font-size: 1.25rem !important;
}

.text-3-5 {
    font-size: 1.4375rem !important;
}

.text-4 {
    font-size: 1.5625rem !important;
}

.text-5 {
    font-size: 1.875rem !important;
}

.text-6 {
    font-size: 2.1875rem !important;
}

.lh-1 {
    line-height: 1;
}

.lh-2 {
    line-height: 2;
}

.icon-box {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    /* background-color: #7bd88a !important; */
    font-size: 1.5rem !important;
    color: #fff !important;
    margin-left: 10px !important;
}

.tooltip {
    font-family: iranyekan, "CircularStd", sans-serif;
    font-size: 12px;
}

.title-border {
    border-bottom: 1px solid #edeef1;
    position: relative;
    padding-bottom: 10px;
}

    .title-border::after {
        content: "";
        width: 50px;
        height: 3px;
        position: absolute;
        left: 0;
        background-color: var(--primary);
        bottom: -2px;
    }

    .title-border::after {
        right: 0;
        left: inherit;
    }

.ul-inside {
    list-style-position: inside;
}


.blog-link-list ul {
    list-style-position: inside;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #777;
    margin-top: 10px;
}

    .blog-link-list ul a {
        color: #777;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

        .blog-link-list ul a:hover {
            color: #333;
            text-decoration: none;
            padding-right: 5px !important;
        }

footer.dark {
    background-color: #212121 !important;
}

    footer.dark .gb-l4 {
        background-color: #171717 !important;
    }

.about-header {
    min-height: 100vh;
    background-image: url(../img/structure.jpg);
    padding: 150px 0px;
    background-size: cover;
    background-position: 0 -111px;
    position: relative;
}

    .about-header::before {
        content: 'دپارتمان فن آوری اطلاعات شرق رایا';
        position: absolute;
        bottom: 10px;
        left: 10px;
        font-size: 10px;
        /*font-weight: bold;
  */
        color: #fff;
        background: rgba(0, 0, 0, 0.4);
        padding: 5px 10px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
    }

.contact-modal {
}

    .contact-modal ul.contact-info {
        list-style-position: inside;
        font-size: 14px;
        color: #333;
        line-height: 2.5;
        padding-right: 0 !important;
    }

        .contact-modal ul.contact-info li span:first-of-type {
            color: #aaa;
        }

    .contact-modal .form-control {
        height: 40px;
        font-size: 14px;
        font-weight: normal;
    }

    .contact-modal label {
        margin-bottom: 0px;
    }

    .contact-modal .form-group {
        margin-bottom: .5rem;
    }

.section-spacer {
    width: 100%;
}


.social-icons-footer .icons {
    display: flex;
    padding-top: 5px;
    flex-flow: wrap;
}

footer .social-icons-footer .social-icon-box {
    background-color: #e8e8e8;
    color: #546473;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

footer.dark .social-icons-footer .social-icon-box {
    background-color: rgba(255, 255, 255, 0.1);
    color: #cecece;
}

footer .social-icons-footer .social-icon-box:hover {
    background-color: var(--primary);
    color: #fff;
}

footer .social-icons-footer .social-icon-box:focus {
    text-decoration: none !important;
}



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(90deg);
        position: absolute;
        left: 6px;
        top: .8em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        right: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

.navbar-nav .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .05) !important;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 0.6rem;
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg {
        overflow-y: auto;
        max-height: 100vh;
        overflow-x: hidden;
    }
}

.search-suggestion {
    position: absolute;
    top: 45px;
    width: 100%;
    background: #fff;
    z-index: 100;
    border-radius: 8px;
    box-shadow: 0 2px 15px 0px rgba(0,0,0,0.15);
    font-size: 14px;
    display: none;
}

    .search-suggestion ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .search-suggestion ul li {
        }

            .search-suggestion ul li a {
                display: block;
                padding: 10px;
                color: var(--dark);
            }

                .search-suggestion ul li a:hover {
                    /*color: var(--primary);*/
                    background-color: #f2f2f2;
                }

.section-text-container a {
    color: var(--blue);
}

    .section-text-container a:hover {
        text-decoration: underline;
    }


.div-card-image-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    line-height: 0;
}

    .div-card-image-container img {
        opacity: 0;
    }


/*.clear-extra-style * {*/
.clear-extra-style :not([style*='Wingdings']) {
    font-family: var(--font-family) !important;
}

em {
    font-style: normal !important;
}

#content main > section:first-child {
    margin-top: 0 !important;
    padding-top: 100px !important;
}

section ul {
    padding-right: 2.5em !important;
}

section {
    font-size: 15px;
}

hr {
    border: 0;
    height: 1px;
    background: #ddd;
}
