@font-face {
    font-family: 'IranSans';
    src: url('../Fonts/IranSans/light/iransans.eot') format('embedded-opentype');
    src: url('../Fonts/IranSans/light/iransans.eot?#iefix') format("embedded-opentype"), 
         url('../Fonts/IranSans/light/iransans.woff') format("woff"),
         url('../Fonts/IranSans/light/iransans.ttf') format('truetype'), 
         url('../Fonts/IranSans/light/iransans.woff2') format("woff2"),
         url('../Fonts/IranSans/light/iransans.svg#IRANSansLight + regular, italic, bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100% !important;
    background: var(--backgroundColor);
    margin: 0 !important;
    padding: 0;
    width: 100%;
    color: var(--textColor);
    overflow: hidden auto;
}

#root {
    display: block;
    position: relative;
    height: 100%;
}

body {
    font-family: 'IranSans';
    font-size: 20px;
    font-weight: normal;
    color: var(--textColor);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    direction: rtl;
    -ms-overflow-style: none; /* IE and Edge */
    background: var(--backgroundColor);
}

body {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    background: var(--backgroundColor);
    background-image: var(--backgroundImage,url('../Images/network.svg'));
    background-position: left top;
    background-position: var(--loginBackgroundPosition);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: var(--textAltColor);
    cursor: pointer;
}

#wrapper {
    padding: 15px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#banner {
    /*background: url(../images/banner-images/banner-image-1.jpg) no-repeat center top;*/
    background-size: cover;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    align-items: center;
}

header.nav-solid, header.nav-solid a, header.nav-solid i, #nav-mobile ul li a {
    color: #333;
}

header.nav-solid {
    /* background: #fff; */
    /* box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2); */
    /*position: fixed !important;*/
    left: 0;
}

header {
    height: 100px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
}
/*
.row {
    max-width: 1245px;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
}*/

/*header .row {
    padding: 0;
}*/

header.nav-solid [class*='col-'] {
    padding: 0 20px;
}

#logo {
    float: right;
    height: 100px;
    line-height: 66px;
    margin-left: 15px;
}

.nav-solid #logo #banner-logo {
    display: none;
}

#logo img {
    vertical-align: middle;
    margin-left: 15px;
    max-height: 100px;
}

.row img {
    height: auto;
    max-width: 100%;
}

.nav-solid #logo #navigation-logo {
    display: inline-block;
}

.brandTitle {
    font-size: 0.9em;
    color: var(--brandColor);
    font-weight: bold;
    display: inline-block;
}
header aside {
    display: flex;
    justify-content: flex-end;
}

header .social-icons {
    margin-top: 15px;
}

header ul {
    text-align: center;
}

.social-icons {
    display: flex;
    font-size: 1.5em;
    /* vertical-align: middle; */
    text-align: center;
    align-items: center;
    justify-content: center;
}

    .social-icons li {
        background-color: var(--darkBackgroundColor);
        margin: 5px;
        border-radius: 0.5em;
    }

    .social-icons a {
        display: inline-block;
        width: 45px;
        height: 45px;
        text-align: center;
    }

    .social-icons span {
        display: none;
    }

header li {
    display: inline-block;
    list-style: none;
}

header.nav-solid .social-icons a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

header.nav-solid, header.nav-solid a, header.nav-solid i, #nav-mobile ul li a {
    color: var(--textColor);
    font-size: 30px;
    vertical-align: middle;
}
.contact-info {
    white-space: pre-line;
    font-size: 0.8em !important;
    color: var(--textAltColor);
}
.system-description {
    white-space: pre-line;
    min-height: 150px;
}
@media(max-width: 992px) {
    #logo {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header aside {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .system-description {
        text-align: center;
    }
}
#nav-trigger {
    display: none;
    text-align: left;
}

.nav-solid #nav-trigger span {
    color: #999;
    opacity: 1;
}

#nav-trigger span {
    display: inline-block;
    width: 38px;
    height: 71px;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav#nav-mobile {
    position: relative;
    display: none;
}

#banner-content.row {
    padding-top:2em;
    padding-bottom: 0;
}

@media(max-width:991px) {
    #banner-content.row {
        padding-top: 120px;
        padding-bottom: 4em;
    }
}

.section-heading {
    padding: 0 0 15px 0;
}

#banner h2, #banner p {
    font-size: 18px;
    font-weight: 600;
    line-height: 2em;
    color: var(--textColor);
}

.downloadapp-container {
    bottom: 0;
    align-self: center;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    border-radius: 0.5em;
    padding: 0.5em 0;
    font-size: 0.7em;
}

.login-download-btn {
    background-color: var(--backgroundColor);
    color: var(--baseColor);
    border-radius: 0.5em;
    border: 1px solid var(--baseColor);
    padding: 0.5em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

    .login-download-btn:hover {
        background-color: var(--baseColor);
        color: var(--textAltColor) !important;
    }

    .login-download-btn i {
        background-color: var(--baseColor);
    }

    .login-download-btn:hover i {
        background-color: var(--textAltColor);
    }

.svg-mini-icon {
    width: 1.3em;
    height: 1.3em;
    margin: 0.5em 0.3em;
    padding: 0 !important;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat !important;
    display: block;
}

#landing-footer {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    text-align: center;
}

    #landing-footer, #landing-footer p, #landing-footer a {
        font-weight: normal;
        width: 100%;
        margin-bottom: 0;
        font-size: 0.9em;
        line-height: 2em;
    }

        #landing-footer a {
            color: var(--baseColor);
            text-decoration: underline;
        }