﻿
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

@keyframes fly-in {
    0% {
        transform: scale(0.85) translateY(10%);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

#nextphase {
    background-image: url(/media/About/next-phase-bg-ar.jpg);
}

.btn-lang {
    font-weight: normal;
}

.sidemenu {
    border-right: none;
    /*border-left: 1px solid #f5ebeb;*/
}

.publication-title a::after {
    content: "\f30a";
   
}

.publication-card:hover .publication-title a::after {
    margin-right: 5px;
}

.widget.widget-nav-menu ul li a:after {
    right: 0;
}

.accordion .card-header .btn {
    text-align: right !important;
}

.accordion .card-header .btn::before {
    right: 0px;
    margin-right: 0;
}

.material-link:before, .data-title::before, .training-title::before {
    margin-left: 10px;
}


.accordion .card-header .btn::after, .accordion .card-header .btn.collapsed::after {
    left: 10px;
    right: auto;
}


    .theme-gold .color--primary, .theme-gold .title-home--primary {
        text-align: right;
    }

.sticky-header .sticky-header-logo {
    margin-right: 0;
    margin-left: 0.5rem;
}

@media(max-width:991.98px) {
    #fixed-header .small-logo {
        left: 0;
        right: 40%;
    }

    .utility-container {
        max-height: 35px;
    }
}

@media(max-width:575.98px) {
    #fixed-header .small-logo {
        left: 0;
        right: 35%;
    }
}

.media-title {
    margin-right: 0;
    text-align: right;
    /*    margin-left: 4rem;*/
}

.announcement-container img {
    transform: scaleX(-1);
}

.announcement-container .title {
    width: auto;
}

.whatsapp .float {
    right: auto;
    left: 17px;
}

.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;
}

.about-read-more {
    text-align: right;
}

.chairman-image {
    transform: scaleX(-1);
}

.alert-close-icon {
    right: auto;
    left: 10px;
}

.chat-log {
    box-sizing: border-box;
    padding: 16px;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 300px;
}

.next-phase-text-wrapper img {
    transform: scaleX(-1);
}

.marquee {
    animation-direction: reverse;
}

.chat-message {
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.5s;
}

.stakeholder {
    direction: ltr;
}
/*.featured-slider-image {
    transform: rotateY(180deg);
}*/

#TransformationalProjects .bg-image {
    background-position: initial;
}



.featured-app-text {
    text-align: right;
}

.theme-gold .owl-carousel .owl-nav button.owl-next {
    left: -60px;
    right: auto;
}

.media-header {
    margin-left: 4rem;
    margin-right: 0;
}




.theme-gold .owl-carousel .owl-nav button.owl-prev {
    right: -60px;
    left: auto;
}

.about-vision {
    background: url(/media/About/vision_new_ar.jpg);
    background-size: cover;
    background-position: center;
}

.media-short-description {
    text-align: right;
}

.about-mission {
    background: url(/media/About/mission_ar.jpg);
    background-size: cover;
    background-position: center;
}

    .about-vision .message,
    .about-mission .message {
        text-align: right;
    }

.about-message {
    text-align: right;
}

.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%;
}

.theme-gold .slick-next,
.theme-blue .slick-next {
    right: auto;
    left: -18px;
}

.theme-gold .slick-prev,
.theme-blue .slick-prev {
    right: -6px;
    left: auto;
}

.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;
}

.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: #ec6e3c;
}

.theme-blue .chat-input-area__submit-button {
    background-color: #333;
}

.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: 'DubaiW23-Regular';
    src: url("webfonts/DubaiFont/DubaiW23-Regular.woff") format("truetype");
}

@font-face {
    font-family: 'DubaiW23-Light';
    src: url("webfonts/DubaiFont/DubaiW23-Light.woff") format("truetype");
}

@font-face {
    font-family: 'DubaiW23-Medium';
    src: url("webfonts/DubaiFont/DubaiW23-Medium.woff") format("truetype");
}

@font-face {
    font-family: 'DubaiW23-Bold';
    src: url("webfonts/DubaiFont/DubaiW23-Bold.woff") format("truetype");
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'Helvetica Neue';
    src: url("webfonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Thin.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue BlackCond';
    src: url("webfonts/HelveticaNeue/HelveticaNeue BlackCond.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Bd';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Bd.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Hv';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Hv.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue It';
    src: url("webfonts/HelveticaNeue/HelveticaNeue It.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Lt';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Lt.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Med';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Med.ttf") format("truetype");
}

@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");
}

.helvetica, html, body {
    font-family: 'Helvetica Nueue', sans-serif;
    text-align: right;
}

.helvetica-light {
    font-family: 'Helvetica Neue Light', sans-serif;
}

.helvetica-medium, .title-home--primary, .title-home-white {
    font-family: 'Helvetica Neue Medium', sans-serif;
}

.helvetica-regular {
    font-family: 'Helvetica Neue Regular', sans-serif;
}

.helvetica-bold {
    font-family: 'Helvetica Neue Bold', sans-serif;
}

.helvetica-thin {
    font-family: 'Helvetica Neue Thin', sans-serif;
}

.helvetica-black-cond {
    font-family: 'Helvetica Neue BlackCond', sans-serif;
}

.helvetica-bd {
    font-family: 'Helvetica Neue Bd', sans-serif;
}

.helvetica-hv {
    font-family: 'Helvetica Neue Hv', sans-serif;
}

.helvetica-it {
    font-family: 'Helvetica Neue It', sans-serif;
}

.helvetica-lt {
    font-family: 'Helvetica Neue Lt', sans-serif;
}

.helvetica-med {
    font-family: 'Helvetica Neue Med', sans-serif;
}

.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 {
    top: 0;
}

.sticky-nav {
    top: 37px;
    background: white;
}

@media (min-width: 768px) {
    .sticky-nav {
        top: 40px;
    }
}

@media (min-width: 576px) {
    .sticky-nav {
        top: 40px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    /* Vertically center the text there */
}

.max-width-fill-available, .img-media, .img-coming-soon {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
}

.view-more {
    float: right;
}

.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;
}
.event-list .card-body {
    margin: 0 12px 0 0;
}
    .theme-blue .bg--primary {
    background-color: #333;
}

.theme-green .bg--primary {
    background-color: #00843d;
}

.theme-red .bg--primary {
    background-color: #c8122e;
}

footer {
    color: white;
}

    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: #333;
    border: 2px solid #333;
}

.theme-green footer .newsletter-subscription {
    color: #00843d;
    border: 2px solid #00843d;
}

.theme-red footer .newsletter-subscription {
    color: #c8122e;
    border: 2px solid #c8122e;
}





/*        footer .social-media ul li:not(:first-child) a:after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            transform: translateY(-43%);
            height: 50%;
            border-right: 1px solid rgba(255, 255, 255, 0.5);
        }*/

/* Sticky hader styles
-------------------------------------------------- */
.navbar-light .navbar-nav {
    /*li:last-child {
        text-align: right;

        @media (max-width: 991.98px) {
            text-align: left;
        }
    }*/
}

    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }

    .navbar-light .navbar-nav li:not(:last-child) {
        margin-right: auto;
    }

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav li:not(:last-child) {
        margin-right: initial;
    }
}

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: white;
    padding: .5rem;
}

    header a:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.8);
    }*/

header .right {
    display: flex;
    align-items: center;
}

header .left ul li {
    position: relative;
}

header .left a {
    font-size: 14px;
}

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: #333;
}

.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: bold;
}

.theme-gold .btn-outline--primary-tab:hover {
    color: #ec6e3c;
    border: 1px solid #ec6e3c;
}

.theme-blue .btn-outline--primary-tab:hover {
    color: #333;
    border: 1px solid #333;
}

.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;
}

.theme-gold .btn-outline--primary-tab.active {
    color: #ec6e3c;
    border: 1px solid #ec6e3c;
}

.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 .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;
}

@media (max-width: 575.98px) {
    .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;
            }
}

@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;
            }
}


.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;
}

.see-more {
    /*font-size: 1.1rem;*/
    text-decoration: none;
}

.theme-gold .see-more {
    color: #ec6e3c;
}

.theme-blue .see-more {
    color: #333;
}

.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 (max-width: 767.98px) {
    .img-container-50 {
        height: initial;
    }
}

.img-container {
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .img-container {
        height: initial;
    }
}

@media (max-width: 767.98px) {
    .img-container {
        height: initial;
    }
}

.img-container img {
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.img-container:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mt-media-1 {
    margin-top: 2rem;
}

@media (max-width: 1199.98px) {
    .mt-media-1 {
        margin-top: 2rem;
    }
}

@media (max-width: 991.98px) {
    .mt-media-1 {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .mt-media-1 {
        margin-top: initial;
    }
}

@media (max-width: 575.98px) {
    .mt-media-1 {
        margin-top: initial;
    }
}

.mt-media-2 {
    margin-top: -7rem;
}

@media (max-width: 1199.98px) {
    .mt-media-2 {
        margin-top: -5rem;
    }
}

@media (max-width: 991.98px) {
    .mt-media-2 {
        margin-top: -2rem;
    }
}

@media (max-width: 767.98px) {
    .mt-media-2 {
        margin-top: initial;
    }
}

@media (max-width: 575.98px) {
    .mt-media-2 {
        margin-top: initial;
    }
}

.news {
    position: relative;
}

.form-group {
    text-align: right;
}

@media (max-width: 575.98px) {
    .news img {
        /*        margin-top: initial;*/
    }
}

.news .see-more-container {
    position: absolute;
    border-top: 0;
    right: 0;
    display: none;
}

@media (max-width: 575.98px) {
    .news .see-more-container {
        display: initial;
        border-top: 0;
        margin-bottom: 1rem;
        text-align: end;
    }
}

.news .see-more-container .see-more {
    font-size: 12px;
}


.news:hover .see-more-container {
    display: initial;
    text-align: end;
}

.news-details .photo {
    margin-left: 20px;
    margin-right: 0;
    float: right;
}

.news-details-content img {
    margin-right: 20px;
    margin-left: 0;
    float: left;
}

.news-date {
    text-align: right;
}

.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;
}

@media (max-width: 991.98px) {
    .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;
    }
}

.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: #9a6f32 !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 #9a6f32;
}

.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;
}

.mlr-auto {
    margin-left: auto;
}

.line-height-1-5 {
    line-height: 1.5;
}

@media (min-width: 1400px) and (max-width: 1598px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) and (max-width: 1798px) {
    .container {
        max-width: 1560px;
    }
}

.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;
}

.home-slider-text {
    text-align: right;
}

.max-width-700 {
    width: 700px;
    max-width: 50%;
}

@media (max-width: 991.98px) {
    .max-width-700 {
        max-width: 100%;
    }
}

.font-size-3 {
    font-size: 2.75rem;
}

@media (max-width: 1199.98px) {
    .font-size-3 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .font-size-3 {
        font-size: 1.5rem;
    }
}

.btn-slider-home {
    border-radius: 13px;
    font: 'Helvetica Neue', sans-serif;
}

.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;
}

.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;
}

@media (max-width: 575.98px) {
    .width-80-px {
        width: 80px;
    }
}

.width-120-px {
    width: 120px;
}

@media (max-width: 575.98px) {
    .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: #ec6e3c;
    text-decoration: none;
}

.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;
    /*background-color: whitesmoke;*/ /*sameer*/
    /*  margin-top: -30px;*/
}

.form-customized label.error {
    font-size: 12px;
    color: #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;
}

@media (min-width: 992px) {
    .plr-lg-5 {
        padding-left: 3rem !important;
    }

    .page-wrapper {
        padding-left: 0;
        /* padding-right: 1rem;*/
    }
}

#time-line.absolute-center {
    position: relative;
    /* top: 50%;*/
    /*right: 0px;*/ /*sameer*/
    /*left: auto;*/
    /* transform: translate(0, -50%);*/
    bottom: initial;
    width: 100%;
    overflow: auto;
}

#time-line p {
    font-size: 12px;
}

#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: 218px;
    margin-left: 0;
}

@media (min-width: 1440px) {
    #time-line .parallelogram--primary.parallelogram-first {
        width: 218px;
    }
}

@media (min-width: 1680px) {
    #time-line .parallelogram--primary.parallelogram-first {
        width: 218px;
    }
}

@media (min-width: 1920px) {
    #time-line .parallelogram--primary.parallelogram-first {
        width: 265px;
    }
}

@media (min-width: 2560px) {
    #time-line .parallelogram--primary.parallelogram-first {
        width: 265px;
    }
}

#time-line .parallelogram--primary.parallelogram-bottom {
    margin-left: 23px;
    width: 154px;
}

@media (min-width: 1440px) {
    #time-line .parallelogram--primary.parallelogram-bottom {
        width: 154px;
    }
}

@media (min-width: 1680px) {
    #time-line .parallelogram--primary.parallelogram-bottom {
        width: 154px;
    }
}

@media (min-width: 1920px) {
    #time-line .parallelogram--primary.parallelogram-bottom {
        width: 202px;
    }
}

@media (min-width: 2560px) {
    #time-line .parallelogram--primary.parallelogram-bottom {
        width: 202px;
    }
}

#time-line .parallelogram--primary.parallelogram-top {
    margin-left: -31px;
    width: 151px;
}

@media (min-width: 1440px) {
    #time-line .parallelogram--primary.parallelogram-top {
        width: 151px;
    }
}

@media (min-width: 1680px) {
    #time-line .parallelogram--primary.parallelogram-top {
        width: 151px;
    }
}

@media (min-width: 1920px) {
    #time-line .parallelogram--primary.parallelogram-top {
        width: 199px;
    }
}

@media (min-width: 2560px) {
    #time-line .parallelogram--primary.parallelogram-top {
        width: 199px;
    }
}

#time-line .triangle {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.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: 75px;
}

#time-line .triangle.triangle-up {
    margin-left: -19px;
}

.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;
}

@media (min-width: 1440px) {
    #time-line .margin-left-75 {
        margin-left: -75px;
    }
}

@media (min-width: 1680px) {
    #time-line .margin-left-75 {
        margin-left: -75px;
    }
}

@media (min-width: 1920px) {
    #time-line .margin-left-75 {
        margin-left: -103px;
    }
}

@media (min-width: 2560px) {
    #time-line .margin-left-75 {
        margin-left: -103px;
    }
}

#time-line .container-img-first {
    margin-left: 70px;
}

#time-line .container-img-top {
    margin-left: -148px;
}

@media(min-width:1200px) {

    .registration-right {
        border-right: none;
        border-left: 1px solid #f5ebeb;
    }
}

@media (min-width: 1440px) {
    #time-line .container-img-top {
        margin-left: -148px;
    }
}

@media (min-width: 1680px) {
    #time-line .container-img-top {
        margin-left: -148px;
    }
}

@media (min-width: 1920px) {
    #time-line .container-img-top {
        margin-left: -181px;
    }
}

@media (min-width: 2560px) {
    #time-line .container-img-top {
        margin-left: -181px;
    }
}

#time-line .container-img-bottom {
    margin-left: 29px;
}

@media (min-width: 1440px) {
    #time-line .container-img-bottom {
        margin-left: 29px;
    }
}

@media (min-width: 1680px) {
    #time-line .container-img-bottom {
        margin-left: 29px;
    }
}

@media (min-width: 1920px) {
    #time-line .container-img-bottom {
        margin-left: 29px;
    }
}

@media (min-width: 2560px) {
    #time-line .container-img-bottom {
        margin-left: 29px;
    }
}

#time-line .text-timeline-first {
    width: 125px;
    margin-left: 70px;
}

#time-line .text-timeline-top {
    width: 125px;
    height: 120px;
}

#time-line .text-timeline-bottom {
    width: 125px;
}

#time-line .img-timeline {
    width: 262px;
}

@media (min-width: 1440px) {
    #time-line .img-timeline {
        width: 262px;
    }
}

@media (min-width: 1680px) {
    #time-line .img-timeline {
        width: 262px;
    }
}

@media (min-width: 1920px) {
    #time-line .img-timeline {
        width: 344px;
    }
}

@media (min-width: 2560px) {
    #time-line .img-timeline {
        width: 344px;
    }
}

#time-line .img-timeline.img-timeline-top {
    margin-top: 54px;
}

.z-index-1 {
    z-index: 1;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
        margin: 0px;
    }

    .theme-blue .navbar .nav-item:hover .nav-link {
        color: #333;
    }

    .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;
    }

    .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; 
    }*/

    .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;
    }

    .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
        cursor: pointer;
        text-decoration: none;
        background-color: inherit;
    }

    .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=rtl] header .left ul li:not(:last-child) a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        /*        transform: translateY(-55%);*/
        height: 100%;
        border-right: 1px solid rgba(211, 211, 211, 0.5);
        margin-left: 0;
    }
}

.carousel-indicators {
    right: 0;
    margin-right: 0;
}
/* ============ desktop view .end// ============ */
.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 {
    float: left;
}

.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;
}

.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;
}

@media (max-width: 767px) {
    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    /*    .committee-member {
        padding-right: 40px;
        border-left: none;
        padding-left: inherit;
    }*/

    /*    .theme-gold .committee-member {
        border-right: 2px dashed #ec6e3c;
    }*/

    .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 {
        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;
        text-align: justify;
    }*/

    .bord-committee .committee-member-description .nameandjob {
        margin-bottom: 1rem;
    }

    /*    .theme-gold .bord-committee .committee-member-description .nameandjob {
        border-top: 1px dashed #ec6e3c;
    }*/

    .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-gold .bord-committee .committee-member-description .nameandjob {
        border-bottom: 1px dashed #ec6e3c;
    }*/

    .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-gold .bord-committee .committee-member-description .nameandjob .name {
        color: #ec6e3c;
    }*/

    .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;
    }
}

@media (max-width: 768px) {
    /*    .bord-committee {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }*/

    /*    .bord-committee {
        text-align: right;
    }*/

    .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-gold .bord-committee .committee-member-description .nameandjob {
        border-top: 1px dashed #ec6e3c;
    }*/

    .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-gold .bord-committee .committee-member-description .nameandjob {
        border-bottom: 1px dashed #ec6e3c;
    }*/

    .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-gold .bord-committee .committee-member-description .nameandjob .name {
        color: #ec6e3c;
    }*/

    .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;
    }
}

.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;
}

    .about-values .card-values {
        min-width: 150px;
        border-radius: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /*&: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 {
}

.theme-blue .about-values .card-values {
    color: #333;
    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;
}

@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: 768px) {
    .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;
    }
}

.text-mission-vision {
    color: white;
}

@media (min-width: 1400px) {
    .text-mission-vision {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .w-sm-50 {
        width: 50% !important;
    }
}

@media (min-width: 576px) {
    .col-250px {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .padding-right-0 {
        padding-right: 15px;
        padding-left: 0;
    }

    .padding-left-0 {
        padding-left: 15px;
        padding-right: 0;
    }
}

.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: auto;
}

.inner-addon .icon {
    position: absolute;
    pointer-events: none;
    font-size: 20px;
    top: 12px;
}

.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-addon .icon-light {
    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: .255em;
    border: none;
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands', 'Font Awesome 5 Duotone', sans-serif;
    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;
}

@media (max-width: 575.98px) {
    .img-container-photos {
        height: initial;
    }
}

@media (max-width: 767.98px) {
    .img-container-photos {
        height: initial;
    }
}

.img-container-photos img {
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.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;
}

#TransformationalProjects .card-title {
    font-family: 'Zahra Arabic Regular', sans-serif;
}

.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%;
    height: 350px;
    border: none;
}

.mediavideo video {
    width: 100%;
    height: 350px;
}

.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);
}

/*@include media-breakpoint-up(xs) {
    .w-100 {
        width: 100% !important;
    }
}*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-px {
        width: 300px !important;
    }
}

.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;
}



/*** TERTIARY ***/


/*** 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: 350px;*/ /*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:after {
                bottom: -1em !important;
                top: inherit !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;
        }

            ol.organizational-chart > li > ol:after {
                display: none;
            }


            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 {
                right: 50%;
            }

            ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
                right: 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: right;
}

.col-md-45, .col-md-25 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .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%;
    }
}

.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;
    }

div.markdown > p > strong {
    font-size: 25px;
}

@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");
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("webfonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Thin.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue BlackCond';
    src: url("webfonts/HelveticaNeue/HelveticaNeue BlackCond.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Bd';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Bd.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Hv';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Hv.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue It';
    src: url("webfonts/HelveticaNeue/HelveticaNeue It.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Lt';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Lt.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Med';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Med.ttf") format("truetype");
}

.zahra {
    font-family: 'Zahra Arabic', sans-serif;
}

.zahra-regular, body[dir=rtl] .title-home--primary {
    font-family: 'Zahra Arabic Regular', sans-serif;
}

.zahra-bold {
    font-family: 'Zahra Arabic Bold', sans-serif;
}

body[dir=rtl] .mrl-auto {
    margin-left: auto;
    margin-right: initial;
}

body[dir=rtl] .mlr-2 {
    margin-left: 0;
    margin-right: .5rem;
}

body[dir=rtl] footer .border-right {
    border-left: 1px solid #dee2e6 !important;
    border-right: 0 !important;
}

@media (min-width: 768px) {
    body[dir=rtl] footer .text-md-left {
        text-align: right !important;
    }
}

body[dir=rtl] header .right.ml-auto {
    margin-right: auto !important;
    margin-left: initial !important;
}


body[dir=rtl] nav {
    text-align: right;
}

    body[dir=rtl] nav .navbar-nav {
        /*li:last-child {
                text-align: left;

                @media (max-width: 991.98px) {
                    text-align: right;
                }
            }*/
    }

        body[dir=rtl] nav .navbar-nav li:not(:last-child) {
            margin-left: auto;
            margin-right: initial;
        }

@media (max-width: 991.98px) {
    body[dir=rtl] nav .navbar-nav li:not(:last-child) {
        margin-left: auto;
        margin-right: initial;
    }
}

body[dir=rtl] .chat-popup .chat-popup-header {
    text-align: right;
}


body[dir=rtl] .card-slider-overlay .card-body-slider-overlay .pl-2 {
    padding-right: .5rem !important;
    padding-left: initial;
}

@media (max-width: 991.98px) {
    body[dir=rtl] .card-slider-overlay .card-body-slider-overlay div div:not(:last-child) {
        border: none !important;
    }
}

.carousel-caption {
    text-align: center;
}


body [dir=rtl] .carousel-caption-center {
    left: 10%;
    right: auto;
    transform: translate(0%, -50%);
}

body[dir=rtl] #carouselServiceCaptions {
    text-align: right;
}

    body[dir=rtl] #carouselServiceCaptions .pl-2 {
        padding-right: .5rem !important;
        padding-left: initial;
    }

body[dir=rtl] .broch-pub {
    text-align: right;
}

    body[dir=rtl] .broch-pub .border-pub {
        border-right: initial;
    }

.theme-gold body[dir=rtl] .broch-pub .border-pub {
    border-left: 1px dashed #ec6e3c;
}

.theme-blue body[dir=rtl] .broch-pub .border-pub {
    border-left: 1px dashed #333;
}

.theme-green body[dir=rtl] .broch-pub .border-pub {
    border-left: 1px dashed #00843d;
}

.theme-red body[dir=rtl] .broch-pub .border-pub {
    border-left: 1px dashed #c8122e;
}


body[dir=rtl] .broch-pub ul.pub li::before {
    content: "\f053";
}

.theme-gold body[dir=rtl] .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(#ec6e3c 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;
    border-right: none;
}

.theme-blue body[dir=rtl] .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(#333 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;
    border-right: none;
}

.theme-green body[dir=rtl] .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(#00843d 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;
    border-right: none;
}

.theme-red body[dir=rtl] .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(#c8122e 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;
    border-right: none;
}

@media (max-width: 991.98px) {
    body[dir=rtl] .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;
        border-right: none;
    }
}

body[dir=rtl] .radio-item input[type=radio]:checked + label:after {
    right: 15px;
}

body[dir=rtl] .radio-item-theme input[type=radio]:checked + label:after {
    right: 9px;
}

body[dir=rtl] .mlr-auto {
    margin-right: auto;
    margin-left: initial;
}

.theme-gold body[dir=rtl] .border-rl--primary {
    border-right: initial;
    border-left: 1px solid #ec6e3c;
}

.theme-blue body[dir=rtl] .border-rl--primary {
    border-right: initial;
    border-left: 1px solid #333;
}

.theme-green body[dir=rtl] .border-rl--primary {
    border-right: initial;
    border-left: 1px solid #00843d;
}

.theme-red body[dir=rtl] .border-rl--primary {
    border-right: initial;
    border-left: 1px solid #c8122e;
}

body[dir=rtl] .mrl-3 {
    margin-left: 1rem;
    margin-right: initial;
}

body[dir=rtl] .mlr-3 {
    margin-right: 1rem;
    margin-left: initial;
}

body[dir=rtl] .mlr-5 {
    margin-right: 3rem;
    margin-left: initial;
}

body[dir=rtl] .bg-vote {
    background-position: bottom left;
    background-image: url(../img/home/vote-bg-rtl.svg);
}

body[dir=rtl] .mlr-3-auto {
    margin-left: auto;
    margin-right: 1rem;
}

body[dir=rtl] .underline-title-big, body[dir=rtl] .underline-title-big--primary, body[dir=rtl] .underline-title-big-white {
    margin-right: 6px;
}

body[dir=rtl] .float-rl {
    float: left;
}

@media (min-width: 992px) {
    body[dir=rtl] .plr-lg-5 {
        padding-right: 3rem !important;
        padding-left: initial !important;
    }
}

body[dir=rtl] #time-line .container-timeline--card-bottom {
    margin-right: -53px;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .container-timeline--card-bottom {
        margin-right: -53px;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .container-timeline--card-bottom {
        margin-right: -53px;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .container-timeline--card-bottom {
        margin-right: -82px;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .container-timeline--card-bottom {
        margin-right: -82px;
    }
}

body[dir=rtl] #time-line .container-timeline--card-top {
    margin-right: -80px;
}

body[dir=rtl] #time-line p {
    font-size: 12px;
}

body[dir=rtl] #time-line .parallelogram--primary {
    transform: skew(-32deg);
    height: 16px;
}


    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-first {
        width: 150px;
        margin-right: 115px;
        margin-left: 0;
    }

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-first {
        width: 150px;
        margin-right: 115px;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-first {
        width: 150px;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-first {
        width: 200px;
        margin-right: 148px;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-first {
        width: 200px;
    }
}

body[dir=rtl] #time-line .parallelogram--primary.parallelogram-bottom {
    margin-right: 114px;
    margin-left: 0;
    width: 154px;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-bottom {
        width: 154px;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-bottom {
        width: 154px;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-bottom {
        margin-right: 149px;
        width: 200px;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-bottom {
        margin-right: 149px;
        width: 202px;
    }
}

body[dir=rtl] #time-line .parallelogram--primary.parallelogram-top {
    margin-right: -5px;
    margin-left: 0;
    width: 151px;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-top {
        width: 151px;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-top {
        width: 151px;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-top {
        width: 199px;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .parallelogram--primary.parallelogram-top {
        width: 199px;
    }
}

body[dir=rtl] #time-line .triangle {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

    body[dir=rtl] #time-line .triangle.triangle-down {
        margin-right: 185px;
        margin-left: 0;
        margin-bottom: 10px;
    }

.theme-gold body[dir=rtl] #time-line .triangle.triangle-down {
    border-top: 8px solid #ec6e3c;
}

.theme-blue body[dir=rtl] #time-line .triangle.triangle-down {
    border-top: 9px solid #333;
}

.theme-green body[dir=rtl] #time-line .triangle.triangle-down {
    border-top: 9px solid #00843d;
}

.theme-red body[dir=rtl] #time-line .triangle.triangle-down {
    border-top: 9px solid #c8122e;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .triangle.triangle-down {
        margin-right: 180px;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .triangle.triangle-down {
        margin-right: 180px;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .triangle.triangle-down {
        margin-right: 240px;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .triangle.triangle-down {
        margin-right: 240px;
    }
}

body[dir=rtl] #time-line .triangle.triangle-first {
    margin-right: 185px;
    margin-left: 0;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .triangle.triangle-first {
        margin-right: 185px;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .triangle.triangle-first {
        margin-right: 185px;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .triangle.triangle-first {
        margin-right: 250px;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .triangle.triangle-first {
        margin-right: 250px;
    }
}

body[dir=rtl] #time-line .triangle.triangle-up {
    margin-right: 65px;
    margin-left: 0;
}

.theme-gold body[dir=rtl] #time-line .triangle.triangle-up {
    border-bottom: 9px solid #ec6e3c;
}

.theme-blue body[dir=rtl] #time-line .triangle.triangle-up {
    border-bottom: 9px solid #333;
}

.theme-green body[dir=rtl] #time-line .triangle.triangle-up {
    border-bottom: 9px solid #00843d;
}

.theme-red body[dir=rtl] #time-line .triangle.triangle-up {
    border-bottom: 9px solid #c8122e;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .triangle.triangle-up {
        margin-right: 60px;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .triangle.triangle-up {
        margin-right: 60px;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .triangle.triangle-up {
        margin-right: 88px;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .triangle.triangle-up {
        margin-right: 88px;
    }
}

body[dir=rtl] #time-line .margin-left-75-first {
    margin-right: -184px;
    margin-left: 0;
}

body[dir=rtl] #time-line .margin-left-75 {
    margin-right: -155px;
    margin-left: 0;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .margin-left-75 {
        margin-right: -155px;
        margin-left: 0;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .margin-left-75 {
        margin-right: -155px;
        margin-left: 0;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .margin-left-75 {
        margin-right: -187px;
        margin-left: 0;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .margin-left-75 {
        margin-right: -187px;
        margin-left: 0;
    }
}

body[dir=rtl] #time-line .container-img-first {
    margin-right: 0px;
    margin-left: 20px;
}

body[dir=rtl] #time-line .container-img-top {
    margin-right: 0px;
    margin-left: 20px;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .container-img-top {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .container-img-top {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .container-img-top {
        margin-right: 0;
        margin-left: 20px;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .container-img-top {
        margin-right: 0;
        margin-left: 20px;
    }
}

body[dir=rtl] #time-line .container-img-bottom {
    margin-right: 0;
    margin-left: 20px;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .container-img-bottom {
        margin-right: 0;
        margin-left: 20px;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .container-img-bottom {
        margin-right: 0;
        margin-left: 20px;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .container-img-bottom {
        margin-right: 0;
        margin-left: 20px;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .container-img-bottom {
        margin-right: 0;
        margin-left: 20px;
    }
}

body[dir=rtl] #time-line .text-timeline-first {
    width: 125px;
    margin-right: auto;
    margin-left: 28px;
}

body[dir=rtl] #time-line .text-timeline-top {
    width: 125px;
    height: 120px;
    margin-right: -16px;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .text-timeline-top {
        margin-right: -16px;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .text-timeline-top {
        margin-right: -16px;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .text-timeline-top {
        margin-right: 0;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .text-timeline-top {
        margin-right: 0;
    }
}

body[dir=rtl] #time-line .text-timeline-bottom {
    width: 125px;
    margin-left: 25px;
    margin-right: auto;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .text-timeline-bottom {
        margin-left: 25px;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .text-timeline-bottom {
        margin-left: 25px;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .text-timeline-bottom {
        margin-left: 48px;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .text-timeline-bottom {
        margin-left: 60px;
    }
}

body[dir=rtl] #time-line .img-timeline {
    width: 262px;
}

@media (min-width: 1440px) {
    body[dir=rtl] #time-line .img-timeline {
        width: 262px;
    }
}

@media (min-width: 1680px) {
    body[dir=rtl] #time-line .img-timeline {
        width: 262px;
    }
}

@media (min-width: 1920px) {
    body[dir=rtl] #time-line .img-timeline {
        width: 344px;
    }
}

@media (min-width: 2560px) {
    body[dir=rtl] #time-line .img-timeline {
        width: 344px;
    }
}

body[dir=rtl] #time-line .img-timeline.img-timeline-top {
    margin-top: 54px;
}

@media (min-width: 768px) {
    /*    body[dir=rtl] .committee-member {
        margin-left: 40px;
        margin-right: 0 !important;
        padding-right: inherit;
    }*/

    /*    .theme-gold body[dir=rtl] .committee-member {
        border-left: 2px dashed #ec6e3c;
    }*/

    /*    .theme-blue body[dir=rtl] .committee-member {
        border-left: 2px dashed #333;
    }*/

    /*    .theme-green body[dir=rtl] .committee-member {
        border-left: 2px dashed #00843d;
    }*/

    /*    .theme-red body[dir=rtl] .committee-member {
        border-left: 2px dashed #c8122e;
    }*/

    /*    body[dir=rtl] .committee-member-description {
        padding-right: 40px;
        border-left: none;
        border-right: 2px dashed #ec6e3c;
    }*/
}

body[dir=rtl] .float-rl {
    float: left;
}

body[dir=rtl] .card-values:not(:first-child) {
    margin-right: auto;
    margin-left: initial;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .theme-gold body[dir=rtl] .spetialities:nth-child(odd) {
        border-right: none;
        border-left: 2px solid #ec6e3c;
    }

    .theme-blue body[dir=rtl] .spetialities:nth-child(odd) {
        border-right: none;
        border-left: 2px solid #333;
    }

    .theme-green body[dir=rtl] .spetialities:nth-child(odd) {
        border-right: none;
        border-left: 2px solid #00843d;
    }

    .theme-red body[dir=rtl] .spetialities:nth-child(odd) {
        border-right: none;
        border-left: 2px solid #c8122e;
    }
}

@media (min-width: 768px) {
    .theme-gold body[dir=rtl] .spetialities:not(:nth-child(3n+0)) {
        border-right: none;
        border-left: 2px solid #ec6e3c;
    }

    .theme-blue body[dir=rtl] .spetialities:not(:nth-child(3n+0)) {
        border-right: none;
        border-left: 2px solid #333;
    }

    .theme-green body[dir=rtl] .spetialities:not(:nth-child(3n+0)) {
        border-right: none;
        border-left: 2px solid #00843d;
    }

    .theme-red body[dir=rtl] .spetialities:not(:nth-child(3n+0)) {
        border-right: none;
        border-left: 2px solid #c8122e;
    }
}

.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;
        left: 20px;
        right: inherit;
        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: 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-right: 60px;
    margin-left: inherit;
    position: relative;
}

div.margin-left-right-60:before {
    position: absolute;
    top: 12px;
    right: -36px;
    left: inherit;
    display: block;
    height: 15px;
    width: 36px;
    border-bottom: 2px dashed #d0d0d0;
    border-left: inherit;
    border-right: 2px dashed #d0d0d0;
    content: '';
}

div.margin-left-right-60 ~ div.margin-left-right-60:not(:last-child):before {
    position: absolute;
    top: -23px;
    right: -36px;
    left: inherit;
    display: block;
    height: 49px;
    width: 36px;
    border-bottom: 2px dashed #d0d0d0;
    border-left: inherit;
    border-right: 2px dashed #d0d0d0;
    content: '';
}

div.margin-left-right-60:last-child:before {
    position: absolute;
    top: -28px;
    left: inherit;
    display: block;
    height: 58px;
    width: 36px;
    right: -35px;
    border-bottom: 2px dashed #d0d0d0;
    border-left: inherit;
    border-right: 2px dashed #d0d0d0;
    border-radius: 10px 0px;
    content: '';
}

div.margin-left-right-60-one:last-child:before {
    position: absolute;
    top: 10px;
    left: inherit;
    right: -36px;
    display: block;
    height: 20px;
    width: 36px;
    border-bottom: 2px dashed #d0d0d0;
    border-left: inherit;
    border-right: 2px dashed #d0d0d0;
    border-radius: 10px 0px;
    content: '';
}

.padding-right-left-60 {
    width: min-content;
    padding-left: 60px;
    padding-right: inherit;
    padding-bottom: 60px;
    white-space: nowrap;
}

.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;
    }

        .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;
}


.settingSidebar .slidecontainer .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.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: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%;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("webfonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Thin.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue BlackCond';
    src: url("webfonts/HelveticaNeue/HelveticaNeue BlackCond.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Bd';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Bd.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Hv';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Hv.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue It';
    src: url("webfonts/HelveticaNeue/HelveticaNeue It.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Lt';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Lt.ttf") format("truetype");
}

@font-face {
    font-family: 'Helvetica Neue Med';
    src: url("webfonts/HelveticaNeue/HelveticaNeue Med.ttf") format("truetype");
}

@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");
}



@media (min-width: 992px) {
    .submenu {
        right: 100%;
        left: auto;
        padding-right: 1px;
        padding-left: 0;
    }

    .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;
        right: -12px;
        left: 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(270deg);
    }
}

/* 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;
        }


            .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;
        }
}

@media screen and (min-width: 768px) {
    .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;
        }
}

ol.organizational-chart > li > ol:before, ol.organizational-chart > li > ol > li:before {
    right: auto !important;
}

@media(min-width:992px) {
    ol.organizational-chart > li > ol:before, ol.organizational-chart > li > ol > li:before {
        left: 50% !important;
    }

    #TransformationalProjects .dark .card-text {
        width: 55%;
    }
}

#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;
}

.photo-count {
    left: 0;
    right: 10px;
}

.top-right {
    right: 0;
    left: 10px;
}

.close {
    float: left;
}

ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#specialities {
    display: contents;
}

.multiple-photo-icon {
    position: absolute;
    left: 3px;
    right: unset;
}


#specialities li {
    counter-increment: my-awesome-counter;
    display: flex;
    width: 50%;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

    #specialities li::before {
        content: counter(my-awesome-counter);
        font-weight: bold;
        font-size: 4.5rem;
        margin-right: 1.5rem;
        font-family: 'Abril Fatface', serif;
        line-height: 1;
        color: #F2F2F2;
        margin-left: 4%;
        padding-left: 2.25%;
        padding-top: 0;
        padding-left: 2.25%;
        left: 76%;
        top: -0.1em;
        height: 1.35em;
        width: 1.35em;
        position: absolute;
        transition: all 0.2s ease-in-out;
        z-index: -1;
    }

p {
    font-family: 'Roboto',sans-serif;
}

#nextphase ul, #strategy-layout ul {
    padding-right: 1rem;
}

    #nextphase ul li, #strategy-layout ul li {
        padding-right: 1rem;
    }

@media (min-width: 600px) and (max-width: 1399.98px) {
    #TransformationalProjects .light .card-text {
        font-size: 13px;
    }

    p {
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
    }
}
