#top-section {
    width: 100%;
    position: fixed;
    clear: both;
    background: #5b53a1;/*url("../images/btrn.png") #5b53a1;*/
    color: #ffffff;
    min-height: 60px;
    z-index: 999;
    top: 0px;
    overflow: hidden;
}

.head-tagline {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-decoration: none;
}

.head-social-media {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.head-social-media li {
    line-height: 45px;
    float: right;
    padding: 0 5px;
}

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

.footer-social-media {
    float: right;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}

.footer-social-media li {
    line-height: 45px;
    float: right;
    padding: 0 10px;
}

.footer-social-media li a {
    color: #244298;
    font-size: 24px;
}

.footer-social-media li a:hover {
    color: #9D171B;
}

.head-social-media li a {
    color: #fff;
    font-size: 18px;
}

.head-top-menu-pad {
    padding: 0 0 0 15px;
}

.head-top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.head-top-menu li {
    float: right;
}

.head-top-menu li a {
    padding: 0 9px !important;
    border-left: 1px solid #244298;
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
    text-decoration: none;
}

.head-top-menu li:last-child {
    border-right: 1px solid #244298;
}

.head-top-menu li a:hover {
    background-color: #244298;
}

.head-top-menu li.active a {
    background-color: #244298;
}

@media (max-width: 320px) and (max-width: 375px) {
    .head-tagline {
        padding: 0 10px;
        font-size: 13px;
    }

    .social-media {
        padding: 0 0 0 10px;
    }
}

/****** --------------------------------
HEADER SECTION
----------------------------************/
#header-section {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #e8e8e8;
}

#header-section .navbar-header {
    width: 210px;
}

#header-section .navbar {
    height: 74px;
    background: #fff;
    border: 0;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, .15), 0 0px 0px rgba(0, 0, 0, .075);
}

#header-section .navbar-brand > img {
    display: block;
    margin-left: -15px;
}

#header-section .navbar-nav {
    margin-top: 22px;
}

#header-section .navbar-nav li {
}

#header-section .navbar-nav li.plus {
}

#header-section .navbar-nav li.arabic {
    margin-left: -15px;
    margin-top: -7px;
}

#header-section .navbar-nav li.active {
}

#header-section .navbar-nav li.active a {
    background: #5b53a1;
    color: #fff;
    border: 1px solid #5b53a1;
    border-radius: 3px;
}

#header-section .navbar-nav li a {
    padding: 5px;
    background: transparent;
    margin-left: 4px;
    /*border: 1px solid #ffffff;
    border-left: 1px solid #ddd;*/
    border: 1px solid #5b53a1;
    border-radius: 3px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

#header-section .navbar-nav li:last-child a {
    /*border: 1px solid #ffffff;*/
}

#header-section .navbar-nav li a.submenu {
    padding: 5px 8px;
    background: transparent;
    margin-left: 5px;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    color: #000;
}

#header-section .navbar-nav li a:focus {
}

#header-section .navbar-nav li a:hover {
}

#header-section .navbar-nav li ul {
    margin-top: 20px;
    border: 1px solid #e8e8e8;
}

#header-section .navbar-nav li.mega-dropdown > div {
}

#header-section .navbar-nav li ul.mega-dropdown-menu li {
}

#header-section .navbar-nav li ul.mega-dropdown-menu li a {
}

#header-section .navbar-nav li ul.mega-dropdown-menu li a img {
    width: 24px;
    height: 24px;
}

#header-section .navbar-nav li ul li a {
    text-align: right;
}

#header-section .navbar-nav > .open > a, #header-section .navbar-nav > .open > a:focus, #header-section .navbar-nav > .open > a:hover {
    border: 1px solid #244298;
    border-radius: 3px;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
}

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

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0 !important;
}

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

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

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

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

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

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

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

@media (max-width: 320px) and (max-width: 375px) {
    .navbar-default .navbar-brand {
        width: 195px;
        margin-top: 5px;
        padding-top: 15px;
    }
       
}

@media (max-width: 768px) {

    #header-section {
        top: 0px;
    }

    .hdb1 {
        text-align: center;
    }

    .hdb2 {
        text-align: center;
        width: 200px;
        margin: 0 auto;
    }

    .hdb2 ul {
        margin-top: 0 !important;
    }

    #manageheight-section {
        margin-top: -45px;
    }
}

/* -----------------------------------------------------------------------------
  SLIDE MENUS COMPONENT
----------------------------------------------------------------------------- */
.o-wrapper {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.c-button {
    border: 0;
    margin-top: 30px;
    margin-right: 25px;
    background: transparent;
    position: relative;
    z-index: 99999999;
}

.c-button span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #244298 !important;
    margin-bottom: 4px;
}

/**
 * Menu overview.
 */
.c-menu {
    position: fixed;
    z-index: 200;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.c-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

/**
 * Left and right menus
 *
 * Slide and push menus coming in from the left and right inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.
 */
/**
 * Common modifiers for left/right menus.
 */
.c-menu--slide-right {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 99999;
}

@media all and (min-width: 320px) {
    .c-menu--slide-right {
        width: 300px;
    }
}

.c-menu--slide-right .c-menu__item {
    display: block;
    text-align: center;
    border-top: solid 1px #b5dbe9;
    border-bottom: solid 1px #3184a1;
}

.c-menu--slide-right .c-menu__item:first-child {
    border-top: none;
}

.c-menu--slide-right .c-menu__item:last-child {
    border-bottom: none;
}

.c-menu--slide-right .c-menu__link {
    display: block;
    padding: 12px 24px;
    color: #fff;
}

.c-menu--slide-right .c-menu__close {
    display: block;
    padding: 12px 24px;
    width: 100%;
}

/**
 * Slide/Push Menu Right.
 */
.c-menu--slide-right {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media all and (min-width: 320px) {
    .c-menu--slide-right {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

.c-menu--slide-right.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
    overflow: hidden;
}

/**
 * Close button resets.
 */
.c-menu__close {
    color: #fff;
    background-color: #244298;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.c-menu__close:focus {
    outline: none;
}

/* -----------------------------------------------------------------------------
  MASK COMPONENT
----------------------------------------------------------------------------- */
.c-mask {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 9999;
}

.c-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-menu ul li {
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
}

.c-menu ul li a {
    font-size: 15px;
    color: #333;
}

.c-menu ul li a span {
    float: left;
    margin-top: 10px;
}

.c-menu ul li ul {
}

.c-menu ul li ul li {
    border-bottom: 0;
    padding: 2px 10px;
}

.c-menu ul li ul li a {
    font-size: 13px;
}

@media (max-width: 1199px) {
    .abt-arab, .service-arab {
        display: none !important;
    }
}