:root {
    --PrimaryColor: #08665D; /*#028a7c; #0a7153;#228f6f*/
    --PrimaryColorLight: #658E33; /*#269388;#0a7153;#228f6f*/
    --SecondaryColor1: #CBD428; /*#ffd84f;#b1b82c*/
}

html {
  font-size: 14px;
}

.MainFontType {
    font-family: NeoSansPro !important;
   /* color:#d9f1c2*/
}



@media (min-width: 1300px) {
  html {
    font-size: 16px;
  }

    .NewMainMenu {
        display: inline-flex;
    }

    html[style*="direction:ltr"] .NewMainMenu {
        left: 5rem !important;
    }
    html[style*="direction:rtl"] .NewMainMenu {
        right: 5rem !important;
    }

    .NewMainMenuList {
        font-size: 1.5rem;
        display: flex;
    }

        .NewMainMenuList > li {
            width: 10rem;
        }

    .NewMainMenuLogoDiv {
        width: 17rem;
        padding-top:1rem;
    }
    .NewMainMenuName {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .NewMainMenueItemImg {
        width: 1.5rem;
        height: 1.5rem;
    }
    .NewMenuBTN{
        visibility:hidden;
    }

    .MainMenu {
        padding-left: 10%;
    }

    .menuItem {
        font-family: NeoSansPro;
        font-weight: normal;
        font-size: x-large;
        color: white;
        word-wrap: unset;
        min-width: 140px;
        text-align: center;
        opacity: 0.5;
        transition-property: opacity;
        transition-duration: 1s;
    }

    .NestedMenu {
        visibility: hidden;
        font-family: NeoSansPro;
        font-weight: normal;
        font-size: medium;
        color: white;
        background: white;
        border-radius: 10px;
        width: max-content;
        padding: 10px;
        list-style: none;
        word-wrap: unset;
        min-width: 140px;
        text-align: center;
        opacity: 0;
        transition-property: opacity;
        transition-duration: 1s;
    }

    .NestedMenuItem {
        color: black;
        background: white;
        padding: 10px;
        word-wrap: unset;
        min-width: 140px;
        text-align: center;
        cursor: pointer;
        transition-property: background;
        transition-duration: 1s;
        
    }

        .NestedMenuItem > a{
            width:100%;
            height:100%;
            color:black;
            text-decoration:none;
        }

    .HeaderText {
        font-family:NeoSansPro;
        font-weight:bold;
        font-size: 48px;
        color: white;
        word-wrap: unset;
    }
    .HeaderTextMini {
        font-family: NeoSansPro;
        font-weight: bold;
        font-size: 40px;
        color: white;
        word-wrap: unset;
    }

    .SubHeaderText {
        font-family: NeoSansPro;
        font-size: large;
        color: white;
        word-wrap: unset;
    }

    .TruckDiv{
        visibility:visible;
    }

    html[style*="direction:ltr"] .BannerTXT {
        padding-top: 15rem;
        padding-left: 10rem;
    }
    html[style*="direction:rtl"] .BannerTXT {
        padding-top: 15rem;
        padding-right: 10rem;
    }


    .Part {
        padding-left: 20%;
        padding-right: 20%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .BlockSeparator {
        border-right: none;
        border-bottom: none;
    }

    .FooterHeaderTextFontSize {
        font-family: NeoSansPro;
        font-size: xx-large;
    }

    .FooterTextFontSize {
        font-family: NeoSansPro;
        font-size: large;
    }


}

@media (min-width: 1100px) and (max-width: 1299px) {
    html {
        font-size: 14px;
    }

    .NewMainMenu {
        display: inline-flex;
    }
    html[style*="direction:ltr"] .NewMainMenu {
        left: 3rem !important;
    }
    html[style*="direction:rtl"] .NewMainMenu {
        right: 3rem !important;
    }

    .NewMainMenuList {
        display: flex;
        font-size: 1.3rem;
    }
        .NewMainMenuList > li {
            width: 9rem;
        }

    .NewMainMenuLogoDiv {
        width: 16rem;
        padding-top:1rem;
    }
    .NewMainMenueItemImg {
        width: 1.3rem;
        height: 1.3rem;
    }
    .NewMenuBTN {
        visibility: hidden;
    }
    .NewMainMenuName {
        padding-top: 0rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .HeaderText {
        font-family:NeoSansPro;
        font:bold;
        font-size: 36px;
        color: white;
        word-wrap: unset;
    }

    .HeaderTextMini {
        font-family: NeoSansPro;
        font: bold;
        font-size:large ;
        color: white;
        word-wrap: unset;
    }

    .SubHeaderText {
        font-family: NeoSansPro;
        font-size: medium;
        color: white;
        word-wrap: unset;
    }

    .TruckDiv {
        visibility: visible;
    }

    html[style*="direction:ltr"] .BannerTXT {
        padding-top: 15rem;
        padding-left: 5rem;
    }

    html[style*="direction:rtl"] .BannerTXT {
        padding-top: 15rem;
        padding-right: 5rem;
    }

    .Part {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .BlockSeparator {
        border-right: none;
        border-bottom: none;
        padding:1rem;
    }

}

@media (min-width: 900px) and (max-width: 1099px) {
    html {
        font-size: 14px;
    }

    .NewMainMenu {
        display: inline-flex;
    }
    html[style*="direction:ltr"] .NewMainMenu {
        left: 2rem !important;
    }
    html[style*="direction:rtl"] .NewMainMenu {
        right: 2rem !important;
    }
    .NewMainMenuList {
        display: flex;
        font-size: 1.2rem;
    }

        .NewMainMenuList > li {
            width: 8rem;
        }

    .NewMainMenuLogoDiv {
        width: 14rem;
        padding-top: 1rem;
    }

    .NewMainMenueItemImg {
        width: 1.2rem;
        height: 1.2rem;
    }
    .NewMenuBTN {
        visibility: hidden;
    }
    .NewMainMenuName {
        padding-top: 0rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .MainMenu {
        padding-left: 5%;
        padding-right: 5%;
    }

    .menuItem {
        font-family: NeoSansPro;
        font-weight: normal;
        font-size: medium;
        color: white;
        word-wrap: unset;
        min-width: 80px;
        text-align: center;
        opacity: 0.5;
        transition-property: opacity;
        transition-duration: 1s;
    }

    .NestedMenu {
        visibility: hidden;
        font-family: NeoSansPro;
        font-weight: normal;
        font-size: small;
        color: white;
        background: white;
        border-radius: 10px;
        width: max-content;
        padding: 10px;
        list-style: none;
        word-wrap: unset;
        min-width: 140px;
        text-align: center;
        opacity: 0;
        transition-property: opacity;
        transition-duration: 1s;
    }

    .NestedMenuItem {
        color: black;
        background: white;
        padding: 10px;
        word-wrap: unset;
        min-width: 80px;
        text-align: center;
        cursor: pointer;
        transition-property: background;
        transition-duration: 1s;
    }

        .NestedMenuItem > a {
            width: 100%;
            height: 100%;
            color: black;
            text-decoration: none;
        }

    .HeaderText {
        font-family: NeoSansPro;
        font-weight: bold;
        font-size: 28px;
        color: white;
        word-wrap: unset;
    }

    .HeaderTextMini {
        font-family: NeoSansPro;
        font-weight: bold;
        font-size: 32px;
        color: white;
        word-wrap: unset;
    }

    .SubHeaderText {
        font-family: NeoSansPro;
        font-size: medium;
        color: white;
        word-wrap: unset;
    }

    .TruckDiv {
        visibility: hidden;
    }

    html[style*="direction:ltr"] .BannerTXT {
        padding-top: 15rem;
        padding-left: 5rem;
    }

    html[style*="direction:rtl"] .BannerTXT {
        padding-top: 15rem;
        padding-right: 5rem;
    }

    .Part {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .BlockSeparator {
        border-right: none;
        border-bottom: none;
        padding: 1rem;
    }

    .BannerTXT {
        width: 100% !important;
    }

    .MapCard {
        margin-bottom: 2rem;
    }
}

@media (max-width: 899px) {

    .NewMainMenu {
        width: 90% !important;
        display: block;
    }
    html[style*="direction:ltr"] .NewMainMenu {
        left: 2rem !important;
    }
    html[style*="direction:rtl"] .NewMainMenu {
        right: 2rem !important;
    }

    .NewMainMenuList {
        display:none;
        font-size: 1.5rem;
    }

        .NewMainMenuList > li {
            width: 100%;
            text-align: start !important;
        }

    .NewMainMenuLogoDiv {
        width: 15rem;
        padding-top: 1rem;
    }

    .NewMainMenueItemImg {
        width: 1.2rem;
        height: 1.2rem;
    }
    .NewMenuBTN {
        visibility: visible;
        position:absolute;
        top:1rem;
        width:4rem;
        border:none;
        background:none;
    }
        .NewMenuBTN > svg {
            fill: white;
            width:100%;
            height:100%;
        }
    .NewMainMenuName {
        padding-top: 0rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .NewNestedMenue:hover > ul{
        display:contents !important;
    }


    .floating-menu {
        max-height: 5rem;
        width: 100%;
    }

    .menuItem {
        color: white !important;
    }

    .navbar-collapse {
        background: #228f6f;
    }

    .MainMenu {
        padding-left: 5%;
        padding-right: 5%;
    }

    .menuItem {
        font-family: NeoSansPro;
        font-weight: normal;
        font-size: large;
        color: white;
        word-wrap: unset;
        min-width: 130px;
        text-align: center;
        opacity: 0.5;
        transition-property: opacity;
        transition-duration: 1s;
    }

    .HeaderText {
        font-weight: bold;
        font-size: 24px;
        color: white;
        word-wrap: unset;
    }

    .HeaderTextMini {
        font-family: NeoSansPro;
        font-weight: bold;
        font-size: 28px;
        color: white;
        word-wrap: unset;
    }

    .SubHeaderText {
        font-family: NeoSansPro;
        font-size: medium;
        color: white;
        word-wrap: unset;
    }

    .TruckDiv {
        visibility: hidden;
    }

    html[style*="direction:ltr"] .BannerTXT {
        padding-top: 15rem;
        padding-left: 5rem;
    }

    html[style*="direction:rtl"] .BannerTXT {
        padding-top: 15rem;
        padding-right: 5rem;
    }

    .Part {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .BlockSeparator {
        border-right: none;
        border-bottom: none;
        padding: 1rem;
    }

    .BannerTXT {
        width: 100% !important;
    }

    .Steps{
        margin-top:2rem;
    }

    .MapCard{
        margin-bottom:2rem;
    }

}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


@font-face {
    font-family: ELEPHNT;
    src: url('fonts/ELEPHNT.ttf');
}

@font-face {
    font-family: ELEPHNTI;
    src: url('fonts/ELEPHNTI.ttf');
}

@font-face {
    font-family: BRLNSR;
    src: url('fonts/BRLNSR.ttf');
}

@font-face {
    font-family: MICROSS;
    src: url('fonts/MICROSS.ttf');
}

@font-face {
    font-family: Rajdhani-Bold;
    src: url('fonts/Rajdhani-Bold.ttf');
}

@font-face {
    font-family: Rajdhani-Light;
    src: url('fonts/Rajdhani-Light.ttf');
}

@font-face {
    font-family: Rajdhani-Medium;
    src: url('fonts/Rajdhani-Medium.ttf');
}

@font-face {
    font-family: Rajdhani-Regular;
    src: url('fonts/Rajdhani-Regular.ttf');
}

@font-face {
    font-family: Rajdhani-SemiBold;
    src: url('fonts/Rajdhani-SemiBold.ttf');
}

@font-face {
    font-family: DINNextLTArabic-UltraLight;
    src: url('fonts/DINNextLTArabic-UltraLight.ttf');
}
@font-face {
    font-family: DINNextLTArabic-Regular;
    src: url('fonts/DINNextLTArabic-Regular.ttf');
}
@font-face {
    font-family: DINNextLTArabic-Medium;
    src: url('fonts/DINNextLTArabic-Medium.ttf');
}
@font-face {
    font-family: DINNextLTArabic-Bold;
    src: url('fonts/DINNextLTArabic-Bold.ttf');
}
@font-face {
    font-family: DINNextLTArabic-Heavy2;
    src: url('fonts/DINNextLTArabic-Heavy2.ttf');
}
@font-face {
    font-family: DINNextLTArabic-Black;
    src: url('fonts/DINNextLTArabic-Black.ttf');
}

@font-face {
    font-family: Neo Sans Arabic Regular;
    src: url('fonts/Neo Sans Arabic Regular.ttf');
}
@font-face {
    font-family: Neo_Sans_Medium;
    src: url('fonts/Neo_Sans_Medium.ttf');
}
@font-face {
    font-family: NeoSansArabic;
    src: url('fonts/NeoSansArabic.ttf');
}
@font-face {
    font-family: NeoSansArabicBlack;
    src: url('fonts/NeoSansArabicBlack.ttf');
}
@font-face {
    font-family: NeoSansArabicBold;
    src: url('fonts/NeoSansArabicBold.ttf');
}
@font-face {
    font-family: NeoSansArabicLight;
    src: url('fonts/NeoSansArabicLight.ttf');
}
@font-face {
    font-family: NeoSansArabicMedium;
    src: url('fonts/NeoSansArabicMedium.ttf');
}
@font-face {
    font-family: NeoSansArabicUltra;
    src: url('fonts/NeoSansArabicUltra.ttf');
}
@font-face {
    font-family: NeoSansProBlack;
    src: url('fonts/NeoSansProBlack.OTF');
}
@font-face {
    font-family: NeoSansProBlackIt;
    src: url('fonts/NeoSansProBlackIt.OTF');
}
@font-face {
    font-family: NeoSansProBold;
    src: url('fonts/NeoSansProBold.OTF');
}
@font-face {
    font-family: NeoSansProBoldIt;
    src: url('fonts/NeoSansProBoldIt.OTF');
}
@font-face {
    font-family: NeoSansProItalic;
    src: url('fonts/NeoSansProItalic.OTF');
}
@font-face {
    font-family: NeoSansProLight;
    src: url('fonts/NeoSansProLight.OTF');
}
@font-face {
    font-family: NeoSansProLightIt;
    src: url('fonts/NeoSansProLightIt.OTF');
}
@font-face {
    font-family: NeoSansProMedIt;
    src: url('fonts/NeoSansProMedIt.OTF');
}
@font-face {
    font-family: NeoSansProMedium;
    src: url('fonts/NeoSansProMedium.OTF');
}
@font-face {
    font-family: NeoSansProRegular;
    src: url('fonts/NeoSansProRegular.OTF');
}
@font-face {
    font-family: NeoSansProUltIt;
    src: url('fonts/NeoSansProUltIt.OTF');
}
@font-face {
    font-family: NeoSansProUltra;
    src: url('fonts/NeoSansProUltra.OTF');
}
@font-face {
    font-family: NeoSansPro;
    src: url('fonts/alfont_com_AlFont_com_NeoSansArabic.ttf');
}

.floating-menu {
    background: rgba(255, 255, 255, 0.0);
    z-index: 100;
    position: fixed;
    border-radius: 15px;
    margin-top: 10px;
}

/* lineup class and keyframes */
.lineUp {
    animation: 2s anim-lineUp ease-out infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes anim-lineUp {
    0% {
        opacity: 0;
        filter:blur(5px);
        transform: translateY(80%);
    }

    20% {
        opacity: 0;
        filter: blur(5px);
    }

    50% {
        opacity: 1;
        filter: blur(2px);
        transform: translateY(0%);
    }

    100% {
        opacity: 1;
        filter: blur(0px);
        transform: translateY(0%);
    }
}

.homeBG {
    display: flex;
    min-height: 100vh;
    flex-direction: row;
    /*background-image: url('~/img/BG_1.jpg');*/
    background-image: url('./img/BGStripe.png');
    background-repeat: repeat;
    background-color: var(--PrimaryColor);
    margin-bottom: 500px;
    opacity: 0;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    width: 100%;
    margin: 0px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn1D1 {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 1s;
}

.fadeIn1D2 {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 2s;
}

html[style*="direction:ltr"] .TruckIn {
    animation: TruckInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 1s;
    margin-left:30%;
}
html[style*="direction:rtl"] .TruckIn {
    animation: TruckInAnimation_RTL ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 1s;
    margin-right: 30%;
}

@keyframes TruckInAnimation {
    0% {
        opacity: 0.2;
        margin-left: 80%;
    }
    100% {
        opacity: 1;
        margin-left: 30%;
    }
}
@keyframes TruckInAnimation_RTL {
    0% {
        opacity: 0.2;
        margin-right: 80%;
    }

    100% {
        opacity: 1;
        margin-right: 30%;
    }
}

html[style*="direction:ltr"] .TruckVibrate {
    animation: TruckVibrateAnimation ease-in 7s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-delay: 3s;
    margin-left: 30%;
}
html[style*="direction:rtl"] .TruckVibrate {
    animation: TruckVibrateAnimation_RTL ease-in 7s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-delay: 3s;
    -webkit-transform: scaleX(-1);
    margin-right: 30%;
}
html[style*="direction:rtl"] .TruckIn {
    -webkit-transform: scaleX(-1);
}

@keyframes TruckVibrateAnimation {
    0% {
        margin-left: 30%;
    }

    25% {
        margin-left: 25%;
    }

    50% {
        margin-left: 30%;
    }

    100% {
        margin-left: 30%;
    }
}

@keyframes TruckVibrateAnimation_RTL {
    0% {
        margin-right: 30%;
    }

    25% {
        margin-right: 25%;
    }

    50% {
        margin-right: 30%;
    }

    100% {
        margin-right: 30%;
    }
}


.circleAnimation {
    border-radius: 50%;
    border-color: #ffffff;
    color: #ffffff;
    border: solid;
    border-width: thin;
    position: absolute;
    animation: circleAnimationNow ease 4s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 3s;
}

@keyframes circleAnimationNow {
    0% {
        opacity: 0.2;
        width: 50%;
        margin-top: 47%;
        margin-left: 30%;
        height: 50%;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 80%;
        height: 80%;
        margin-top: 27%;
        opacity: 0;
        margin-left: 10%;
    }
}

.logospin {
    width: 50px;
    align-self: center;
    animation: logospinAnimation ease 10s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

@keyframes logospinAnimation {
    10% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navbar-brand {
    font-family: NeoSansPro;
    font-weight: bold;
    font-size: xx-large;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.menuItemActive {
    border-style: none none solid none;
    border-color: var(--SecondaryColor1);
    opacity:1;
}

.menuItem:hover {
    opacity: 1;
}

.HasNestedMenu:hover .NestedMenu {
    visibility: visible;
    opacity: 0.9;
}

.NestedMenu:hover {
    visibility: visible;
    opacity: 0.9;
}

.NestedMenuItem:hover{
    background:var(--SecondaryColor1);
}

.LineDivider {
    color: #eaeaea;
    border: solid;
    border-width: 1px;
    border-radius: 50px;
}

.box {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    transition: all ease 0.2s;
    background-color: #ffffffc2;
}

.ActiveService {
    background-color: var(--SecondaryColor1);
    border-radius: 25px;
}

    .ActiveService .ServiceHidden {
        visibility: visible;
        height:auto;
    }

.InActiveService {
    background-color: rgba(0, 0, 0, 0);
}
    .InActiveService .ServiceHidden {
        visibility: hidden;
        height: 0px;
    }

.CircleBackground{
    width:fit-content;
    padding:10px;
    border-radius:100%;
    font-weight:bold;
}

.PrimaryBackGroundColor {
    background: var(--PrimaryColor);
}

.SecondryBackGroundColor {
    background: var(--SecondaryColor1);
}

.ticker-container {
    width: 100%;
    overflow: hidden;
}

.ticker-wrapper {
    width: 100%;
    background-color: transparent;
}

html[style*="direction:ltr"] .ticker-wrapper {
    padding-left: 100%;
}
html[style*="direction:rtl"] .ticker-wrapper {
    padding-right: 100%;
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker_RTL {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(100%, 0, 0);
    }
}

.ticker-transition {
    display: inline-block;
    white-space: nowrap;
}
html[style*="direction:ltr"] .ticker-transition {
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 20s;
}
html[style*="direction:rtl"] .ticker-transition {
    padding-left: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker_RTL;
    animation-duration: 20s;
}

    .ticker-transition:hover {
        animation-play-state: paused;
        cursor: pointer;
    }

.ticker-item {
    display: inline-block;
    padding: 0px;
}

.FooterLogo {
    width: 150px;
    /*border: 5px solid var(--PrimaryColor);
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.5);*/
}

.FooterText {
    color: white;
    font-family: NeoSansPro;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    text-wrap: wrap;
}

.FooterText:hover {
    color: white;
}

.footer-social-icons {
    justify-content: center;
    margin-top: 20px;
    margin: 0px;
    padding:20px;
}

    .footer-social-icons li {
        margin-left: 10px;
        margin-right: 10px;
    }

.RoundedTextBox{
    border-radius:25px;
    outline:none;
    border:0px;
    padding:10px;
    width:100%;
}

.ShinyButton {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 0;
    color: white;
    box-shadow: 0px 0px 5px Black;
    background-color: var(--PrimaryColor);
}

    .ShinyButton:active {
        box-shadow: 0px 0px 0px white;
        -webkit-box-shadow: inset -2px 2px 2px #ccc;
        -moz-box-shadow: inset -2px 2px 2px #ccc;
        box-shadow: inset -2px 2px 2px #ccc;
        transform: translate(0, 2px);
        background-color: #EDE358;
    }

    .ShinyButton:focus {
        outline: 0;
    }

    .ShinyButton:after {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
        background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
        transform: rotateZ(60deg) translate(-5em, 7.5em);
    }

    .ShinyButton:hover::after, .ShinyButton:focus::after {
        animation: Shiny 1s forwards;
    }

@keyframes Shiny {
    100% {
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}

.EmailSubscribe {
    position: relative;
}
    .EmailSubscribe input {
        border-radius: 25px;
        font-family: NeoSansPro;
        width: 100%;
        height: 2.7rem;
        min-height: 2.7rem;
    }
    .EmailSubscribe button {
        font-family: NeoSansPro;
        border-radius: 25px;
        background: linear-gradient(90deg,#0088a7,#3d6aa1 88%);
        color: white;
        position: absolute;
        top: 0px;
        height: 2.7rem;
        min-height: 2.7rem;
        padding: 10px;
        width: 6.5rem;
    }

html[style*="direction:ltr"] .EmailSubscribeButton {
    right: -1px;
}
html[style*="direction:rtl"] .EmailSubscribeButton {
    left: -1px;
}

html[style*="direction:ltr"] .NewMenuBTN {
    right: 1rem;
}

html[style*="direction:rtl"] .NewMenuBTN {
    left: 1rem;
}

html[style*="direction:rtl"] .HeaderText {
    font-family: NeoSansPro;
    font-size: medium;
    font-size: medium;
}
html[style*="direction:ltr"] .HeaderText {
    font-family: NeoSansPro;
    font-size: medium;
    font-display: block;
}

html[style*="direction:rtl"] .SubHeaderText {
    font-family: NeoSansPro;
    font-size: medium;
   }
html[style*="direction:ltr"] .SubHeaderText {
    font-family: NeoSansPro;
    font-size: medium;
    font: bold;
}

html[style*="direction:rtl"] .HeaderTextMini {
    font-family: NeoSansPro;
    font: normal;
}

html[style*="direction:ltr"] .HeaderTextMini {
    font-family: NeoSansPro;
    font: bold;
}

.FooterMenu {
    color: white;
    font-family: NeoSansPro;
    list-style-type: none;
    padding-top: 20px;
}
    .FooterMenu > li {
        padding: 3px;
        font-size: 1.15rem;
    }
        .FooterMenu > li > a {
            color: white !important;
            text-decoration: none;
        }
            .FooterMenu > li > a:hover {
                color: white !important;
                text-decoration: none;
                font:bold ;
                font-family: NeoSansPro;
            }

.ContactusParagraph {
    text-align: start !important;
    margin: 0px;
    padding: 10px;
    color: white;
}

    .ContactusParagraph > a {
        text-align: start !important;
        margin: 0px;
        padding: 0px;
        color: white;
    }

    .ContactusParagraph > a:hover {
        color: white;
    }



.NewMainMenu {
    position: fixed;
    top: 2rem;
    min-height: 5.2rem;
    background: rgba(255, 255, 255, 0.0);
    z-index: 10;
    border-radius: 15px;
    transition: all ease 1s;
    text-align: start;
    width: fit-content;
}

html[style*="direction:rtl"] .NewMainMenuName {
    font-family: NeoSansPro;
    font-size: 2.1rem;
}
html[style*="direction:ltr"] .NewMainMenuName {
    font-family: NeoSansPro;
    font: bold;
    font-size: 2.5rem;
}

.NewMainMenuName {
    text-decoration: none;
    color: white;
    position:absolute;
    transition: all ease 1s;
}
    .NewMainMenuName:hover {
        color: white;
    }

html[style*="direction:rtl"] .NewMainMenuList {
    font-family: NeoSansPro;
    font-size: x-large;
}
html[style*="direction:ltr"] .NewMainMenuList {
    font-family: NeoSansPro;
    font: x-large;
}

.NewMainMenuList {
    list-style: none;
    color: white;
    margin: 0px;
    padding: 1rem;
    transition: height ease 2s;
}
    .NewMainMenuList > li {
        padding: 10px;
        border-radius: 10px;
        text-align: center;
        overflow: hidden;
        text-wrap: nowrap; 
        transition: all ease 1s;
    }
        .NewMainMenuList > li:hover {
            background-color: var(--SecondaryColor1);
        }
        .NewMainMenuList > li > a {
            text-decoration:none;
            color:inherit;
            display:block;
            width:100%;
        }
            .NewMainMenuList > li > a:hover {
                text-decoration: none;
                color: inherit;
            }

.NewNestedMenue{

}
    .NewNestedMenue > span {
        cursor: pointer;
        width:100%;
    }

    .NewNestedMenue:hover > .NewNestedMenueList {
        visibility: visible;
        opacity: 1;
    }
.NewNestedMenueList:hover {
    visibility: visible;
    opacity: 1;
}

.NewNestedMenue > ul {
    visibility: hidden;
    list-style: none;
    font-size: 1.2rem;
    color: white;
    padding: 1rem;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    margin: -0.5rem;
    min-width: 8rem;
    top: 5.3rem;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
}
    .NewNestedMenue > ul > li {
        text-wrap: nowrap;
        transition: all ease 1s;
    }
        .NewNestedMenue > ul > li:hover {
            background-color: var(--SecondaryColor1);
        }
            .NewNestedMenue > ul > li > a {
                text-decoration: none;
                color: dimgray;
                display: block;
                width: 100%;
                padding:0.4rem;
                text-align:start;
            }
                .NewNestedMenue > ul > li > a:hover {
                    text-decoration: none;
                    color: black;
                }



.MapCard {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    border: 10px solid white;
    background-color: #ffffffc2;
}

.MapCardHeader {
    color: black;
    font-family: NeoSansPro;
    text-align: center;
    padding: 10px;
    height: 70px;
    overflow: hidden;
}

.MapCardSubHeader {
    color: black;
    font-family: NeoSansPro;
    text-align: start;
    padding: 10px;
    height: 70px;
    overflow: hidden;
}

.NewsContainer {
    display: flex;
    overflow: hidden;
}

.NewsCard {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    border: 10px solid white;
    border-radius: 5px;
    background-color: #ffffffc2;
    width: 19rem;
    min-width: 19rem;
    height: 27rem;
    min-height: 27rem;
    max-height: 27rem;
    overflow: hidden;
    margin: 10px;
}

.NewsCardImage {
    width: 10rem;
    height: 10rem;
    align-self: center;
    border-radius: 50%;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    border: 2px solid white;
}

.NewsCardHeaderText {
    font-family: NeoSansPro;
    color: black;
    text-align: center;
    text-wrap: wrap;
    word-wrap: normal;
    max-height: 5rem;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 1.25rem;
}

.NewsCardSubText {
    font-family: NeoSansPro;
    color: black;
    text-align: start;
    text-wrap: wrap;
    word-wrap: normal;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    padding: 1rem;
    font-size: 1rem;
}

.FooterISO {
    padding-top: 2rem;
    text-align: start;
    display:table-cell;
    text-align:center;
}
    .FooterISO img {
        width: 4rem;
        height: 4rem;
       /* box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.5);*/
        border-radius:50%;
    }
    .FooterISO span {
        font-size: 0.75rem;
        text-align: center;
        width: 4rem;
        padding: 0px;
        max-width: 4rem;
    }

.PageHeader {
    flex-direction: row;
    background-image: url('./img/BGStripe.png');
    background-repeat: repeat;
    background-color: var(--PrimaryColor);
    margin: 0px;
    height:8rem;
}
.PageBanner {
    flex-direction: row;
    background-image: url('./img/Background2.png');
    background-repeat: repeat;
    background-color: var(--PrimaryColor);
    margin: 0px;
    height: 20rem;
}

.RoundedLogoImg {
    position:relative;
    width: 4rem;
    height: 4rem;
    top:-2.5rem;
    background-color:white;
    border-radius: 50%;
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.5);
}

.MyCard {
    text-align:center;
    background-color:white;
    border:2px solid white;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
    padding:1rem;
}
    .MyCard h1 {
        color: var(--PrimaryColor);
        width: 100%;
        font-family: NeoSansPro;
    }
    .MyCard p {
        color: black;
        width: 100%;
        text-align: start;
        font-family: NeoSansPro;
        padding: 1rem;
    }

.SideBG {
    width: 30rem;
    margin-top: 20rem;
}
html[style*="direction:ltr"] .SideBG {
}
html[style*="direction:rtl"] .SideBG {
}

.BackAnime path {
    fill: white;
    opacity: 0.2;
    transition: all ease 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-play-state: paused;
    animation-fill-mode:initial;
}
.BackAnime .BackAnime1 {
    animation-name: BackAnimeName1;
}
.BackAnime .BackAnime2 {
    animation-name: BackAnimeName2;
}
.BackAnime .BackAnime3 {
    animation-name: BackAnimeName3;
}
.BackButton:hover path {
    animation-play-state: running;
}

@keyframes BackAnimeName1 {
    0% {
        opacity: 0.2;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.2;
    }
}
@keyframes BackAnimeName2 {
    0% {
        opacity: 0.2;
    }

    33% {
        opacity: 0.2;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}
@keyframes BackAnimeName3 {
    0% {
        opacity: 0.2;
    }

    33% {
        opacity: 0.2;
    }

    66% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.MultimediaCard {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    border: 10px solid white;
    border-radius: 5px;
    background-color: #ffffffc2;
    width: 30rem;
    min-width: 30rem;
    height: 27rem;
    min-height: 27rem;
    max-height: 27rem;
    overflow: hidden;
    margin: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.7s;
}
    .MultimediaCard:hover {
        transform: translateY(-5px);
        box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
        background-color: #eaeaea;
    }

    .MultimediaCard > div{
        padding-top:1rem;
    }

.MultimediaCardHeaderText {
    font-family: NeoSansPro;
    color: black;
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-wrap: wrap;
    word-wrap: normal;
    height: 4rem;
    max-height: 4rem;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.MultimediaCardMainImage {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid white;
    border-radius: 15px;
    width: 23rem;
    max-width: 23rem;
    height: 14rem;
    max-height: 14rem;
    padding: 0.3rem;
    margin:0.3rem;
}
.MultimediaCardImage {
    width: 5rem;
    max-width: 5rem;
    height: 3.7rem;
    max-height: 3.7rem;
    padding: 0.3rem;
}

.MultimediaCurrImage {
    width: 100%;
    height: 28rem;
    max-height: 28rem;
    text-align: center;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid gray;
    border-radius: 15px;
    padding: 1rem;
    background-color: gray;
    position: relative;
    cursor: pointer;
    display:flex;
    align-items:center;
    justify-content:center;
}
    .MultimediaCurrImage > img {
        max-width: 100%;
        max-height: 100%;
    }

    .MultimediaCurrImage > button {
        position: absolute;
        background-color: var(--PrimaryColor);
        top: 45%;
        transition: all ease 0.7s;
        opacity: 0;
        border-radius: 50%;
        padding: 0.75rem;
    }
        .MultimediaCurrImage:hover > button {
            opacity: 1;
        }
    .MultimediaCurrImage > button:hover{
        background-color:white;
    }
        .MultimediaCurrImage > button:hover path {
            fill: var(--PrimaryColor);
        }

    .MultimediaCurrImage > #BTN_Backward {
        left: 1rem;
    }
    .MultimediaCurrImage > #BTN_Forward {
        right: 1rem;
    }

    .MultimediaMiniImageNav {
        cursor: pointer;
        transition: all ease 0.7s;
    }
    .MultimediaMiniImageNav:hover {
        transform: translateY(-1px);
        box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.25);
    }
.MultimediaImageList{
    display:contents;
}
.MultimediaVidCover {
}
.MultimediaCardVid {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 0.50rem;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.MultimediaCardVideo {
    object-fit: fill;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}



.MapBranch {
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    color: #263238;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 30px;
    text-align:center;
}

    .MapBranch::after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid transparent;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 95%;
        transform: translate(-50%, 0);
        transition: all 0.3s ease-out;
        width: 0;
        z-index: 1;
    }

    .MapBranch .icon {
        align-items: center;
        display: flex;
        justify-content: center;
        color: transparent;
    }

        .MapBranch .icon svg {
            height: 20px;
            width: auto;
        }

    .MapBranch .details {
        visibility: hidden;
    }

    .MapBranch.highlight {
        background-color: #FFFFFF;
        border-radius: 8px;
        box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
        height: auto;
        padding: 8px 15px;
        width: auto;
    }

        .MapBranch.highlight::after {
            border-top: 9px solid #FFFFFF;
        }

        .MapBranch.highlight .details {
            display: flex;
            visibility: visible;
        }

        .MapBranch.highlight .icon {
            visibility: hidden;
            height:0px;
        }

        .MapBranch.highlight .icon svg {
            width: 50px;
            height: 50px;
        }

.DirectionIcon {
    padding: 0.5rem;
    transition: all ease 0.7s;
    fill: black;
    height:4rem;
    width:4rem;
}
    .DirectionIcon > path {
        fill: var(--PrimaryColor);
        transition: all ease 0.7s;
    }
        .DirectionIcon > path:hover {
            fill: var(--SecondaryColor1);
        }

.MapPointer {
    position: relative;
    text-align:center;
    top: -25px;
    padding:0px;
    margin:0px;
 }
