/* Minification failed. Returning unminified contents.
(1487,1): run-time error CSS1019: Unexpected token, found '}'
 */
div.validation-summary-errors {
    margin: 1rem 0;
    color: #C71212;
    font-size: .85rem;
}

.btn {
    border-radius: unset;
}

.form-control {
    background-color: #f1f1f1;
    border: none;
    border-radius: unset;
}

    .form-control:focus {
        background-color: #f1f1f1;
        box-shadow: 0 0 0 0.2rem #999c9f;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #dcdee0;
    }

    .form-control.disabled {
        background-color: #dcdee0;
    }

input.form-control[type=file] {
    padding: 3px 12px;
}

input.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b6b6b6;
}

input.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b6b6b6;
    opacity: 1;
}

input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b6b6b6;
    opacity: 1;
}

input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b6b6b6;
}

input.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #b6b6b6;
}

input.form-control::placeholder { /* Most modern browsers support this now. */
    color: #b6b6b6;
}

.modal-header {
    padding: 20px 35px 0 35px;
}

    .modal-header h4 {
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        color: #282826;
    }

    .modal-header button {
        line-height: 42px;
    }

    .modal-header .close {
        margin-top: 0;
        padding: 0 15px;
    }

.modal {
    padding-right: 0 !important;
}

.modal-footer {
    padding: 9px 35px 27px 35px;
    justify-content: flex-start;
}

    .modal-footer button {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
        color: #fff;
        background-color: #282826;
    }

        .modal-footer button:focus {
            box-shadow: 0 0 0 0.2rem #9ea0a3;
        }

.modal .modal-footer button:hover, .modal .modal-footer button:active, .modal .modal-footer button:focus, .modal .modal-footer button:focus:active, .modal .modal-footer button:active:hover, .modal .modal-footer button:active:focus:hover {
    opacity: .9;
}

@media screen and (max-width: 767px) {
    .modal-content {
        margin: 0 20px;
    }
}

.modal.mi-modal-colorful {
    border-color: rgba(0,0,0,.1);
    color: #000;
}

    .modal.mi-modal-colorful .modal-header {
        border: none;
    }

    .modal.mi-modal-colorful .modal-footer {
        border: none;
    }

.modal .modal-body {
    color: #9d9d9d;
    padding: 10px 35px 35px 35px;
}

.modal.mi-modal-without-extra-bottom-padding .modal-body {
    padding-bottom: 15px;
}

.modal.mi-modal-none-bottom-padding .modal-body {
    padding-bottom: 0;
}

.modal.mi-modal-with-top-form .modal-body {
    padding-top: 0;
}

    .modal.mi-modal-with-top-form .modal-body .mi-modal-form {
        margin-bottom: 15px;
        background-color: #f5f5f5;
    }

        .modal.mi-modal-with-top-form .modal-body .mi-modal-form div.validation-summary-errors {
            margin-top: 15px;
            margin-bottom: 10px;
        }

.modal .modal-content {
    background-color: #f5f5f5;
    border: none;
    border-radius: unset;
}

    .modal .modal-content::before {
        content: ' ';
        border-color: transparent #282826 transparent transparent;
        border-style: solid;
        border-width: 0 75px 75px 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.modal.mi-modal-warning .modal-footer button {
    background-color: #f0ad4e;
}

    .modal.mi-modal-warning .modal-footer button:focus {
        box-shadow: 0 0 0 0.2rem #f8d56c;
    }

.modal.mi-modal-warning .modal-content::before {
    border-color: transparent #f0ad4e transparent transparent;
}

.modal.mi-modal-success .modal-footer button {
    background-color: #7e9f74;
}

    .modal.mi-modal-success .modal-footer button:focus {
        box-shadow: 0 0 0 0.2rem #9ed4ab;
    }

.modal.mi-modal-success .modal-content::before {
    border-color: transparent #7e9f74 transparent transparent;
}

.modal.mi-modal-info .modal-footer button {
    background-color: #26b5c7;
}

    .modal.mi-modal-info .modal-footer button:focus {
        box-shadow: 0 0 0 0.2rem #8bd0db;
    }

.modal.mi-modal-info .modal-content::before {
    border-color: transparent #26b5c7 transparent transparent;
}

.modal.mi-modal-danger .modal-footer button {
    background-color: #d9534f;
}

    .modal.mi-modal-danger .modal-footer button:focus {
        box-shadow: 0 0 0 0.2rem #ed9aa2;
    }

.modal.mi-modal-landing-contactus-indigo .modal-footer button {
    background-color: #6610f2;
}

    .modal.mi-modal-landing-contactus-indigo .modal-footer button:focus {
        box-shadow: 0 0 0 0.2rem #a370f7;
    }

.modal.mi-modal-landing-contactus-blue .modal-footer button {
    background-color: #0d6efd;
}

    .modal.mi-modal-landing-contactus-blue .modal-footer button:focus {
        box-shadow: 0 0 0 0.2rem #6ea8fe;
    }

.modal.mi-modal-danger .modal-content::before {
    border-color: transparent #d9534f transparent transparent;
}

.modal.mi-modal-landing-contactus-indigo .modal-content::before {
    border-color: transparent #6610f2 transparent transparent;
}

.modal.mi-modal-landing-contactus-blue .modal-content::before {
    border-color: transparent #0d6efd transparent transparent;
}

.modal-content {
    width: inherit;
    min-width: 500px;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

.mi-padding-bottom-modal {
    padding-bottom: 50px;
}

.mi-ltr-content-modal {
    direction: ltr;
    text-align: left;
    display: block;
}



















/* sm and up (576px and up) */
@media (min-width: 576px) {
}

/* md and up (768px and up) */
@media (min-width: 768px) {
}

/* lg and up (992px and up) */
@media (min-width: 992px) {
}

/* lg and down */
@media (max-width: 1199.98px) {
}

/* md and down */
@media (max-width: 991.98px) {
}

/* sm and down */
@media (max-width: 767.98px) {
}

/* xs (0 to 575.98px) */
@media (max-width: 575.98px) {
    .modal-content {
        min-width: unset;
        width: 100%;
    }
}

/* sm (576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* md (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* lg (992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* xl (1200px to up) */
@media (min-width: 1200px) {
}

/* CUSTOM (0 to 360px) */
@media (max-width: 360px) {
}

/*######################### <LOADING>  ########################*/
div#Loading {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    display: table;
    color: #000;
}

    div#Loading > div {
        display: table-cell;
        vertical-align: middle;
    }

        div#Loading > div > div {
            margin-left: auto;
            margin-right: auto;
            width: 83px;
        }

    div#Loading .loader,
    div#Loading .loader:before,
    div#Loading .loader:after {
        background: #ffffff;
        -webkit-animation: load1 1s infinite ease-in-out;
        animation: load1 1s infinite ease-in-out;
        width: 1em;
        height: 4em;
    }

    div#Loading .loader {
        color: #ffffff;
        text-indent: -9999em;
        margin: 88px auto;
        position: relative;
        font-size: 11px;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

        div#Loading .loader:before,
        div#Loading .loader:after {
            position: absolute;
            top: 0;
            content: '';
        }

        div#Loading .loader:before {
            left: -1.5em;
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

        div#Loading .loader:after {
            left: 1.5em;
        }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
/*######################### </LOADING> ########################*/
html {
    height: 100%;
    font-size: 16px;
}

body {
    color: #000;
    direction: ltr;
    text-align: left;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

    body > main {
        flex: 1 0 auto;
    }

    body.mi-body-bg-transformly {
        background: url('../Images/bg.png') repeat;
        animation: mi-bg-motion 10s ease infinite;
    }

@keyframes mi-bg-motion {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 25% 60%;
    }

    100% {
        background-position: 0% 50%;
    }
}

a {
    color: #888;
    transition: color ease .4s;
}

    a:hover,
    a:focus {
        color: #bababa;
        transition: color ease .4s;
        text-decoration: none;
        outline: none;
    }

header {
    height: 100px;
}

    header > section {
        float: left;
    }

        header > section.mi-header-sitename {
            font-weight: bold;
            line-height: 100px;
            font-size: 1.4rem;
        }

            header > section.mi-header-sitename > a {
                color: #000;
            }

        header > section.mi-header-logo {
            padding-left: 55px;
        }

            header > section.mi-header-logo > a {
                line-height: 100px;
                width: 48px;
                height: 48px;
            }

                header > section.mi-header-logo > a > img {
                    width: 48px;
                    height: 48px;
                }

    header > nav {
        float: right;
    }

        header > nav > a {
            color: #000;
            transition: color ease .4s;
            line-height: 100px;
            margin-left: 47.5px;
        }

            header > nav > a.active,
            header > nav > a:hover,
            header > nav > a:focus {
                color: #bababa;
                transition: color ease .4s;
            }

            header > nav > a.mi-nav-language {
                margin-left: 20px;
            }

                header > nav > a.mi-nav-language > img {
                    width: 32px;
                    height: 32px;
                }

    header > section.mi-nav-button {
        float: right;
    }

        header > section.mi-nav-button > a {
            color: #000;
            transition: color ease .4s;
            line-height: 100px;
            margin-left: 8px;
        }

            header > section.mi-nav-button > a:hover > i,
            header > section.mi-nav-button > a:focus > i {
                color: #bababa;
                transition: color ease .4s;
            }

footer {
    background-color: #1a1a1a;
    margin-top: 3px;
    color: #8c8c8c;
    padding-top: 50px;
}

    footer section#footerSocials {
        text-align: center;
        padding-bottom: 35px;
    }

        footer section#footerSocials > a {
            color: #3f3f3f;
            border: 2px solid #3f3f3f;
            border-radius: 99px;
            padding: 6px 0;
            width: 40px;
            height: 40px;
            display: inline-block;
            margin: 0 7.5px 15px 7.5px;
        }

            footer section#footerSocials > a:hover,
            footer section#footerSocials > a:focus {
                color: #fff;
                background-color: #3f3f3f;
            }

            footer section#footerSocials > a > i {
                font-size: 20px;
                vertical-align: -2px;
            }

    footer section > span {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 15px;
        border-spacing: 7px;
        display: table;
        white-space: nowrap;
        line-height: 1px;
    }

        footer section > span::after,
        footer section > span::before {
            content: "";
            display: table-cell;
            width: 50%;
            border-top: 1px solid #8c8c8c;
        }

    footer section > p {
        margin: 15px;
        text-align: justify;
        max-width: calc(100% - 30px);
        width: calc(100% - 30px);
        overflow: hidden;
        white-space: pre-line;
    }

        footer section > p a {
            color: #8c8c8c;
        }

            footer section > p a:hover,
            footer section > p a:focus {
                text-decoration: underline;
                color: #fff;
            }

    footer section#footerLinks > a {
        display: block;
        color: #8c8c8c;
        margin: 15px;
        position: relative;
        padding-left: 8px;
    }

        footer section#footerLinks > a::after {
            font-family: 'fontawesome';
            content: '\f105';
            position: absolute;
            right: 0;
        }

        footer section#footerLinks > a:hover,
        footer section#footerLinks > a:focus {
            text-decoration: underline;
            color: #fff;
        }

    footer section#footerAuthor {
        padding: 30px 0 10px 0;
        text-align: center;
    }

        footer section#footerAuthor > a {
            color: #bababa;
        }

            footer section#footerAuthor > a:hover,
            footer section#footerAuthor > a:focus {
                color: #fff;
                text-decoration: underline;
            }

    footer.mi-footer-secondary {
        background-color: unset;
        margin-top: 3px;
        color: #8c8c8c;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

.mi-background-light-gray {
    background-color: #f7f7f7;
}

section.mi-header-jumbotron {
    padding-top: 90px;
    padding-bottom: 120px;
}

section.mi-header-jumbotron-padding-bottom-sm {
    padding-bottom: 90px;
}

section.mi-header-jumbotron > h3 {
    margin-bottom: 0;
    line-height: 45px;
    white-space: pre-line;
}

section.mi-header-jumbotron > p {
    margin-bottom: 0;
    white-space: pre-line;
}

div.mi-container-projects {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: auto;
    margin-left: auto;
}

    div.mi-container-projects.mi-container-projects-none-padding {
        padding: 0;
    }

    div.mi-container-projects > div.mi-project-left {
        float: left;
    }

    div.mi-container-projects > div.mi-project-right {
        float: right;
    }

    div.mi-container-projects > div.mi-project {
        position: relative;
    }

        div.mi-container-projects > div.mi-project > a,
        div.mi-container-projects > div.mi-project > div {
            display: inline-block;
            height: 100%;
            width: 100%;
        }

            div.mi-container-projects > div.mi-project > a > img,
            div.mi-container-projects > div.mi-project > div > img {
                padding: 3px;
                object-fit: cover;
                height: 100%;
                width: 100%;
            }

    div.mi-container-projects.mi-container-projects-none-padding > div.mi-project > a > img,
    div.mi-container-projects.mi-container-projects-none-padding > div.mi-project > div > img {
        padding: 0;
    }

    div.mi-container-projects > div.mi-project > a > span,
    div.mi-container-projects > div.mi-project > div > span {
        position: relative;
        opacity: 0;
    }

    div.mi-container-projects > div.mi-project:hover > a > span,
    div.mi-container-projects > div.mi-project:focus > a > span,
    div.mi-container-projects > div.mi-project:hover > div > span,
    div.mi-container-projects > div.mi-project:focus > div > span {
        position: absolute;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        left: 3px;
        top: 3px;
        background-color: #000;
        opacity: .7;
        transition: opacity ease 1s;
    }

    div.mi-container-projects.mi-container-projects-none-padding > div.mi-project:hover > a > span,
    div.mi-container-projects.mi-container-projects-none-padding > div.mi-project:focus > a > span,
    div.mi-container-projects.mi-container-projects-none-padding > div.mi-project:hover > div > span,
    div.mi-container-projects.mi-container-projects-none-padding > div.mi-project:focus > div > span {
        width: calc(100%);
        height: calc(100%);
        left: 0;
        top: 0;
    }

    div.mi-container-projects > div.mi-project > a[data-mi-title]::before,
    div.mi-container-projects > div.mi-project > div[data-mi-title]::before {
        opacity: 0;
        content: attr(data-mi-title);
        color: #fff;
        position: absolute;
        left: 25px;
        bottom: 43px;
        font-size: 1.8rem;
        width: calc(100% - 50px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        z-index: 1;
    }

    div.mi-container-projects > div.mi-project > a[data-mi-only-title][data-mi-title]::before,
    div.mi-container-projects > div.mi-project > div[data-mi-only-title][data-mi-title]::before {
        bottom: 20px;
    }

    div.mi-container-projects > div.mi-project > a[data-mi-summary]::after,
    div.mi-container-projects > div.mi-project > div[data-mi-summary]::after {
        opacity: 0;
        content: attr(data-mi-summary);
        color: #fff;
        position: absolute;
        left: 25px;
        bottom: 20px;
        width: calc(100% - 50px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        z-index: 1;
    }

    div.mi-container-projects > div.mi-project:hover > a[data-mi-title]::before,
    div.mi-container-projects > div.mi-project:focus > a[data-mi-title]::before,
    div.mi-container-projects > div.mi-project:hover > a[data-mi-summary]::after,
    div.mi-container-projects > div.mi-project:focus > a[data-mi-summary]::after,
    div.mi-container-projects > div.mi-project:hover > div[data-mi-title]::before,
    div.mi-container-projects > div.mi-project:focus > div[data-mi-title]::before,
    div.mi-container-projects > div.mi-project:hover > div[data-mi-summary]::after,
    div.mi-container-projects > div.mi-project:focus > div[data-mi-summary]::after {
        opacity: 1;
        transition: opacity ease 1s;
    }

    div.mi-container-projects > div.mi-project > div > span > a {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background-color: #fff;
        border-radius: 99px;
        text-align: center;
    }

        div.mi-container-projects > div.mi-project > div > span > a::before {
            content: '\f0c9';
            font-family: 'fontawesome';
        }

    div.mi-container-projects > div.mi-project-width-1 {
        width: 8.3333333%;
    }

    div.mi-container-projects > div.mi-project-width-2 {
        width: 16.666666%;
    }

    div.mi-container-projects > div.mi-project-width-3 {
        width: 25%;
    }

    div.mi-container-projects > div.mi-project-width-4 {
        width: 33.3333333%;
    }

    div.mi-container-projects > div.mi-project-width-5 {
        width: 41.666666%;
    }

    div.mi-container-projects > div.mi-project-width-6 {
        width: 50%;
    }

    div.mi-container-projects > div.mi-project-width-7 {
        width: 58.3333333%;
    }

    div.mi-container-projects > div.mi-project-width-8 {
        width: 66.666666%;
    }

    div.mi-container-projects > div.mi-project-width-9 {
        width: 75%;
    }

    div.mi-container-projects > div.mi-project-width-10 {
        width: 83.3333333%;
    }

    div.mi-container-projects > div.mi-project-width-11 {
        width: 91.666666%;
    }

    div.mi-container-projects > div.mi-project-width-12 {
        width: 100%;
    }

    div.mi-container-projects > div.mi-project-height-1 {
        height: 8.333333vw;
    }

    div.mi-container-projects > div.mi-project-height-2 {
        height: 16.666666vw;
    }

    div.mi-container-projects > div.mi-project-height-3 {
        height: 25vw;
    }

    div.mi-container-projects > div.mi-project-height-4 {
        height: 33.333333vw;
    }

    div.mi-container-projects > div.mi-project-height-5 {
        height: 41.666666vw;
    }

    div.mi-container-projects > div.mi-project-height-6 {
        height: 50vw;
    }

    div.mi-container-projects > div.mi-project-height-7 {
        height: 58.333333vw;
    }

    div.mi-container-projects > div.mi-project-height-8 {
        height: 66.666666vw;
    }

    div.mi-container-projects > div.mi-project-height-9 {
        height: 75vw;
    }

    div.mi-container-projects > div.mi-project-height-10 {
        height: 83.333333vw;
    }

    div.mi-container-projects > div.mi-project-height-11 {
        height: 91.666666vw;
    }

    div.mi-container-projects > div.mi-project-height-12 {
        width: 100vw;
    }

    div.mi-container-projects > div.mi-project-width-xs-6-md-4 {
        width: 33.3333333%;
        height: 25vw;
    }

section.mi-project-load-more {
    text-align: center;
    margin: 35px auto;
}

    section.mi-project-load-more > a {
        background-color: #f1f1f1;
        line-height: 50px;
        display: inline-block;
        border-radius: 99px;
        padding: 0 90px;
        transition: background-color ease .4s;
    }

        section.mi-project-load-more > a:hover,
        section.mi-project-load-more > a:focus {
            color: #888;
            background-color: #dbdbdb;
            transition: background-color ease .4s;
        }

body > nav {
    background-color: #1a1a1a;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    display: table;
}

    body > nav > div {
        display: table-cell;
        vertical-align: middle;
    }

        body > nav > div > div {
            margin-left: auto;
            margin-right: auto;
            width: 350px;
            max-height: 100%;
            overflow-y: auto;
        }

    body > nav a.mi-nav-close {
        color: #fff;
        font-size: 25px;
        background: url('../Images/close.png') no-repeat center center;
        width: 58px;
        height: 58px;
        position: absolute;
        top: 40px;
        right: 40px;
    }

    body > nav a.mi-nav-language {
        position: absolute;
        top: 45px;
        right: 120px;
    }

        body > nav a.mi-nav-language > img {
            width: 48px;
            height: 48px;
        }

    body > nav a.mi-nav-item {
        display: block;
        font-size: 1.75rem;
        line-height: 45px;
        margin: 13px 0;
        color: #fff;
        padding: 12px 20px;
        text-align: center;
    }

        body > nav a.mi-nav-item.active {
            background-color: rgba(255, 255, 255, 0.05);
            font-weight: bold;
        }

        body > nav a.mi-nav-item:hover,
        body > nav a.mi-nav-item:focus {
            background-color: rgba(255, 255, 255, 0.05);
        }

    body > nav.mi-nav-visible {
        opacity: 1;
        transition: opacity ease .4s;
    }

    body > nav.mi-nav-hidden {
        opacity: 0;
        visibility: hidden;
        transition: opacity ease .4s, visibility ease .4s;
    }

.mi-cursor-pointer {
    cursor: pointer;
}

.mi-width-100-percent {
    width: 100%;
}

i.rq {
    font: .85rem tahoma;
    color: #000;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

section.mi-about-img {
}

    section.mi-about-img > img {
        width: 100%;
        height: auto;
    }

section.mi-about-item {
}

    section.mi-about-item:nth-child(even) {
        background-color: #f7f7f7;
    }

    section.mi-about-item section.mi-about-item-img {
        padding-top: 15px;
        padding-bottom: 15px;
        margin: auto;
        text-align: center;
    }

        section.mi-about-item section.mi-about-item-img > img {
            width: 100%;
            border-radius: 999px;
        }

    section.mi-about-item section.mi-about-item-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        section.mi-about-item section.mi-about-item-text > h4 {
            font-size: 1.75rem;
        }

        section.mi-about-item section.mi-about-item-text > p {
            text-align: justify;
            margin-bottom: 0;
        }

div.mi-custom-right-click-menu {
    display: none;
    transition: display ease .3s;
    z-index: 9998;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border: 1px solid #c2ac6e;
    font-family: Tahoma;
    background: #fff;
    color: #c2ac6e;
    border-radius: 99px;
    padding: 5px;
    font-size: .7rem;
    line-height: 8px;
}

.mi-white-space-unset-important {
    white-space: unset !important;
}

.ltr {
    direction: ltr;
    text-align: left;
}

hr {
    clear: both;
    border: none;
    width: 100%;
    height: 1px;
    margin: 1rem 0;
    background-image: -webkit-linear-gradient(to right,rgba(0,0,0,.02) 0,rgba(215,220,225,1) 50%,rgba(0,0,0,.02) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.02) 0,rgba(215,220,225,1) 50%,rgba(0,0,0,.02) 100%);
}

.mi-margin-top-none {
    margin-top: 0;
}

.mi-margin-none {
    margin: 0;
}

div.mi-order-row {
    position: relative;
    padding-top: 25px;
}

    div.mi-order-row > button.mi-order-delete {
        position: absolute;
        right: 5px;
        top: 0px;
        z-index: 1;
        padding: .05rem .25rem;
        font-size: .75rem;
        line-height: 1.5;
    }

    div.mi-order-row > span.mi-order-index {
        position: absolute;
        left: 5px;
        top: 0px;
        padding: .05rem .25rem;
    }

#LandingContactUs {
    margin-top: 100px;
    margin-bottom: 170px;
}

    #LandingContactUs section {
        height: 150px;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

        #LandingContactUs section a {
            width: 200px;
            height: 200px;
            color: #fff;
            display: inline-block;
            transform: rotate(45deg);
            background-color: #6610f2;
            border: 5px outset #bf9cf7;
            cursor: pointer;
        }

        #LandingContactUs section.mi-landing-contact-item-two-in-row a:first-child {
            margin-left: 50px;
        }

        #LandingContactUs section.mi-landing-contact-item-two-in-row a:last-child {
            margin-right: 50px;
        }

        #LandingContactUs section a p {
            position: absolute;
            width: 100%;
            height: 140px;
            top: calc(50% - 70px);
            padding-top: 15px;
            display: block;
            transform: rotate(-45deg);
            text-align: center;
            margin-bottom: 0;
        }

            #LandingContactUs section a p i {
                display: block;
                font-size: 90px;
            }

                #LandingContactUs section a p i.mi-scale-0-9 {
                    transform: scale(0.9);
                }

            #LandingContactUs section a p span {
                padding-top: 15px;
                display: block;
                font-size: 27px;
                font-weight: bold;
            }

.mi-modal-landing-contactus .modal-body {
    color: #3b3b3b;
}

    .mi-modal-landing-contactus .modal-body section {
        text-align: center;
        margin-bottom: 40px;
    }

        .mi-modal-landing-contactus .modal-body section img {
            height: 90px;
            -webkit-filter: drop-shadow(0px 10px 10px #999);
            filter: drop-shadow(0px 10px 10px #999);
        }

    .mi-modal-landing-contactus .modal-body p {
        margin-bottom: 0;
    }





























/* sm and up (576px and up) */
@media (min-width: 576px) {
}

/* md and up (768px and up) */
@media (min-width: 768px) {
}

/* lg and up (992px and up) */
@media (min-width: 992px) {
}

/* lg and down */
@media (max-width: 1199.98px) {
}

/* md and down */
@media (max-width: 991.98px) {
    div.mi-container-projects > div.mi-project-width-xs-6-md-4 {
        width: 50%;
        height: 33.333333vw;
    }
}

/* sm and down */
@media (max-width: 767.98px) {
    section.mi-about-item section.mi-about-item-img {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    section.mi-about-item.mi-about-item-without-image section.mi-about-item-img {
        padding-top: 35px;
        padding-bottom: 0;
    }

    section.mi-about-item section.mi-about-item-img > img {
        width: 220px;
    }

    section.mi-about-item section.mi-about-item-text {
        padding-top: 0px;
        padding-bottom: 40px;
    }
}

/* xs (0 to 575.98px) */
@media (max-width: 575.98px) {
    body.mi-body-bg-transformly {
        background: url('../Images/bg.png') repeat;
        animation: mi-bg-motion 10s ease infinite;
    }

    @keyframes mi-bg-motion {
        0% {
            background-position: 50% 0%;
        }

        50% {
            background-position: 200% 25%;
        }

        100% {
            background-position: 50% 0%;
        }
    }

    header > section.mi-header-sitename {
        font-size: 1.2rem;
    }

    header > section.mi-header-logo {
        padding-left: 15px;
    }

    section.mi-header-jumbotron {
        padding-top: 35px;
        padding-bottom: 65px;
    }

        section.mi-header-jumbotron > h3 {
            font-size: 1.3rem;
        }

    section.mi-header-jumbotron-padding-bottom-sm {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    body > nav > div > div {
        padding-bottom: 55px;
        width: 95%;
        margin-top: 110px;
    }

    body > nav a.mi-nav-close {
        width: 26px;
        height: 26px;
        top: 20px;
        right: 20px;
    }

    body > nav a.mi-nav-language {
        top: 18px;
        right: 60px;
    }

        body > nav a.mi-nav-language > img {
            width: 30px;
            height: 30px;
        }

    footer {
        margin-top: 1px;
    }

    div.mi-container-projects > div.mi-project > a > img,
    div.mi-container-projects > div.mi-project > div > img {
        padding: 1px;
    }

    div.mi-container-projects {
        padding-left: 1px;
        padding-right: 1px;
    }

        div.mi-container-projects > div.mi-project:hover > a > span,
        div.mi-container-projects > div.mi-project:focus > a > span,
        div.mi-container-projects > div.mi-project:hover > div > span,
        div.mi-container-projects > div.mi-project:focus > div > span {
            width: calc(100% - 2px);
            height: calc(100% - 2px);
            left: 1px;
            top: 1px;
        }

        div.mi-container-projects > div.mi-project > a[data-mi-title]::before,
        div.mi-container-projects > div.mi-project > div[data-mi-title]::before {
            font-size: .7rem;
            left: 5px;
            bottom: 15px;
            width: calc(100% - 10px);
        }

        div.mi-container-projects > div.mi-project > a[data-mi-only-title][data-mi-title]::before,
        div.mi-container-projects > div.mi-project > div[data-mi-only-title][data-mi-title]::before {
            bottom: 2px;
        }

        div.mi-container-projects > div.mi-project > a[data-mi-summary]::after,
        div.mi-container-projects > div.mi-project > div[data-mi-summary]::after {
            font-size: .5rem;
            left: 5px;
            bottom: 2px;
            width: calc(100% - 10px);
        }

        div.mi-container-projects > div.mi-project > div > span > a {
            right: 4px;
            top: 4px;
            width: 13px;
            height: 13px;
            line-height: 13px;
            font-size: .45rem;
        }

    section.mi-about-item section.mi-about-item-img > img {
        width: 200px;
    }

    #LandingContactUs {
        margin-top: 60px;
        margin-bottom: 100px;
    }

        #LandingContactUs section {
            height: 90px;
        }

            #LandingContactUs section a {
                width: 120px;
                height: 120px;
            }

            #LandingContactUs section.mi-landing-contact-item-two-in-row a:first-child {
                margin-left: 30px;
            }

            #LandingContactUs section.mi-landing-contact-item-two-in-row a:last-child {
                margin-right: 30px;
            }

            #LandingContactUs section a p {
                height: 100px;
                top: calc(50% - 50px);
                padding-top: 17px;
            }

                #LandingContactUs section a p i {
                    font-size: 50px;
                }

                #LandingContactUs section a p span {
                    padding-top: 12px;
                    font-size: 16px;
                }
}

/* sm (576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    header > section.mi-header-logo {
        padding-left: 30px;
    }

    section.mi-header-jumbotron {
        padding-top: 50px;
        padding-bottom: 80px;
    }

        section.mi-header-jumbotron > h3 {
            font-size: 1.55rem;
        }

    section.mi-header-jumbotron-padding-bottom-sm {
        padding-bottom: 50px;
    }

    footer {
        margin-top: 1.5px;
    }

    div.mi-container-projects > div.mi-project > a > img,
    div.mi-container-projects > div.mi-project > div > img {
        padding: 1.5px;
    }

    div.mi-container-projects {
        padding-left: 1.5px;
        padding-right: 1.5px;
    }

        div.mi-container-projects > div.mi-project:hover > a > span,
        div.mi-container-projects > div.mi-project:focus > a > span,
        div.mi-container-projects > div.mi-project:hover > div > span,
        div.mi-container-projects > div.mi-project:focus > div > span {
            width: calc(100% - 3px);
            height: calc(100% - 3px);
            left: 1.5px;
            top: 1.5px;
        }

        div.mi-container-projects > div.mi-project > a[data-mi-title]::before,
        div.mi-container-projects > div.mi-project > div[data-mi-title]::before {
            font-size: 1.45rem;
            left: 15px;
            bottom: 31px;
            width: calc(100% - 30px);
        }

        div.mi-container-projects > div.mi-project > a[data-mi-only-title][data-mi-title]::before,
        div.mi-container-projects > div.mi-project > div[data-mi-only-title][data-mi-title]::before {
            bottom: 11px;
        }

        div.mi-container-projects > div.mi-project > a[data-mi-summary]::after,
        div.mi-container-projects > div.mi-project > div[data-mi-summary]::after {
            font-size: .85rem;
            left: 15px;
            bottom: 11px;
            width: calc(100% - 30px);
        }

        div.mi-container-projects > div.mi-project > div > span > a {
            right: 6px;
            top: 6px;
            width: 19px;
            height: 19px;
            line-height: 19px;
            font-size: .65rem;
        }

    #LandingContactUs {
        margin-top: 0px;
        margin-bottom: 20px;
        transform: scale(0.7);
    }
}

/* md (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #LandingContactUs {
        margin-top: 20px;
        margin-bottom: 70px;
        transform: scale(0.8);
    }
}

/* lg (992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #LandingContactUs {
        margin-top: 50px;
        margin-bottom: 120px;
        transform: scale(0.9);
    }
}

/* xl (1200px to up) */
@media (min-width: 1200px) {
}

/* CUSTOM (0 to 360px) */
@media (max-width: 360px) {
    header > section.mi-header-sitename {
        font-size: 1.05rem;
    }

    header > section.mi-header-logo {
        padding-left: 8px;
    }
}

/* CUSTOM for #LandingContactUs (0 to 400px) */
@media (max-width: 400px) {
    #LandingContactUs {
        margin-top: 60px;
        margin-bottom: 100px;
    }

        #LandingContactUs section {
            height: 75px;
        }

            #LandingContactUs section a {
                width: 100px;
                height: 100px;
            }

            #LandingContactUs section.mi-landing-contact-item-two-in-row a:first-child {
                margin-left: 25px;
            }

            #LandingContactUs section.mi-landing-contact-item-two-in-row a:last-child {
                margin-right: 25px;
            }

            #LandingContactUs section a p {
                height: 90px;
                top: calc(50% - 45px);
                padding-top: 15px;
            }

                #LandingContactUs section a p i {
                    font-size: 45px;
                }

                #LandingContactUs section a p span {
                    padding-top: 10px;
                    font-size: 13px;
                }
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir.woff2') format('woff2'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
}

body {
    font-family: 'Vazir', Tahoma, Geneva, sans-serif;
    direction: rtl;
    text-align: right;
}

header > section {
    float: right;
}

    header > section.mi-header-logo {
        padding-right: 85px;
        padding-left: 0;
    }

header > nav {
    float: left;
}

    header > nav > a {
        margin-left: 0;
        margin-right: 65px;
    }

        header > nav > a.mi-nav-language {
            margin-left: 0;
            margin-right: 20px;
        }

header > section.mi-nav-button {
    float: left;
}

    header > section.mi-nav-button > a {
        margin-left: 0;
        margin-right: 8px;
    }

footer section#footerSocials > a > i {
    vertical-align: -4px;
}

footer section#footerLinks > a {
    padding-left: 0;
    padding-right: 8px;
}

    footer section#footerLinks > a::after {
        content: '\f104';
        right: unset;
        left: 0;
    }

section.mi-header-jumbotron {
    text-align: justify;
}

.modal .modal-content::before {
    border-color: #282826 transparent transparent transparent;
    border-width: 75px 75px 0 0;
    right: unset;
    left: 0;
}

.modal.mi-modal-warning .modal-content::before {
    border-color: #f0ad4e transparent transparent transparent;
}

.modal.mi-modal-success .modal-content::before {
    border-color: #7e9f74 transparent transparent transparent;
}

.modal.mi-modal-info .modal-content::before {
    border-color: #26b5c7 transparent transparent transparent;
}

.modal.mi-modal-danger .modal-content::before {
    border-color: #d9534f transparent transparent transparent;
}

.modal.mi-modal-landing-contactus-indigo .modal-content::before {
    border-color: #6610f2 transparent transparent transparent;
}

.modal.mi-modal-landing-contactus-blue .modal-content::before {
    border-color: #0d6efd transparent transparent transparent;
}

div.mi-container-projects > div.mi-project > div > span > a {
    right: unset;
    left: 10px;
}

div.mi-order-row > button.mi-order-delete {
    right: unset;
    left: 5px;
}

div.mi-order-row > span.mi-order-index {
    left: unset;
    right: 5px;
}

















/* sm and up (576px and up) */
@media (min-width: 576px) {
}

/* md and up (768px and up) */
@media (min-width: 768px) {
}

/* lg and up (992px and up) */
@media (min-width: 992px) {
}

/* lg and down */
@media (max-width: 1199.98px) {
}

/* md and down */
@media (max-width: 991.98px) {
}

/* sm and down */
@media (max-width: 767.98px) {
}

/* xs (0 to 575.98px) */
@media (max-width: 575.98px) {
    header > section.mi-header-logo {
        padding-right: 15px;
        padding-left: 0;
    }

    div.mi-container-projects > div.mi-project > div > span > a {
        right: unset;
        left: 4px;
    }
}

/* sm (576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    header > section.mi-header-logo {
        padding-right: 30px;
        padding-left: 0;
    }

    div.mi-container-projects > div.mi-project > div > span > a {
        right: unset;
        left: 6px;
    }
}

/* md (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* lg (992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* xl (1200px to up) */
@media (min-width: 1200px) {
}

/* CUSTOM (0 to 360px) */
@media (max-width: 360px) {
    header > section.mi-header-logo {
        padding-right: 8px;
        padding-left: 0;
    }
}

