@font-face {
    font-family: 'GEDinarOne-Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GEDinarOne-Medium.woff') format('woff'),
         url('../fonts/GEDinarOne-Medium.ttf') format('truetype'),
         url('../fonts/GEDinarOne-Medium.svg#GEDinarOne-Medium') format('svg');
}

@font-face {
    font-family: 'helvetica-neue-lt-arabic-45-light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/helvetica-neue-lt-arabic-45-light.eot');
    src: url('../fonts/helvetica-neue-lt-arabic-45-light.woff2') format('woff2'),
         url('../fonts/helvetica-neue-lt-arabic-45-light.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'GEDinarOne-Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GEDinarOne-Medium.eot');
    src: url('../fonts/GEDinarOne-Medium.woff2') format('woff2'),
         url('../fonts/GEDinarOne-Medium.woff') format('woff'),
         url('../fonts/GEDinarOne-Medium.ttf') format('truetype'),
         url('../fonts/GEDinarOne-Medium.svg#GEDinarOne-Medium') format('svg'),
         url('../fonts/GEDinarOne-Medium.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'GEDinarOne-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GEDinarOne-Light.eot');
    src: url('../fonts/GEDinarOne-Light.woff2') format('woff2'),
         url('../fonts/GEDinarOne-Light.woff') format('woff'),
         url('../fonts/GEDinarOne-Light.ttf') format('truetype'),
         url('../fonts/GEDinarOne-Light.svg#GEDinarOne-Light') format('svg'),
         url('../fonts/GEDinarOne-Light.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'GEDinarOne-Light';
    font-style: normal;
    font-weight: normal;
    src: url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Light.eot');
    src: url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Light.woff2') format('woff2'),
         url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Light.woff') format('woff'),
         url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Light.ttf') format('truetype'),
         url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Light.svg#GEDinarOne-Light') format('svg'),
         url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Light.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'GEDinarOne-Medium';
    font-style: normal;
    font-weight: normal;
    src: url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Medium.eot');
    src: url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Medium.woff2') format('woff2'),
         url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Medium.woff') format('woff'),
         url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Medium.ttf') format('truetype'),
         url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Medium.svg#GEDinarOne-Medium') format('svg'),
         url('/App_Themes/ThemeAr/Fonts/GEDinarOne-Medium.eot?#iefix') format('embedded-opentype');
}


/* MENUB */

/* Add a black background color to the top navigation */

body {
    direction: rtl;
    font-family: 'GEDinarOne-Light';
}

.topnav {
    background-color: transparent;
    float: left;
    overflow: hidden;
    padding-left: 25px;
}

/* Style the links inside the navigation bar */

.topnav a {
    color: white;
    display: block;
    float: right;
    font-family: 'GEDinarOne-Light';
    font-size: 12px;
    padding: 14px 5px;
    text-align: center;
    text-decoration: none;
}

/* Change the color of links on hover */

.topnav a:hover { color: #1f985e; }

/* Hide the link that should open and close the topnav on small screens */

.topnav .icon { display: none; }

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

@media screen and (max-width: 768px) {
    .topnav {
        background-color: #001156;
        margin-top: 4px;
        padding-left: 0px;
    }

    .topnav a {
        display: none;
        padding: 10px 10px;
    }

    .topnav a.icon {
        display: block;
        float: left;
    }

    .topnav img { display: none; }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

@media screen and (max-width: 768px) {
    .topnav.responsive { position: relative; }

    .topnav.responsive a.icon {
        left: 0;
        position: absolute;
        top: 0;
    }

    .topnav.responsive a {
        display: block;
        float: none;
        text-align: right;
    }
}

.menuB {
    background-image: linear-gradient(180deg, rgb(1, 1, 1) 0%, rgba(255, 255, 255, 0) 115%);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}










/* MENU A */

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-top: 22px;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    font-family: 'GEDinarOne-Medium';
    font-size: 18px;
}

.mega-dropdown { position: static !important; }

.mega-dropdown-menu {
    -webkit-box-shadow: none;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    box-shadow: none;
    padding: 20px 0px;
    width: 100%;
}


.mega-dropdown-menu > li > ul {
    margin: 0;
    padding: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
    text-align: right;
}

.mega-dropdown-menu > li > ul > li > a {
    clear: both;
    color: black;
    display: block;
    font-family: 'GEDinarOne-Medium';
    font-size: 15x;
    font-weight: normal;
    line-height: 1.428571429;
    padding: 8px 20px;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    background-color: #1f985e;
    color: white;
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    color: #0053a0;
    font-family: 'GEDinarOne-Medium';
    font-size: 18px;
    text-align: right;
}

.mega-dropdown-menu h4 > small {
    color: black;
    font-family: 'GEDinarOne-Medium';
    font-size: 18px;
}

.mega-dropdown-menu form { margin: 3px 20px; }

.mega-dropdown-menu .form-group { margin-bottom: 3px; }

.menuA {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px -50px #54545480;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}

.navbar-default .navbar-toggle { border-color: transparent; }

.navbar-default .navbar-toggle .icon-bar { background-color: #001156; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; }

.navbar-toggle {
    margin-bottom: 0px;
    margin-left: 15px;
    margin-top: 20px;
}




.navbar { /*margin-bottom: 33px;*/ }

.navbar-brand { padding: 5px 5px; }

.nav > li > a { padding: 8px 14px; }

.navbar-nav {
    float: left;
    margin-top: 20px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: transparent; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #0053a0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #001156;
}




.readbtn {
    background-color: #1f985e;
    border: none;
    border-radius: none;
    color: white;
    padding: 8px;
}

.signIn {
    background-color: #1f985e;
    border: none;
    border-radius: none;
    color: white;
    padding: 10px;
}

.form-control {
    border-radius: 0px;
    height: 38px;
}

.dropdown-menu .divider { background-color: #c3c3c3; }






/* END MENU A */








/* storyboard */


.bs-slider {
    background: #000000;
    max-height: 100vh;
    overflow: hidden;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(/App_Themes/ThemeEn/Images/pattern.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    height: 100vh;
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade { opacity: 1; }

.fade .item {
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    -webkit-transition: opacity ease-in-out 1s;
    display: block !important;
    opacity: 0;
    position: absolute;
    right: 0 !important;
    top: 0;
    transition: opacity ease-in-out 1s;
    width: 100%;
    z-index: 1;
}

.fade .item:first-child {
    position: relative;
    top: auto;
}

.fade .item.active {
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    -webkit-transition: opacity ease-in-out 1s;
    opacity: 1;
    transition: opacity ease-in-out 1s;
    z-index: 2;
}






/*---------- right/left ROUND CONTROL ----------*/

.control-round .carousel-control {
    -webkit-border-radius: 100px;
    background: transparent;
    border-radius: 100px;
    /*z-index: 100;*/
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 70px;
    font-weight: normal;
    height: 100px;
    line-height: 43px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-shadow: none;
    top: 47%;
    width: 100px;
}

.control-round:hover .carousel-control { opacity: 1; }

.control-round .carousel-control.right { right: 2%; }

.control-round .carousel-control.left { left: 2%; }

.control-round .carousel-control.right:hover,
.control-round .carousel-control.left:hover {
    border: 0px transparent;
    color: #fdfdfd;
}

.control-round .carousel-control.right > span:nth-child(1) { right: 45%; }

.control-round .carousel-control.left > span:nth-child(1) { left: 45%; }





/*---------- INDICATORS CONTROL ----------*/

.indicators-line > .carousel-indicators {
    bottom: 3%;
    font-size: 0;
    height: 20px;
    left: 45%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    right: auto;
    text-align: left;
    white-space: nowrap;
    width: 90%;
}

.indicators-line > .carousel-indicators li {
    -webkit-border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    background: rgb(158, 158, 158);
    border: 1px solid rgb(158, 158, 158);
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    letter-spacing: 1px;
    margin-left: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: right;
    text-indent: 0;
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    width: 15px;
    z-index: 10;
}

.indicators-line > .carousel-indicators li:last-child { margin-left: 0; }

.indicators-line > .carousel-indicators .active {
    -moz-transition: box-shadow 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff;
    margin: 1px 5px 1px 1px;
    position: relative;
    transition: box-shadow 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line > .carousel-indicators .active:before {
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 15px;
    position: absolute;
    right: -1px;
    top: -1px;
    transform: scale(0.5);
    transition: background-color 0.3s ease;
    width: 15px;
}



/*---------- SLIDE CAPTION ----------*/

.slide_style_right { text-align: right !important; }

.slide_style_left { text-align: left !important; }

.slide_style_center { text-align: center !important; }

.slide-text {
    left: 0;
    margin: auto;
    padding: 10px;
    padding: 10px 85px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 150px;
}

.slide-text > h1 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    color: #ffffff;
    display: inline-block;
    font-family: 'GEDinarOne-Medium';
    font-size: 70px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 84px;
    margin-bottom: 30px;
    padding: 0;
    text-shadow: 0 0 3px #000;
}


.slide-text > h1 > span {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    color: #ffffff;
    display: inline-block;
    font-family: 'GEDinarOne-Medium';
    font-size: 55px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 84px;
    margin-bottom: 30px;
    padding: 0;
    text-shadow: 0 0 3px #000;
}






.slide-text > p {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    color: #ffffff;
    font-family: 'GEDinarOne-Medium';
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 40px;
    padding: 0;
}

.slide-text > a.btn-default {
    -webkit-animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    animation-delay: 2s;
    border: none;
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 15px;
    margin-left: 10px;
    padding: 17px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    white-space: nowrap;
}

.slide-text > a.btn-primary {
    -webkit-animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    animation-delay: 2s;
    background: #001156;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 15px;
    margin-right: 10px;
    padding: 17px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    white-space: nowrap;
}

.slide-text > a:hover,
.slide-text > a:active {
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    background: #1f985e;
    color: #ffffff;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/

/* RESPONSIVE
/*------------------------------------------------------*/



/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .slide-text { padding: 10px 50px; }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .control-round .carousel-control { display: none; }
}





.story_1 {
    background-image: url(/App_Themes/ThemeEn/Images/story1.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}



.story_2 {
    background-image: url(/App_Themes/ThemeEn/Images/story2.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}


.story_3 {
    background-image: url(/App_Themes/ThemeEn/Images/story3.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}




/* end storyboard */



/*news ticker */

.newsTickerSection .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.News a { text-decoration: none; }


.newsTickerSection {
    background-color: rgba(0, 88, 38, .8);
    position: relative;
    top: -46px;
}

.newsTickerSection a:hover { text-decoration: none; }





.modern-ticker {
    color: #fff;
    font-size: 16px;
    height: 41px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
}

.modern-ticker a { text-decoration: none; }

.modern-ticker ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mt-round { }

.mt-body {
    margin: 2px;
    position: relative;
}

.mt-label {
    left: 0;
    margin-left: 2px;
    padding: 0 8px 0 12px;
    position: absolute;
    text-align: center;
    width: 140px;
}

.mt-round .mt-label { }

.mt-news {
    overflow: hidden;
    position: absolute;
    width: auto !important;
}

.mt-scroll .mt-news { background-color: transparent; }

.mt-news ul {
    background-position: -1000px;
    background-repeat: no-repeat;
}

.mt-news li { float: left; }

.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a { }

.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a { }

.mt-news a {
    background-position: 7px center;
    background-repeat: no-repeat;
    display: block;
    font-size: 15px;
    margin-left: 2px;
    padding: 0 10px 0 20px;
    white-space: nowrap;
}

.mt-scroll.mt-round .mt-news a { border-radius: 0; }

.mt-hide { display: none; }

.mt-controls {
    height: 41px;
    left: 0px;
    margin-right: 2px;
    position: absolute;
}

.mt-next, .mt-play, .mt-prev {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 18px;
    width: 30px;
}



.mt-news a {
    background: none;
    background-image: url(/App_Themes/ThemeEn/Images/IconTicker.png);
    background-position: center left;
    background-repeat: no-repeat;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    padding-left: 40px;
}




.mt-prev { background-image: url(/App_Themes/ThemeEn/Images/IconBack.png); }

.mt-next { background-image: url(/App_Themes/ThemeEn/Images/IconNext.png); }














/* end news ticker */

.about {
    background-attachment: fixed;
    background-image: url(/App_Themes/ThemeEn/Images/aboutbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -53px;
    min-height: 650px;
    padding-top: 40px;
}

.more {
    bottom: 15px;
    left: 15px;
    position: absolute;
    right: 15px;
    text-align: left;
    width: 95%;
}


.more a { color: white; }

.more a:hover { text-decoration: none; }

.about.grid figure h2 {
    font-family: 'GEDinarOne-Medium';
    font-size: 30px;
}

.about .grid figure img { opacity: 0.7; }

.about .grid figure p {
    font-family: 'GEDinarOne-Light';
    font-size: 18px;
}

.about .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.about h1 {
    border-left: 1px solid #000000;
    color: #001156;
    float: right;
    font-family: 'GEDinarOne-Medium';
    font-size: 40px;
    margin: 0px;
    padding-left: 12px;
}

.slogan2 {
    color: black;
    font-family: 'GEDinarOne-Medium';
    font-size: 30px;
    padding-right: 12px;
    position: relative;
    right: 12px;
    top: 32px;
}

.slogan {
    color: black;
    font-family: 'GEDinarOne-Light';
    font-size: 30px;
    padding-right: 12px;
    position: relative;
    right: 13px;
    top: 6px;
}

.pref {
    color: black;
    font-family: 'GEDinarOne-Light';
    font-size: 18px;
}






/* invetment */


.carousel-control {
    left: 80px;
    right: unset;
    top: 10px;
}

.Investment .carousel-inner img { max-height: 470px; }

.carousel-control { width: 0; }

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    background-repeat: no-repeat;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
}



.carousel-control.left span {
    left: 30px;
    top: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    display: inline-block;
    position: absolute;
    top: 45%;
    z-index: 5;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev { right: 0; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next { left: 0; }


.carousel-control.right span:hover,
.carousel-control.left span:hover {
    filter: alpha(opacity=70);
    opacity: .7;
}

/* Carousel Header Styles */

.header-text {
    color: #fff;
    left: auto;
    position: absolute;
    right: 1.8%;
    top: 5%;
    width: 96.66666666666666%;
}

.header-text h2 { font-size: 40px; }

.header-text h2 span { padding: 10px; }

.header-text h3 span { padding: 15px; }

.btn-min-block {
    line-height: 26px;
    min-width: 170px;
}

.btn-theme {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-left: 15px;
}

.btn-theme:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.Investment { padding-top: 23px; }


.item_I1 {
    background-image: url(/App_Themes/ThemeEn/Images/1111.png);
    background-size: cover;
    max-height: 474px;
    ;
    min-height: 474px;
}

.item_I2 {
    background-image: url(/App_Themes/ThemeEn/Images/1111.png);
    background-size: cover;
    max-height: 474px;
    min-height: 474px;
}

.item_I3 {
    background-image: url(/App_Themes/ThemeEn/Images/1111.png);
    background-size: cover;
    max-height: 474px;
    min-height: 474px;
}


.InvestmentShadow {
    background-color: rgba(0, 44, 89, 0.7);
    max-height: 474px;
    min-height: 474px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.boldTitle {
    font-family: 'GEDinarOne-Light';
    margin: 0px;
    margin-top: 10px;
}

.LightTitle {
    font-family: 'GEDinarOne-Light';
    margin: 0px;
    margin-top: 10px;
}


.Investment h4 {
    font-family: 'GEDinarOne-Light';
    font-size: 18px;
}

.section1 {
    max-height: 220px;
    min-height: 220px;
}


.grid figure {
    background: black;
    max-height: 220px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.grid figure img { max-width: none; }




/* end  invetment */

.community {
    background-attachment: fixed;
    background-image: url(/App_Themes/ThemeEn/Images/aboutbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.community .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}


.community .carousel-control { left: 120px; }

.community h1 {
    color: #001156;
    font-family: 'GEDinarOne-Medium';
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 12px;
}


.community h3 {
    color: black;
    font-family: 'GEDinarOne-Light';
    font-size: 30px;
    margin-top: 7px;
}


.community h4 {
    color: white;
    font-family: 'GEDinarOne-Medium';
    font-size: 28px;
}

.community h5 {
    color: White;
    font-family: 'GEDinarOne-Light';
    font-size: 18px;
    padding-bottom: 10px;
    width: 95%;
}



/* LOCAL COMMUNITY slider */


#carousel-example-generic-2 .carousel-indicators .active { background-color: white; }


/* ------------------- Carousel Styling ------------------- */

#carousel-example-generic-2 .carousel-caption {
    background-color: rgba(0, 44, 89, .7);
    bottom: 0;
    color: #fff;
    left: 0;
    min-height: 169px;
    padding: 0 25px 10px 0px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 10;
}


#carousel-example-generic-2 .carousel-indicators {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 25px 2px 27px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 15;
}

.carousel-control.right,
.carousel-control.left { background-image: none; }


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white { padding: 10px 0; }

.section-white {
    background-color: #fff;
    color: #555;
}

@media screen and (min-width: 768px) {
    .section-white { padding: 1.5em 0; }
}

@media screen and (min-width: 992px) {
    .container { /*max-width: 930px;*/ }
}


.community_1 {
    background-image: url(/App_Themes/ThemeEn/Images/edu.png);
    background-size: cover;
    max-height: 474px;
    ;
    min-height: 474px;
}

.community_2 {
    background-image: url(/App_Themes/ThemeEn/Images/edu.png);
    background-size: cover;
    max-height: 474px;
    ;
    min-height: 474px;
}

.community_3 {
    background-image: url(/App_Themes/ThemeEn/Images/edu.png);
    background-size: cover;
    max-height: 474px;
    ;
    min-height: 474px;
}


/* LOCAL COMMUNITY  end slider */







/* environment */

#carousel-example-generic-3 .carousel-indicators .active { background-color: white; }

.environment h1 {
    color: #001156;
    color: #085b28;
    font-family: 'GEDinarOne-Medium';
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 12px;
}


.environment h3 {
    color: black;
    font-family: 'GEDinarOne-Light';
    font-size: 30px;
    margin-top: 7px;
}


.environment h4 {
    color: white;
    font-family: 'GEDinarOne-Medium';
    font-size: 28px;
}

.environment h5 {
    color: White;
    font-family: 'GEDinarOne-Light';
    font-size: 18px;
    width: 95%;
}




#carousel-example-generic-3 .carousel-caption {
    background-color: rgba(0, 88, 38, .8);
    bottom: 0;
    color: #fff;
    left: 0;
    min-height: 169px;
    padding: 0 25px 10px 0px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 10;
}


#carousel-example-generic-3 .carousel-indicators {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 25px 2px 27px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 15;
}


.environment_1 {
    background-image: url(/App_Themes/ThemeEn/Images/env.png);
    background-size: cover;
    max-height: 474px;
    ;
    min-height: 474px;
}

.environment_2 {
    background-image: url(/App_Themes/ThemeEn/Images/env.png);
    background-size: cover;
    max-height: 474px;
    ;
    min-height: 474px;
}

.environment_3 {
    background-image: url(/App_Themes/ThemeEn/Images/env.png);
    background-size: cover;
    max-height: 474px;
    ;
    min-height: 474px;
}

/* end environment style */


.VisitAqaba {
    background-image: url(/App_Themes/ThemeEn/Images/aqabaBG.JPG);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}

.VisitAqaba a:hover { text-decoration: none; }


.VisitAqaba .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}



.aqabaContant h1 {
    color: #001156;
    font-family: 'GEDinarOne-Medium';
    font-size: 40px;
    margin: 0px;
    padding-left: 12px;
    text-align: center;
}

.aqabaContant {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 50px;
    padding: 20px;
}

.aqabaContant h3 {
    color: black;
    font-family: 'GEDinarOne-Medium';
    font-size: 30px;
    margin-top: 7px;
}


.News {
    background-image: url(/App_Themes/ThemeEn/Images/Newsbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}





.News .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.News h1 {
    border-left: 1px solid #000000;
    color: #001156;
    float: right;
    font-family: 'GEDinarOne-Medium';
    font-size: 40px;
    padding-left: 12px;
}


.newsImg {
    background-image: url(/App_Themes/ThemeEn/Images/newsimg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 250px;
    min-height: 250px;
}


.latestNews h3 {
    color: white;
    font-family: 'GEDinarOne-Medium';
    font-size: 28px;
    margin: 0;
}

.latestNewsDesc {
    background-color: #124f2c;
    background-image: url(/App_Themes/ThemeEn/Images/innerpatternAR.png);
    background-position: left top;
    background-repeat: no-repeat;
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
    padding: 20px;
}


.latestNews h5 {
    color: white;
    font-family: 'GEDinarOne-Light';
    font-size: 16px;
}


.latestNews h4 {
    color: white;
    font-family: 'GEDinarOne-Light';
    font-size: 18px;
}

.latestNews {
    margin-bottom: 15px;
    margin-top: 23px;
}



.Newsbg {
    background-image: url(/App_Themes/ThemeEn/Images/newsimg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 207px;
    min-height: 207px;
}

.NewsbgShadow {
    background-image: -moz-linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%);
    background-image: -webkit-linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%);
    background-image: -ms-linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%);
    background-image: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%);
    background-position: left bottom;
    background-repeat: no-repeat;
    max-height: 207px;
    min-height: 207px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


.News .grid figure h2 span {
    float: right;
    font-family: 'GEDinarOne-Medium';
    font-size: 16px;
    word-spacing: normal;
}




figure.effect-goliath p { text-align: right; }


.partner {
    border-top: 2px solid #e6e6e6;
    direction: ltr;
    margin-top: 30px;
    max-height: 120px;
    min-height: 120px;
}




@media screen and (max-width: 1100px) {
    .navbar-default {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .community .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }



    .menuA .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .newsTickerSection .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .News .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }


    .VisitAqaba .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }


    .footerShadow .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.owl-next {
    background: url('/App_Themes/ThemeEn/Images/left.png') no-repeat !important;
    height: 39px;
    left: 0px;
    position: absolute;
    top: 50px !important;
    width: 39px;
}

.owl-prev {
    background: url('/App_Themes/ThemeEn/Images/right.png') no-repeat !important;
    height: 39px;
    position: absolute;
    right: 0% !important;
    top: 50px !important;
    width: 39px;
}

.Homefooter {
    background-color: #0e2746;
    /*background-image: url(/App_Themes/ThemeEn/Images/footerbg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    /*min-height: 350px;*/
    border-top: 3px solid #085b28;
}

.footerShadow {
    /*min-height: 350px;*/
    /*background-color: rgba(0,44,89,.6);*/
    background-image: url(/App_Themes/ThemeEn/Images/footerpattern.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.footerShadow .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.contactItems {
    padding: 0;
    padding-right: 3px;
    padding-top: 20px;
}

.contactItems li {
    /*border-right: 3px solid #1f985e;*/
    display: block;
    /*padding-right: 5px;*/
    padding-right: 15px;
}

.lblNationalCallCenterBrief { padding-right: 15px; }

.footerShadow h4 {
    color: white;
    font-family: 'GEDinarOne-Medium';
    font-size: 14px;
    padding-top: 20px;
}

.footerShadow h5 {
    color: white;
    font-family: 'GEDinarOne-Light';
}

.footerShadow a:hover { text-decoration: none; }


.socialIcons img { padding: 5px; }

.Powered { float: left; }

.Powered a { color: white; }

.copyleft { float: right; }

.NewsTitle { /*font-family: 'GEDinarOne-Medium';*/ }



.NewsTitle h2 {
    border-left: 1px solid white;
    color: white;
    font-size: 20px;
    margin: 10px 0px 0px 0px;
    padding-left: 10px;
    text-align: right;
}

.newsTicker span {
    color: white;
    /*font-family: 'GEDinarOne-Medium';*/
    font-size: 17px;
}


.newsTicker { margin: 10px; }



/* searchbox */


#wrap {
    display: inline-block;
    height: 32px;
    margin: 0 0 auto;
    padding: 15px;
    position: relative;
    z-index: 999;
}

#search {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: 'GEDinarOne-Medium';
    font-size: 17px;
    font-weight: bold;
    height: 32px;
    left: 0;
    outline: none;
    padding: 3px;
    padding-left: 60px;
    position: absolute;
    top: 0;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    width: 0px;
    z-index: 3;
}

#search:focus:hover { border-bottom: 1px solid #BBB; }

#search:focus {
    background-color: rgba(0, 0, 0, .8);
    border-bottom: 1px solid white;
    cursor: text;
    width: 300px;
    z-index: 1;
}

#search_submit {
    background: url(/App_Themes/ThemeEn/Images/search1.png) center center no-repeat;
    border: none;
    cursor: pointer;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 32px;
    left: 0;
    position: absolute;
    text-indent: -10000px;
    top: 0;
    transition: opacity .8s ease;
    width: 32px;
    z-index: 2;
}

#search_submit:hover { opacity: 1; }

/*end search box*/




figure.effect-goliath h2 {
    color: white;
    font-family: 'GEDinarOne-Medium';
    font-size: 24px;
}



.partner .owl-carousel .owl-item img {
    -moz-filter: grayscale(100%);
    -moz-transform: perspective(1px) translateZ(0);
    -moz-transition: all 0.4s;
    -ms-transform: perspective(1px) translateZ(0);
    -ms-transition: all 0.4s;
    -o-transform: perspective(1px) translateZ(0);
    -o-transition: all 0.4s;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition: all 0.4s;
    filter: grayscale(100%);
    padding-left: 15%;
    transform: perspective(1px) translateZ(0);
    transition: all 0.4s;
    webkit-filter: grayscale(100%);
}


.partner .owl-carousel .owl-item img:hover {
    -moz-filter: none;
    filter: none;
    transform: scale(1.1);
    webkit-filter: none;
}






@media screen and (max-width: 768px) {
    .navbar-nav { float: right; }


    .nav > li > a { padding: 10px 13px; }


    .navbar-default {
        background-color: transparent;
        border-color: transparent;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-nav { margin-top: 33px; }

    .about h1 {
        border: none;
        float: none;
        font-size: 30px;
        text-align: center;
    }

    .slogan {
        font-size: 22px;
        right: 0px;
        text-align: center;
        top: 0px;
    }

    .pref { text-align: center; }

    .header-text h2 { font-size: 25px; }

    .section1 { margin-bottom: 10px; }

    .about .grid figure { margin: 0px auto; }

    .community h1 {
        font-size: 30px;
        text-align: center;
    }

    .community h3 {
        font-size: 22px;
        text-align: center;
    }

    .community h4 { font-size: 25px; }

    .aqabaContant h1 {
        font-size: 30px;
        text-align: center;
    }

    .aqabaContant h3 {
        font-size: 22px;
        text-align: center;
    }

    .News h1 {
        border: none;
        float: none;
        font-size: 30px;
        text-align: center;
    }

    .latestNews h3 { font-size: 25px; }

    .News .grid {
        margin: 0;
        padding: 0;
    }

    .aqabaContant { margin-bottom: 15px; }

    .carousel-control { left: 50px; }

    .Powered {
        float: none;
        text-align: center;
    }

    .copyleft {
        float: none;
        text-align: center;
    }

    .grid figure h2 { font-size: 24px; }
}














/* InnerPage Style */




.InnerHeader {
    background-attachment: fixed;
    background-image: url(/App_Themes/ThemeEn/Images/Innerheader.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 480px;
}


.innerHeaderPattern {
    background-color: rgba(0, 0, 0, 0.25);
    background-image: url(/App_Themes/ThemeEn/Images/innerpatternAR.png);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 480px;
}

.InnerHeader h1 {
    color: white;
    font-family: 'GEDinarOne-Medium';
    font-size: 40px;
    margin-top: 19%;
}





.InnerHeader .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}


.breadcrumb_Social {
    background-color: rgba(0, 0, 0, .4);
    height: 40px;
    position: relative;
    top: -65px;
}

.breadcrumb_Social .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}


.breadcrumb { background-color: transparent; }


.breadcrumb a {
    color: white;
    font-family: 'GEDinarOne-Light';
    font-size: 17px;
}


.breadcrumb a:hover { text-decoration: none; }

.breadcrumb > .active {
    color: white;
    font-family: 'GEDinarOne-Medium';
    font-size: 17px;
}

.socialItems li { display: inline-block; }

.socialItems {
    padding-top: 3px;
    text-align: center;
}


.contant .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}


.contant h1 {
    border-bottom: 1px solid #eee;
    color: #001156;
    font-family: 'GEDinarOne-Medium';
    font-size: 40px;
    margin-top: 0px;
}

.contant {
    background-attachment: fixed;
    background-image: url(/App_Themes/ThemeEn/Images/innerbg.png);
    background-repeat: repeat-y;
    background-size: cover;
    min-height: 350px;
}

.contant p {
    color: black;
    font-family: 'GEDinarOne-Light';
    font-size: 18px;
}

.section2 {
    background-color: #f0f0f0;
    margin-top: 30px;
    min-height: 300px;
    padding: 20px;
}

.section2 h1 {
    color: #124f2c;
    margin: 0;
}


.section3 h3 {
    color: #124f2c;
    font-family: 'GEDinarOne-Medium';
    font-size: 30px;
}





.section3 {
    background-color: #f0f0f0;
    margin-bottom: 20px;
    margin-top: 30px;
    min-height: 220px;
    overflow: hidden;
}

.SectionPref { padding: 20px; }


.SectionImg {
    background-image: url(/App_Themes/ThemeEn/Images/2222.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
}

.SectionImg2 {
    background-image: url(/App_Themes/ThemeEn/Images/2222b.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
}


.SeeAlso { margin-bottom: 30px; }

.SeeAlso h1 {
    color: #001156;
    font-family: 'GEDinarOne-Medium';
    font-size: 40px;
    padding-right: 50px;
}


.seeAlso1 .grid figure { max-height: 330px; }

.seeAlso2 .grid figure { max-height: 330px; }

.seeAlso3 .grid figure { max-height: 330px; }


.seeAlso1 figure.effect-chico p { max-width: 100%; }

.seeAlso2 figure.effect-chico p { max-width: 100%; }

.seeAlso3 figure.effect-chico p { max-width: 100%; }

.seeAlso1 .grid figure { background: #000000; }

.seeAlso2 .grid figure { background: #0e3e22; }


.seeAlso3 .grid figure { background: #000; }




.seeAlso1 .grid figure img { opacity: 0.4; }



.seeAlso2 .grid figure img { opacity: 0.2; }


.seeAlso3 .grid figure img { opacity: 0.4; }



.SeeAlso .grid figure h2 {
    color: white;
    font-family: 'GEDinarOne-Medium';
    font-size: 30px;
    word-spacing: normal;
}





.SeeAlso .grid figure p {
    color: white;
    font-family: 'GEDinarOne-Medium';
    font-size: 18px;
}







.section2 a:hover { text-decoration: none; }









@media screen and (max-width: 1100px) {
    .InnerHeader .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }


    .breadcrumb_Social .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contant .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }


    .SeeAlso h1 { padding-right: 15px; }



    .InnerHeader h1 { margin-top: 24%; }
}



.no-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}




@media screen and (max-width: 768px) {
    .SeeAlso h1 {
        font-size: 30px;
        text-align: center;
    }

    .contant h1 {
        font-size: 30px;
        text-align: center;
    }

    .InnerHeader h1 { margin-top: 50%; }

    .InnerHeader h1 { font-size: 30px; }
}


@media screen and (max-width: 400px) {
    .InnerHeader h1 { margin-top: 80%; }
}

/* end innerpage style */

.lnkMenuB:before {
    content: url('/App_Themes/ThemeEn/Images/dot.png');
    padding-left: 10px;
}


.imgFile {
    float: left;
    padding-left: 20px;
}


.lblName {
    border-right: 3px solid #001156;
    color: #777575;
    font-family: 'GEDinarOne-Medium';
    font-size: 16px;
}

.ddlCategory {
    font-family: 'GEDinarOne-Medium';
    font-size: 16px;
    padding: 0px 10px 0px 0px;
}

.at-icon-wrapper { background-color: transparent !important; }

@media screen and (min-width: 768px) {
    .contant { margin-top: -40px; }
}

@media screen and (min-width: 768px) {
    .newContainer {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

/*.divInvestment {
padding-right: 0px;
padding-left: 5px;
}*/

.nextInvestment { padding-left: 39px; }

/*figure.effect-lily:hover .boldTitle {
    -webkit-transform: translate3d(200px,0,0);
transform: translate3d(200px,0px,0px);
}

figure.effect-lily:hover .LightTitle {
    -webkit-transform: translate3d(150px,0,0);
transform: translate3d(150px,0px,0px);
}*/

figure.effect-lily:hover .pInvestments {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0px, 0px);
}


.imgCommunity { padding-right: 39px; }

.lblCategoryTitle {
    color: white;
    font-family: 'GEDinarOne-Medium';
    font-size: 16px;
    padding-top: 20px;
}

.lnkMainMenuSub {
    color: #0053a0 !important;
    font-family: 'GEDinarOne-Medium' !important;
    font-size: 20px !important;
    /*padding: 8px 0px !important;*/
}

.ViewAllNews { float: left !important; }

.navbar-nav > li { /*padding-right: 10px;*/ }

.lblLanguageWord {
    background-color: #2bb67373;
    padding: 7px;
}

   

.lblLanguageWord:hover { color: white; }

.kb_control_left, .kb_control_right { top: 50% !important; }

.divSection2Brief { padding-top: 5px; }


.SearchArea {
    background: url(/App_Themes/ThemeEN/Images/BgSlide2.png) repeat;
    display: none;
    height: 100%;
    height: 128px;
    max-height: 200px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}


.SearchBox {
    height: 33px !important;
    /* float: right !important; */
    margin-right: 60px;
    margin-top: 50px !important;
    width: 85% !important;
}

.imgSearch {

    border-width: 0px;
    cursor: pointer;
    padding-right: 10px;
    position: relative;
    top: 5px;
}

.IconRemoveInSearch {
    cursor: pointer;
    position: relative;
    right: 30px !important;
}

.Searchbb { cursor: pointer; }

.breadcrumb li:first-child:before {
    content: url('/App_Themes/ThemeEN/Images/home(2).png');
    padding-left: 5px;
}


.flyMenu {
    left: -5px;
    position: fixed;
    top: 218px;
    z-index: 9999;
}

.menuItems li {
    display: block;
    padding-bottom: 3px;
}



.tooltip { width: 100px }

.divFlyMenu {
    height: 40px;
    width: 40px;
}

.hvr-backward.active .divFlyMenu { /*border-right: 5px solid #2bb673;*/ }

.hvr-backward.active { border-right: 5px solid #ffffff; }

.hvr-backward:hover { border-right: 5px solid #ffffff; }

h4 { text-align: right; }



h5 { text-align: right; }

.lnkSection1Slider:hover span {
    padding-left: 15px;
    transition: 0.5s !important;    
}



@media screen and (max-width: 768px) {
    .navbar-nav {
        /*margin-right: -75px;*/
        background-color: #e7e7e7;
    }

    .about { margin-top: 0px; }

    .imgStoryBoard { min-height: 650px; }

    .divStoryBoard { min-height: 650px; }

    .flyMenu { display: none; }

    .cd-top.cd-fade-out { display: none; }

    .cd-top.cd-is-visible { display: none }

    .slide-text > h1 > span { font-size: 35px; }

    .slogan2 {
        float: left;
        top: 0px;
    }

    .divFooterBanner { float: right !important; }
}


.community h6 {
    float: left;
    font-size: 14px;
    padding-left: 15px;
}

.community h6 a { color: white; }

.environment h6 {
    float: left;
    font-size: 14px;
    padding-left: 15px;
}

.environment h6 a { color: white; }

.lnkViewAllNews {
    float: right;
    font-size: 18px;
    padding-left: 16px;
    padding-top: 10px;
}

.addthis_inline_share_toolbox {
    clear: none !important;
    float: right;
}

.lblShare {
    color: white;
    float: right;
    font-family: 'GEDinarOne-Medium';
    font-size: 17px;
    padding-top: 10px;
}


.lnkMenuB:first-child:before { content: none !important; }

.NewsTitle {
    color: #0053a0;
    font-family: 'GEDinarOne-Medium';
    font-size: 18px;
    text-align: right;
}

.liMenuNews { text-align: right; }

.fixed {
    position: fixed !important;
    top: 10px !important;
    width: 20%;
}

.NavMenuInner {
    line-height: 25px;
    list-style: none;
    /*background-color: #80808080;*/
    padding: 0px;
}



.NavMenuInner a {
    color: black;
    font-size: 18px;
    text-decoration: none;
}

.NavMenuInner li {
    border-bottom: 1px solid #c1c1c1;
    /*background-color: #010c2e;*/
    margin-top: 8px;
    padding: 7px;
}

@media screen and (max-width: 768px) {
    .mobile { display: none; }

    .fixed {
        position: relative !important;
        /*top: 0px !important;*/
    }

    .ResponsiveImage { width: 100% !important; }
}



.cd-top {
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    background: url(/App_Themes/ThemeEn/Images/up-arrow.png) no-repeat center 50%;
    bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: inline-block;
    height: 32px;
    opacity: 0;
    /* image replacement properties */
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-indent: 100%;
    transition: opacity .3s 0s, visibility 0s .3s;
    visibility: hidden;
    white-space: nowrap;
    width: 32px;
    z-index: 999;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    opacity: 1;
    /* the button becomes visible */
    visibility: visible;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        bottom: 20px;
        right: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        bottom: 30px;
        height: 32px;
        right: 5px;
        width: 32px;
    }
}

.menuItems { padding: 0px; }

.image-black-white:hover {
    -webkit-backface-visibility: hidden;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
    filter: gray;
}


#myCarousel .nav div > li {
    border-bottom: 2px solid #75dbb5;
    padding: 5px;
    width: 73%;
}

#myCarousel .nav div > li.active { background-color: #75dbb5 !important; }

#myCarousel .nav div > li a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

#myCarousel .nav div > li.active a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

#myCarousel .carousel-caption {
    float: right !important;
    right: 4%;
    top: 0% !important;
    width: 100% !important;
}


.divAddThis { float: left; }


.aqabaContant > a.btn-primary {
    -webkit-animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    animation-delay: 2s;
    background: #001156;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 15px;
    margin-right: 10px;
    padding: 17px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    white-space: nowrap;
}

.aqabaContant > a:hover,
.aqabaContant > a:active {
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    background: #1f985e;
    color: #ffffff;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.aqabaContant { text-align: center; }

.contactItems p {
    color: #ffffff;
    font-size: 18px;
    /*direction:ltr !important;*/
}

.contactItems span {
    color: #ffffff;
    font-size: 16px;
    /*direction:ltr !important;*/
}

.FooterImg li {
    display: block;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.divFooterBanner {
    float: left;
    padding-top: 48px;
}

.h1Footer {
    color: #ffffff;
    font-size: 20px;
}

/*a,span {
    unicode-bidi: plaintext;
}*/

marquee { display: -webkit-box !important; }

.effect-lily:hover figcaption {
    background-color: black;
    opacity: .7;
    transition: .5s;
}

/*.effect-chico:hover figcaption {
    background-color: black;
    opacity: .7;
    transition:.5s;
}*/

.divVisits {
    float: right;
    margin: 10px -13px 0px 0px;
}

.divLastUpdate {
    float: left;
    margin: 10px 0px 0px 0px;
}

.footerShadow hr {
    border-top: 1px solid #888585;
    color: #e6e6e6;
    margin-bottom: 7px !important;
    margin-top: 0px !important;
    opacity: .5;
}

.contactItems span { line-height: 26px; }

.FooterImg img { width: 100%; }

.ulMemberArea li span { font-size: 18px; }

.ulMemberArea {
    float: left;
    height: 0px;
    list-style: none;
    padding-top: 24px;
}

.booked-weather-160x36-city {
    display: none !important;
    opacity: 0 !important;
}

#m-booked-small-t3-97149 {
    float: left !important;
    /*margin-left: -50px !important;*/
    width: 100px;
}

.booked-weather-160x36 w160x36-01 {
    float: left !important;
    margin-left: -50px !important;
    /*z-index:-1 !important;*/
}

.booked-weather-160x36-degree {
    color: #ffffff !important;
    font-size: 14px !important;
    padding-top: 2px !important;
}

.lnkSocialIconsFooter { padding: 10px; }

.booked-weather-160x36 { z-index: -1 !important; }

@media screen and (max-width: 1290px) {
    .nav > li > a { padding: 8px 12px !important; }

    
}


.index-menub {
    position: relative;
    z-index: 1;
}

.effect-goliath:hover figcaption {
    background-color: black;
    opacity: .5;
    transition: .5s;
}

.kb_elastic > .carousel-inner {
height:100vh;
}

.arrowmenustyle {
    position: relative;
    right: 4%;
}

@media screen and (max-width: 768px) {
    .topnav {
        background-color: #3e7959;
    }
}
    

