@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype');
}


/* main content css */

* {
    text-decoration: none
}

html {
    text-align: right;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2d2d2d;
    background: url('/_layouts/15/images/Master2013/images/large/InternalCDBackground.jpg') !important;
    background-size: cover!important;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a:hover, a:focus {
    color: #027998;
    text-decoration: underline;
}


/*  Order Column  */

.col-lg-5 {
    float: right;
}

.sliderContainer {
    margin-bottom: 14px;
}

@media only screen and (min-width: 768px) {
    .cdp-navigation .dropdown-menu li a {
        padding: 7px 22px 7px 5px;
        background: 0;
        color: #fff;
        padding: 5px 3px 5px 10px;
        display: block;
        float: none;
        font-size: 12px;
        height: auto !important;
        font-weight: normal;
        margin: 0px 15px 0 20px;
        direction: ltr;
    }
    .dropdown-menu {
        background: #016984;
        left: inherit;
        right: 0;
        padding: 5px 0px !important;
    }
    .cd-navigationMoreBtn a {
        padding-right: 20px !important;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
        color: #00BCED;
        background-color: transparent;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
        margin-right: -1px;
        left: inherit;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-submenu:hover>a:after {
        border-left-color: #fff;
    }
    .dropdown-submenu.pull-left {
        float: none;
    }
    .dropdown-submenu.pull-left>.dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }
    .cdp-navigation {
        margin-top: 15px;
        padding: 0 !important;
    }
    .cdp-navigation .dropdown-menu li i {
        text-align: left;
        width: 10px;
        color: #fff;
        margin: 5px 5px 0 0;
        font-size: 6px;
        margin-left: 5px;
        font-weight: normal;
        vertical-align: top;
        padding: 0;
    }
    .cdp-navigation .dropdown-menu li {
        text-align: right;
    }
    .navbar-default .navbar-nav>li>a {
        display: inline-block;
        color: #000;
        padding: 12px 0;
        background-position: right bottom;
        text-decoration: none;
        font-size: 13px;
        font-family: 'Droid Arabic Kufi';
        font-weight: 700;
        float: right;
        background-color: transparent !important;
        background-repeat: no-repeat;
    }
    .cd-navigationMoreBtn i {
        font-size: 11px !important;
        vertical-align: middle !important;
    }
    /*hover effect*/
    .cdp-navigation li ul li:hover a {
        background: #025267;
        color: white;
        font-weight: bold;
    }
    .cdp-navigation li ul li:hover ul li a {
        background: 0;
        color: #fff;
    }
    .cdp-navigation li ul li ul li:hover a {
        background: #025267;
        color: white;
        font-weight: bold;
    }
    .cdp-navigation li ul li:hover i {
        color: #027998;
    }
    .cdp-navigation li ul li:hover ul li i {
        color: #fff;
    }
    .cdp-navigation li ul li ul li:hover i {
        color: #027998;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #f5ad00;
    }
    .cdp-navigation .cdMagazine ul li a {
        padding: 0;
        margin: 0 5px;
    }
}

.navbar {
    border: none;
    background-color: #fff;
}

.changeLanguage {
    margin-top: 8px;
    background: #016984;
    border-color: #016984;
}

.changeLanguage:hover, .changeLanguage:focus {
    background: #0e191c;
    border-color: #0e191c;
}


/* animation */

.cd-loginForm {
    margin-top: 10px;
    text-align: left !important;
}

.cd-loginForm .btn-success, .cd-searchForm .btn-default, .changeLanguage, .sbContent {
    -webkit-transition: background 0.4s linear;
    -moz-transition: background 0.4s linear;
    -ms-transition: background 0.4s linear;
    -o-transition: background 0.4s linear;
    transition: background 0.4s linear;
}

.sbContent i {
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.cd-loginForm .btn-success {
    padding: 5.3px 12px;
    background-color: #016984;
    border: none;
}

.cd-loginForm .btn-success:hover {
    background: #0e191c;
}

.cd-loginForm .form-control, .cd-searchForm .form-control {
    line-height: 1.928571;
    text-align: right;
}

.cd-loginForm .btn-success i {
    margin-top: 5px;
}

.cd-searchForm {
    margin-left: 5px;
}

.cd-searchForm .btn-default {
    background-color: #016984;
    color: #fff;
    border-color: #055d74;
}

.cd-searchForm .btn-default:hover {
    background: #0e191c;
    color: #fff;
    border-color: #0e191c;
}

.newsSection, .servicesSection {
    background: #464646;
    color: #fff;
    height: 100%;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 1px;
}

.newsSection a, .servicesSection a {
    color: #fff;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}


/* home section - home-main-news */

.home-main-news {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.home-main-news ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.home-main-news li.bjqs-slide {
    position: absolute;
    display: none;
}

.home-main-news ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
    display: none;
}

.home-main-news ul.bjqs-controls.v-centered li a {
    position: absolute;
}

.home-main-news ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
}

.home-main-news ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
}

.home-main-news ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 60px 0;
    position: absolute;
    left: 0 !important;
    margin-left: 5px;
    left: 0px;
    right: initial !important;
    bottom: 0px;
    text-align: left;
}

.home-main-news ol.bjqs-markers.h-centered {
    text-align: center;
}

.home-main-news ol.bjqs-markers li {
    display: inline;
}

.home-main-news ol.bjqs-markers li a {
    display: inline-block;
    background: url(/_layouts/15/images/Master2013/images/NewsScrollBtn_Off.png) center center no-repeat !important;
    width: 11px;
    height: 11px;
    margin: 0 2px;
    font: 0/0 a;
}

.home-main-news ol.bjqs-markers li.active-marker a {
    background: url(/_layouts/15/images/Master2013/images/slider_bullet_active.png) center center no-repeat !important;
}

.home-main-news p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}

.news-item .news-img {
    width: 470px;
    overflow: hidden;
    float: right;
}

.news-item .news-img img {
    width: 470px;
    height: 300px;
}

.news-item .news-details {
    width: 260px;
    height: 260px;
    overflow: hidden;
    float: left;
    background: #016984;
    color: White;
    padding: 20px;
    direction: rtl;
    box-shadow: 0 0 45px #004D61 inset;
}

.news-item .news-details h4 {
    margin: 5px 0 0;
    color: #333;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
}

.news-item .news-details h4 a {
    color: #00c1f3;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px !important;
}

.news-item .news-details p {
    margin: 10px 0;
    line-height: 20px;
}

.news-links {
    margin-top: -28px;
    float: left;
    height: 28px;
}

.news-links a.news-all {
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    margin: 0 10px;
    float: left;
    line-height: 28px;
}

.news-links a.news-rss {
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    line-height: 28px;
}

.news-links a i {
    font-size: 14px;
}

div.Rss {
    display: none;
}

.singleBlock {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    height: 140px;
    cursor: pointer;
    margin: 15px 0;
    -webkit-background-size: cover;
    /* For WebKit*/
    -moz-background-size: cover;
    /* Mozilla*/
    -o-background-size: cover;
    /* Opera*/
    background-size: cover;
    /* Generic*/
    ;
    position: relative;
    background-size: 100% 100%;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.singleBlock:hover {
    background-size: 105% 105%;
}

.sbContent {
    background-color: rgba(0, 57, 106, 0.8);
    background: rgba(0, 75, 106, 0.8);
    width: 100%;
    height: 42px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0
}

.sbContent h3 {
    text-align: right;
    margin: 14px 10px;
    font-size: 12pt;
    line-height: 12pt;
    font-weight: 500;
    float: right;
    opacity: 0.9;
}

.sbContent i {
    float: left;
    color: #fff;
    font-size: 28px;
    display: inline;
    line-height: 44px;
    padding-left: 10px;
    opacity: 0.5;
}

.singleBlock:hover .sbContent {
    background-color: rgba(0, 57, 106, 0.9);
    background: rgba(0, 75, 106, 0.9);
}

.singleBlock:hover .h3, .singleBlock:hover i {
    opacity: 1;
}

.modal-content {
    border-radius: 0;
}

.modal-lg {
    width: 100%;
}

.modalImage {
    border-radius: 15px;
    float: left;
    box-shadow: 1px 1px 2px #747474;
    max-height: 250px;
    max-width: 100%;
}

.modal-header button, .modal-header .primary {
    float: left
}

.modal-footer {
    text-align: left;
}

#myModal {
    padding: 0 !important;
}

.closeModalIcon {
    float: right;
    font-size: 26px;
    color: #2d2d2d;
    margin-left: 10px;
    cursor: pointer;
    line-height: 10px;
}

.modalUl li {
    list-style: none;
    padding-right: 25px;
    font-size: 16px;
    line-height: 28px;
}

.modalUl li:before {
    padding-left: 7px;
}

.modalUl li a {
    color: #2D2D2D;
    text-decoration: none;
}

.modalUl li a:hover, .modal-title {
    color: #027998;
}

.modal-title {
    font-size: 19px;
    font-weight: bold;
}

.head-allNews {
    float: left;
    margin-right: 15px;
}

.footerContainer {
    vertical-align: top;
    background-color: #021f23;
    min-height: 100px;
    width: 100%;
    margin-top: 30px;
    color: #fff;
    padding: 15px 0;
}

.footerContainer a {
    color: #fff;
}

.footerLinks {
    margin-top: 5px;
    padding: 0;
    overflow: hidden;
}

.footerLinks li {
    float: right;
    list-style: none;
    border-left: 1px solid #676767;
    margin-left: 12px;
    padding-left: 12px;
    font-size: 12px;
}
.footerLinks li:last-child {
    border: 0;
}
.footerLinks li a {
    text-decoration: none;
}

.footerLinks li a:hover {
    color: #4cc6ff
}

.footerSocialMedia {
    float: left;
    margin: 0 5px;
}

.footerSocialMedia li {
    list-style: none;
    float: left;
    margin-right: 8px;
}

.footerSocialMedia li a {
    width: 48px;
    height: 48px;
    display: block;
}

.announcements {
    margin-bottom: 15px;
}

.announcements h1 {
    background: #333;
    color: #fff;
    font-size: 12px;
    margin: 0;
    width: 100%;
    height: 35px;
    padding: 3px 8px;
    line-height: 31px;
}

.announcements .widgetBody {
    border: 1px solid #333;
    min-height: 150px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0;
    box-shadow: 0 0 14px #D5D5D5 inset;
    padding: 12px;
}

.widgetBody li a {
    color: #0e191c;
    line-height: 25px;
    font-size: 12px;
}

.widgetBody li {
    color: #0e191c;
    text-align: right;
    list-style: none;
}

.widgetBody li i {
    color: #016984;
}

.footerWidgets {
    margin-top: 15px;
}

.techServices, .shortSms, .volunteer, .register {
    text-align: center;
    background: #D7D7D7;
    height: 124px;
    display: block;
    width: 100%;
    color: #3D3D3D !important;
    padding-top: 85px;
    vertical-align: middle;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    margin-bottom: 2px;
}

.techServices, .shortSms, .volunteer, .register {
    background: #D6D6D6 url(/_layouts/15/images/Master2013/images/icons_Ar.png) no-repeat;
    text-decoration: none
}

.techServices:hover, .shortSms:hover, .volunteer:hover, .register:hover {
    background: #016984 url(/_layouts/15/images/Master2013/images/icons_Ar.png) no-repeat;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #004D61
}

.techServices {
    background: #D6D6D6 url(/_layouts/15/images/Master2013/images/icons_Ar.png) no-repeat center;
}

.techServices {
    background-position: -285px -15px;
}

.techServices:hover {
    background-position: -285px -145px;
}

.shortSms {
    background-position: -140px -20px;
}

.shortSms:hover {
    background-position: -140px -145px;
}

.register {
    background-position: -435px -20px
}

.register:hover {
    background-position: -435px -145px;
}

.volunteer {
    background-position: 20px -20px
}

.volunteer:hover {
    background-position: 20px -145px;
}

@media (min-width: 769px) {
    .navbar-brand {
        display: none;
    }
    .loginUserName, .loginUserPassword {
        padding-left: 0;
    }
}

.navbar-nav {
    float: right;
    width: 100%;
}

.navbar-nav>li {
    float: right;
    text-align: center;
}

.cdp-navigation > li {
    border-left: 1px solid #CBCBCB;
    padding: 0 14px;
}
.cdp-navigation > li:last-child{border: 0;}

/*.headerLogo {margin-top:-35px;}*/

.langSearchBtn, .header998Num {
    margin-top: 15px;
}

.header998Num {
    float: left;
}


/* End of media query  */

@media (max-width: 800px) {
    .navbar-default .navbar-nav>li>a {
        text-align: right;
    }
    .nav>li {
        text-align: right;
    }
}

@media(max-width:1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
    }
    .techServices {
        background-position: -300px -15px;
    }
    .techServices:hover {
        background-position: -300px -145px;
    }
    .shortSms {
        background-position: -155px -20px;
    }
    .shortSms:hover {
        background-position: -155px -145px;
    }
    .register {
        background-position: -450px -20px
    }
    .register:hover {
        background-position: -450px -145px;
    }
    .volunteer {
        background-position: 0px-20px
    }
    .volunteer:hover {
        background-position: 0px -145px;
    }
}

.headerLogo {
    margin-top: 15px;
}


/* ipad portrait*/


/*backup : @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait)*/

@media only screen and (max-width: 768px) {
    .headerLogo {
        margin-top: 0px;
    }
    .changeLanguage, .header998Num {
        margin-top: 0px;
    }
    .cdp-navigation > li {
        border-left: 1px solid #CBCBCB;
        padding: 0 10px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 10px;
    }
    .header998Num {
        float: none;
    }
    .headerLogo {
        width: 285px;
    }
    .logoContainer {
        text-align: center;
    }
    .numberContainer, .logoContainer {
        text-align: center;
    }
    .logoContainer {
        margin-top: 10px;
    }
    .changeLanguage {
        float: left;
    }
    .cd-navContainer {
        background-color: #464646;
        margin-top: 18px;
    }
    .navbar-brand {
        float: right;
    }
    /*  Navigation  */
    .navbar-nav>li {
        float: none;
    }
    .cdp-navigation>li {
        border-left: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        color: #fff;
        background-color: #fff;
    }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: #333333;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #2C2C2C;
    }
    .cd-searchForm {
        margin: 0;
        padding: 0;
    }
    /*  .logoContainer{  background: #eee;}*/
    /*    .logoContainer img{width: 260px;
  margin: 10px;}*/
    .announcements {
        margin-bottom: 15px;
    }
    /* Footer */
    .footerLinks li {
        float: none;
        line-height: 25px;
        margin-bottom: 1px;
        padding: 3px 0;
        margin-left: 0;
        border-left: 0;
        border-bottom: 1px solid #4D4D4D;
    }
    .footerSocialMedia {
        float: none;
        width: 100%;
    }
    .footerSocialMedia li {
        margin-right: 0px;
    }
    .footerContainer p {
        margin-top: 30px;
        text-align: center;
    }
}

#slider {
    direction: ltr;
    position: relative;
    overflow: hidden;
    margin: 0px auto 0 auto;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 15px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 255px;
    height: 185px;
    background: #ccc;
    text-align: center;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 10px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

.weatherChooseCity {
    float: left;
}

.weatherChooseCity .btn {
    width: 95px;
    height: 25px;
    margin: 0;
    border-radius: 15px;
    font-size: 13px;
    padding: 0;
    margin-top: 2px;
}

.weatherChooseCity .dropdown-menu>li>a {
    color: #FFF;
}

.weatherChooseCity .dropdown-menu {
    text-align: right;
    background: #343637;
}

.weatherChooseCity .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #212121;
}

.WeatherWidget {
    background: url(/_layouts/15/images/Master2013/images/cloud.png);
    background-size: cover;
    height: 150px;
    padding-top: 10px;
    direction:rtl;
}

.socialMediaCircle {
    width: 45px;
    height: 45px;
    font-size: 14px;
    border-radius: 45px;
    background: #404040;
    text-align: center;
    vertical-align: middle;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
}

.socialMediaCircle i {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
}

.googleIco:hover {
    background: #ec3719;
}

.facebookIco:hover {
    background: #39599f;
}

.twitterIco:hover {
    background: #45b0e3;
}

.youtubeIco:hover {
    background: #e7001b;
}

.linkedinIco:hover {
    background: #8E4423;
}

.navbar-default .navbar-brand {
    color: #FFF;
}


/* CD under 767 tablet*/

@media only screen and (max-width: 768px) {
    .navbar-toggle {
        float: left;
        margin-left: 15px;
    }
    .navbar-nav {
        margin: 15px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #FFF;
        font-size: 15px;
        font-family: 'Droid Arabic Kufi';
        width: 100%;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
        color: #fff;
        background: none;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        font-size: 12px;
        text-align: right;
        color: #FFF;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #FFF;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff !important;
    }
    .dropdown-menu .fa {
        margin-left: 5px;
        font-size: 8px;
    }
    .servicesSectionContainer {
        margin-bottom: 25px;
    }
    .shortSmsContainer {
        padding-right: 0 !important;
    }
    .shortSms {
        background: #D6D6D6 url(/_layouts/15/images/Master2013/images/EmailIcon.png) no-repeat center 15px !important;
    }
    .shortSms:hover {
        background-image: none;
        background-color: #016984;
        padding-top: 55px;
    }
    /* .techServicesContainer{padding-right:0 !important;} */
    .techServices {
        background: #D6D6D6 url(/_layouts/15/images/Master2013/images/UsersIcon.png) no-repeat center 15px !important;
    }
    .techServices:hover {
        background-image: none;
        background-color: #016984;
        padding-top: 55px;
    }
    .register {
        background: #D6D6D6 url(/_layouts/15/images/Master2013/images/MouseIcon.png) no-repeat center 15px !important;
    }
    .register:hover {
        background-image: none;
        background-color: #016984;
        padding-top: 55px;
    }
    .volunteer {
        background: #D6D6D6 url(/_layouts/15/images/Master2013/images/SMS.png) no-repeat center 15px !important;
    }
    .volunteer:hover {
        background-image: none;
        background-color: #016984;
        padding-top: 55px;
    }
}

/* navigation multi levels */
@media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        width: 100%;
    }
    
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        color: #fff !important;
    }
}
@media only screen and (min-width: 789px) {
    ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block;
    }
}
@media only screen and (max-width: 480px) {
    .sbContent h3 {
        font-size: 8.5pt;
    }
    
    .cd-loginForm {
        display: none;
    }
    
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        background: none;
    }
    
    .news-item .news-img {
        display: none;
    }
    
    #home_news_slider, .home-main-news ul.bjqs, .news-item .news-details, .bjqs-slide {
        width: inherit !important;
    }
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: none;
}

/********** internal page **********/
.sideBarNavigation {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.sideBarNavigation .active {
    background: #016984;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    height: 100%;
}
.sideBarNavigation li a {
    background: #dedede;
    border-bottom: 1px dotted #666666;
    width: 100%;
    display: block;
    padding: 12px;
    font-size: 14px;
    color: #383838;
    text-decoration: none;
}
.sideBarNavigation li a:hover {
    background: #016984;
    color: #fff;
}
.sideBarNavigation li:last-child a {
    border-bottom: none;
}
.breadCrumb {
    width: 100%;
    background: #464646;
    color: #fff;
    line-height: 40px;
    padding-right: 15px;
}
.breadCrumb .fa {
    margin: 0 3px;
}
.currentPage {
    color: #00c1f3
}
.breadCrumb i {
    font-size: 9px;
    margin: 0 10px;
}
.innerPageHead {
    height: auto;
    width: 100%;
    padding: 10px 0;
    background: #027998 url(/_layouts/15/images/Master2013/images/innerPageHead.jpg) repeat top left;
    margin-top: 1px;
}
.innerPageHead h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-right: 20px;
    width: 95%;
}
.cdMagazine img {
    width: 100%;
}
.sideBar-cdMagazine {
    margin-bottom: 30px;
}
.innerPageContent h3 {
    color: #666666;
    font-size: 23px;
}
.innerPageContent {
    font-size: 14px;
    direction: rtl;
    font-family: 'Droid Arabic Kufi' !important;
}
.innerPageContent ul {
    list-style: none;
    line-height: 24px;
    padding: 0;
}
.innerPageContent ul li a {
    color: #383838;
}
.innerPageContent ul li a:hover, .innerPageContent a {
    color: #016984;
}
.sideBarNavigation .servicesSection {
    line-height: 35px;
}
.sideBar .techServices, .sideBar .shortSms, .sideBar .volunteer, .sideBar .register {
    text-align: center;
    background: #D7D7D7;
    height: 124px;
    display: block;
    width: 100%;
    color: #3D3D3D;
    padding-top: 78px;
    vertical-align: middle;
    font-size: 14px;
    text-shadow: 1px 1px 1px #fff;
    margin-bottom: 2px;
}
.sideBar .techServices, .sideBar .shortSms, .sideBar .volunteer, .sideBar .register {
    background: #D6D6D6 url(/_layouts/15/images/Master2013/images/icons_Ar.png) no-repeat;
    text-decoration: none;
    font-size: 12px;
}
.sideBar .techServices:hover, .sideBar .shortSms:hover, .sideBar .volunteer:hover, .sideBar .register:hover {
    background: #016984 url(/_layouts/15/images/Master2013/images/icons_Ar.png) no-repeat;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px #004D61
}
.sideBar .techServices{background-position: -310px -20px;}
.sideBar .techServices:hover{  background-position: -310px -145px;}
.sideBar .shortSms {background-position: -163px -20px;}
.sideBar .shortSms:hover{background-position:-163px -145px;}
.sideBar .register{background-position:-455px -20px}
.sideBar .register:hover{background-position:-455px -145px;}
.sideBar .volunteer {background-position:-1px -20px}
.sideBar .volunteer:hover{background-position:-1px -145px;}

.pageNavigation li a {
    line-height: 35px;
    font-size: 16px;
}
.innerPageContent li i {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 10px;
    color: #575757;
}
.innerPageContent a {
    text-decoration: none;
}
.innerPageContent p {
    font-size: 17px;
    color: #2D2D2D;
    line-height: 28px;
}
@media only screen and (min-width: 800px) {
    .back-to-top {
        position: fixed;
        bottom: 2em;
        left: 0px;
        padding: 1em;
        display: none;
        opacity: 0.7;
    }
    
    .back-to-top:hover {
        opacity: 1;
    }
}
.sideBar-cdMagazine {
    margin-top: 30px;
}
@media only screen and (max-width: 768px) {
    .sideBar .techServices, .sideBar .shortSms, .sideBar .volunteer, .sideBar .register {
        background: #D6D6D6 url(/_layouts/15/images/Master2013/images/icons_Ar.png) no-repeat;
        text-decoration: none;
        font-size: 12px;
    }
    
    .sideBar .techServices:hover, .sideBar .shortSms:hover, .sideBar .volunteer:hover, .sideBar .register:hover {
        background: #016984 url(/_layouts/15/images/Master2013/images/icons_Ar.png) no-repeat;
        text-decoration: none;
        color: #fff;
        text-shadow: 1px 1px 1px #004D61
    }
    
    .sideBar .shortSmsContainer {
        padding-right: 0 !important;
    }
    
    .sideBar .shortSms {
        background: #D6D6D6 url(/_layouts/15/images/Master2013/images/EmailIcon.png) no-repeat center 15px;
    }
    
    .sideBar .shortSms:hover {
        background-image: none;
        background-color: #016984;
        padding-top: 55px;
    }
    
    .sideBar .techServices {
        background: #D6D6D6 url(/_layouts/15/images/Master2013/images/UsersIcon.png) no-repeat center 15px;
    }
    
    .sideBar .techServices:hover {
        background-image: none;
        background-color: #016984;
        padding-top: 55px;
    }
    
    .sideBar .register {
        background: #D6D6D6 url(/_layouts/15/images/Master2013/images/MouseIcon.png) no-repeat center 15px;
    }
    
    .sideBar .register:hover {
        background-image: none;
        background-color: #016984;
        padding-top: 55px;
    }
    
    .sideBar .volunteer {
        background: #D6D6D6 url(/_layouts/15/images/Master2013/images/SMS.png) no-repeat center 15px;
    }
    
    .sideBar .volunteer:hover {
        background-image: none;
        background-color: #016984;
        padding-top: 55px;
    }
}
.breadCrumb span a {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    color: white;
}
.armarginMarquee a i {
    margin-left: 5px;
}
#twitter-widget-0 {
    height: 186px !important;
}
.cd-loginForm .Hide {
    display: none;
}
.cd-LoginContainer>table {
    float: left;
}
input[type=button], input[type=reset], input[type=submit], button {
    min-width: initial !important;
}
.input-group .form-control:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.input-group-btn:last-child>.btn {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
#advContainer {
    position: relative
}
.head-advs, #advContainer {
    display: none;
}
#advContainer img {
    height: 250px;
}
#advContainer i {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}
.modal-body .modalUl .fa-chevron-left:before {
    font-size: 10px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
}
.modal {
    padding-top: 15% !important;
}
.cdBlocks .modal-dialog {
    padding: 0;
    margin: 0;
}
.btn-success {
    color: #fff !important;
}
.forgotpassword {
    line-height: 40px;
    text-align: right;
}
.signoutButton {
    text-align: left;
    line-height: 40px;
}
.form-signin .form-control {
    height: 40px !important;
    line-height: 40px !important;
}
.textAlignLeft {
    text-align: left;
}
.textAlignRight {
    text-align: right;
}
.btn-primary {
    color: #fff !important;
    background-color: #0E7691 !important;
    border-color: #117994;
    border: 1px solid #eee !important;
}
.formTableContainer {
    max-width: 600px;
    margin: 0 auto;
}
.formTableContainer input {
    margin-top: 10px;
    max-width: 350px;
    font-weight: bold;
}
.formTableContainer span {
    font-weight: bold
}
.formTableContainer label {
    margin-right: 10px;
    margin-top: -5px;
    margin-left: 10px;
}
.formTableContainer input {
    margin-top: 10px;
}
.labelStyle1 {
    font-weight: bold;
}
.inputStyle1 {
    margin-left: 10px;
    min-width: 250px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #BABABA;
    outline: none;
    min-height: 30px;
}
.labelStyle2 label {
    font-family: tahoma;
    font-size: 14px;
    margin: 0 10px;
    margin-top: 5px;
}
.tableStyle1 td {
    vertical-align: top;
}
.floatLeft {
    float: left
}
.fpHeader {
    text-align: center
}
.LblNorm {
    margin: 0 10px;
}
.volunteerApplication .LblNorm {
    margin: 0;
}
.volunteerApplication td {
    vertical-align: top;
}
.volunteerApplication input, .volunteerApplication select, .volunteerApplication textarea {
    margin-left: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #BABABA;
    outline: none;
    min-height: 30px;
}
.alignCenter {
    text-align: center;
}
.GrdTbl {
    border: 1px solid #DEDEDE;
    font-size: 11px;
}
.GrdTbl th {
    background: #016984;
    color: #fff;
    padding: 5px;
    border-color: #016984;
    text-align: center;
}
.GrdTbl td {
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
}
.GrdTbl a {
    margin: 0 2.3px;
}
table select {
    border-radius: 5px;
}
.contactUs input, .contactUs textarea, .contactUs .input[type=text] {
    border-radius: 5px !important;
}
.contactUs .TxtBox {
    border-radius: 5px !important;
}
.headerLogin {
    float: left;
}
input[type=button], input[type=reset], input[type=submit], button {
    min-width: auto !important;
}
.innerPageContent .contentBlock font {
    font-family: 'Droid Arabic Kufi' !important;
}
.innerPageContent .contentBlock span {
    font-family: 'Droid Arabic Kufi'
}
.innerPageContent .contentBlock table {
    font-family: 'Droid Arabic Kufi' !important;
}
.innerPageContent font {
    font-family: 'Droid Arabic Kufi' !important;
}
.innerPageContent span {
    font-family: 'Droid Arabic Kufi';
}
.ARFont {
    font-family: 'Droid Arabic Kufi' !important;
    display: inline-block;
}
.fa-chevron-left {
    font: normal normal normal 14px/1 FontAwesome !important;
}
#WebPartWPQ2, .home-main-news>div {
    width: inherit
}
input.form-control.search-input {
    margin-left: -2px;
}
button.btn.btn-default.search-button {
    margin-top: -1px;
    height: 38px;
}

div.ms-srch-hover-action > a[clicktype='ActionViewLibrary'] {
   display:none;
}