﻿
.btn-icon.color-white {
    color: #ffffff;
}

.showcase .card .card-body h4 {
    /*text-shadow: 0 0 3px #fff;*/
    color: var(--primary-color)
}

.WrongAction, .CorrectAction {
    margin: 50px auto 100px auto;
    text-align: center;
}

    .WrongAction h3 {
        color: #650505;
        font-size: 21px;
    }

    .CorrectAction h3 {
        color: #467400;
        font-size: 21px;
    }

.text-danger.field-validation-error {
    position: absolute;
    bottom: 0px;
    left: 8px;
    font-size: 12px;
    background-color: #dc3545;
    border-radius: 5px;
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
}

    .text-danger.field-validation-error * {
        color: #fff;
    }

#teams .card p {
    min-height: 50px;
}

.highlights .text-white p {
    color: #fff;
}

.icon-company {
    width: 32px;
    filter: invert(53%) sepia(1%) saturate(569%) hue-rotate(217deg) brightness(96%) contrast(91%);
}

.brand-sticky, .navbar-sticky .brand-default {
    display: none;
}

.navbar-sticky .brand-sticky, .brand-default {
    display: initial;
}


.navbar-sticky.navbar-expand .navbar-nav .nav-item a:not(.btn) {
    color: var(--nav-item-color);
}

.navbar.navbar-expand.top .navbar-nav .nav-item a:not(.btn):hover,
.navbar.navbar-expand .navbar-nav.items .nav-link:not(.btn):not(.title):hover,
.navbar.navbar-expand .navbar-nav.icons .nav-link:not(.btn):not(.title):hover {
    color: var(--secondary-color);
    /*color: #333;*/
}

.navbar.navbar-expand .navbar-nav .nav-item a.nav-link.main-link:not(.btn):not(.title):hover,
.navbar-expand .navbar-nav.items .nav-link.main-link.active:not(.btn):not(.title) {
    color: #FFEB3B;
}

#about .card p {
    text-align: justify;
}

#about .values .card p {
    text-align: center;
}

.value-item {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}


.org-chart ul.first-ul::before {
    content: '';
    position: absolute;
    top: 160px;
    right: 47.6%;
    border-right: 1px solid #ccc;
    width: 0;
    height: 30px;
}

.org-chart li .user > div, .org-chart li .user > a {
    font-size: 16px;
}

@media(max-width: 700px) {
    .org-chart ul.first-ul::before {
        right: 49.6%;
    }

    .card.Orgstructures {
        padding: 0px;
    }

    .org-chart {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    ul.first-structure-ul, ul.first-ul {
        padding-left: 0px;
    }

    .org-chart ul.first-structure-ul li {
        margin-right: 0 !important;
        float: right;
        text-align: center;
        list-style-type: none;
        position: relative;
        padding: 20px 10px;
        transition: all 0.5s;
    }

        .org-chart ul.first-structure-ul li .user {
            text-decoration: none;
            color: #666;
            display: inline-block;
            padding: 20px 10px;
            transition: all 0.5s;
            background: #fff;
            max-width: 94px;
            min-width: initial;
            height: 180px;
            border-radius: 6px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        }

    ul.other-ul {
        padding-left: 0;
    }

    .org-chart ul.other-ul ul::before, .org-chart ul.other-ul li::after, .org-chart ul.other-ul li::before, .org-chart ul.other-ul li::after {
        border-right: none;
        border-top: none;
    }

    .org-chart ul.other-ul li .user {
        min-width: 140px;
        width: 150px;
        height: 150px;
    }

    .org-chart ul.other-ul li {
        padding: 10px 10px;
    }

        .org-chart ul.other-ul li:last-child::before {
            border-left: none;
        }

    .highlights.image-left .image {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
    }

    .slider-h-auto .swiper-wrapper, .slider-h-auto .swiper-slide {
        min-height: 100vh;
    }

    .swiper-wrapper .full-image {
        height: 100vh;
    }

    .modal-content {
        background-color: #467400;
    }

    .menu .nav-link:first-child {
        color: #fff;
    }

    .modal-header {
        direction: rtl;
        color: var(--nav-top-bg-color);
    }

    .menu .dropdown .dropdown-menu .nav-item .nav-link {
        color: #fff;
        font-size: 1.2rem;
    }
    .menu .nav-link:not(.btn):hover, .odd .menu .nav-link:not(.btn):hover {
        color: #fff;
    }
}

#about .card i {
    margin: 0 auto;
}

#about .card h4 {
    font-size: 1.2rem;
    color: #88898c;
}

@media(max-width: 1024px) {
    #about .card {
        min-height: 230px;
        font-size: 1.3rem
    }
}

body .slide-content .buttons .btn {
    margin: 0 auto;
}

#slider a.btn {
    min-width: 140px;
}

@media (max-width: 1199px) {
    body .full-slider .inner, body .no-slider .inner {
        padding: 0 0 0px 35px;
    }
}

.highlights.image-left .image {
    left: initial;
    right: 0;
}

h2 {
    text-align: left;
}
#teams h2 {
    text-align: center;
}
@media (min-width: 768px) {
    .pl-md-5, .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 1rem !important;
    }
}

#teams.highlights .items .item .card {
    min-height: 480px;
}


@media (min-width: 768px) {
    #Orgstructure .mr-md-0, #Orgstructure .mx-md-0 {
        margin-right: initial !important;
        margin-left: 0 !important;
    }
}

#about .card {
    min-height: 230px;
}

header .navbar-expand {
    /*direction: rtl;*/
}
    header .navbar-expand .navbar-nav {
        display: inline-block;
        direction: ltr;
        margin: 0 15px;
    }