@font-face {
    font-family: 'MyriadPro-BoldCond';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MyriadPro-BoldCond.eot');
    src: url('../fonts/MyriadPro-BoldCond.woff2') format('woff2'), url('../fonts/MyriadPro-BoldCond.woff') format('woff'), url('../fonts/MyriadPro-BoldCond.ttf') format('truetype'), url('../fonts/MyriadPro-BoldCond.svg#MyriadPro-BoldCond') format('svg'), url('../fonts/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype');
}


@font-face {
    font-family: 'MyriadPro-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MyriadPro-Light.eot');
    src: url('../fonts/MyriadPro-Light.woff2') format('woff2'), url('../fonts/MyriadPro-Light.woff') format('woff'), url('../fonts/MyriadPro-Light.ttf') format('truetype'), url('../fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg'), url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'MyriadPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg'), url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype');
}


@font-face {
    font-family: 'MyriadPro-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'), url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
}

/* MENUB */

/* Add a black background color to the top navigation */

body { font-family: 'MyriadPro-Regular'; }
.divNews {
    margin-left: -10px;
    /*width: 100%;*/
    min-height: 430px !important;
}

    .divNews img {
        height: 200px;
        width: 100%;
    }

    .divNews .detailsContainer {
        background-color: rgba(255, 255, 255, 0.7);
        border-bottom: #085b28 2px solid;
        max-height: 200px;
        min-height: 200px;
        padding: 20px 10px 20px 10px;
    }

    .divNews .card-title {
        color: #333;
        font-family: 'GEDinarOne-Medium';
        font-size: 20px;
    }

    .divNews .date {
        color: #085b28;
        font-family: 'GEDinarOne-Medium';
        font-size: 16px;
    }

    .divNews .card-text {
        color: #333;
        font-family: 'GEDinarOne-Medium';
        font-size: 16px;
    }

        .divNews .card-text a {
            color: #085b28;
            font-size: 14px;
        }
.topnav {
    background-color: transparent;
    float: right;
    overflow: hidden;
    padding-right: 25px;
}

/* Style the links inside the navigation bar */

.topnav a {
    color: white;
    display: block;
    float: left;
    font-family: 'MyriadPro-Regular';
    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-right: 0px;
    }

    .topnav a {
        display: none;
        padding: 10px 10px;
    }

    .topnav a.icon {
        display: block;
        float: right;
    }

    .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 {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        display: block;
        float: none;
        text-align: left;
    }
}

.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: 'MyriadPro-Bold';
    font-size: 20px;
}

.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; }

    .mega-dropdown-menu > li > ul > li > a {
        clear: both;
        color: black;
        display: block;
        font-family: 'MyriadPro-Regular';
        font-size: 15px !important;
        font-weight: normal;
        line-height: 1.428571429;
        padding: 8px 20px;
        white-space: normal;
    }
.dropdown-header a:hover
{
    color:#fff !important;
}
.dropdown-header .media-body {
    font-family: 'MyriadPro-Regular' !important;
}
    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        background-color: #1f985e;
        color: white !important;
        text-decoration: none;
    }

.mega-dropdown-menu .dropdown-header {
    color: #0053a0;
    font-family: 'MyriadPro-Bold';
    font-size: 18px;
}

.mega-dropdown-menu h4 > small {
    color: black;
    font-family: 'MyriadPro-Regular';
    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-right: 15px;
    margin-top: 20px;
}




.navbar { /*margin-bottom: 33px;*/ }

.navbar-brand { padding: 5px 5px; }

.nav > li > a { padding: 8px 14px; }

.navbar-nav {
    float: right;
    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;
    text-decoration:none;
}

.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(../images/pattern.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100vh;
    left: 0;
    position: absolute;
    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;
    left: 0 !important;
    opacity: 0;
    position: absolute;
    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;
}






/*---------- LEFT/RIGHT 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.left { left: 2%; }

.control-round .carousel-control.right { right: 2%; }

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    border: 0px transparent;
    color: #fdfdfd;
}

.control-round .carousel-control.left > span:nth-child(1) { left: 45%; }

.control-round .carousel-control.right > span:nth-child(1) { right: 45%; }





/*---------- INDICATORS CONTROL ----------*/

.indicators-line > .carousel-indicators {
    bottom: 3%;
    font-size: 0;
    height: 20px;
    left: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    right: 45%;
    text-align: right;
    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-right: 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    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-right: 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;
    left: -1px;
    position: absolute;
    top: -1px;
    transform: scale(0.5);
    transition: background-color 0.3s ease;
    width: 15px;
}



/*---------- SLIDE CAPTION ----------*/

.slide_style_left { text-align: left !important; }

.slide_style_right { text-align: right !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: left;
    top: 150px;
}

.slide-text > h1 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    color: #ffffff;
    display: inline-block;
    font-family: 'MyriadPro-Bold';
    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: 'MyriadPro-Light';
    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: 'MyriadPro-Regular';
    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-right: 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-left: 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(../images/story1.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}*/



.story_2 {
    background-image: url(../images/story2.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}


.story_3 {
    background-image: url(../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 {
    margin-right: 2px;
    padding: 0 8px 0 12px;
    position: absolute;
    right: 0;
    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: right; }

.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-right: 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;
    margin-left: 2px;
    position: absolute;
    right: 0px;
}

.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(../images/IconTicker.png);
    background-position: center right;
    background-repeat: no-repeat;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
    padding-right: 40px;
}




.mt-prev { background-image: url(../images/IconBack.png); }

.mt-next { background-image: url(../images/IconNext.png); }














/* end news ticker */

.about {
    background-attachment: fixed;
    background-image: url(../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: right;
    width: 95%;
}


.more a { color: white; }

.more a:hover { text-decoration: none; }

.about.grid figure h2 {
    font-family: 'MyriadPro-Bold';
    font-size: 30px;
}

.about .grid figure img { opacity: 0.7; }

.about .grid figure p {
    font-family: 'MyriadPro-Light';
    font-size: 18px;
}

.about .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.about h1 {
    border-right: 1px solid #000000;
    color: #001156;
    float: left;
    font-family: 'MyriadPro-BoldCond';
    font-size: 50px;
    margin: 0px;
    padding-right: 12px;
}

.slogan2 {
    color: black;
    font-family: 'MyriadPro-Regular';
    font-size: 30px;
    left: 12px;
    padding-left: 12px;
    position: relative;
    top: 42px;
}

.slogan {
    color: black;
    font-family: 'MyriadPro-Regular';
    font-size: 30px;
    left: 13px;
    padding-left: 12px;
    position: relative;
    top: 6px;
}

.pref {
    color: black;
    font-family: 'MyriadPro-Regular';
    font-size: 18px;
}






/* invetment */


.carousel-control {
    left: unset;
    right: 80px;
    top: 10px;
}

.Investment .carousel-inner img { max-height: 470px; }

.carousel-control { width: 0; }

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
}



.carousel-control.right span {
    right: 30px;
    top: 30px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    display: inline-block;
    position: absolute;
    top: 45%;
    z-index: 5;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev { left: 0; }

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next { right: 0; }


.carousel-control.left span:hover,
.carousel-control.right span:hover {
    filter: alpha(opacity=70);
    opacity: .7;
}

/* Carousel Header Styles */

.header-text {
    color: #fff;
    left: 1.8%;
    position: absolute;
    right: auto;
    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-right: 15px;
}

.btn-theme:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.Investment { padding-top: 23px; }


.item_I1 {
    background-image: url(../images/1111.png);
    background-size: cover;
    max-height: 474px;
    ;
    min-height: 474px;
}

.item_I2 {
    background-image: url(../images/1111.png);
    background-size: cover;
    max-height: 474px;
    min-height: 474px;
}

.item_I3 {
    background-image: url(../images/1111.png);
    background-size: cover;
    max-height: 474px;
    min-height: 474px;
}


.InvestmentShadow {
    background-color: rgba(0, 44, 89, 0.7);
    left: 0;
    max-height: 474px;
    min-height: 474px;
    position: absolute;
    top: 0;
    width: 100%;
}

.boldTitle {
    font-family: 'MyriadPro-Bold';
    margin: 0px;
    margin-top: 10px;
}

.LightTitle {
    font-family: 'MyriadPro-Light';
    margin: 0px;
    margin-top: 10px;
}


.Investment h4 {
    font-family: 'MyriadPro-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(../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 { right: 120px; }

.community h1 {
    color: #001156;
    font-family: 'MyriadPro-BoldCond';
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 15px;
    padding-right: 12px;
}


.community h3 {
    color: black;
    font-family: 'MyriadPro-Regular';
    font-size: 30px;
    margin-top: 7px;
}


.community h4 {
    color: white;
    font-family: 'MyriadPro-Regular';
    font-size: 28px;
}

.community h5 {
    color: White;
    font-family: 'MyriadPro-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 0 10px 25px;
    position: absolute;
    right: 0;
    text-align: left;
    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: left;
    width: 100%;
    z-index: 15;
}

.carousel-control.left,
.carousel-control.right { 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(../images/edu.png);
    background-size: cover;
    min-height: 474px;
    max-height: 474px;
}*/

.community_2 {
    background-image: url(../images/edu.png);
    background-size: cover;
    max-height: 474px;
    ;
    min-height: 474px;
}

.community_3 {
    background-image: url(../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: 'MyriadPro-BoldCond';
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 15px;
    padding-right: 12px;
}


.environment h3 {
    color: black;
    font-family: 'MyriadPro-Regular';
    font-size: 30px;
    margin-top: 7px;
}


.environment h4 {
    color: white;
    font-family: 'MyriadPro-Regular';
    font-size: 28px;
}

.environment h5 {
    color: White;
    font-family: 'MyriadPro-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 0 10px 25px;
    position: absolute;
    right: 0;
    text-align: left;
    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: left;
    width: 100%;
    z-index: 15;
}


/*.environment_1 {
    background-image: url(../images/env.png);
    background-size: cover;
    min-height: 474px;
    max-height: 474px;
}*/

.environment_2 {
    background-image: url(../images/env.png);
    background-size: cover;
    max-height: 474px;
    ;
    min-height: 474px;
}

.environment_3 {
    background-image: url(../images/env.png);
    background-size: cover;
    max-height: 474px;
    ;
    min-height: 474px;
}

/* end environment style */


.VisitAqaba {
    background-image: url(../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: 'MyriadPro-BoldCond';
    font-size: 50px;
    margin: 0px;
    padding-right: 12px;
    text-align: center;
}

.aqabaContant {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 50px;
    padding: 20px;
}

.aqabaContant h3 {
    color: black;
    font-family: 'MyriadPro-Regular';
    font-size: 30px;
    margin-top: 7px;
}


.News {
    background-image: url(../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-right: 1px solid #000000;
    color: #001156;
    float: left;
    font-family: 'MyriadPro-BoldCond';
    font-size: 50px;
    padding-right: 12px;
}


/*.newsImg {
    background-image: url(../images/newsimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 250px;
    max-height: 250px;
}*/


.latestNews h3 {
    color: white;
    font-family: 'MyriadPro-Regular';
    font-size: 28px;
    margin: 0;
}

.latestNewsDesc {
    background-color: #124f2c;
    background-image: url(../images/innerpattern.png);
    background-position: right top;
    background-repeat: no-repeat;
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
    padding: 20px;
}


.latestNews h5 {
    color: white;
    font-family: 'MyriadPro-Regular';
    font-size: 16px;
}


.latestNews h4 {
    color: white;
    font-family: 'MyriadPro-Light';
    font-size: 18px;
}

.latestNews {
    margin-bottom: 15px;
    margin-top: 23px;
}



/*.Newsbg {
    background-image: url(../images/newsimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 207px;
    max-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: right bottom;
    background-repeat: no-repeat;
    left: 0;
    max-height: 207px;
    min-height: 207px;
    position: absolute;
    top: 0;
    width: 100%;
}


.News .grid figure h2 span {
    float: left;
    font-family: 'MyriadPro-Light';
    font-size: 16px;
    word-spacing: normal;
}




figure.effect-goliath p { text-align: left; }


.partner {
    border-top: 2px solid #e6e6e6;
    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('../images/right.png') no-repeat !important;
    height: 39px;
    position: absolute;
    right: 0px;
    top: 50px !important;
    width: 39px;
}

.owl-prev {
    background: url('../images/left.png') no-repeat !important;
    height: 39px;
    left: 0% !important;
    position: absolute;
    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: left bottom;
    background-repeat: no-repeat;
}

.footerShadow .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.contactItems {
    padding: 0;
    padding-left: 3px;
    padding-top: 20px;
}

.contactItems li {
    /*border-left: 3px solid #1f985e;*/
    display: block;
    padding-left: 15px;
}

.lblNationalCallCenterBrief { padding-left: 15px; }

.footerShadow h4 {
    color: white;
    font-family: 'MyriadPro-Bold';
    font-size: 14px;
    padding-top: 20px;
}

.footerShadow h5 {
    color: white;
    font-family: 'MyriadPro-Regular';
}

.footerShadow a:hover { text-decoration: none; }


.socialIcons img { padding: 5px; }

.Powered { float: right; }

.Powered a { color: white; }

.copyright { float: left; }

.NewsTitle { font-family: 'MyriadPro-Bold'; }



.NewsTitle h2 {
    border-right: 1px solid white;
    color: white;
    font-size: 20px;
    margin: 10px 0px 0px 0px;
    padding-right: 10px;
    text-align: left;
}

.newsTicker span {
    color: white;
    font-family: 'MyriadPro-Light';
    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: 'MyriadPro-Light';
    font-size: 17px;
    font-weight: bold;
    height: 32px;
    outline: none;
    padding: 3px;
    padding-right: 60px;
    position: absolute;
    right: 0;
    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(../images/search1.png) center center no-repeat;
    border: none;
    cursor: pointer;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 32px;
    position: absolute;
    right: 0;
    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: 'MyriadPro-Regular';
    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-right: 25%;
    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: left; }


    .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;
        left: 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 { right: 50px; }

    .Powered {
        float: none;
        text-align: center;
    }

    .copyright {
        float: none;
        text-align: center;
    }

    .grid figure h2 { font-size: 24px; }
}














/* InnerPage Style */




.InnerHeader {
    background-attachment: fixed;
    background-image: url(../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(../images/innerpattern.png);
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 480px;
}

.InnerHeader h1 {
    color: white;
    font-family: 'MyriadPro-BoldCond';
    font-size: 50px;
    margin-top: 18%;
}





.InnerHeader .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}







.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: 'MyriadPro-BoldCond';
    font-size: 50px;
    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: 500px;
    margin-top:-40px;
}

.contant p {
    color: black;
    font-family: 'MyriadPro-Regular';
    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: 'MyriadPro-BoldCond';
    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(../images/2222.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
}

.SectionImg2 {
    background-image: url(../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: 'MyriadPro-BoldCond';
    font-size: 50px;
    padding-left: 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%;
    color: #fff;
}

.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: 'MyriadPro-BoldCond';
    font-size: 30px;
    word-spacing: normal;
}





.SeeAlso .grid figure p {
    color: white;
    font-family: 'MyriadPro-Regular';
    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-left: 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-right: 10px;
}

.imgFile {
    float: right;
    padding-right: 20px;
}


.lblName {
    border-left: 3px solid #001156;
    color: #777575;
    font-family: 'MyriadPro-Regular';
    font-size: 16px;
    /*border-bottom: #e1e1e1 2px solid;*/
}

.form-control {
    font-family: 'MyriadPro-Light';
    font-size: 16px;
}

.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-left: 0px;
padding-right: 5px;
}*/

.nextInvestment { padding-right: 39px; }


figure.effect-lily:hover .boldTitle {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0px, 0px);
}

figure.effect-lily:hover .LightTitle {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0px, 0px);
}

figure.effect-lily:hover .pInvestments {
    -webkit-transform: translate3d(130px, 0, 0);
    transform: translate3d(-18px, 0px, 0px);
}

.imgCommunity { padding-left: 39px; }

.StoryBoardTitle {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-family: 'MyriadPro-Bold' !important;
    font-size: 70px !important;
    font-style: normal !important;
    letter-spacing: 1px !important;
    line-height: 84px !important;
    margin-bottom: 30px !important;
    padding: 0 !important;
    text-shadow: 0 0 3px #000 !important;
}

.owl-stage-outer { -webkit-transform: translate3d(30px, 0, 0) !important; }

.lblCategoryTitle {
    color: white;
    font-family: 'MyriadPro-Bold';
    font-size: 16px;
    padding-top: 20px;
}

.lnkMainMenuSub {
    color: #0053a0 !important;
    font-family: 'MyriadPro-Bold' !important;
    font-size: 20px !important;
    /*padding: 8px 0px !important;*/
}

.navbar-nav > li { /*margin-left:10px;*/ }

.lblLanguageWord {
    background-color: #2bb67373;
    padding: 7px;
}

.lblLanguage:hover { color: white; }


.lblLanguageWord:hover { color: white; }


.kb_control_left, .kb_control_right { top: 50% !important; }

.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-left: 60px;
    margin-top: 50px !important;
    width: 85% !important;
}

.imgSearch {

    border-width: 0px;
    cursor: pointer;
    padding-left: 10px;
    position: relative;
    top: 5px;
}

.IconRemoveInSearch {
    cursor: pointer;
    left: 30px !important;
    position: relative;
}

.Searchbb { cursor: pointer; }






.flyMenu {
    position: fixed;
    right: -4px;
    top: 218px;
    z-index: 9999;
}

.menuItems li {
    display: block;
    padding-bottom: 3px;
}

.hvr-forward.active .divFlyMenu { /*border-left: 5px solid #2bb673;*/ }

.hvr-forward.active { border-left: 5px solid #ffffff; }

.hvr-forward:hover { border-left: 5px solid #ffffff; }


.tooltip { width: 100px; }

.divFlyMenu {
    height: 40px;
    width: 40px;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
    position: absolute !important;
    right: 10px !important;
}






.breadcrumb li:first-child:before {
    content: url('/App_Themes/ThemeEN/Images/home(2).png');
    padding-right: 5px;
}

.breadcrumb { background-color: transparent; }


.breadcrumb a {
    color: white;
    font-family: 'MyriadPro-Regular';
    font-size: 17px;
}


.breadcrumb a:hover { text-decoration: none; }

.breadcrumb > .active {
    color: white;
    font-family: 'MyriadPro-Regular';
    font-size: 17px;
}

.breadcrumb_Social {
    background-color: rgba(0, 0, 0, .6);
    height: 40px;
    position: relative;
    top: -70px;
}

.breadcrumb_Social .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.lnkMenuB:first-child:before { content: none !important; }

.lnkSection1Slider:hover span {
    padding-right: 15px;
    transition: 0.5s !important;    
}


@media screen and (max-width: 768px) {
    .navbar-default { 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; }

    .slide-text > h1 > span { font-size: 35px; }

    .cd-top.cd-is-visible { display: none }

    .divFooterBanner {
        float: none;
        float: left !important;
    }
}


.community h6 {
    float: right;
    font-size: 14px;
    padding-right: 15px;
}

.community h6 a { color: white; }

.environment h6 {
    float: right;
    font-size: 14px;
    padding-right: 15px;
}

.environment h6 a { color: white; }

.lnkViewAllNews {
    float: left;
    font-size: 18px;
    padding-right: 16px;
    padding-top: 10px;
}

.addthis_inline_share_toolbox {
    clear: none !important;
    float: right;
}

.lblShare {
    color: white;
    float: left;
    font-family: 'MyriadPro-Regular';
    font-size: 17px;
    padding-top: 7px;
    padding-right: 12px;
}

.NewsTitle {
    color: #0053a0;
    font-family: 'MyriadPro-Regular';
    font-size: 18px;
    text-align: left;
}

.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(../img/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;
    left: 4%;
    top: 5% !important;
    width: 100% !important;
}


.divAddThis { float: right; }

.contactItems p {
    color: #ffffff;
    font-size: 16px;
}


.FooterImg li {
    display: block;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
}


.divFooterBanner {
    float: right;
    padding-top: 48px;
}

.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; }

.h1Footer {
    color: #ffffff;
    font-size: 20px;
}

.footerShadow hr {
    border-top: 1px solid #888585;
    color: #e6e6e6;
    margin-bottom: 7px !important;
    margin-top: 0px !important;
    opacity: .5;
}

.contactItems span {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}

.FooterImg img { width: 100%; }

.divLastUpdate {
    float: right;
    margin: 10px 0px 0px 0px;
}

.booked-weather-160x36-city {
    display: none !important;
    opacity: 0 !important;
}

#m-booked-small-t3-97149 {
    float: right !important;
    padding-right: 10px;
}

.booked-weather-160x36 w160x36-01 {
    float: right !important;
    margin-right: -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; }

.index-menub {
    position: relative;
    z-index: 1;
}

.effect-lily:hover figcaption {
    background-color: black;
    opacity: .7;
    transition: .5s;
}


.effect-goliath:hover figcaption {
    background-color: black;
    opacity: .5;
    transition: .5s;
}

.kb_elastic > .carousel-inner {
height:100vh;
}

.arrowmenustyle {
    position: relative;
    left: 4%;
}

@media screen and (max-width: 768px) {
    .topnav {
        background-color: #3e7959;
    }
}
.hidden {
    display: none !important;
}
.aqabalink {
    cursor: pointer;
}
.paddingtop {
    padding-top: 27px;
}

.mega-list li:hover {
    background-color: #1f985e;
    color: white !important;
    text-decoration: none;
}
.mega-list li :hover a
{
    color:#fff !important;
}

letest-news {
    padding: 40px 0 60px;
}

.letest-news .card {
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 10px 10px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    max-width: 279px;
    margin: auto;
}

.letest-news .card-body {
    padding: 5px 13px;
}

.NewsCard {
    max-height: 351px;
    min-height: 351px;
}
.card-news .card {
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    min-height: 480px;
    background: #fff;
}

    .card-news  .card:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        transform: translateY(-5px);
    }
.lblShare {
    color: white;
    font-family: 'GEDinarOne-Medium';
    font-size: 17px;
    padding-top: 7px;
    padding-right: 12px;
}
.contanst {
    display: none !important;
}
.text-black {
    color: #101010 !important;
}
.bdr-secandery {
    border-bottom: 1px solid;
    border-color: #0A5B7A !important;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    padding: 20px 20px;
}
.bdr-grey {
    border-bottom: 1px solid #dee2e6 !important;
    background-color: #fff !important;
}
.bg-l-grey {
    background-color: #f9f9f9;
}
label {
    color: #000;
    font-weight: 400;
    /* border-right: 4px solid #0A5B7A; */
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.bdr-blue2 {
    border-bottom: 1px solid #0A5B7A;
}
.documenthide {
    display: none !important;
}
.contanst {
    display: none !important;
}

.bdr-secandery {
    border-bottom: 1px solid;
    border-color: #0A5B7A !important;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    padding: 20px 20px;
}

.bdr-grey {
    border-bottom: 1px solid #dee2e6 !important;
    background-color: #fff !important;
}

.bg-l-grey {
    background-color: #f9f9f9;
}

label {
    color: #000;
    font-weight: 400;
    /* border-right: 4px solid #0A5B7A; */
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.bdr-blue2 {
    border-bottom: 1px solid #0A5B7A;
}

.documenthide {
    display: none !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}



.news-image {
    max-height: 185px;
}

.news-block {
    padding: 10px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mr-md-3, .mx-md-3 {
    margin-left: 1rem !important;
}

.card-footer {
    color: #000;
}

.pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
}

.pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .media.news-block .media-body .card-title label {
        font-size: 16px;
        color: #000;
    }

.font-bold label {
    font-weight: 700 !important;
}

.font-bold label {
    font-weight: bold;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.bg-none {
    background-color: transparent;
}

*, a, a:active, a:focus, span:hover, label:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, button:focus {
    text-decoration: dotted;
}
.environment_1 {
    background-repeat: no-repeat;
    min-height: 474px;
    max-height: 207px;
}
.community_1 {
    background-repeat: no-repeat;
    min-height: 474px;
    max-height: 207px;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.share .d-flex {
    justify-content: flex-end !important;
}
.rotateimg
{
    transform:rotate(180deg) !important;
}

.breadcrumb-item span {
    color: #fff;
}
.globalmenu li {
    list-style-type: none;
}


a {
    cursor: pointer;
}

.imgFile {
    width: 50px;
}

.liDetails {
    padding: 5px 30px 0px 0px;
}



    .liDetails h6 {
        display: none;
    }

.ulDown {
    display: none;
}

.liDetails ul {
    display: block !important;
}

.titleNews {
    color: #000000;
    font-family: 'GEDinarOne-Medium';
    font-size: 18px;
    margin: 0px 0px 0px 5px;
    position: relative;
    /*top: 3px;*/
}

.BriefNews {
    color: #333;
    font-size: 18px;
}

.detailsContainer {
    background-color: #F5F5F5;
    border-bottom: #2BB673 2px solid;
    padding: 20px 10px 20px 10px;
}

.lblName2 {
    color: #403f3f !important;
    font-family: 'GEDinarOne-Medium';
    font-size: 16px;
}

.hdoit {
    color: #808285;
}

    .hdoit:hover {
        color: #80012E;
    }

@media screen and (max-width: 767px) {
    .lifirststyle li {
        width: 92% !important;
    }
}

@media screen and (max-width: 500px) {
    .lifirststyle li {
        width: 92% !important;
    }
}





/*tenders*/

/*.divTenders {
        display: none;
    }

    #loadMoreTenders:hover {
        text-decoration: none;
    }

    #loadMoreTenders {
        text-align: center;
        color: #2BB673;
        transition: all 600ms ease-in-out;
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        width: 10%;
        display: inline;
    }

        #loadMoreTenders:hover {
            background-color: #fff;
            color: #33739E;
        }*/

.ContentPlaceHolder {
    margin-top: 0px !important;
}


.divTenders {
    /*width: 100%;*/
    min-height: 125px !important;
    /*margin-left: -10px;*/
}

.imgNews {
    height: 210px;
    width: 100%;
}

/*.titleNews {
    color: #333;
    font-family: 'GEDinarOne-Medium';
    font-size: 20px;
}*/

.BriefNews {
    color: #333;
    font-family: 'GEDinarOne-Light';
    font-size: 16px;
}

.ReadMore {
    color: #2BB673;
}

.divArchivedTenders .detailsContainer {
    background-color: #F5F5F5;
    border-bottom: #2BB673 2px solid;
    margin-right: -53px;
    padding: 20px 10px 20px 10px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    .CategoryBox {
        height: 90px !important;
        width: 85% !important;
    }
}

@media screen and (min-width: 360px) and (max-width: 767px) {
    .imgNews {
        width: 100% !important;
    }

    .CategoryBox {
        height: 90px !important;
        width: 85% !important;
    }
}

@media screen and (min-width: 768px)and (max-width: 799px) {
    .imgNews {
        width: 50% !important;
    }
}

@media screen and (min-width: 800px)and (max-width: 900px) {
    .imgNews {
        width: 50% !important;
    }
}


.txt-search {
    margin-bottom: 20px;
    width: 100%;
    height: 32px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}

.SearchBoxStyle {
    border: 1px solid #eeecec;
    padding-top: 20px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 30px;
}


.btn-search {
    padding: 5px 0px;
    font-size: .875rem;
    border: none !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    height: 32px !important;
    color: white !important;
    background-color: #001156 !important;
    text-align: center !important;
    width: 100% !important;
    line-height: 1.5;
    border-radius: 0.2rem !important;
}

    .btn-search a {
        font-size: 15px;
        color: #fff;
    }

.form-group {
    margin-top: 40px;
}
.breadcrumb-item
{
    color:#fff !important;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.form-select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555;
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 12px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    font-weight: bold;
}
.dropdown-header a 
{
    color:#000;
}
dropdown-header:hover
{
    color:#fff !important;
}
.dropdown-header:hover a {
    color: #fff !important;
}

.news-block {
    padding: 10px;
}
.media.news-block .media-img {
    width: 250px;
    margin-right: 10px;
}
.news-image, .BodyBannerImg, .NewsImage {
    padding: 2px !important;
    background-color: #F2F2F2 !important;
    border-top: 1px solid #D8D8D8 !important;
    border-bottom: 1px solid #BFBFBF !important;
    border-left: 1px solid #D8D8D8 !important;
    border-right: 1px solid #BFBFBF !important;
    background-repeat: repeat-x !important;
    background-position: top !important;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-block .media-body {
    -ms-flex: 1;
    flex: 1;
}
.mr-md-3, .mx-md-3 {
    margin-left: 1rem !important;
}
.ml-2, .mx-2 {
    margin-right: 0.5rem !important;
}
.rotateimg
{
    margin-left:10px;
}
/*.titleNews {
    color: #333;
    font-size: 20px;
    font-weight:bold !important;
}*/
.st-label {
    display: none !important;
}

#st-1.st-has-labels .st-btn {
    min-width: 50px !important;
}

.dropdown-header a
{
    color:#000;
}
.img-thumbnail {
    min-width: 100%;
    min-height: 240px;
    max-height: 241px;
}

    .img-thumbnail img {
        width: 100%;
        height: 100%;
        min-height: 228px;
    }
.pager-next-rev {
    margin: -3px 0px;
}
.aligntoleft {
    text-align: right;
}



.checkboxList label {
    padding-left: 5px !important;
    padding-right: 10px !important;
}

.RadiobuttonList label {
    padding-left: 5px !important;
    padding-right: 10px !important;
}




.PostionOfWither {
    float: right;
    width: 15%;
    padding: 5px;
}

.disHidden {
    display: none
}


#rateBox {
    display: inline-block;
}

.rate_item.fxss_rate_select {
    color: #ffb800 !important;
}

svg.icon:hover {
    color: #FFB800;
}

.rating .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.rating label {
    font-size: 18px;
}

.mb-4 {
    margin-bottom: 15px;
    font-weight:bold;
}

.TitleFormBuilder {
    font-size: 18px;
    font-weight: bold;
}

.card-news .card {
    padding: 20px !important;
    border: 1px solid #EEEEEE;
    box-shadow: 2px 3px 5px rgba(0, 0, 0,0.2);
}

.card-img-top{
    width:100%;
}

.card-photoGallery .card {
    min-height: 300px;
    position: relative
}

.readmore-photogallery {
    position: absolute;
    bottom: 20px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.card-photoGallery .card-title {
    text-align: center
}


.readmore-photogallery a {
    font-size: 18px;
}
.SplashScreen {
    max-height: 660px;
    min-height: 661px;
    background-repeat: no-repeat;
}

.messageBoxModal {
    position: fixed;
    z-index: 10002;
    right: 618px;
    top: 109.5px;
    width: 300px !important;
    text-align: center !important;
}

.divTenders .detailsContainer {
    border-bottom: #2BB673 2px solid;
    transition: border-bottom 0.3s ease; /* Add a transition for smooth animation */
}

    .divTenders .detailsContainer:hover {
        border-bottom: #2BB673 10px solid;
    }


.form-group a {
    text-decoration: none;
}


.align-right{
    text-align:left
}