﻿
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');*/

@font-face {
    font-family: 'DM Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Regular'), url('webfonts/dm-sans/DMSans-Regular.woff') format('woff');
}


@font-face {
    font-family: 'DM Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Italic'), url('webfonts/dm-sans/DMSans-Italic.woff') format('woff');
}


@font-face {
    font-family: 'DM Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Medium'), url('webfonts/dm-sans/DMSans-Medium.woff') format('woff');
}


@font-face {
    font-family: 'DM Sans Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Medium Italic'), url('webfonts/dm-sans/DMSans-MediumItalic.woff') format('woff');
}


@font-face {
    font-family: 'DM Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Bold'), url('webfonts/dm-sans/DMSans-Bold.woff') format('woff');
}


@font-face {
    font-family: 'DM Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('DM Sans Bold Italic'), url('webfonts/dm-sans/DMSans-BoldItalic.woff') format('woff');
}

@keyframes fly-in {
    0% {
        transform: scale(0.85) translateY(10%);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}
/*fgic update*/
body {
    margin: auto;
    text-align: left;
    font-family: 'DM Sans Regular';
    /*    
    max-width: 1420px;
    background-color: #eeefed;
    */

    color: #5f6368;
}

.content-pane {
    padding: 15px;
}

.sidemenu .widget {
    position: relative;
    margin: 0 0 20px;
    padding: 10px;
    background: #f3f3f4;
}

.x-icon {
    width: 22px;
    margin-top: -8px;
}

.sidemenu {
    /*    flex: 0 0 auto !important;
    width: 23% !important;
    background: var(--white-color);
    border-radius: 1rem;*/
    padding: 1rem;
    position: sticky;
    top: 90px;
}

.sidemenu {
    height: -webkit-fill-available;
    height: max-content;
    /*border-right: 1px solid #f5ebeb;*/
}

.sidemenu-bgcolor {
    /*background-color: #fafdff;*/
}

.btn-outline-primary {
    color: #ec6e3c;
    border-color: #ec6e3c;
}

.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ec6e3c;
    border-color: #ec6e3c;
}

.pdf-viewer-bg {
    /*    background-color: #e4e4e4; */
    padding: 20px;
    border-radius: 8px;
    min-height: 600px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

canvas {
    display: block;
    margin: 0 auto 20px auto; 
    max-width: 100%;
    height: auto !important;
/*    box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
    background-color: white;
}

.widget .widget-title {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #B68A35;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget.widget-nav-menu ul li {
    margin-bottom: 2px;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .widget.widget-nav-menu ul li a {
        display: block;
        padding: 14px 30px 14px 24px;
        position: relative;
        background-color: #fff;
        z-index: 1;
        font-weight: 500;
        font-size: 16px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        /* text-align: left;*/
    }

        .widget.widget-nav-menu ul li a:before {
            content: "";
            width: 4px;
            top: 0;
            left: 0;
            height: 100%;
            position: absolute;
            -webkit-transition: background 0.2s linear;
            transition: background 0.2s linear;
            z-index: 1;
        }


        .widget.widget-nav-menu ul li a:after {
            content: "";
            width: 0;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: width 0.3s linear;
            transition: width 0.3s linear;
            z-index: -2;
            background-color: #ec6e3c;
            background-color: #c9a560;
        }

    .widget.widget-nav-menu ul li:hover a:after, .widget.widget-nav-menu ul li.active a:after {
        width: 100%;
    }

.widget a {
    outline: medium none;
    text-decoration: none;
    color: #0b0c26;
}

    .widget.widget-nav-menu ul li.active a, .widget a:hover {
        color: rgb(182 138 53);
        color: white;
    }

.whatsapp-link {
    color: black;
    text-decoration: none !important;
}

    .whatsapp-link .square--primary {
        background-color: #25D366 !important;
    }

.whatsapp .float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 17px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp .my-float {
    margin-top: 10px;
}


.next-phase-section {
    /*  
        background: linear-gradient(181deg, rgba(255, 255, 255, 1) 58%, #15d3f1a3 100%);
        background: linear-gradient(181deg, rgba(255, 255, 255, 1) 58%, #ecf0f1 100%);
    */
}

.next-phase-text-wrapper {
    text-align: initial;
    color: #333333;
}


.next-phase-text p {
    /*    font-family: 'DMSans-Regular' !important;*/
    /*font-size: 1.25rem;*/
}

.bord-committee {
    border: none;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 15px;
    text-align: center;
    max-width: 330px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-family: 'DM Sans Medium';
}

.alert-container {
    position: relative;
    top: 0;
    left: 0px;
    right: 0px;
    background-color: rgb(9 129 156);
    /*background-color: rgb(236 110 60);*/
    color: white;
    padding: 15px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
    transition: top 0.5s ease-in-out 0s;
    z-index: 10;
}

.alert-icon {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.alert-container a {
    color: #e4a334;
    font-weight: 600;
}

.bell-icon {
    font-size: 20px;
    color: #ff0000;
}


.alert-close-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 40px;
    margin-right: -2px;
}


.theme-gold .owl-theme .owl-dots .owl-dot span {
    background: #795548;
}

.emty-timeline {
    margin: 2rem;
    min-width: 5em;
}

.bg--footer {
    background-color: #eb6d3b;
}

.theme-gold .owl-theme .owl-dots .owl-dot.active span, .theme-gold .owl-theme .owl-dots .owl-dot:hover span {
    background: #ee6611;
}

.announcements-section {
    background: #f8f9fc;
}


.announcement-container {
    gap: 5px;
    /* border: 1px solid #8BC34A; */
    border-radius: 4px !important;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

    .announcement-container .title {
        font-weight: 600;
        line-height: 30px;
        width: 90px;
        color: #ec6e3c;
        text-align: -webkit-auto;
        text-align: start;
    }

    .announcement-container .marquee > a {
        margin-left: 20px;
        margin-right: 20px;
        font-family: 'DM Sans Italic';
    }

        .announcement-container .marquee > a:hover {
            text-decoration: underline !important;
        }

.italic {
    font-family: 'DM Sans Italic';
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.marquee {
    /*display: inline-block;*/
    animation: marquee-scroll 50s linear infinite;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.about {
    background: #eb6d3b;
}

.about-vision {
    transition: background 2s, transform 1s;
    height: 100%;
    background: url(/media/About/vision_new.jpg);
    background-size: cover;
    background-position: center;
}

.goal ul {
    list-style: none;
}

#nextphase {
    background: url(/media/About/next-phase-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: soft-light;
    background-color: #f8f9fc85;
}

.page .row {
    text-align: initial;
}

.goal ul li::before {
    content: "•";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 15px;
}

.about-mission {
    transition: background 2s, transform 1s;
    height: 100%;
    background: url(/media/About/mission.jpg);
    background-size: cover;
    background-position: center;
}

.scroll-logo {
    display: none;
}

.sticky-header .scroll-logo {
    display: block;
}

.navbar-nav li.nav-item {
    margin: 0px;
    padding: 3px 10px;
}
/*.navbar-light .navbar-nav li.nav-item:first-child {
    padding-left: 0px !important;
}*/

.service .description {
    min-height: 8em;
}

.btn-lang span:nth-child(2) {
    display: none;
}



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    top: 42% !important;
    height: 45px;
    position: absolute;
    width: 45px;
    cursor: pointer;
    z-index: 9999;
    border: 1px solid #ee6611;
    border-radius: 5px;
    color: #ee6611;
    line-height: 2.5;
    font-size: 1rem;
    font-weight: 700;
}

.owl-carousel .owl-nav button:focus {
    outline: none;
}

.theme-gold .owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

.theme-gold .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}


.theme-gold .owl-theme .owl-nav [class*=owl-]:hover {
    background: #ee6611;
    color: #FFF;
    text-decoration: none;
}

.about-us {
    background-color: #e0e0e0;
    font-size: 1.2rem;
}

.about .message {
    position: relative;
    padding: 2rem;
    text-align: justify;
    /*    min-height: 42vh;*/
}

.about-vision .message, .about-mission .message, .about-message {
    position: relative;
    left: 0;
    top: 0;
    padding: 2rem;
    text-align: left;
    width: 65%;
}

.transformation-message {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 2rem;
    text-align: left;
    width: 60%;
}

#TransformationalProjects .bg-image {
    min-height: 350px;
    background-position: center;
    border-radius: 0;
    background-size: cover;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    height: 100%;
}

#TransformationalProjects .card-text {
    min-height: 150px;
    font-size: .95em;
    text-shadow: 1px 0px 3px #243036;
}

#TransformationalProjects .card-title {
    color: #f3cc8e;
    text-shadow: 0 0 7px black;
    text-shadow: 1px 0px 3px #243036;
}

#TransformationalProjects .card-body {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    /*background-color: #00000078;*/
    color: #fff !important;
    /*    font-weight: bold;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 2.25rem !important;
}


.chairman-message {
    background-color: #ee6611;
    color: white;
    font-size: 1.2rem;
}


.about-vision img {
    height: 46vh;
    object-fit: cover;
    min-height: 45vh;
}

.about-vision .absolute-centered {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




.uaelogo {
    margin-left: 0;
    max-height: 7rem;
    width: 214px;
    margin-top: 13px;
    position: relative;
    top: -5px;
}

.mainlogo {
    margin-right: 0;
    max-height: 7rem;
    width: 65px;
    margin-top: 1px;
    position: relative;
}



/*end*/
.chat-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 350px;
    /*height: 100vh;*/
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 2px 1px 10px rgba(169, 166, 166, 0.4);
    margin: 0 auto;
}

.chat-log {
    box-sizing: border-box;
    padding: 16px;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 300px;
}

.chat-message {
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.5s;
}

.theme-gold .btn-subscription {
    color: #fff !important;
    background-color: #d3a45b;
}

    .theme-gold .btn-subscription:hover {
        opacity: 0.8;
    }


.square-box {
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    border-radius: 13px;
}

.subscription-box {
    background-color: #fCfCfC;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 15px;
    text-align: center;
    max-width: 500px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .subscription-box .form-group {
        gap: 0.75rem;
    }

    .subscription-box p {
        margin: 10px 0;
        color: #5f6368;
        font-size: 15px;
        font-weight: 600;
    }

.subscription-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    gap: 0.5rem;
}

.news-details-content {
    min-height: 300px;
}


.registration-right {
    /* padding-top: 15px; */
    padding-top: 5px;
    padding-bottom: 15px;
    /*  margin-top:5rem; */
}

    .registration-right h2 {
        color: #ffffff;
        font-weight: 700;
        padding-bottom: 20px
    }

.registration .btn {
    width: 100%
}

.event-list .card {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
    /* border: none;    */
}

.event-list img {
    width: 77px;
    height: 77px;
}

.btn-lang {
    font-weight: 600;
}

.event-list h4 {
    color: #575f67;
    font-size: 12px;
}

.event-list .card-title span {
    padding-left: 5px;
    padding-right: 20px;
    font-size: 12px;
    font-weight: 600;
}

.event-list .card-text {
    color: #575f67;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-bck {
    /*    background: #ecf3fb;*/
    background: #f3f3f4;
    padding-top: 1rem !important;
}

.event-list .card-body {
    /*padding: 0 10px;*/
    padding: 0 0 0 12px;
    margin: 0 0 10px 0;
    min-height: 80px;
}

.event-list .card-title svg {
    color: #ffffff;
}


#elementToHide, #elementToshow {
    transition: opacity 0.5s ease-in-out;
}

.text-shadow-black {
    text-shadow: 2px 2px 5px #000;
}

.media-modal .modal-body {
    padding: 0;
}

#stakeholder {
    background: url(/img/sections/theme_bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    /*background-attachment: fixed;*/
}

#TransformationalProjects {
    background-image: url(/img/sections/section-background-1.png);
    background-attachment: fixed;
    background-position: initial;
}

#termsandcondition {
    padding: 60px 0 80px;
    background-attachment: fixed;
    background-size: contain;
}

.termsandcondition h2 {
    font-size: 1.6rem;
    color: rgba(66, 66, 66, 1);
    /*    font-family: "Cronos Pro Semibold Caption";*/
    padding-top: 1rem;
    /*    letter-spacing: 0.5px;*/
    /*    background-color: rgba(248, 249, 250, 1);*/
}

.termsandcondition p {
    /* font-family: "Cronos Pro Light";*/
    color: rgba(37, 37, 37, 1);
    font-size: 15px;
    /* letter-spacing: 1px;*/
    /* background-color: rgba(248, 249, 250, 1);*/
}

.theme-gold #about-us {
    background: url(/img/sections/section-background-2.png);
    background-position: top;
    /*background-size: contain;*/
}

.theme-gold #our-timeline {
    background: url(/img/TimeLine/history-bg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background-attachment: fixed;
}

.theme-gold #media {
    background: url(/img/sections/section-background-7.png);
    /*background: url(/img/sections/home3-bg.svg);*/
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.theme-gold .slick-prev:before,
.theme-gold .slick-next:before {
    color: #524b4b;
    font-size: 30px;
}

.theme-blue .slick-prev:before,
.theme-blue .slick-next:before {
    color: white;
    font-size: 30px;
}

.theme-gold #stakeholders {
    background-color: white;
}

.chat-message--right {
    flex-direction: row-reverse;
}

    .chat-message--right .chat-message__text {
        background: #edfbfb;
        color: #333333;
    }

    .chat-message--right .chat-message__avatar-frame {
        margin-left: 16px;
        margin-right: 0;
    }

    .chat-message +
    .chat-message--right,
    .chat-message--right +
    .chat-message {
        margin-top: 32px;
    }

.chat-message:not(.chat-message--right) +
.chat-message--right .chat-message__text {
    border-radius: 18px 0 18px 18px;
}

.chat-message:first-of-type .chat-message__text,
.chat-message--right +
.chat-message:not(.chat-message--right) .chat-message__text {
    border-radius: 0 18px 18px;
}

.chat-message:not(.chat-message--right) +
.chat-message:not(.chat-message--right),
.chat-message--right +
.chat-message--right {
    margin-top: 0;
}

    .chat-message:not(.chat-message--right) +
    .chat-message:not(.chat-message--right) .chat-message__avatar-frame,
    .chat-message--right +
    .chat-message--right .chat-message__avatar-frame {
        visibility: hidden;
        opacity: 0;
    }

.chat-message__avatar-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.chat-message__avatar {
    height: 100%;
}

.chat-message__text {
    display: block;
    max-width: 65%;
    background: linear-gradient(#5867fb, #3F51B5);
    border-radius: 14px;
    box-sizing: border-box;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 300;
    color: #e4e3e3;
    animation-duration: 0.3s;
    animation-name: fly-in;
}

.publication-category {
    z-index: 1;
    position: absolute;
    top: 8px;
    right: 0;
    padding-right: 8px;
}

    .publication-category > span {
        border: 1px solid #8993a1 !important;
        background-color: rgb(0 0 0 / 50%);
        border-radius: 5px;
        padding: 3px 6px;
        font-size: 12px;
        color: #fff;
    }

.material-link {
    color: #5f6368;
    /*    border: 1px solid #f3f3f4;*/
    display: inline-flex;
    /*    padding: 5px;*/
    border-radius: 5px;
}

    .material-link:hover {
        text-decoration: none;
        color: #ec6e3c;
    }

    .material-link.active {
        /*    border: 1px solid #ec6e3c96;*/
        color: #ec6e3c;
    }

.card, .form-control {
    border: 1px solid #e8eef7;
}

.publication-card img {
    border-radius: 5px;
    max-height: 230px;
    object-fit: cover;
}



.publication-card {
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border: none;
}

    .publication-card:hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        -webkit-transform: scale3d(1.03, 1.03, 1) translate3d(0.1rem, -0.25rem, 0);
        transform: scale3d(1.03, 1.03, 1) translate3d(0.1rem, -0.25rem, 0);
    }

    .publication-title a, .publication-card span.date {
        color: #202528;
    }

.publication-title a {
    transition: all 0.3s ease;
    position: relative;
}

    .publication-title a::after {
        content: "\f178";
        font-family: 'Font Awesome 5 Pro';
        margin-left: 0;
        opacity: 0;
        transition: all 0.3s ease;
        display: inline-block;
        /*        color: #FF5722;*/
    }

.publication-card:hover .publication-title a::after {
    margin-left: 5px;
    opacity: 1;
}

.publication-card:hover .publication-title a {
    color: #000000;
}

.publication-card:hover .badge {
    opacity: 1;
}

.publication-details .list-panel {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.publication-details .material-list {
    background-color: #ffffff;
    border-radius: 5px;
    list-style-type: none;
}

.publication-details .shadow {
    box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
}

.form-control {
    height: 45px !important;
}

.badge {
    background-color: #b68a35;
    color: #fff;
    padding: 5px 8px;
    /*    border-radius: 5px;*/
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: .75;
}



.accordion .card-header .btn {
    position: relative;
    padding-right: 30px; /* Add space for the icon on the right */
    padding-left: 30px;
    text-align: left;
}

    .accordion .card-header .btn.collapsed::after {
        content: "+";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5em;
        /*        font-weight: bold;*/
    }

.material-link::before, .data-title::before, .training-title::before {
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
}

.material-link.Video::before {
    content: "\f144";
}

.material-link.Document::before {
    content: "\f1c1";
}

.accordion .card-header .btn::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.15em;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Pro';
}

.accordion .card-header .btn.Video::before, .data-title.Video::before {
    content: "\f03d";
}

.training-title::before {
    content: "\f63d";
}

.accordion .card-header .btn.Document::before, .data-title.Document::before {
    content: "\f15c";
}

.accordion .card-header .btn::after {
    content: "-";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8em;
    /*        font-weight: bold;*/
}

.accordion .card-header .btn:focus {
    box-shadow: none;
}

.banner {
    height: 7vh;
    background: rgb(182 138 53);
}

.media-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 1px solid #e8eef7;
    border-radius: 5px;
}

.publication-details .material-list li {
    padding: 5px;
}

.title-primary {
    color: #ffffff;
/*    text-align: left;*/
    width: auto;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.text-shadow {
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

.media-container iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.chat-input-area {
    position: relative;
}

.chat-input-area__input {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    box-sizing: border-box;
    padding: 16px;
    padding-right: calc(25px + 20px);
}

    .chat-input-area__input:focus {
        outline: none;
    }

.chat-input-area__submit-button {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 25px;
    height: 25px;
    background-color: transparent;
    /*background-image: url('../fontawesome-pro-5.13.0-web/svgs/light/paper-plane.svg');*/
    -webkit-mask-image: url("../fontawesome-pro-5.13.0-web/svgs/duotone/paper-plane.svg");
    mask-image: url("../fontawesome-pro-5.13.0-web/svgs/duotone/paper-plane.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    margin: auto;
}

.theme-gold .chat-input-area__submit-button {
    background-color: #666;
}

.theme-blue .chat-input-area__submit-button {
    background-color: #666;
}

.theme-green .chat-input-area__submit-button {
    background-color: #00843d;
}

.theme-red .chat-input-area__submit-button {
    background-color: #c8122e;
}

.chat-input-area__submit-button svg {
    fill: red;
}

.chat-input-area__submit-button:focus {
    outline: none;
}

.chat-input-area__submit-button:hover {
    cursor: pointer;
}
/*Dubai Fonts*/




@font-face {
    font-family: 'Zahra Arabic';
    src: url("webfonts/ZahraArabic/Zahra Arabic.otf");
}

@font-face {
    font-family: 'Zahra Arabic Regular';
    src: url("webfonts/ZahraArabic/Zahra Arabic Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Zahra Arabic Bold';
    src: url("webfonts/ZahraArabic/Zahra Arabic Bold.ttf") format("truetype");
}





.dir-ltr {
    direction: ltr;
}

.height-30px {
    height: 30px;
}

a {
    color: #0366d6;
}

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

/* Provide sufficient contrast against white background */
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.sticky-header, .sticky-nav {
    position: fixed;
    /*    max-width: 1420px;*/
    margin: auto;
    z-index: 90;
    left: 0;
    right: 0;
}

    .sticky-header .sticky-header-logo {
        display: block !important;
        margin-right: 2rem;
    }

img.card-img {
    width: 56px;
}

.sticky-header {
    top: 0;
}

.sticky-nav {
    top: 37px;
    background: white;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}



.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}



.max-width-fill-available, .img-media, .img-coming-soon {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
}

.width-fill-available, .news .see-more-container, .statistics li .btn {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
}

.height-fill-available, .statistics li .btn {
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
}

.see-more, .form-customized label {
    font-size: 1.1rem;
}

.mrl-auto {
    margin-right: auto;
}

.mlr-2 {
    padding-left: .5rem;
}

.bg-black {
    background-color: black;
}

.theme-gold .bg--primary {
    background-color: #e61;
    background-color: white;
    /* height: 43px;*/
}



.theme-blue .bg--primary {
    background-color: #666;
}

.theme-green .bg--primary {
    background-color: #00843d;
}

.theme-red .bg--primary {
    background-color: #c8122e;
}

.theme-blue footer {
    border: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(../img/footer.png), linear-gradient(90deg, #2a3237, #393b3d 35%, #272b2c);
}


footer {
    color: white;
    border-top: 0.25rem solid #ec6e3c;
}

    footer .newsletter-subscription {
        background-color: white;
        border-radius: 10px;
        cursor: pointer;
    }

.theme-gold footer .newsletter-subscription {
    color: #ec6e3c;
    border: 2px solid #ec6e3c;
}

.theme-blue footer .newsletter-subscription {
    color: #666;
    border: 2px solid #666;
}

.theme-green footer .newsletter-subscription {
    color: #00843d;
    border: 2px solid #00843d;
}

.theme-red footer .newsletter-subscription {
    color: #c8122e;
    border: 2px solid #c8122e;
}

.path-seperator {
    margin: 0 5px;
    font-weight: bold;
}

.breadcrumb-link {
    color: #5f6368 !important;
    /* text-decoration: none !important;*/
    font-size: 1rem !important;
}

.breadcrumb-normal {
    background-color: #ecf0f1;
    background-color: #f3f3f4;
    color: #5f6368 !important;
}


footer a {
    text-decoration: none;
    color: white;
    line-height: 30px;
}

    footer a:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.8);
    }

footer .social-media ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    footer .social-media ul li {
        position: relative;
    }

        footer .social-media ul li a {
            font-size: 25px;
            color: #fff;
            padding: 0 0.5rem;
        }

/*        footer .social-media ul li:not(:first-child) a:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            transform: translateY(-43%);
            height: 50%;
            border-right: 1px solid rgba(255, 255, 255, 0.5);
        }*/

/* Sticky hader styles
-------------------------------------------------- */
.navbar-light .navbar-nav {
    line-height: 1.2;
}

#fixed-header {
    border: 1px solid rgba(211,211,211,0.5);
    /*    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;    */
}

.navbar-light .navbar-nav .nav-link {
    color: #5f6368;
    text-transform: capitalize;
    font-size: 1.04rem;
    font-weight: 400;
}

.navbar-light .navbar-nav li:not(:last-child) {
    margin-right: auto;
}

header ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

header a {
    color: #5f6368;
    padding: .5rem;
}

    header a:hover {
        text-decoration: none;
        color: rgba(60, 72, 88, 0.8);
        color: rgb(182 138 53);
    }

header .right {
    display: flex;
    align-items: center;
}

header .left ul li {
    position: relative;
}




/*header .left a {   
    font-size: 1.1rem;
}*/

header .right ul li:last-child {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

/* Setting Sidebar styles
-------------------------------------------------- */
.settingSidebar {
    background: #fff;
    position: fixed;
    height: 190px;
    width: 240px;
    top: calc(50% - 144px);
    right: -240px;
    z-index: 100;
    transition: .3s ease-in;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

    .settingSidebar .settingSidebar-body {
        position: relative;
        height: 100%;
    }

    .settingSidebar .settingPanelToggle {
        padding: 10px 15px;
        color: #fff;
        position: absolute;
        top: 40%;
        left: -40px;
        width: 40px;
        border-radius: 8px 0 0 8px;
    }

.theme-gold .settingSidebar .settingPanelToggle {
    background: #ec6e3c;
}

.theme-blue .settingSidebar .settingPanelToggle {
    background: #666;
}

.theme-green .settingSidebar .settingPanelToggle {
    background: #00843d;
}

.theme-red .settingSidebar .settingPanelToggle {
    background: #c8122e;
}

.settingSidebar .settingPanelToggle i {
    color: #fff;
}

.settingSidebar .settingPanelToggle a {
    font-weight: 500;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    text-decoration: none;
    cursor: pointer;
}

.settingSidebar .settingPanelToggle .fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.settingSidebar .settingPanelToggle .fa, .settingSidebar .settingPanelToggle .fab, .settingSidebar .settingPanelToggle .fad, .settingSidebar .settingPanelToggle .fal, .settingSidebar .settingPanelToggle .far, .settingSidebar .settingPanelToggle .fas {
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.settingSidebar.showSettingPanel {
    right: 0;
}

/*#root {
    display: block;
    height: 100%;
    width: 100%;
}
*/
.drift-widget-avatar.circle, .drift-widget-controller-icon.circle,
.drift-widget-controller.circle, .drift-widget-recipient-avatar.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.drift-widget-controller {
    outline: none;
    display: block;
    position: fixed;
    height: 56px;
    width: 56px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.16);
    right: 12px;
    bottom: 12px;
    border: none;
    padding: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

    .drift-widget-controller:focus {
        outline: none;
    }

.drift-widget-controller--align-right {
    right: 100px;
    z-index: 16;
}

.drift-widget-avatar.circle, .drift-widget-controller-icon.circle,
.drift-widget-controller.circle, .drift-widget-recipient-avatar.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.drift-widget-controller-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.drift-controller-icon--active {
    opacity: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    height: 100%;
    width: 100%;
    color: white;
    font-size: 28px;
}

.drift-widget-chat-layout {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.chat-popup {
    background-color: white;
    display: none;
    position: fixed;
    bottom: 10px;
    right: 100px;
    z-index: 98;
}

    .chat-popup .chat-popup-header {
        color: white;
    }

        .chat-popup .chat-popup-header button:hover {
            color: white;
        }

        .chat-popup .chat-popup-header button:focus {
            box-shadow: none;
        }

.theme-gold .btn-outline--primary {
    color: #ec6e3c;
    border-color: #ec6e3c;
}

.theme-blue .btn-outline--primary {
    color: #333;
    border-color: #333;
}

.theme-green .btn-outline--primary {
    color: #00843d;
    border-color: #00843d;
}

.theme-red .btn-outline--primary {
    color: #c8122e;
    border-color: #c8122e;
}

.btn-outline--primary:hover {
    color: #fff;
}

.theme-gold .btn-outline--primary:hover {
    background-color: #ec6e3c;
    border-color: #ec6e3c;
}

.theme-blue .btn-outline--primary:hover {
    background-color: #333;
    border-color: #333;
}

.theme-green .btn-outline--primary:hover {
    background-color: #00843d;
    border-color: #00843d;
}

.theme-red .btn-outline--primary:hover {
    background-color: #c8122e;
    border-color: #c8122e;
}

.btn-outline--primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(154, 111, 50, 0.5);
}

.btn-outline--primary:not(:disabled):not(.disabled):active, .show > .btn-outline--primary.dropdown-toggle {
    color: #fff;
}

.theme-gold .btn-outline--primary:not(:disabled):not(.disabled):active, .theme-gold .show > .btn-outline--primary.dropdown-toggle {
    background-color: #ec6e3c;
    border-color: #ec6e3c;
}

.theme-blue .btn-outline--primary:not(:disabled):not(.disabled):active, .theme-blue .show > .btn-outline--primary.dropdown-toggle {
    background-color: #333;
    border-color: #333;
}

.theme-green .btn-outline--primary:not(:disabled):not(.disabled):active, .theme-green .show > .btn-outline--primary.dropdown-toggle {
    background-color: #00843d;
    border-color: #00843d;
}

.theme-red .btn-outline--primary:not(:disabled):not(.disabled):active, .theme-red .show > .btn-outline--primary.dropdown-toggle {
    background-color: #c8122e;
    border-color: #c8122e;
}

.btn-outline--primary-tab {
    color: black;
    border: none;
    font-weight: 300;
}

.theme-blue .btn-outline--primary-tab {
    color: white;
}

.theme-gold .btn-outline--primary-tab:hover {
    color: #ec6e3c;
    border: 1px solid #ec6e3c;
}

.theme-blue .btn-outline--primary-tab:hover {
    color: #fff;
    border: 1px solid #fff;
}

.theme-green .btn-outline--primary-tab:hover {
    color: #00843d;
    border: 1px solid #00843d;
}

.theme-red .btn-outline--primary-tab:hover {
    color: #c8122e;
    border: 1px solid #c8122e;
}

.btn-outline--primary-tab:focus {
    box-shadow: 0 0 0 0.2rem rgba(154, 111, 50, 0.5);
    box-shadow: none;
}

.theme-gold .btn-outline--primary-tab.active {
    color: #ec6e3c;
    border: 1px solid #ec6e3c;
}

.theme-blue .btn-outline--primary-tab.active {
    color: #fff;
    border: 1px solid #fff;
}

.theme-green .btn-outline--primary-tab.active {
    color: #00843d;
    border: 1px solid #00843d;
}

.theme-red .btn-outline--primary-tab.active {
    color: #c8122e;
    border: 1px solid #c8122e;
}

.theme-gold .btn-outline--primary-tab:not(:disabled):not(.disabled):active, .theme-gold .show > .btn-outline--primary-tab.dropdown-toggle {
    color: #ec6e3c;
    border: 1px solid #ec6e3c;
}

.theme-blue .btn-outline--primary-tab:not(:disabled):not(.disabled):active, .theme-blue .show > .btn-outline--primary-tab.dropdown-toggle {
    color: #333;
    border: 1px solid #333;
}

.theme-green .btn-outline--primary-tab:not(:disabled):not(.disabled):active, .theme-green .show > .btn-outline--primary-tab.dropdown-toggle {
    color: #00843d;
    border: 1px solid #00843d;
}

.theme-red .btn-outline--primary-tab:not(:disabled):not(.disabled):active, .theme-red .show > .btn-outline--primary-tab.dropdown-toggle {
    color: #c8122e;
    border: 1px solid #c8122e;
}

.slider-home {
    position: relative;
}

    .slider-home .card-slider-overlay {
        position: absolute;
        bottom: -97px;
        left: 0;
        right: 0;
        z-index: 16;
    }

        .slider-home .card-slider-overlay .card-body-slider-overlay {
            height: 194px;
            max-width: 1560px;
            border-radius: 10px;
            background-color: white;
        }

            .slider-home .card-slider-overlay .card-body-slider-overlay a {
                color: black;
                text-decoration: none;
            }

.theme-gold .slider-home .card-slider-overlay .card-body-slider-overlay .border-right--primary {
    border-right: 2px solid #ec6e3c;
}

.theme-blue .slider-home .card-slider-overlay .card-body-slider-overlay .border-right--primary {
    border-right: 2px solid #333;
}

.theme-green .slider-home .card-slider-overlay .card-body-slider-overlay .border-right--primary {
    border-right: 2px solid #00843d;
}

.theme-red .slider-home .card-slider-overlay .card-body-slider-overlay .border-right--primary {
    border-right: 2px solid #c8122e;
}

.slider-home .card-slider-overlay .card-body-slider-overlay img {
    height: 50px;
}

.slider-home .card-slider-overlay .card-body-slider-overlay h6 {
    min-height: 40px;
}

.slider-home .card-slider-overlay .card-body-slider-overlay p {
    font-weight: 400;
    font-size: 13px;
}

.theme-gold .slider-home .card-slider-overlay .card-body-slider-overlay .carousel-indicators li {
    background-color: #ec6e3c;
}

.theme-blue .slider-home .card-slider-overlay .card-body-slider-overlay .carousel-indicators li {
    background-color: #333;
}

.theme-green .slider-home .card-slider-overlay .card-body-slider-overlay .carousel-indicators li {
    background-color: #00843d;
}

.theme-red .slider-home .card-slider-overlay .card-body-slider-overlay .carousel-indicators li {
    background-color: #c8122e;
}

.theme-gold .slider-home .card-slider-overlay .card-body-slider-overlay div div:not(:last-child) {
    border-right: 2px solid #ec6e3c;
}

.theme-blue .slider-home .card-slider-overlay .card-body-slider-overlay div div:not(:last-child) {
    border-right: 2px solid #333;
}

.theme-green .slider-home .card-slider-overlay .card-body-slider-overlay div div:not(:last-child) {
    border-right: 2px solid #00843d;
}

.theme-red .slider-home .card-slider-overlay .card-body-slider-overlay div div:not(:last-child) {
    border-right: 2px solid #c8122e;
}

.title-bg {
    background-color: rgba(21, 21, 21, 0.5);
}



.carousel-indicators .active {
    background-color: #ec6e3c;
}

.carousel-indicators li {
    width: 50px;
    height: 5px;
    opacity: 1;
}

.carousel-caption {
    text-align: center;
    padding-bottom: 20px;
}

    .carousel-caption.carousel-caption-top {
        transform: none;
        top: 0;
    }

.carousel-caption-center {
    left: 10%;
    right: 10%;
}

.bg--primary-flow {
    background-color: #F4EFE9;
}

.media-header {
    margin-right: 4rem;
}

.theme-gold .color--primary, .theme-gold .title-home--primary {
    color: #5f6368;
    text-align: left;
    width: auto;
    /* font-weight: 600;*/
}

.theme-blue .color--primary, .theme-blue .title-home--primary {
    color: white;
    text-align: center;
    width: auto;
}

.theme-green .color--primary, .theme-green .title-home--primary {
    color: #00843d;
}

.theme-red .color--primary, .theme-red .title-home--primary {
    color: #c8122e;
}

.btn--primary {
    color: #fff;
}

.theme-gold .btn--primary {
    background-color: #ec6e3c;
    border-color: #ec6e3c;
}

.theme-blue .btn--primary {
    background-color: #333;
    border-color: #333;
}

.theme-green .btn--primary {
    background-color: #00843d;
    border-color: #00843d;
}

.theme-red .btn--primary {
    background-color: #c8122e;
    border-color: #c8122e;
}

.btn--primary:hover {
    color: #fff;
}

.theme-gold .btn--primary:hover {
    background-color: #ec6e3c;
    border-color: #ec6e3c;
}

.theme-blue .btn--primary:hover {
    background-color: #333;
    border-color: #333;
}

.theme-green .btn--primary:hover {
    background-color: #00843d;
    border-color: #00843d;
}

.theme-red .btn--primary:hover {
    background-color: #c8122e;
    border-color: #c8122e;
}

.btn--primary:not(:disabled):not(.disabled).active, .btn--primary:not(:disabled):not(.disabled):active, .show > .btn--primary.dropdown-toggle {
    color: #fff;
}

.theme-gold .btn--primary:not(:disabled):not(.disabled).active, .theme-gold .btn--primary:not(:disabled):not(.disabled):active, .theme-gold .show > .btn--primary.dropdown-toggle {
    background-color: #ec6e3c;
    border-color: #ec6e3c;
}

.theme-blue .btn--primary:not(:disabled):not(.disabled).active, .theme-blue .btn--primary:not(:disabled):not(.disabled):active, .theme-blue .show > .btn--primary.dropdown-toggle {
    background-color: #333;
    border-color: #333;
}

.theme-green .btn--primary:not(:disabled):not(.disabled).active, .theme-green .btn--primary:not(:disabled):not(.disabled):active, .theme-green .show > .btn--primary.dropdown-toggle {
    background-color: #00843d;
    border-color: #00843d;
}

.theme-red .btn--primary:not(:disabled):not(.disabled).active, .theme-red .btn--primary:not(:disabled):not(.disabled):active, .theme-red .show > .btn--primary.dropdown-toggle {
    background-color: #c8122e;
    border-color: #c8122e;
}

.view-more {
    float: left;
}

.see-more {
    /*font-size: 1.1rem;*/
    text-decoration: none;
}


.theme-gold .see-more {
    color: #ec6e3c;
}

.theme-blue .see-more {
    color: white;
}

.theme-green .see-more {
    color: #00843d;
}

.theme-red .see-more {
    color: #c8122e;
}

.see-more:hover {
    text-decoration: none;
}

.theme-gold .see-more:hover {
    color: #ec6e3c;
}

.theme-blue .see-more:hover {
    color: #333;
}

.theme-green .see-more:hover {
    color: #00843d;
}

.theme-red .see-more:hover {
    color: #c8122e;
}

.d-grid {
    display: grid;
}

.color-white {
    color: white;
}



.media-gallery-img-container {
    overflow: hidden;
    height: fit-content;
    max-height: 300px;
}

.img-container {
    overflow: hidden;
}



.stakeholder-items img {
    object-fit: contain !important;
}

.wrapper {
    background: white;
}

.img-container img, .stakeholder-img-wrapper {
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .img-container:hover img, .stakeholder-img-wrapper:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.mt-media-1 {
    margin-top: 2rem;
}

.about-read-more {
    text-align: right;
}

    .about-read-more a {
        color: white;
    }

        .about-read-more a:hover {
            color: white;
        }

.slider-image {
    max-height: 60vh;
    object-fit: cover;
}

.contact {
    color: #707070;
}

    .contact span {
        margin: 10px;
    }

    .contact div {
        padding-bottom: 5px;
    }

.featured-app-container {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.featured-app-text {
    text-align: left;
}

.featured-slider-image {
    /*    height: 40vh;*/
    object-fit: cover;
    min-height: 270px;
    max-height: 400px;
}

.title-image {
    height: 30vh;
    object-fit: cover;
}

/*#imagemodal .modal-header {
    padding: 0 1rem;
    border-bottom: none;
}

#imagemodal .modal-body {
    padding: 0;
}

#imagemodal .modal-header .close:focus {
    outline: none;
}*/

.mt-media-2 {
    margin-top: -7rem;
}

.news,
.videos,
.photos {
    border: 1px solid rgb(112 112 112 / 5%);
    position: relative;
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

    .news img, .photos img {
        /*        margin-top: -17px;*/
        object-fit: cover;
    }



.media-modal .modal.fade .modal-dialog {
    height: 100%;
    align-items: center;
    display: flex;
    margin: auto;
}

.stakeholder-item:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    /*    cursor:pointer;*/
}

.strategic-objective-title {
    color: #ec6e3c;
}

.news .news-date {
    color: #707070;
    font-size: 11px;
}

.news .news-short-description {
    font-size: 16px;
    font-weight: bold;
}

.news-description-trim {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.media-title {
    /*        
    font-size: 18px;
    font-weight: bold;
    */
}

.media-short-description {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}




.media-footer {
    border-top: 1px solid rgba(112, 112, 112, 0.1);
    font-size: 0.8rem;
}


.news .see-more-container {
    position: absolute;
    border-top: 0;
    right: 0;
    display: none;
}




    .news .see-more-container .see-more {
        font-size: 12px;
    }

.news:hover .see-more-container {
    display: initial;
    text-align: end;
}

.news-details img {
    max-height: 350px;
    max-width: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}

.news-details .photo {
    margin-right: 20px;
    float: left;
}

.news-details-content img {
    margin-left: 20px;
    float: right;
}

.slick-track {
    align-items: center;
    display: flex;
}

.theme-gold .border-dashed {
    background: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#ec6e3c 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(transparent 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 10px 1px, 1px 10px;
}

.theme-blue .border-dashed {
    background: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#333 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(transparent 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 10px 1px, 1px 10px;
}

.theme-green .border-dashed {
    background: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#00843d 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(transparent 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 10px 1px, 1px 10px;
}

.theme-red .border-dashed {
    background: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(#c8122e 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(transparent 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 10px 1px, 1px 10px;
}

.radio-item {
    /*display: inline-block;*/
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

    .radio-item input[type='radio'] {
        display: none;
    }

    .radio-item label {
        font-weight: normal;
    }

        .radio-item label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 5px;
            margin: 0 5px 0 5px;
            width: 20px;
            height: 20px;
            border-radius: 11px;
            border: 1px solid black;
            background-color: transparent;
        }

    .radio-item.radio-item-theme {
        padding: initial;
        margin: initial;
    }

        .radio-item.radio-item-theme label:before {
            border: none;
        }

        .radio-item.radio-item-theme label:after {
            border-radius: 11px;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 9px;
            left: 9px;
            content: " ";
            display: block;
        }

.theme-gold .radio-item.radio-item-theme label:after {
    background: #ec6e3c;
}

.theme-blue .radio-item.radio-item-theme label:after {
    background: #333;
}

.theme-green .radio-item.radio-item-theme label:after {
    background: #00843d;
}

.theme-red .radio-item.radio-item-theme label:after {
    background: #c8122e;
}

.theme-gold .radio-item input[type=radio]:checked + label:before {
    border: 2px solid #ec6e3c;
}

.theme-blue .radio-item input[type=radio]:checked + label:before {
    border: 2px solid #333;
}

.theme-green .radio-item input[type=radio]:checked + label:before {
    border: 2px solid #00843d;
}

.theme-red .radio-item input[type=radio]:checked + label:before {
    border: 2px solid #c8122e;
}

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 15px;
    content: " ";
    display: block;
}

.theme-gold .radio-item input[type=radio]:checked + label:after {
    background: #ec6e3c;
}

.theme-blue .radio-item input[type=radio]:checked + label:after {
    background: #333;
}

.theme-green .radio-item input[type=radio]:checked + label:after {
    background: #00843d;
}

.theme-red .radio-item input[type=radio]:checked + label:after {
    background: #c8122e;
}

.theme-gold .radio-item.radio-item--primary label:after {
    background: #ec6e3c;
}

.theme-blue .radio-item.radio-item--primary label:after {
    background: #333;
}

.theme-green .radio-item.radio-item--primary label:after {
    background: #00843d;
}

.theme-red .radio-item.radio-item--primary label:after {
    background: #c8122e;
}

.radio-item.radio-item--primary input[type=radio]:checked + label:after {
    left: 9px;
}

.theme-gold .radio-item.radio-item--primary input[type=radio]:checked + label:after {
    background: #ec6e3c;
}

.theme-blue .radio-item.radio-item--primary input[type=radio]:checked + label:after {
    background: #333;
}

.theme-green .radio-item.radio-item--primary input[type=radio]:checked + label:after {
    background: #00843d;
}

.theme-red .radio-item.radio-item--primary input[type=radio]:checked + label:after {
    background: #c8122e;
}

.theme-gold .radio-item.radio-item--primary input[type=radio]:checked + label:before {
    border: 2px solid #ec6e3c;
}

.theme-blue .radio-item.radio-item--primary input[type=radio]:checked + label:before {
    border: 2px solid #333;
}

.theme-green .radio-item.radio-item--primary input[type=radio]:checked + label:before {
    border: 2px solid #00843d;
}

.theme-red .radio-item.radio-item--primary input[type=radio]:checked + label:before {
    border: 2px solid #c8122e;
}

.radio-item.radio-item-gold label:after {
    background: #ec6e3c !important;
}

.radio-item.radio-item-gold input[type=radio]:checked + label:after {
    background: #9a6f32;
    left: 9px;
}

.radio-item.radio-item-gold input[type=radio]:checked + label:before {
    border: 2px solid #ec6e3c;
}

.radio-item.radio-item-blue label:after {
    background: #333 !important;
}

.radio-item.radio-item-blue input[type=radio]:checked + label:after {
    background: #333;
    left: 9px;
}

.radio-item.radio-item-blue input[type=radio]:checked + label:before {
    border: 2px solid #333;
}

.radio-item.radio-item-green label:after {
    background: #338B58 !important;
}

.radio-item.radio-item-green input[type=radio]:checked + label:after {
    background: #338B58;
    left: 9px;
}

.radio-item.radio-item-green input[type=radio]:checked + label:before {
    border: 2px solid #338B58;
}

.radio-item.radio-item-red label:after {
    background: #ED0606 !important;
}

.radio-item.radio-item-red input[type=radio]:checked + label:after {
    background: #ED0606;
    left: 9px;
}

.radio-item.radio-item-red input[type=radio]:checked + label:before {
    border: 2px solid #ED0606;
}

.border-bottom-gray {
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.border-top-gray {
    /* border-top: 2px solid #707070;*/
    border-top: 2px groove #4f5051f2;
}

.mlr-auto {
    margin-left: auto;
}

.line-height-1-5 {
    line-height: 1.5;
}

.theme-gold .border-rl--primary {
    border-right: 1px solid #ec6e3c;
}

.theme-blue .border-rl--primary {
    border-right: 1px solid #333;
}

.theme-green .border-rl--primary {
    border-right: 1px solid #00843d;
}

.theme-red .border-rl--primary {
    border-right: 1px solid #c8122e;
}

.mrl-3 {
    margin-right: 1rem;
}

.mlr-3 {
    margin-left: 1rem;
}

.mlr-5 {
    margin-left: 3rem;
}

.underline-title-mini, .underline-title-mini--primary, .underline-title-mini-white {
    margin-top: 0px;
    height: 8px;
    width: 20px;
    border-radius: 5px;
}

.theme-gold .underline-title-mini--primary {
    background-color: #ec6e3c;
}

.theme-blue .underline-title-mini--primary {
    background-color: #333;
}

.theme-green .underline-title-mini--primary {
    background-color: #00843d;
}

.theme-red .underline-title-mini--primary {
    background-color: #c8122e;
}

.underline-title-big, .underline-title-big--primary, .underline-title-big-white {
    width: 80px;
    border-radius: 5px;
    margin-left: 6px;
    height: 8px;
}

.theme-gold .underline-title-big--primary {
    background-color: #ec6e3c;
}

.theme-blue .underline-title-big--primary {
    background-color: #333;
}

.theme-green .underline-title-big--primary {
    background-color: #00843d;
}

.theme-red .underline-title-big--primary {
    background-color: #c8122e;
}

.fit-content, .title-home--primary, .title-home-white, .pagination {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: -ms-fit-content;
}

.max-width-700 {
    width: 700px;
    max-width: 50%;
}

.home-slider-text {
    text-align: left;
    color: #5f6368;
    font-weight: bold;
}

    .home-slider-text .h1,
    .home-slider-text .h2,
    .home-slider-text .h3,
    .home-slider-text .h4 {
        color: #B68A35;
        text-shadow: 0px 1px black;
    }

.max-width-500 {
    max-width: 500px;
}


.font-size-3 {
    font-size: 2.75rem;
}


.btn-slider-home {
    border-radius: 13px;
}

.theme-gold .btn-slider-home {
    background: #ec6e3c 0% 0% no-repeat padding-box;
}

.theme-blue .btn-slider-home {
    background: #333 0% 0% no-repeat padding-box;
}

.theme-green .btn-slider-home {
    background: #00843d 0% 0% no-repeat padding-box;
}

.theme-red .btn-slider-home {
    background: #c8122e 0% 0% no-repeat padding-box;
}

.img-coming-soon {
    opacity: .3;
}

.absolute-centered, .img-coming-soon-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-coming-soon-centered {
    width: 500px;
}


.theme-gold .navbar-light .navbar-nav .nav-link.show,
.theme-gold .navbar-light .navbar-nav .show > .nav-link {
    color: #5f6368;
}

.theme-gold .navbar-light .navbar-nav .active > .nav-link,
.theme-gold .navbar-light .navbar-nav .nav-link.active {
    color: rgb(182 138 53);
    /*  border-bottom: 5px solid #ec6e3c;*/
    border-bottom: 3px solid rgb(182 138 53);
}

.theme-blue .navbar-light .navbar-nav .active > .nav-link, .theme-blue .navbar-light .navbar-nav .nav-link.active, .theme-blue .navbar-light .navbar-nav .nav-link.show, .theme-blue .navbar-light .navbar-nav .show > .nav-link {
    color: #333;
}

.theme-green .navbar-light .navbar-nav .active > .nav-link, .theme-green .navbar-light .navbar-nav .nav-link.active, .theme-green .navbar-light .navbar-nav .nav-link.show, .theme-green .navbar-light .navbar-nav .show > .nav-link {
    color: #00843d;
}

.theme-red .navbar-light .navbar-nav .active > .nav-link, .theme-red .navbar-light .navbar-nav .nav-link.active, .theme-red .navbar-light .navbar-nav .nav-link.show, .theme-red .navbar-light .navbar-nav .show > .nav-link {
    color: #c8122e;
}

.theme-gold .navbar-light .navbar-nav .nav-link:focus, .theme-gold .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(182 138 53);
}

.theme-blue .navbar-light .navbar-nav .nav-link:focus, .theme-blue .navbar-light .navbar-nav .nav-link:hover {
    color: #333;
}

.theme-green .navbar-light .navbar-nav .nav-link:focus, .theme-green .navbar-light .navbar-nav .nav-link:hover {
    color: #00843d;
}

.theme-red .navbar-light .navbar-nav .nav-link:focus, .theme-red .navbar-light .navbar-nav .nav-link:hover {
    color: #c8122e;
}

.theme-gold .bord-committee .committee-member-description .nameandjob .name {
    color: #b68a35;
}

.theme-gold .bord-committee .committee-member-description .nameandjob .job {
    color: #ec6e3c;
    /*    font-weight: 600;*/
}

.border-gray-light {
    border: 1px solid rgba(112, 112, 112, 0.1);
}

.theme-gold .btn--primary--primary {
    background-color: #ec6e3c;
    color: white;
}

.theme-blue .btn--primary--primary {
    background-color: #333;
    color: white;
}

.theme-green .btn--primary--primary {
    background-color: #00843d;
    color: white;
}

.theme-red .btn--primary--primary {
    background-color: #c8122e;
    color: white;
}

.width-80-px {
    width: 80px;
}

.width-120-px {
    width: 120px;
}

.bg-vote {
    background-image: url(../img/home/vote-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.mlr-3-auto {
    margin-right: auto;
    margin-left: 1rem;
}

.font-size-2 {
    font-size: 1rem;
}

.pages-link {
    text-decoration: none;
    color: white;
}

.theme-gold .pages-link:hover {
    color: white;
    text-decoration: none;
    opacity: 0.7;
}



.theme-blue .pages-link:hover {
    color: #333;
    text-decoration: none;
}

.theme-green .pages-link:hover {
    color: #00843d;
    text-decoration: none;
}

.theme-red .pages-link:hover {
    color: #c8122e;
    text-decoration: none;
}

.card-overlay {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-top: -30px;
}

.theme-blue .card-overlay.bg-white {
    background-color: #232323 !important;
}

.form-customized label.error, label.error {
    font-size: 12px;
    color: #f00;
}

.form-control.error {
    border: 1px solid #f00;
}

.form-customized input {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    height: 45px;
    border: 2px solid #C6C6C6;
}

.form-customized textarea {
    border: 2px solid #C6C6C6;
}

.square--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
    font-size: 25px;
    color: white;
    border-radius: 10px;
}

.theme-gold .square--primary {
    background-color: #ec6e3c;
}

.theme-blue .square--primary {
    background-color: #333;
}

.theme-green .square--primary {
    background-color: #00843d;
}

.theme-red .square--primary {
    background-color: #c8122e;
}


.float-rl {
    float: right;
}

#mapid {
    width: 100%;
    height: 402px;
    border-radius: 13px;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.title-home--primary {
    font-weight: normal;
}

#time-line.absolute-center {
    position: relative;
    bottom: initial;
    width: 100%;
    overflow: auto;
}

#time-line p {
    font-size: 16px;
    font-weight: 700 !important;
    text-align: center;
}

#time-line .container-img-first {
    margin-left: 0;
}

#time-line .container-img-top {
    margin-left: -148px;
}

#time-line .parallelogram--primary {
    transform: skew(-32deg);
    height: 16px;
}

.theme-gold #time-line .parallelogram--primary {
    background-color: #ec6e3c;
}

.theme-blue #time-line .parallelogram--primary {
    background-color: #333;
}

.theme-green #time-line .parallelogram--primary {
    background-color: #00843d;
}

.theme-red #time-line .parallelogram--primary {
    background-color: #c8122e;
}

#time-line .parallelogram--primary.parallelogram-first {
    width: 148px;
    margin-left: 0;
}


#time-line .parallelogram--primary.parallelogram-bottom {
    margin-left: 23px;
    width: 154px;
}



#time-line .parallelogram--primary.parallelogram-top {
    margin-left: -12px;
    width: 151px;
}

#time-line .triangle {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

    #time-line .triangle.triangle-down {
        margin-left: 81px;
        margin-bottom: 10px;
    }

.theme-gold #time-line .triangle.triangle-down {
    border-top: 9px solid #ec6e3c;
}

.theme-blue #time-line .triangle.triangle-down {
    border-top: 9px solid #333;
}

.theme-green #time-line .triangle.triangle-down {
    border-top: 9px solid #00843d;
}

.theme-red #time-line .triangle.triangle-down {
    border-top: 9px solid #c8122e;
}

#time-line .triangle.triangle-first {
    margin-left: 71px;
}

#time-line .triangle.triangle-up {
    margin-left: 55px;
}

.theme-gold #time-line .triangle.triangle-up {
    border-bottom: 9px solid #ec6e3c;
}

.theme-blue #time-line .triangle.triangle-up {
    border-bottom: 9px solid #333;
}

.theme-green #time-line .triangle.triangle-up {
    border-bottom: 9px solid #00843d;
}

.theme-red #time-line .triangle.triangle-up {
    border-bottom: 9px solid #c8122e;
}


#time-line .margin-left-75-first {
    margin-left: -70px;
}

#time-line .margin-left-75 {
    margin-left: -75px;
}



#time-line .container-img-bottom {
    margin-left: 29px;
}



#time-line .text-timeline-first {
    width: 180px;
    margin-left: 0;
}

#time-line .text-timeline-top {
    width: 190px;
    height: 120px;
}

#time-line .text-timeline-bottom {
    width: 180px;
}

#time-line .img-timeline {
    width: 262px;
}

    #time-line .img-timeline.img-timeline-top {
        margin-top: 54px;
    }

.z-index-1 {
    z-index: 1;
}



.btn-link--primary {
    font-weight: 400;
    text-decoration: none;
    color: black;
}

    .btn-link--primary:hover {
        text-decoration: underline;
    }

.theme-gold .btn-link--primary:hover {
    color: #ec6e3c;
}

.theme-blue .btn-link--primary:hover {
    color: #333;
}

.theme-green .btn-link--primary:hover {
    color: #00843d;
}

.theme-red .btn-link--primary:hover {
    color: #c8122e;
}

.card--primary {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
}

.theme-gold .card--primary {
    border: 1px solid #ec6e3c;
}

.theme-blue .card--primary {
    border: 1px solid #333;
}

.theme-green .card--primary {
    border: 1px solid #00843d;
}

.theme-red .card--primary {
    border: 1px solid #c8122e;
}

.card-header--primary {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: white;
    /*@include themify($themes) {
        border: 1px solid themed('primary');
    }*/
}

    .card-header--primary:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

.customTooltip * {
    color: #000;
    font-size: 14px;
}

.customTooltip .introjs-tooltip-title {
    font-size: 16px;
}

.theme-gold .customTooltip .introjs-tooltip-title {
    color: #ec6e3c;
}

.theme-blue .customTooltip .introjs-tooltip-title {
    color: #333;
}

.theme-green .customTooltip .introjs-tooltip-title {
    color: #00843d;
}

.theme-red .customTooltip .introjs-tooltip-title {
    color: #c8122e;
}

.theme-gold .introjs-progressbar {
    background-color: #ec6e3c;
}

.theme-blue .introjs-progressbar {
    background-color: #333;
}

.theme-green .introjs-progressbar {
    background-color: #00843d;
}

.theme-red .introjs-progressbar {
    background-color: #c8122e;
}

.chairman {
    max-width: 400px;
    float: right;
    padding: 1rem;
    margin-top: -35px;
}

    .chairman img {
        /*        max-width: 250px;
        border-radius: 13px 13px 0 0;*/
    }

    .chairman .title {
        color: white;
        text-align: center;
    }

.theme-gold .chairman .title {
    background-color: #ec6e3c;
}

.theme-blue .chairman .title {
    background-color: #333;
}

.theme-green .chairman .title {
    background-color: #00843d;
}

.theme-red .chairman .title {
    background-color: #c8122e;
}

.chairman .title-1 {
    color: white;
    border-radius: 0 0 13px 13px;
    text-align: center;
}

.theme-gold .chairman .title-1 {
    background-color: #ec6e3c;
}

.theme-blue .chairman .title-1 {
    background-color: #333;
}

.theme-green .chairman .title-1 {
    background-color: #00843d;
}

.theme-red .chairman .title-1 {
    background-color: #c8122e;
}

.faq a {
    width: 100%;
    text-align: initial;
    display: flex;
    align-items: center;
}

    .faq a .fa-chevron-circle-up {
        transition: all 0.3s ease;
    }

.theme-gold .faq a .fa-chevron-circle-up {
    color: #ec6e3c;
}

.theme-blue .faq a .fa-chevron-circle-up {
    color: #333;
}

.theme-green .faq a .fa-chevron-circle-up {
    color: #00843d;
}

.theme-red .faq a .fa-chevron-circle-up {
    color: #c8122e;
}

.faq a.collapsed .fa-chevron-circle-up {
    transform: rotate(180deg);
}

.float-rl {
    float: right;
}

.about-values {
    display: flex;
    overflow: auto;
    /* border: 1px solid rgba(0,0,0,.125);*/
    background: #f3f3f4;
    border-radius: .25rem;
    padding: 1rem;
    background: #f3f3f4;
    /*  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;*/
}

    .about-values .card-values {
        min-width: 180px;
        width: 180px;
        text-align: center;
        border-radius: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: white;
        margin: 0.5rem;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
        /*&:hover {
            @include themify($themes) {
                color: white;
                background-color: themed('primary');
            }
        }*/
    }

        .about-values .card-values:not(:first-child) {
            margin-left: auto;
        }

.theme-gold .about-values .card-values {
    color: #ec6e3c;
}

.theme-blue .about-values .card-values {
    color: white;
    border: 2px solid #333;
}

.theme-green .about-values .card-values {
    color: #00843d;
    border: 2px solid #00843d;
}

.theme-red .about-values .card-values {
    color: #c8122e;
    border: 2px solid #c8122e;
}

.title-home-white {
    font-weight: normal;
    color: white;
}

.underline-title-mini-white {
    background-color: white;
}

.underline-title-big-white {
    background-color: white;
}

.text-mission-vision,
.text-about-us,
.text-transformation-projects {
    color: white;
    min-height: 180px;
}

.btn-transformation {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    width: 135px;
    justify-content: center;
    display: flex;
    position: absolute;
    bottom: 6%;
}

    .btn-transformation:focus,
    .btn-transformation:hover {
        background-color: #ec6e3c !important;
        border-color: #ec6e3c !important;
        box-shadow: none;
        outline: none;
    }

.bootstrap-select > .dropdown-toggle {
    height: 45px;
    border-bottom: 2px solid #B5B5B5;
}

    .bootstrap-select > .dropdown-toggle.btn-light:not(:disabled):not(.disabled).active, .bootstrap-select > .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active, .bootstrap-select > .dropdown-toggle.btn-light:hover, .bootstrap-select > .dropdown-toggle.btn-light:active, .bootstrap-select > .dropdown-toggle.btn-light:focus, .bootstrap-select > .dropdown-toggle.btn-light {
        background-color: white;
        border: none;
        border-bottom: 2px solid #B5B5B5;
        border-radius: initial;
        outline: none !important;
        box-shadow: none;
    }

.bootstrap-select.show > .btn-light.dropdown-toggle {
    background-color: white;
    border: none;
    outline: none !important;
}

.theme-gold .bootstrap-select.show > .btn-light.dropdown-toggle {
    border-bottom: 2px solid #ec6e3c;
}

.theme-blue .bootstrap-select.show > .btn-light.dropdown-toggle {
    border-bottom: 2px solid #333;
}

.theme-green .bootstrap-select.show > .btn-light.dropdown-toggle {
    border-bottom: 2px solid #00843d;
}

.theme-red .bootstrap-select.show > .btn-light.dropdown-toggle {
    border-bottom: 2px solid #c8122e;
}

.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.inner-addon {
    position: relative;
}

    .inner-addon input {
        /*    height: 40px;*/
    }

    .inner-addon .icon,
    .inner-addon .icon-light {
        position: absolute;
        pointer-events: none;
        font-size: 20px;
        top: 10px;
    }

.theme-gold .inner-addon .icon-light {
    color: #ced4da;
}

.theme-gold .inner-addon .icon {
    color: #ec6e3c;
}

.theme-blue .inner-addon .icon {
    color: #333;
}

.theme-green .inner-addon .icon {
    color: #00843d;
}



.theme-red .inner-addon .icon {
    color: #c8122e;
}

.left-addon input {
    padding-left: 35px;
}

.left-addon .icon {
    left: 0px;
}

.right-addon input {
    padding-right: 30px;
}

.right-addon .icon {
    right: 0px;
}

.input-search {
    border: none;
    border-bottom: 2px solid #B5B5B5;
    border-radius: initial;
}

    .input-search:focus {
        box-shadow: none;
    }

.theme-gold .input-search:focus {
    border-bottom: 2px solid #ec6e3c;
}

.theme-blue .input-search:focus {
    border-bottom: 2px solid #333;
}

.theme-green .input-search:focus {
    border-bottom: 2px solid #00843d;
}

.theme-red .input-search:focus {
    border-bottom: 2px solid #c8122e;
}

.card-gray, .service .card-service {
    background-color: #efefef;
    border-radius: 13px;
}

.service .card-service {
    max-width: 464px;
}

.service .lbl-gray-service {
    background: #d0d0d0;
    border-radius: 9px;
}

.service .color-gray {
    color: #707070;
}

.border-radius-8px {
    border-radius: 8px;
}

.border-radius-15px {
    border-radius: 15px;
}

.border-radius-top-15px {
    border-radius: 15px 15px 0 0;
}

.font-size-25px {
    font-size: 25px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: initial;
    border: none;
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands', 'Font Awesome 5 Duotone', sans-serif; /*todo*/
    font-weight: 400;
    content: "\f078";
    transition: all 0.3s ease;
}

.download-file {
    border-radius: 5px;
}

.theme-gold .download-file {
    background-color: #ec6e3c;
}

.theme-blue .download-file {
    background-color: #333;
}

.theme-green .download-file {
    background-color: #00843d;
}

.theme-red .download-file {
    background-color: #c8122e;
}

.download-file a {
    font-size: 26px;
    color: white;
}

.text-date-gray {
    font-size: 10px;
    color: #707070;
}


.card-opendata {
    border-radius: 13px;
}

.theme-gold .card-opendata {
    border: 2px solid #ec6e3c;
}

.theme-blue .card-opendata {
    border: 2px solid #333;
}

.theme-green .card-opendata {
    border: 2px solid #00843d;
}

.theme-red .card-opendata {
    border: 2px solid #c8122e;
}

.card-opendata .card-body-opendata {
    height: 300px;
}

    .card-opendata .card-body-opendata iframe {
        border-radius: 11px 11px 0 0;
        border: 0;
        height: 300px;
        width: 100%;
        overflow-y: auto;
    }

.card-opendata .card-footer-opendata {
    background-color: #fff8ed;
    border-radius: 0 0 13px 13px;
}

.theme-gold .card-opendata .card-footer-opendata {
    border-top: 2px solid #ec6e3c;
}

.theme-blue .card-opendata .card-footer-opendata {
    border-top: 2px solid #333;
}

.theme-green .card-opendata .card-footer-opendata {
    border-top: 2px solid #00843d;
}

.theme-red .card-opendata .card-footer-opendata {
    border-top: 2px solid #c8122e;
}

.card-opendata .card-footer-opendata .tite-opendata {
    font-weight: bold;
}

.img-container-photos {
    overflow: hidden;
    cursor: pointer;
}

ul.dropdown-menu {
    background-color: transparent;
    border: none;
    line-height: 1.5;
}

.img-container-photos img {
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    object-fit: cover;
}

.img-container-photos:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.theme-gold .popover .popover-body {
    color: #ec6e3c;
}

.theme-blue .popover .popover-body {
    color: #333;
}

.theme-green .popover .popover-body {
    color: #00843d;
}

.theme-red .popover .popover-body {
    color: #c8122e;
}

.page-link:hover {
    color: white;
}

.pagination {
    border-radius: 20px;
    padding: 2px;
}

.theme-gold .pagination {
    background-color: #ec6e3c;
}

.theme-blue .pagination {
    background-color: #333;
}

.theme-green .pagination {
    background-color: #00843d;
}

.theme-red .pagination {
    background-color: #c8122e;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 50% !important;
}

.page-link {
    margin-left: 0;
    color: white;
}

.theme-gold .page-link {
    background-color: #ec6e3c;
    border: #ec6e3c;
}

.theme-blue .page-link {
    background-color: #333;
    border: #333;
}

.theme-green .page-link {
    background-color: #00843d;
    border: #00843d;
}

.theme-red .page-link {
    background-color: #c8122e;
    border: #c8122e;
}

.page-item .page-link {
    border-radius: 50% !important;
}

.page-item.active .page-link {
    background-color: white;
    border-color: white;
}

.theme-gold .page-item.active .page-link {
    color: #ec6e3c;
}

.theme-blue .page-item.active .page-link {
    color: #333;
}

.theme-green .page-item.active .page-link {
    color: #00843d;
}

.theme-red .page-item.active .page-link {
    color: #c8122e;
}

.page-item.disabled .page-link {
    color: white;
}

.theme-gold .page-item.disabled .page-link {
    background-color: rgba(182, 138, 53, 0.5);
    border: rgba(182, 138, 53, 0.5);
}

.theme-blue .page-item.disabled .page-link {
    background-color: rgba(40, 129, 185, 0.5);
    border: rgba(40, 129, 185, 0.5);
}

.theme-green .page-item.disabled .page-link {
    background-color: rgba(0, 132, 61, 0.5);
    border: rgba(0, 132, 61, 0.5);
}

.theme-red .page-item.disabled .page-link {
    background-color: rgba(200, 18, 46, 0.5);
    border: rgba(200, 18, 46, 0.5);
}

.mediavideo iframe {
    width: 100%;
    border: none;
}

.mediavideo video {
    width: 100%;
    height: 300px;
}

.tab-content iframe {
    border: 0;
    height: 250px;
    width: 100%;
    overflow-y: auto;
}

.tab-content video {
    width: 100%;
    height: 250px;
}

.statistics li .btn {
    border-radius: 0;
}

    .statistics li .btn:focus {
        box-shadow: none;
    }

    .statistics li .btn:hover {
        background-color: #f2f2f2;
    }

.theme-gold .statistics li .btn.active {
    border-bottom: 2px solid #ec6e3c;
}

.theme-blue .statistics li .btn.active {
    border-bottom: 2px solid #333;
}

.theme-green .statistics li .btn.active {
    border-bottom: 2px solid #00843d;
}

.theme-red .statistics li .btn.active {
    border-bottom: 2px solid #c8122e;
}

.statistics li .btn.active:hover {
    cursor: default;
    background-color: white;
}

.table--primary {
    width: 100%;
}

    .table--primary td, .table--primary th {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .table--primary .download-link {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        width: 130px;
    }

.theme-gold .table--primary .download-link {
    border: 1px solid #ec6e3c;
    color: #ec6e3c;
}

.theme-blue .table--primary .download-link {
    border: 1px solid #333;
    color: #333;
}

.theme-green .table--primary .download-link {
    border: 1px solid #00843d;
    color: #00843d;
}

.theme-red .table--primary .download-link {
    border: 1px solid #c8122e;
    color: #c8122e;
}

.table--primary .download-link .download-icon {
    font-size: 26px;
}

.table--primary .download-link:hover {
    text-decoration: none;
}

.theme-gold .table--primary .download-link:hover {
    background-color: #ec6e3c;
    color: white;
}

.theme-blue .table--primary .download-link:hover {
    background-color: #333;
    color: white;
}

.theme-green .table--primary .download-link:hover {
    background-color: #00843d;
    color: white;
}

.theme-red .table--primary .download-link:hover {
    background-color: #c8122e;
    color: white;
}

.theme-gold .table--primary .tr--primary {
    border-top: 2px solid #ec6e3c;
}

.theme-blue .table--primary .tr--primary {
    border-top: 2px solid #333;
}

.theme-green .table--primary .tr--primary {
    border-top: 2px solid #00843d;
}

.theme-red .table--primary .tr--primary {
    border-top: 2px solid #c8122e;
}

.container-bar-chart {
    border-radius: 8px;
    padding: 10px;
}

.theme-gold .container-bar-chart {
    border: 1px solid rgba(182, 138, 53, 0.25);
}

.theme-blue .container-bar-chart {
    border: 1px solid rgba(40, 129, 185, 0.25);
}

.theme-green .container-bar-chart {
    border: 1px solid rgba(0, 132, 61, 0.25);
}

.theme-red .container-bar-chart {
    border: 1px solid rgba(200, 18, 46, 0.25);
}

.container-line-chart {
    height: 400px;
    width: auto;
}

.map-statistics {
    height: 400px;
    width: 100%;
}

.mh-350px {
    max-height: 350px;
}

.border-radius-top-13px {
    border-radius: 13px 13px 0 0;
}

ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li > div {
    position: relative;
}

    ol.organizational-chart,
    ol.organizational-chart ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

ol.organizational-chart {
    text-align: center;
}

    ol.organizational-chart ol {
        padding-top: 2em;
    }

        ol.organizational-chart ol:before,
        ol.organizational-chart ol:after,
        ol.organizational-chart li:before,
        ol.organizational-chart li:after,
        ol.organizational-chart > li > div:before,
        ol.organizational-chart > li > div:after {
            content: '';
            position: absolute;
        }

.theme-gold ol.organizational-chart ol:before, .theme-gold
ol.organizational-chart ol:after, .theme-gold
ol.organizational-chart li:before, .theme-gold
ol.organizational-chart li:after, .theme-gold
ol.organizational-chart > li > div:before, .theme-gold
ol.organizational-chart > li > div:after {
    background-color: #ec6e3c;
}

.theme-blue ol.organizational-chart ol:before, .theme-blue
ol.organizational-chart ol:after, .theme-blue
ol.organizational-chart li:before, .theme-blue
ol.organizational-chart li:after, .theme-blue
ol.organizational-chart > li > div:before, .theme-blue
ol.organizational-chart > li > div:after {
    background-color: #333;
}

.theme-green ol.organizational-chart ol:before, .theme-green
ol.organizational-chart ol:after, .theme-green
ol.organizational-chart li:before, .theme-green
ol.organizational-chart li:after, .theme-green
ol.organizational-chart > li > div:before, .theme-green
ol.organizational-chart > li > div:after {
    background-color: #00843d;
}

.theme-red ol.organizational-chart ol:before, .theme-red
ol.organizational-chart ol:after, .theme-red
ol.organizational-chart li:before, .theme-red
ol.organizational-chart li:after, .theme-red
ol.organizational-chart > li > div:before, .theme-red
ol.organizational-chart > li > div:after {
    background-color: #c8122e;
}

ol.organizational-chart ol > li {
    padding: 2em 0 0 1em;
    position: relative;
    /*        z-index: 9999;*/
    width: 100%;
    height: -webkit-fill-available;
    vertical-align: middle;
}

ol.organizational-chart > li ol:before {
    height: 2em;
    left: 50%;
    top: 0;
    width: 1px;
}

ol.organizational-chart > li ol:after {
    height: 1px;
    left: 1px;
    top: 2em;
    width: 50%;
}

ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 1px;
    left: 0;
    top: 4em;
    width: 1em;
}

ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 1px;
}

ol.organizational-chart > li ol > li:last-of-type:before {
    height: 1px;
    left: 0;
    top: 3em;
    width: 1em;
}

ol.organizational-chart > li ol > li:last-of-type:after {
    height: 3em;
    left: 0;
    top: 1px;
    width: 1px;
}

ol.organizational-chart li > div {
    background-color: red;
    border-radius: 3px;
    min-height: 2em;
    padding: 0.5em;
}

/*** PRIMARY ***/
ol.organizational-chart > li > div {
    color: #fff;
    margin-right: 1em;
    font-weight: bold;
}

.theme-gold ol.organizational-chart > li > div {
    background-color: #ec6e3c;
}

.theme-blue ol.organizational-chart > li > div {
    background-color: #333;
}

.theme-green ol.organizational-chart > li > div {
    background-color: #00843d;
}

.theme-red ol.organizational-chart > li > div {
    background-color: #c8122e;
}

.level-two > div:after {
    height: 11em !important;
    bottom: 0em !important;
    width: 1px !important;
}

.level-two > div {
    background-color: cadetblue !important;
}

ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 1px;
}

ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

    ol.organizational-chart > li > div + div:after {
        height: calc(100% + 1em);
        right: -1em;
        top: -1em;
        width: 1px;
    }

/*** SECONDARY ***/
ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart > li > ol > li > div {
    background-color: #707070;
    color: #fff;
}

/*** TERTIARY ***/
ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #f0f0f0;
}

.theme-gold ol.organizational-chart > li > ol > li > ol > li > div {
    border: 1px dashed #ec6e3c;
}

.theme-blue ol.organizational-chart > li > ol > li > ol > li > div {
    border: 1px dashed #333;
}

.theme-green ol.organizational-chart > li > ol > li > ol > li > div {
    border: 1px dashed #00843d;
}

.theme-red ol.organizational-chart > li > ol > li > ol > li > div {
    border: 1px dashed #c8122e;
}

/*** QUATERNARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #fca858;
}

/*** QUINARY ***/
ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #fddc32;
}



/*** MEDIA QUERIES ***/
@media only screen and (min-width: 64em) {
    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }
        /* PRIMARY */
        ol.organizational-chart > li > div {
            display: inline-block;
            float: none;
            margin: 0 1em 1em 1em;
            vertical-align: bottom;
        }

            ol.organizational-chart > li > div:only-of-type {
                margin-bottom: 0;
                width: calc((100% / 1) - 2em - 1px);
                width: 230px; /*smr*/
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
                width: calc((100% / 2) - 2em - 1px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
                width: calc((100% / 3) - 2em - 1px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
                width: calc((100% / 4) - 2em - 1px);
            }

            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
            ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
                width: calc((100% / 5) - 2em - 1px);
            }

            /*                ol.organizational-chart > li > div:before,*/
            ol.organizational-chart > li > div:after {
                bottom: -1em !important;
                top: inherit !important;
            }



    /*ol.organizational-chart > li >  div:before {
                    height: 1em !important;*/ /*smr*/
    /*left: 50% !important;
                    width: 1px !important;
                }*/

    .level-two > div:before { /*smr*/
        height: 7.5em !important;
        bottom: 4.5em !important;
        left: 50% !important;
        width: 1px !important;
    }


    /*                ol.organizational-chart > li > ol:before,*/
    .level-two > ol:before {
        height: 2em !important;
        left: 50% !important;
        top: 0 !important;
        width: 1px !important;
    }

    .level-two-one:before { /*smr*/
        height: 1px !important;
        right: 50% !important;
        top: 4em !important;
        width: 8em !important;
    }

    ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 1px;
        width: calc(50% + 1em + 1px);
    }

    ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 1px);
    }

    ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 1px);
    }

    ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 1px;
        left: -2em;
        width: calc(100% + 4em);
    }
    /* SECONDARY */
    ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

        /*smr*/
        /*                ol.organizational-chart > li > ol:before,*/
        ol.organizational-chart > li > ol > li:before {
            height: 2em !important;
            left: 50% !important;
            top: 0 !important;
            width: 1px !important;
        }

    .level-two-one:before { /*smr*/
        height: 1px !important;
        right: 50% !important;
        top: 4em !important;
        width: 250px !important;
    }

    ol.organizational-chart > li > ol:after {
        display: none;
    }

    ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 2em;
    }

        ol.organizational-chart > li > ol > li:only-of-type {
            padding-top: 0;
        }

            ol.organizational-chart > li > ol > li:only-of-type:before,
            ol.organizational-chart > li > ol > li:only-of-type:after {
                display: none;
            }

        ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
        ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
            height: 1px;
            top: 0;
            width: 50%;
        }

        ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
            left: 50%;
        }

        ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
            left: 0;
        }

        ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
            height: 1px;
            left: 0;
            top: 0;
            width: 100%;
        }
}

.footer--icons {
    text-align: center;
    padding: 5px 9px;
    border-radius: 6px;
    width: 35px;
    height: 35px;
    color: #000;
}

.footer-list {
    text-align: left;
}

.col-md-45, .col-md-25 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.list--pere--site--map {
    background-color: #ffe6b7;
    border-radius: 7px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 50px;
    min-height: 50px;
}

    .list--pere--site--map::before {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 10px;
        height: 10px;
        -moz-border-radius: 47px;
        -webkit-border-radius: 47px;
        border-radius: 47px;
        background-color: #fff;
        top: 52PX;
        right: 20px;
        border: 2px solid #d0d0d0;
        content: '';
    }

    .list--pere--site--map .circle {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        background-color: #ffe6b7;
        top: -12%;
        right: -5px;
        border: 1px;
        border: 2px solid #fff;
    }

        .list--pere--site--map .circle .number {
            color: #9A6F32;
            font-size: 10px;
        }

.list--fils--site--map {
    background-color: #d0d0d0;
    border-radius: 7px;
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.margin-left-right-60, .margin-left-right-60-one {
    margin-left: 60px;
    position: relative;
}

div.margin-left-right-60:before {
    position: absolute;
    top: 12px;
    left: -36px;
    display: block;
    height: 15px;
    width: 36px;
    border-bottom: 2px dashed #d0d0d0;
    border-left: 2px dashed #d0d0d0;
    content: '';
}

div.margin-left-right-60 ~ div.margin-left-right-60:not(:last-child):before {
    position: absolute;
    top: -23px;
    left: -36px;
    display: block;
    height: 49px;
    width: 36px;
    border-bottom: 2px dashed #d0d0d0;
    border-left: 2px dashed #d0d0d0;
    content: '';
}

div.margin-left-right-60:last-child:before {
    position: absolute;
    top: -24px;
    left: -36px;
    display: block;
    height: 51px;
    width: 43px;
    border-bottom: 2px dashed #d0d0d0;
    border-left: 2px dashed #d0d0d0;
    border-radius: 0px 10px;
    content: '';
}

div.margin-left-right-60-one:last-child:before {
    position: absolute;
    top: 10px;
    left: -36px;
    display: block;
    height: 20px;
    width: 36px;
    border-bottom: 2px dashed #d0d0d0;
    border-left: 2px dashed #d0d0d0;
    border-radius: 0px 10px;
    content: '';
}

.padding-right-left-60 {
    width: min-content;
    padding-right: 60px;
    padding-bottom: 60px;
    white-space: nowrap;
}

.mynav-pills .nav-link {
    color: #C0C0C0;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

    .mynav-pills .nav-link.active {
        background-color: inherit;
        border-color: inherit;
    }

.theme-gold .mynav-pills .nav-link.active {
    color: #ec6e3c;
}

.theme-blue .mynav-pills .nav-link.active {
    color: #333;
}

.theme-green .mynav-pills .nav-link.active {
    color: #00843d;
}

.theme-red .mynav-pills .nav-link.active {
    color: #c8122e;
}

div.markdown > p > strong {
    font-size: 25px;
}

.settingSidebar .slidecontainer {
    width: 100%;
    display: flex;
    align-items: center;
}

    .settingSidebar .slidecontainer .slider {
        -webkit-appearance: none;
        width: 100%;
        height: 1px;
        border-radius: 5px;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .5s;
        transition: opacity .2s;
        position: relative;
    }

.theme-gold .settingSidebar .slidecontainer .slider {
    background: #ec6e3c;
}

.theme-blue .settingSidebar .slidecontainer .slider {
    background: #333;
}

.theme-green .settingSidebar .slidecontainer .slider {
    background: #00843d;
}

.theme-red .settingSidebar .slidecontainer .slider {
    background: #c8122e;
}

.settingSidebar .slidecontainer .slider:after {
    content: '';
    width: 0;
    height: 10px;
    position: absolute;
    top: -5px;
    right: 0px;
}

.theme-gold .settingSidebar .slidecontainer .slider:after {
    border-left: 1px solid #ec6e3c;
}

.theme-blue .settingSidebar .slidecontainer .slider:after {
    border-left: 1px solid #333;
}

.theme-green .settingSidebar .slidecontainer .slider:after {
    border-left: 1px solid #00843d;
}

.theme-red .settingSidebar .slidecontainer .slider:after {
    border-left: 1px solid #c8122e;
}

.settingSidebar .slidecontainer .slider:before {
    content: '';
    width: 0;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 0px;
}

.theme-gold .settingSidebar .slidecontainer .slider:before {
    border-left: 1px solid #ec6e3c;
}

.theme-blue .settingSidebar .slidecontainer .slider:before {
    border-left: 1px solid #333;
}

.theme-green .settingSidebar .slidecontainer .slider:before {
    border-left: 1px solid #00843d;
}

.theme-red .settingSidebar .slidecontainer .slider:before {
    border-left: 1px solid #c8122e;
}

.settingSidebar .slidecontainer .slider:hover {
    opacity: 1;
}

.settingSidebar .slidecontainer .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.theme-gold .settingSidebar .slidecontainer .slider::-webkit-slider-thumb {
    background: #ec6e3c;
}

.theme-blue .settingSidebar .slidecontainer .slider::-webkit-slider-thumb {
    background: #333;
}

.theme-green .settingSidebar .slidecontainer .slider::-webkit-slider-thumb {
    background: #00843d;
}

.theme-red .settingSidebar .slidecontainer .slider::-webkit-slider-thumb {
    background: #c8122e;
}

.settingSidebar .slidecontainer .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.theme-gold .settingSidebar .slidecontainer .slider::-moz-range-thumb {
    background: #ec6e3c;
}

.theme-blue .settingSidebar .slidecontainer .slider::-moz-range-thumb {
    background: #333;
}

.theme-green .settingSidebar .slidecontainer .slider::-moz-range-thumb {
    background: #00843d;
}

.theme-red .settingSidebar .slidecontainer .slider::-moz-range-thumb {
    background: #c8122e;
}

.settingSidebar .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
}

    .settingSidebar .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .settingSidebar .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .settingSidebar .switch .slider:before {
            position: absolute;
            content: "";
            height: 13px;
            width: 13px;
            left: 1px;
            bottom: 1px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .settingSidebar .switch .slider.round {
            border-radius: 34px;
        }

            .settingSidebar .switch .slider.round:before {
                border-radius: 50%;
            }

.theme-gold .settingSidebar .switch input:checked + .slider {
    background-color: #ec6e3c;
}

.theme-blue .settingSidebar .switch input:checked + .slider {
    background-color: #333;
}

.theme-green .settingSidebar .switch input:checked + .slider {
    background-color: #00843d;
}

.theme-red .settingSidebar .switch input:checked + .slider {
    background-color: #c8122e;
}

.theme-gold .settingSidebar .switch input:focus + .slider {
    box-shadow: 0 0 1px #ec6e3c;
}

.theme-blue .settingSidebar .switch input:focus + .slider {
    box-shadow: 0 0 1px #333;
}

.theme-green .settingSidebar .switch input:focus + .slider {
    box-shadow: 0 0 1px #00843d;
}

.theme-red .settingSidebar .switch input:focus + .slider {
    box-shadow: 0 0 1px #c8122e;
}

.settingSidebar .switch input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.settingSidebar .title-sidebar-settings {
    color: #707070;
}

.height-10-px {
    height: 10px;
}

.height-85-per {
    height: 85%;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    /*display: none;*/
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(74, 74, 74, 0.8);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /*font: 0/0 a;*/
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
        }

.theme-gold .loading:not(:required):after {
    -webkit-box-shadow: #ec6e3c 1.5em 0 0 0, #ec6e3c 1.1em 1.1em 0 0, #ec6e3c 0 1.5em 0 0, #ec6e3c -1.1em 1.1em 0 0, rgba(182, 138, 53, 0.5) -1.5em 0 0 0, rgba(182, 138, 53, 0.5) -1.1em -1.1em 0 0, #ec6e3c 0 -1.5em 0 0, #ec6e3c 1.1em -1.1em 0 0;
    box-shadow: #ec6e3c 1.5em 0 0 0, #ec6e3c 1.1em 1.1em 0 0, #ec6e3c 0 1.5em 0 0, #ec6e3c -1.1em 1.1em 0 0, #ec6e3c -1.5em 0 0 0, #ec6e3c -1.1em -1.1em 0 0, #ec6e3c 0 -1.5em 0 0, #ec6e3c 1.1em -1.1em 0 0;
}

.theme-blue .loading:not(:required):after {
    -webkit-box-shadow: #333 1.5em 0 0 0, #333 1.1em 1.1em 0 0, #333 0 1.5em 0 0, #333 -1.1em 1.1em 0 0, rgba(40, 129, 185, 0.5) -1.5em 0 0 0, rgba(40, 129, 185, 0.5) -1.1em -1.1em 0 0, #333 0 -1.5em 0 0, #333 1.1em -1.1em 0 0;
    box-shadow: #333 1.5em 0 0 0, #333 1.1em 1.1em 0 0, #333 0 1.5em 0 0, #333 -1.1em 1.1em 0 0, #333 -1.5em 0 0 0, #333 -1.1em -1.1em 0 0, #333 0 -1.5em 0 0, #333 1.1em -1.1em 0 0;
}

.theme-green .loading:not(:required):after {
    -webkit-box-shadow: #00843d 1.5em 0 0 0, #00843d 1.1em 1.1em 0 0, #00843d 0 1.5em 0 0, #00843d -1.1em 1.1em 0 0, rgba(0, 132, 61, 0.5) -1.5em 0 0 0, rgba(0, 132, 61, 0.5) -1.1em -1.1em 0 0, #00843d 0 -1.5em 0 0, #00843d 1.1em -1.1em 0 0;
    box-shadow: #00843d 1.5em 0 0 0, #00843d 1.1em 1.1em 0 0, #00843d 0 1.5em 0 0, #00843d -1.1em 1.1em 0 0, #00843d -1.5em 0 0 0, #00843d -1.1em -1.1em 0 0, #00843d 0 -1.5em 0 0, #00843d 1.1em -1.1em 0 0;
}

.theme-red .loading:not(:required):after {
    -webkit-box-shadow: #c8122e 1.5em 0 0 0, #c8122e 1.1em 1.1em 0 0, #c8122e 0 1.5em 0 0, #c8122e -1.1em 1.1em 0 0, rgba(200, 18, 46, 0.5) -1.5em 0 0 0, rgba(200, 18, 46, 0.5) -1.1em -1.1em 0 0, #c8122e 0 -1.5em 0 0, #c8122e 1.1em -1.1em 0 0;
    box-shadow: #c8122e 1.5em 0 0 0, #c8122e 1.1em 1.1em 0 0, #c8122e 0 1.5em 0 0, #c8122e -1.1em 1.1em 0 0, #c8122e -1.5em 0 0 0, #c8122e -1.1em -1.1em 0 0, #c8122e 0 -1.5em 0 0, #c8122e 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Department/ section colors */
.organizational {
    width: 100%;
    height: 177rem;
    max-width: 1142px;
    margin: 0 auto;
    padding: 0 20px;
    /*.department.dep-a {
        a {
            background: #f0f0f0;
        }
    }

    .department.dep-b {
        a {
            background: #f0f0f0;
        }
    }

    .department.dep-c {
        a {
            background: #f0f0f0;
        }
    }

    .department.dep-d {
        a {
            background: #f0f0f0;
        }
    }

    .department.dep-e {
        a {
            background: #f0f0f0;
        }
    }*/
}

    .organizational * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    .organizational .cf {
        *zoom: 1;
    }

        .organizational .cf:before {
            content: " ";
            display: table;
        }

        .organizational .cf:after {
            content: " ";
            display: table;
            clear: both;
        }

    .organizational a:focus {
        outline: 2px dashed #f7f7f7;
    }

    .organizational ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .organizational ul a {
            display: block;
            /*background: #ccc;*/
            text-align: center;
            /*border: 4px solid #fff;*/
            overflow: hidden;
            font-size: .7em;
            text-decoration: none;
            font-weight: bold;
            /*color: #333;*/
            height: 70px;
            margin-bottom: -26px;
            box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
            -webkit-transition: all linear .1s;
            -moz-transition: all linear .1s;
            transition: all linear .1s;
            background: white;
        }

.theme-gold .organizational ul a {
    border: 1px dashed #ec6e3c;
    color: #ec6e3c;
}

.theme-blue .organizational ul a {
    border: 1px dashed #333;
    color: #333;
}

.theme-green .organizational ul a {
    border: 1px dashed #00843d;
    color: #00843d;
}

.theme-red .organizational ul a {
    border: 1px dashed #c8122e;
    color: #c8122e;
}

.organizational ul a span {
    top: 50%;
    margin-top: -0.7em;
    display: block;
}

.organizational .administration > li > a {
    margin-bottom: 25px;
}

.organizational .director > li > a {
    width: 50%;
    margin: 0 auto 0px auto;
    color: white;
}

.theme-gold .organizational .director > li > a {
    background: #ec6e3c;
}

.theme-blue .organizational .director > li > a {
    background: #333;
}

.theme-green .organizational .director > li > a {
    background: #00843d;
}

.theme-red .organizational .director > li > a {
    background: #c8122e;
}

.organizational .subdirector {
    position: absolute;
    width: 100%;
}

    .organizational .subdirector:after {
        /*border-left: 4px solid #fff;*/
        content: "";
        display: block;
        width: 0;
        background: red;
        position: relative;
        /*height: 130px;*/
        /*left: 45.45%;*/
        height: 133px;
        left: 49.65%;
    }

.theme-gold .organizational .subdirector:after {
    border-left: 1px solid #ec6e3c;
}

.theme-blue .organizational .subdirector:after {
    border-left: 1px solid #333;
}

.theme-green .organizational .subdirector:after {
    border-left: 1px solid #00843d;
}

.theme-red .organizational .subdirector:after {
    border-left: 1px solid #c8122e;
}

.organizational .subdirector > li:first-child {
    width: 18.59894921190893%;
    height: 64px;
    margin: 0 auto 92px auto;
    padding-top: 25px;
    /*border-bottom: 4px solid white;*/
    z-index: 1;
    float: right;
    right: 27.2%;
    /*border-left: 4px solid white;*/
}

.theme-gold .organizational .subdirector > li:first-child {
    border-bottom: 1px solid #ec6e3c;
    border-left: 1px solid #ec6e3c;
}

.theme-blue .organizational .subdirector > li:first-child {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
}

.theme-green .organizational .subdirector > li:first-child {
    border-bottom: 1px solid #00843d;
    border-left: 1px solid #00843d;
}

.theme-red .organizational .subdirector > li:first-child {
    border-bottom: 1px solid #c8122e;
    border-left: 1px solid #c8122e;
}

.organizational .subdirector > li:first-child a {
    width: 100%;
    left: 25px;
}

.organizational .departments {
    position: absolute;
    width: 100%;
}

    .organizational .departments > li:first-child {
        width: 18.59894921190893%;
        height: 64px;
        margin: 0 auto 92px auto;
        padding-top: 25px;
        /*border-bottom: 4px solid white;*/
        z-index: 1;
        float: left;
        left: 27.2%;
        /*border-right: 4px solid white;*/
    }

.theme-gold .organizational .departments > li:first-child {
    border-bottom: 1px solid #ec6e3c;
    border-right: 1px solid #ec6e3c;
}

.theme-blue .organizational .departments > li:first-child {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.theme-green .organizational .departments > li:first-child {
    border-bottom: 1px solid #00843d;
    border-right: 1px solid #00843d;
}

.theme-red .organizational .departments > li:first-child {
    border-bottom: 1px solid #c8122e;
    border-right: 1px solid #c8122e;
}

.organizational .departments > li:first-child a {
    width: 100%;
    right: 25px;
}

.organizational .departments li:nth-child(2) {
    margin-left: 0;
    clear: left;
}

.organizational .departments:after {
    content: "";
    display: block;
    position: absolute;
    width: 81.1%;
    height: 22px;
    /*border-top: 4px solid #fff;
            border-right: 4px solid #fff;
            border-left: 4px solid #fff;*/
    margin: 0 auto;
    /*top: 130px;*/
    top: 133px;
    left: 9.1%;
}

.theme-gold .organizational .departments:after {
    border-top: 1px solid #ec6e3c;
    border-right: 1px solid #ec6e3c;
    border-left: 1px solid #ec6e3c;
}

.theme-blue .organizational .departments:after {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}

.theme-green .organizational .departments:after {
    border-top: 1px solid #00843d;
    border-right: 1px solid #00843d;
    border-left: 1px solid #00843d;
}

.theme-red .organizational .departments:after {
    border-top: 1px solid #c8122e;
    border-right: 1px solid #c8122e;
    border-left: 1px solid #c8122e;
}

.organizational .department {
    /*border-left: 4px solid #fff;*/
    width: 18.59894921190893%;
    float: left;
    margin-left: 1.751313485113835%;
    margin-bottom: 60px;
}

    .organizational .department:first-child {
        margin-left: 0;
        clear: left;
    }

    .organizational .department:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 22px;
        /*border-left: 4px solid white;*/
        z-index: 1;
        top: -22px;
        left: 50%;
        margin-left: -4px;
    }

.theme-gold .organizational .department:before {
    border-left: 1px solid #ec6e3c;
}

.theme-blue .organizational .department:before {
    border-left: 1px solid #333;
}

.theme-green .organizational .department:before {
    border-left: 1px solid #00843d;
}

.theme-red .organizational .department:before {
    border-left: 1px solid #c8122e;
}

.theme-gold .organizational .department {
    border-left: 1px solid #ec6e3c;
}

.theme-blue .organizational .department {
    border-left: 1px solid #333;
}

.theme-green .organizational .department {
    border-left: 1px solid #00843d;
}

.theme-red .organizational .department {
    border-left: 1px solid #c8122e;
}

.organizational .department > a {
    margin: 0 0 -26px -4px;
    z-index: 1;
}

    .organizational .department > a:hover {
        height: 80px;
    }

.organizational .department > ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.organizational .department li {
    padding-left: 25px;
    /*border-bottom: 4px solid #fff;*/
    height: 80px;
}

.theme-gold .organizational .department li {
    border-bottom: 1px solid #ec6e3c;
}

.theme-blue .organizational .department li {
    border-bottom: 1px solid #333;
}

.theme-green .organizational .department li {
    border-bottom: 1px solid #00843d;
}

.theme-red .organizational .department li {
    border-bottom: 1px solid #c8122e;
}

.organizational .department li a {
    background: #fff;
    top: 48px;
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 60px;
    vertical-align: middle;
    right: -1px;
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
                background-image: -moz-linear-gradient(-45deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%) !important;
                background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0))) !important;
                background-image: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%) !important;
                background-image: -o-linear-gradient(-45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%) !important;
                background-image: -ms-linear-gradient(-45deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%) !important;
                background-image: linear-gradient(135deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%) !important;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );*/
}

    .organizational .department li a:hover {
        box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.1);
        height: 80px;
        width: 95%;
        top: 39px;
        background-image: none !important;
    }

.organizational .lt-ie8 .department {
    width: 18.25%;
}

.organizational .department.dep a {
    background: #f0f0f0;
    color: #333;
}

.organizational .department.dep > a {
    background: #707070;
    border: 1px solid #707070;
    color: white;
}

@media screen and (max-width: 767px) {
    .organizational {
        padding: 0 20px;
    }

        .organizational ul a {
            font-size: 1em;
        }

        .organizational .subdirector > li:first-child {
            width: 40%;
            right: 10%;
            margin-right: 2px;
        }

        .organizational .subdirector:after {
            left: 49.8%;
        }

        .organizational .departments > li:first-child {
            width: 40%;
            left: 10%;
            margin-left: 2px;
        }

        .organizational .departments:after {
            border-right: none;
            left: 0;
            width: 49.8%;
        }

        .organizational .department {
            float: none;
            width: 100%;
            margin-left: 0;
        }

            .organizational .department:before {
                content: "";
                display: block;
                position: absolute;
                width: 0;
                height: 60px;
                /*border-left: 4px solid white;*/
                z-index: 1;
                top: -60px;
                left: 0%;
                margin-left: -4px;
            }

    .theme-gold .organizational .department:before {
        border-left: 1px solid #ec6e3c;
    }

    .theme-blue .organizational .department:before {
        border-left: 1px solid #333;
    }

    .theme-green .organizational .department:before {
        border-left: 1px solid #00843d;
    }

    .theme-red .organizational .department:before {
        border-left: 1px solid #c8122e;
    }

    .organizational .department:nth-child(2):before {
        display: none;
    }
}

@media print {
    .organizational ul a {
        border: 4px solid #000;
    }

    .organizational .subdirector:after {
        border-left: 4px solid #000;
    }

    .organizational .subdirector > li:first-child {
        border-bottom: 4px solid #000;
        border-left: 4px solid black;
    }

    .organizational .departments > li:first-child {
        border-bottom: 4px solid #000;
        border-right: 4px solid black;
    }

    .organizational .departments:after {
        border-top: 4px solid #000;
        border-right: 4px solid #000;
        border-left: 4px solid #000;
    }

    .organizational .department {
        border-left: 4px solid #000;
    }

        .organizational .department:before {
            border-left: 4px solid black;
        }

        .organizational .department li {
            border-bottom: 4px solid #000;
        }
}


.logo-right {
    position: absolute;
    top: 0px;
    right: 8%;
}

#social-sidebar {
    left: 0;
    position: fixed;
    top: 30%;
    z-index: 1030;
    background: #ec6e3c;
    top: calc(50% - 80px);
}

    #social-sidebar li:first-child a {
        border-top-right-radius: 5px;
    }

    #social-sidebar li:last-child a {
        border-bottom-right-radius: 5px;
    }

    #social-sidebar a {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 50px;
        width: 50px;
        font-size: 24px;
        line-height: 50px;
        position: relative;
        text-align: center;
        cursor: pointer;
    }

        #social-sidebar a:hover span {
            left: 120%;
            opacity: 1;
        }

        #social-sidebar a span {
            font: 12px "Open Sans", sans-serif;
            text-transform: uppercase;
            border-radius: 3px;
            line-height: 24px;
            left: -100%;
            margin-top: -16px;
            opacity: 0;
            padding: 4px 8px;
            position: absolute;
            transition: opacity .3s, left .4s;
            top: 50%;
            z-index: -1;
        }

            #social-sidebar a span:before {
                content: "";
                display: block;
                height: 8px;
                width: 8px;
                left: -4px;
                margin-top: -4px;
                position: absolute;
                top: 50%;
                transform: rotate(45deg);
            }

        #social-sidebar a[class*="twitter"]:hover,
        #social-sidebar a[class*="twitter"] span,
        #social-sidebar a[class*="twitter"] span:before {
            background: #ec6e3c;
        }

        #social-sidebar a[class*="facebook"]:hover,
        #social-sidebar a[class*="facebook"] span,
        #social-sidebar a[class*="facebook"] span:before {
            background: #ec6e3c;
        }

        #social-sidebar a[class*="gplus"]:hover,
        #social-sidebar a[class*="gplus"] span,
        #social-sidebar a[class*="gplus"] span:before {
            background: #ec6e3c;
        }

        #social-sidebar a[class*="dribbble"]:hover,
        #social-sidebar a[class*="dribbble"] span,
        #social-sidebar a[class*="dribbble"] span:before {
            background: #ec6e3c;
        }

        #social-sidebar a[class*="dropbox"]:hover,
        #social-sidebar a[class*="dropbox"] span,
        #social-sidebar a[class*="dropbox"] span:before {
            background: #ec6e3c;
        }

        #social-sidebar a[class*="github"]:hover,
        #social-sidebar a[class*="github"] span,
        #social-sidebar a[class*="github"] span:before {
            background: #ec6e3c;
        }

        #social-sidebar a[class*="evernote"]:hover,
        #social-sidebar a[class*="evernote"] span,
        #social-sidebar a[class*="evernote"] span:before {
            background: #ec6e3c;
        }

[class^="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

.col-sm-6.col-md-4.col-md-3.mb-3.spetialities {
    padding: 40px;
}

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#specialities {
    display: contents;
}

.spetialities-bg {
    background: url(/media/About/specialities/specialities_bg.jpg);
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}



#specialities li {
    counter-increment: my-awesome-counter;
    display: flex;
    /*            width: 50%;*/
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    height: auto;
}

.specialities {
    border: 2px solid #ec6e3c;
}

.img-specialities {
    height: auto;
    max-height: 50px;
    margin-bottom: 1rem;
}


#spetialities .card-text p strong span {
    color: rgba(237, 125, 49, 1) !important;
    font-family: inherit !important; /*"Sakkal Majalla"*/
    font-size: inherit !important;
    line-height: inherit !important;
}

#spetialities .card-text p span {
    font-size: inherit !important;
    line-height: 100% !important;
    font-family: inherit !important;
    color: rgba(0, 0, 0, 1);
    border: 1pt none rgba(0, 0, 0, 1);
    padding: 0;
}

.level-two-node {
    background-color: #8ea771 !important;
}

/*todo: proper fix*/
.light .text-white {
    color: #5f6368 !important;
}

.light .btn-transformation:not(:hover) {
    background-color: #3c485887 !important;
    border-color: #fff !important;
}
/*todo: end*/


@media (min-width: 600px) and (max-width: 1399.98px) {
    #spetialities .card-text {
        min-height: 165px;
    }

    .about-message {
        width: 75%;
    }
}

header .logos {
    padding: 15px 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.theme-blue body {
    /*    background: black;*/
    background-color: rgb(35, 35, 35);
    color: white;
}

.theme-blue .bg-black {
    background-color: #666666 !important;
}

.theme-blue .navbar-light .navbar-nav .nav-link {
    color: white !important;
}

.theme-blue header {
    background-color: transparent;
}

.theme-blue .sticky-nav {
    background: black;
}

.theme-blue #social-sidebar {
    background: #666666;
}

.theme-blue .container.card-overlay.shadow.p-5 {
    background-color: #666666;
}

.theme-blue .card-body {
    color: black;
}

.theme-blue .text-timeline-top, .theme-blue .text-timeline-bottom {
    color: black;
}

.timeline-title {
    color: #eb6936;
    text-align: center;
}

.theme-blue ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #c3c2c2;
}

.fontSizeItem {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    color: var(--text-black);
    cursor: pointer;
}

.fontIncreaseDecrease {
    align-items: center;
    column-gap: 15px;
    cursor: pointer;
}



.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    color: white;
    background: #ec6e3c;
    border-color: white;
}

    .scroll-top i {
        display: inline-block;
        color: #fff;
    }

    .scroll-top:hover {
        color: #fff;
        background-color: #ec6e3c;
        border-color: white;
    }

.hidden {
    display: none;
}


.copyright-text {
    text-align: center;
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 0;
}

.theme-blue .copyright-text {
    color: white;
}

.theme-gold .copyright-text {
    color: white;
}

.theme-blue .copyright-text a {
    color: #F57D53;
}

.theme-gold .copyright-text a {
    color: white;
}

    .theme-gold .copyright-text a:hover {
        color: rgba(255, 255, 255, 0.8);
    }

.theme-blue .copyright-text a:hover {
    color: rgba(255, 255, 255, 0.8);
}


.footer-list {
    display: flex;
    flex-direction: column;
    /* gap: 0.1rem;*/
    padding: 0;
    list-style: none;
}

    .footer-list li a {
        transition: all .5s ease-in-out;
        font-size: 14.5px;
        cursor: pointer;
    }

.theme-blue .footer-list li a {
    color: #b4bdc3;
}

.theme-gold .footer-list li a {
    color: #707070;
}

.theme-blue footer h5 {
    color: white;
}

.theme-gold footer h5 {
    color: #5f6368;
    /*font-weight: 700;*/
}

.logo-footer {
    height: 7rem;
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
    top: -5px;
}

.logo-footer-group {
    height: 5.8rem;
    padding: 0.5rem;
}


.dropdown-menu > li:hover > .submenu {
    display: block;
}

section {
    padding: 60px 0;
}

    section .section-title {
        margin-bottom: 40px;
        text-transform: capitalize;
        width: 100%;
        text-align: center;
    }

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    transition: transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
}

.stakeholder {
    direction: ltr;
}

.carousel-nav {
    width: 26px;
    height: 25px;
    padding-top: 1px
}

.stakeholder .carousel-control-prev {
    margin-left: -13px;
}

.stakeholder .carousel-control-next {
    margin-right: -13px;
}

.media-modal .modal.fade .carousel-control-prev,
.media-modal .modal.fade .carousel-control-next {
    width: 32px;
    opacity: 1;
    position: absolute;
    height: 32px;
    margin: auto 0.5rem;
    background-color: #eb6d3b;
}

    .media-modal .modal.fade .carousel-control-next:focus,
    .media-modal .modal.fade .carousel-control-next:hover,
    .media-modal .modal.fade .carousel-control-prev:focus,
    .media-modal .modal.fade .carousel-control-prev:hover {
        opacity: .8;
    }

.theme-blue .slick-next,
.theme-gold .slick-next {
    right: -6px;
}

.theme-gold .slick-prev,
.theme-gold .slick-next {
    display: none !important;
}

.theme-blue .slick-prev,
.theme-gold .slick-prev {
    left: -15px;
    z-index: 1;
}

.text-black {
    color: black !important;
}

.theme-gold .btn-site-primary {
    color: #fff !important;
    background-color: #ec6e3c;
    border-color: #ff5722;
}

    .theme-gold .btn-site-primary:hover {
        /*        color: #f44336 !important;
        border-color: #ff5722;
        background-color: transparent;*/
        opacity: 0.8;
    }

.theme-blue .btn-site-primary {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
}

    .theme-blue .btn-site-primary:hover {
        color: #ff5722 !important;
        border-color: #232323;
        background-color: white;
    }

.theme-blue .text-dark {
    color: #9e9e9e !important;
}

.theme-blue a.text-dark:focus, .theme-blue a.text-dark:hover {
    color: #d8dee4 !important;
}

:root {
    --level-1: #8dccad;
    --level-2: #f5cc7f;
    --level-3: #7b9fe0;
    --level-4: #f27c8d;
    --black: black;
}

.rectangle {
    position: relative;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
    width: 50%;
    margin: 0 auto 40px;
    background: var(--level-1);
}

    .level-1::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }


/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

    .level-2-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 25%;
        width: 50%;
        height: 2px;
        background: var(--black);
    }

    .level-2-wrapper::after {
        display: none;
        content: "";
        position: absolute;
        left: -20px;
        bottom: -20px;
        width: calc(100% + 20px);
        height: 2px;
        background: var(--black);
    }

    .level-2-wrapper li {
        position: relative;
    }

    .level-2-wrapper > li::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }

.level-2 {
    width: 70%;
    margin: 0 auto 40px;
    background: var(--level-2);
}

    .level-2::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }

    .level-2::after {
        display: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-100%, -50%);
        width: 20px;
        height: 2px;
        background: var(--black);
    }


/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    width: 90%;
    margin: 0 auto;
}

    .level-3-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: calc(25% - 5px);
        width: calc(50% + 10px);
        height: 2px;
        background: var(--black);
    }

    .level-3-wrapper > li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%);
        width: 2px;
        height: 20px;
        background: var(--black);
    }

.level-3 {
    margin-bottom: 20px;
    background: var(--level-3);
}


/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
    position: relative;
    width: 80%;
    margin-left: auto;
}

    .level-4-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: -20px;
        width: 2px;
        height: calc(100% + 20px);
        background: var(--black);
    }

    .level-4-wrapper li + li {
        margin-top: 20px;
    }

.level-4 {
    font-weight: normal;
    background: var(--level-4);
}

    .level-4::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-100%, -50%);
        width: 20px;
        height: 2px;
        background: var(--black);
    }

/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {

    .download-btn {
        border:none !important;
    }

    .rectangle {
        padding: 20px 10px;
    }

    .level-1,
    .level-2 {
        width: 100%;
    }

    .level-1 {
        margin-bottom: 20px;
    }

        .level-1::before,
        .level-2-wrapper > li::before {
            display: none;
        }

    .level-2-wrapper,
    .level-2-wrapper::after,
    .level-2::after {
        display: block;
    }

    .level-2-wrapper {
        width: 90%;
        margin-left: 10%;
    }

        .level-2-wrapper::before {
            left: -20px;
            width: 2px;
            height: calc(100% + 40px);
        }

        .level-2-wrapper > li:not(:first-child) {
            margin-top: 50px;
        }
}

.photo-count {
    width: 45px;
    background: black;
    color: white;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 10px;
}

.top-right {
    position: absolute;
    top: 0;
    right: 10px;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.multiple-photo-icon {
    margin: 3px;
    display: block;
    position: absolute;
    right: 3px;
    background-image: url(/img/icons8-multiple-32.png);
    width: 32px;
    height: 32px;
    background-size: cover;
    transform: none;
}

#nextphase ul, #strategy-layout ul {
    padding-left: 1rem;
    list-style-type: disclosure-closed;
}

    #nextphase ul li, #strategy-layout ul li {
        padding-left: 1rem;
    }

#nextphase-card-section .card, #strategy-layout .card {
    background-color: transparent;
    border: none;
}

.strategic-goal-card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    gap: 1rem;
}

/* Small devices -sm- (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .sticky-nav {
        top: 40px;
    }

    .stakeholder-img-wrapper img {
        height: 300px;
    }

    .col-250px {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    #strategy-layout label.nav span {
        font-size: 1.1rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .theme-gold .spetialities:nth-child(odd) {
        border-right: 2px solid #ec6e3c;
    }

    .theme-blue .spetialities:nth-child(odd) {
        border-right: 2px solid #333;
    }

    .theme-green .spetialities:nth-child(odd) {
        border-right: 2px solid #00843d;
    }

    .theme-red .spetialities:nth-child(odd) {
        border-right: 2px solid #c8122e;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .slider-home .card-slider-overlay {
        bottom: -75px;
    }

        .slider-home .card-slider-overlay .card-body-slider-overlay {
            height: 150px;
        }

            .slider-home .card-slider-overlay .card-body-slider-overlay div div:not(:last-child) {
                border: none !important;
            }

    .d-none.media-short-description {
        display: none !important;
    }
}

@media (min-width: 600px) and (max-width: 1399.98px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }
}

/* Medium devices -md- (tablets, 768px and up) */
@media (min-width: 768px) {
    .news .media-details {
        min-height: 105px;
    }

    .media-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .photos .media-details {
        min-height: 105px;
    }

    .videos .media-details {
        min-height: 105px;
    }

    .sticky-nav {
        top: 40px;
    }

    html {
        font-size: 16px;
    }

    .carousel-caption {
        bottom: 6%;
    }

    .stakeholder-img-wrapper img {
        height: 270px;
    }

    .media-modal .modal-dialog {
        max-width: 100%;
    }

    .featured-app-container {
        max-width: 720px;
    }

    .committee-member {
        /* margin-right: 40px;*/
        height: 200px;
        border-left: none;
        /* padding-left: inherit;*/
    }

    .bord-committee-img-container {
        /*min-width: 50vh;*/
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .theme-blue .committee-member {
        border-right: 2px dashed #333;
    }

    .theme-green .committee-member {
        border-right: 2px dashed #00843d;
    }

    .theme-red .committee-member {
        border-right: 2px dashed #c8122e;
    }

    .bord-committee {
        flex-basis: calc(50% - 1.5rem);
        width: calc(50% - 1.5rem);
    }

        /*    .bord-committee {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }*/

        /*    .theme-gold .bord-committee {
        border-bottom: 1px solid #ec6e3c;
    }

    .theme-blue .bord-committee {
        border-bottom: 1px solid #333;
    }

    .theme-green .bord-committee {
        border-bottom: 1px solid #00843d;
    }

    .theme-red .bord-committee {
        border-bottom: 1px solid #c8122e;
    }*/

        .bord-committee .committee-member-description {
            /*        padding-left: 40px;
            border-left: 2px dashed #ec6e3c;*/
            display: flex;
            align-content: center;
            flex-wrap: wrap;
            justify-content: center;
        }

    /*   
        .bord-committee .committee-member-description .nameandjob {
         margin-bottom: 1rem;
    }*/


    .theme-blue .bord-committee .committee-member-description .nameandjob {
        border-top: 1px dashed #333;
    }

    .theme-green .bord-committee .committee-member-description .nameandjob {
        border-top: 1px dashed #00843d;
    }

    .theme-red .bord-committee .committee-member-description .nameandjob {
        border-top: 1px dashed #c8122e;
    }

    .theme-blue .bord-committee .committee-member-description .nameandjob {
        border-bottom: 1px dashed #333;
    }

    .theme-green .bord-committee .committee-member-description .nameandjob {
        border-bottom: 1px dashed #00843d;
    }

    .theme-red .bord-committee .committee-member-description .nameandjob {
        border-bottom: 1px dashed #c8122e;
    }
    /*
    .bord-committee .committee-member-description .nameandjob .name {
        font-size: 18px;
        font-weight: 600;
    }*/

    .theme-blue .bord-committee .committee-member-description .nameandjob .name {
        color: white;
    }

    .theme-green .bord-committee .committee-member-description .nameandjob .name {
        color: #00843d;
    }

    .theme-red .bord-committee .committee-member-description .nameandjob .name {
        color: #c8122e;
    }

    /*    .bord-committee .committee-member-description .nameandjob .job {
        font-size: 16px;
    }*/

    .theme-blue .bord-committee .committee-member-description .nameandjob .job {
        color: white;
    }

    .theme-green .bord-committee .committee-member-description .nameandjob .job {
        color: #00843d;
    }

    .theme-red .bord-committee .committee-member-description .nameandjob .job {
        color: #c8122e;
    }

    .bord-committee .committee-member-description .description {
        font-size: 14px;
    }

    .theme-gold .spetialities:not(:nth-child(3n+0)) {
        border-right: 2px solid #ec6e3c;
        height: 125px;
    }

    .theme-blue .spetialities:not(:nth-child(3n+0)) {
        border-right: 2px solid #333;
        height: 125px;
    }

    .theme-green .spetialities:not(:nth-child(3n+0)) {
        border-right: 2px solid #00843d;
        height: 125px;
    }

    .theme-red .spetialities:not(:nth-child(3n+0)) {
        border-right: 2px solid #c8122e;
        height: 125px;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .col-md-45 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-md-25 {
        -ms-flex: 0 0 20.8333333333%;
        flex: 0 0 20.8333333333%;
        max-width: 20.8333333333%;
    }

    .organizational {
        height: 49rem;
    }

        .organizational .department:first-child:before {
            border: none;
        }

        .organizational .department:last-child:before {
            border: none;
        }

        .organizational .department:nth-child(2):before {
            border: none;
        }
}

/* Large devices -lg- (desktops, 992px and up) */
@media (min-width: 992px) {

    #strategy-layout .card-body {
        min-height: 140px;
    }

    #governance .card-body {
        min-height: 140px;
    }

    .strategic-goal-img {
        height: 250px;
        width: auto !important;
    }

    .media-details {
        padding: 1rem;
    }

    .sticky-header .navbar-nav li.nav-item {
        padding: 1.25rem 10px;
    }

    /*    
    .navbar-light .navbar-nav li.nav-item:first-child {
        padding-left: 0px !important;
    }
    */

    .padding-right-0 {
        padding-right: 0;
    }

    .padding-left-0 {
        padding-left: 0;
    }

    .carousel-caption {
        bottom: 5%;
    }

    .stakeholder-img-wrapper img {
        height: 24vw;
    }

    .media-modal .modal-dialog {
        max-width: 700px;
    }

    .featured-app-container {
        max-width: 960px;
    }

    .plr-lg-5 {
        padding-left: 3rem !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .level-two-node {
        margin-left: 6em;
        margin-right: 6em;
        max-width: 230px;
    }

    .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0px;
        padding-left: 1px;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
        background-color: #ec6e3c;
        box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
        padding-top: 0px;
        padding-bottom: 0.3rem;
        border-radius: 0.25rem;
    }

    ul.submenu::after {
        position: absolute;
        left: -12px;
        right: initial;
        top: 15px;
        width: 0;
        height: 0;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #ec6e3c;
        transform: rotate(90deg);
    }

    .p-section {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar {
        padding: 0px 0px;
        height: auto; /*sameer*/
    }

        .navbar .nav-item .dropdown-menu {
            display: none;
            margin: 0px;
        }

    .theme-blue .navbar .nav-item:hover .nav-link {
        color: #707070 !important;
        background-color: white;
    }


    .theme-green .navbar .nav-item:hover .nav-link {
        color: #00843d;
    }

    .theme-red .navbar .nav-item:hover .nav-link {
        color: #c8122e;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        background-color: #ec6e3c;
        border: none;
        box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
        padding-top: 0px;
        padding-bottom: 0.3rem;
    }

    .theme-blue .navbar .nav-item:hover .dropdown-menu {
        background-color: #666666;
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
        white-space: nowrap;
        position: absolute;
        left: 0;
        /*  padding-top: 30px;*/
        width: fit-content;
    }

    .navbar .nav-item:hover .dropdown-menu::after {
        position: absolute;
        left: 10px;
        right: initial;
        top: 0;
        width: 0;
        height: 0;
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

    .theme-gold .navbar .nav-item:hover .dropdown-menu li:not(:last-child) {
        border-bottom: 1px solid #ec6e3c;
        border-bottom: 1px solid rgba(211,211,211,1);
    }

    .theme-blue .navbar .nav-item:hover .dropdown-menu li:not(:last-child) {
        border-bottom: 1px dashed #333;
    }

    .theme-green .navbar .nav-item:hover .dropdown-menu li:not(:last-child) {
        border-bottom: 1px dashed #00843d;
    }

    .theme-red .navbar .nav-item:hover .dropdown-menu li:not(:last-child) {
        border-bottom: 1px dashed #c8122e;
    }

    .navbar .nav-item:hover .dropdown-menu li .dropdown-item {
        color: #707070;
        background-color: white;
        padding: 10px 20px;
        text-transform: capitalize;
    }

    .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
        cursor: pointer;
        text-decoration: none;
        background-color: inherit;
    }

    .theme-gold .dropdown-item:focus, .theme-gold .dropdown-item:hover, .theme-gold .dropdown-item:active {
        color: #ec6e3c !important;
        color: rgb(182 138 53) !important;
    }

    .theme-blue .dropdown-item:focus, .theme-blue .dropdown-item:hover, .theme-blue .dropdown-item:active {
        color: #333 !important;
    }

    .theme-green .dropdown-item:focus, .theme-green .dropdown-item:hover, .theme-green .dropdown-item:active {
        color: #00843d !important;
    }

    .theme-red .dropdown-item:focus, .theme-red .dropdown-item:hover, .theme-red .dropdown-item:active {
        color: #c8122e !important;
    }

    body[dir=ltr] header .left ul li:not(:last-child) a:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        /*            transform: translateY(-55%);*/
        height: 100%;
        border-left: 1px solid rgba(211, 211, 211, 0.5);
    }
}

/* ============ desktop view .end// ============ */
/* Extra large devices -xl- (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .mediavideo video {
        height: 200px;
    }

    #spetialities .card-body {
        min-height: 310px !important;
    }

    .registration-right {
        border-right: 1px solid #f5ebeb;
    }

    .page-wrapper {
        /* padding-left: 1rem;*/
        padding-right: 0;
    }

    .event-list {
        margin-left: 0.65rem;
        margin-right: 0.65rem;
    }

    .stakeholder-img-wrapper img {
        height: 16vw;
    }

    .media-modal .modal-dialog {
        max-width: 750px;
    }

    .featured-app-container {
        max-width: 1140px;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .level-two-node {
        margin-left: 10em;
        margin-right: 10em;
        max-width: 230px;
    }

    #TransformationalProjects .dark .card-text {
        width: 65%;
    }

    .bord-committee {
        flex-basis: calc(33.3% - 1.5rem);
        width: calc(33.3% - 1.5rem);
    }

    .event-list .card {
        border: none;
        border-bottom: 1px solid rgba(0,0,0,.125);
    }
}

@media(min-width:1400px) {

    #strategy-layout .card-body {
        min-height: 105px;
    }

    .media-details {
        padding: 1.5rem;
    }

    .mediavideo iframe, .mediavideo video {
        height: 250px;
    }

    .news .media-details,
    .photos .media-details,
    .videos .media-details {
        min-height: 120px;
    }

    #carouselAboutCaptions .carousel-indicators {
        bottom: 25px;
        justify-content: initial;
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .media-modal .modal-dialog {
        max-width: 50vw;
    }

    #time-line .parallelogram--primary.parallelogram-first {
        width: 148px;
    }

    #time-line .parallelogram--primary.parallelogram-bottom {
        width: 154px;
    }

    #time-line .parallelogram--primary.parallelogram-top {
        width: 151px;
    }

    #time-line .margin-left-75 {
        margin-left: -75px;
    }

    #time-line .container-img-bottom {
        margin-left: 29px;
    }

    #time-line .img-timeline {
        width: 262px;
    }

    .text-mission-vision {
        font-size: 1rem;
    }

    .text-transformation-projects {
        font-size: 1rem;
    }

    .about .message,
    .about-vision .message,
    .about-mission .message {
        padding: 3rem;
    }

    .w-xxl-px {
        width: 300px !important;
    }

    .level-two-node {
        margin-left: 18em;
        margin-right: 18em;
        max-width: 230px;
    }

    .slider-image {
        max-height: 70vh;
    }
}

@media (min-width: 1400px) and (max-width: 1598px) {
    .container, .featured-app-container {
        max-width: 1350px;
    }
}

@media (min-width: 1680px) {
    #time-line .parallelogram--primary.parallelogram-first {
        width: 176px;
    }

    #time-line .parallelogram--primary.parallelogram-bottom {
        width: 182px;
    }

    #time-line .parallelogram--primary.parallelogram-top {
        width: 181px;
    }

    #time-line .margin-left-75 {
        margin-left: -75px;
    }

    #time-line .container-img-bottom {
        margin-left: 29px;
    }

    #time-line .img-timeline {
        width: 312px;
    }
}

@media (min-width: 1600px) and (max-width: 1798px) {
    .container, .featured-app-container {
        max-width: 1560px;
    }
}

@media (min-width: 1800px) {
    .container, .featured-app-container {
        /*            max-width: 1320px;*/
        max-width: 1420px;
    }
}

@media (min-width: 1920px) {
    #time-line .parallelogram--primary.parallelogram-first {
        width: 197px;
    }

    #time-line .parallelogram--primary.parallelogram-bottom {
        width: 202px;
    }

    #time-line .parallelogram--primary.parallelogram-top {
        width: 199px;
    }

    #time-line .margin-left-75 {
        margin-left: -103px;
    }

    #time-line .container-img-top {
        margin-left: -162px;
    }

    #time-line .triangle.triangle-down {
        margin-left: 85px;
    }

    #time-line .parallelogram--primary.parallelogram-bottom {
        margin-left: 23px;
    }

    #time-line .triangle.triangle-first {
        margin-left: 81px;
    }

    #time-line .container-img-bottom {
        margin-left: 29px;
    }

    #time-line .container-img-top {
        margin-left: -172px;
    }

    #time-line .parallelogram--primary.parallelogram-top {
        margin-left: -22px;
    }

    #time-line .img-timeline {
        width: 344px;
    }
}

@media (min-width: 2560px) {
    #time-line .parallelogram--primary.parallelogram-first {
        width: 197px;
    }

    #time-line .parallelogram--primary.parallelogram-bottom {
        width: 202px;
    }

    #time-line .parallelogram--primary.parallelogram-top {
        width: 199px;
    }

    #time-line .margin-left-75 {
        margin-left: -103px;
    }

    #time-line .container-img-top {
        margin-left: -181px;
    }

    #time-line .container-img-bottom {
        margin-left: 29px;
    }

    #time-line .img-timeline {
        width: 344px;
    }
}

@media (max-width: 1679.98px) {
    #time-line .container-img-top {
        margin-left: -120px;
    }

    #time-line .parallelogram--primary.parallelogram-top {
        margin-left: -4px;
    }

    #time-line .triangle.triangle-up {
        margin-left: 55px;
    }
}

@media (max-width: 1399.98px) {
    #time-line .container-img-top {
        margin-left: -123px;
    }

    #time-line .parallelogram--primary.parallelogram-top {
        margin-left: -7px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .event-list .card {
        margin: 15px;
    }

    .news-row-wrapper {
        flex-direction: column-reverse;
    }

    .mt-media-2 {
        margin-top: -5rem;
    }

    .font-size-3 {
        font-size: 2rem;
    }

    .mt-media-1 {
        margin-top: 2rem;
    }

    #time-line .container-img-top {
        margin-left: -120px;
    }

    #time-line .parallelogram--primary.parallelogram-top {
        margin-left: -4px;
    }

    #time-line .triangle.triangle-up {
        margin-left: 55px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .news-details img {
        max-width: 100%;
    }

    #fixed-header .small-logo {
        width: 8rem;
        position: fixed;
        top: 0;
        left: 40%;
    }

    .utility-container {
        max-height: 35px;
    }

    .navbar-light .navbar-nav li:not(:last-child) {
        margin-right: initial;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.05rem;
        font-weight: 400;
    }

    .theme-gold .navbar-light .navbar-nav .active > .nav-link, .theme-gold .navbar-light .navbar-nav .nav-link.active {
        border-bottom: none;
    }

    .dropdown-item {
        padding: 0.5rem 1.25rem;
        color: #5f6368;
        font-size: 1rem;
        font-weight: 400;
        text-transform: capitalize;
    }

    .navbar-collapse {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .dropdown-menu {
        padding: 0;
        margin: 0;
    }

    .mt-media-1 {
        margin-top: 2rem;
    }

    .border-dashed {
        background: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(transparent 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0) 0%), linear-gradient(transparent 50%, rgba(255, 255, 255, 0) 0%) !important;
        background-position: top, right, bottom, left;
        background-repeat: repeat-x, repeat-y;
        background-size: 10px 1px, 1px 10px;
    }

    .max-width-700 {
        max-width: 100%;
    }

    .mt-media-2 {
        margin-top: -2rem;
    }

    ol.organizational-chart > li > div:before {
        bottom: 2em;
        height: 1px;
        right: -1em;
        width: 1em;
    }

    .sidemenu {
        display: none;
    }
}

@media (max-width: 768px) {
    /*    .bord-committee {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }*/

    /*    .theme-gold .bord-committee {
        border-bottom: 1px solid #ec6e3c;
    }*/

    .theme-blue .bord-committee {
        border-bottom: 1px solid #333;
    }

    .theme-green .bord-committee {
        border-bottom: 1px solid #00843d;
    }

    .theme-red .bord-committee {
        border-bottom: 1px solid #c8122e;
    }

    .bord-committee .committee-member-description .nameandjob {
        margin-bottom: 1rem;
    }

    .theme-blue .bord-committee .committee-member-description .nameandjob {
        border-top: 1px dashed #333;
    }

    .theme-green .bord-committee .committee-member-description .nameandjob {
        border-top: 1px dashed #00843d;
    }

    /*    .theme-gold .bord-committee .committee-member-description .nameandjob {
        border-top: 1px dashed #ec6e3c;
    }*/

    .theme-red .bord-committee .committee-member-description .nameandjob {
        border-top: 1px dashed #c8122e;
    }

    .theme-blue .bord-committee .committee-member-description .nameandjob {
        border-bottom: 1px dashed #333;
    }

    .theme-green .bord-committee .committee-member-description .nameandjob {
        border-bottom: 1px dashed #00843d;
    }

    .theme-red .bord-committee .committee-member-description .nameandjob {
        border-bottom: 1px dashed #c8122e;
    }

    /*    .theme-gold .bord-committee .committee-member-description .nameandjob {
        border-bottom: 1px dashed #ec6e3c;
    }*/

    .bord-committee .committee-member-description .nameandjob .name {
        font-size: 18px;
        font-weight: 600;
    }

    .theme-gold .bord-committee .committee-member-description .nameandjob .name {
        color: #b68a35;
    }

    .theme-blue .bord-committee .committee-member-description .nameandjob .name {
        color: #333;
    }

    .theme-green .bord-committee .committee-member-description .nameandjob .name {
        color: #00843d;
    }

    .theme-red .bord-committee .committee-member-description .nameandjob .name {
        color: #c8122e;
    }

    .bord-committee .committee-member-description .nameandjob .job {
        font-size: 16px;
    }



    .theme-blue .bord-committee .committee-member-description .nameandjob .job {
        color: #333;
    }

    .theme-green .bord-committee .committee-member-description .nameandjob .job {
        color: #00843d;
    }

    .theme-red .bord-committee .committee-member-description .nameandjob .job {
        color: #c8122e;
    }

    .bord-committee .committee-member-description .description {
        font-size: 14px;
    }

    .font-size-3 {
        font-size: 1.5rem;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .about-vision .message, .about-mission .message {
        width: 100%;
    }

    .about-message {
        top: 0;
        padding: 1rem;
        width: 75%;
    }

    .mt-media-1 {
        margin-top: initial;
    }

    .mt-media-2 {
        margin-top: initial;
    }

    .img-container-50 {
        height: initial;
    }

    .img-container {
        height: initial;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .committee-member {
        width: 100%;
    }

    .img-container-photos {
        height: initial;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .title-image {
        height: 150px;
    }
    .overlay {
        height: 40vh;
    }

    #TransformationalProjects .card-body {
        padding: 1.25rem !important;
    }

    #TransformationalProjects .bg-image {
        min-height: 300px;
    }

    .about .message {
        padding: 1.25rem;
    }

    .about-vision .message, .about-mission .message, .about-message {
        padding: 1.25rem;
    }

    .media-details {
        padding: 1.25rem;
    }

    .marquee {
        display: inline-block;
        animation: marquee-scroll 25s linear infinite;
    }

    .btn-lang span:nth-child(1) {
        display: none;
    }

    .btn-lang span:nth-child(2) {
        display: inherit;
    }

    .emty-timeline {
        display: none;
    }

    .about-vision .absolute-centered {
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

    .mainlogo, .uaelogo {
        max-height: 5rem;
        width: auto;
    }

    #fixed-header .small-logo {
        left: 35%;
    }

    .slider-home .card-slider-overlay {
        /*bottom: -97px;*/
        position: initial;
        padding: 0;
    }

        .slider-home .card-slider-overlay .card-body-slider-overlay {
            height: 194px;
        }

            .slider-home .card-slider-overlay .card-body-slider-overlay div div:not(:last-child) {
                border: none !important;
            }

    .carousel-caption {
        left: 0;
        right: 0;
    }

    .carousel-indicators {
        margin-left: 0;
        margin-right: 0;
    }

    .submenu {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        text-transform: capitalize;
    }

    .img-container {
        height: initial;
    }

    .news .see-more-container {
        display: initial;
        border-top: 0;
        margin-bottom: 1rem;
        text-align: end;
    }

    .news-details-content img,
    .news-details .photo {
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }

    .stakeholder-img-wrapper img {
        height: 50vw;
    }

    .width-80-px {
        width: 80px;
    }

    .width-120-px {
        width: 120px;
    }

    #time-line {
        touch-action: auto !important;
    }

    .img-container-photos {
        height: initial;
    }

    #social-sidebar {
        display: none;
    }

    ul.dropdown-menu {
        background-color: transparent;
        border: none;
    }

    li.nav-item.dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .carousel-caption {
        bottom: 5px;
    }

        .carousel-caption .h1 {
            font-size: 1.55rem;
        }

        .carousel-caption .h3 {
            font-size: 1.15rem;
        }

        .carousel-caption p {
            font-size: small;
        }

        .carousel-caption a {
            font-size: smaller;
        }

    .mt-media-1 {
        margin-top: initial;
    }

    .mt-media-2 {
        margin-top: initial;
    }

    #strategy-layout label.nav span {
        font-size: 1rem;
    }

    .btn-transformation {
        bottom: 10px;
    }
}


.isprs-ad-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.isprs-popup-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    /*    max-width: 400px;*/
    /*    width: 100%;*/
}

.isprs-banner {
    height: 85vh;
    /*    width: 100%;*/
}

@media screen and (max-width: 767px) {
    .isprs-banner {
        height: unset;
        width: 80vw;
    }
}

.isprs-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
    color: white;
}

.isprs-close {
    padding: 10px 20px;
    background-color: #007bff;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

/* ------------------------------------------------- */


