
@font-face {
    font-family: 'Droid Sans Arabic';
    src: url('/App_Themes/ThemeAr/fonts/Droid Sans Arabic.eot');
    src: url('/App_Themes/ThemeAr/fonts/Droid Sans Arabic.woff2') format('woff2'), url('/App_Themes/ThemeAr/fonts/Droid Sans Arabic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansArabic';
    src: url('/App_Themes/ThemeAr/fonts/DroidSansArabic.woff') format('woff'), url('/App_Themes/ThemeAr/fonts/DroidSansArabic.ttf') format('truetype'), url('/App_Themes/ThemeAr/fonts/DroidSansArabic.svg#DroidSansArabic') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'DroidSansArabic','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'DroidSansArabic';
}


p {
    font-size: 16px;
}



.header {
    min-height: 130px;
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
}




.logo {
    margin-top: 10px;
    padding-top: 10px;
    border-left: 1px solid rgba(255,255,255,0.2);
    margin-top: 3px;
}


.topnav {
    overflow: hidden;
    float: left;
    padding-left: 40px;
    opacity: 0.5;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: right;
        display: block;
        color: WHITE;
        text-align: center;
        padding: 3px 7px;
        text-decoration: none;
        font-size: 13px;
    }

        .topnav a
        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

    /* Add an active class to highlight the current page */


    /* 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-col,
    .topnav {
        height: 37px;
        overflow: visible;
        z-index: 15;
    }

        .topnav a {
            display: none;
        }

            .topnav a.icon {
                float: left;
                display: block;
            }

        .topnav.responsive,
        .topnav.responsive + .responsive-lang-search {
            background-color: #000000;
            color: white;
            z-index: 15;
        }

            .topnav.responsive + .responsive-lang-search {
                padding-top: 55px;
            }

                .topnav.responsive + .responsive-lang-search .search-esponsive input[type="text"] {
                    border: 1px solid rgba(255,255,255,.3);
                }
}

/* 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;
        padding-top: 5px;
    }

        .topnav.responsive a.icon {
            position: absolute;
            left: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: inline-block;
            text-align: right;
        }
}


.Menu {
    margin-top: 15px;
}

#navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default {
    background-color: transparent;
    border-radius: 0px;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    border-color: transparent;
    padding-top: 8px;
}


    .navbar-default .navbar-nav > li > a {
        color: white;
        font-size: 16px;
        font-family: 'DroidSansArabic';
    }



.nav > li > a {
    padding: 10px 15px;
}


.dropdown-menu {
    min-width: 230px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 0px;
    /*max-width: 300px;*/
}

.navbar-nav > li:nth-last-child(2) .dropdown-menu li a {
    min-width: 310px;
    text-overflow: inherit;
    white-space: normal;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a {
    color: white;
    padding: 5px 20px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: rgba(0,0,0,0.7);
}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #1f68cb;
    transition: 0.3s ease-in;
    border-left: 5px solid white;
}

@media screen and (max-width: 768px) {
    .navbar-nav {
        margin: 7.5px 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
}




.BgTopHead {
    margin: 0px;
    list-style: none;
    float: right;
    padding-left: 10px;
    padding: 0px;
}

    .BgTopHead li {
        display: inline-block;
        color: White;
        cursor: pointer;
    }

        .BgTopHead li a {
            color: white;
        }

            .BgTopHead li a:hover {
            }





/* search */


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0,0,0,0.8);
    color: white;
}

@media screen and (max-width: 768px) {
    .copyRight span {
        float: none;
    }

    .BgTopHead {
        float: unset;
        text-align: center;
    }

    .contantArea {
        margin-top: 0px !important;
    }
}

.headerbg {
    background-image: url(../images/headerbg.jpg);
    height: 425px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.shadow {
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    height: 425px;
}


.mainTitleInner {
    color: white;
    margin-top: 220px;
    text-shadow: 2px 2px 2px black;
}

    .mainTitleInner h2 {
        min-height: 33px;
    }

.dailymessage {
    width: 326px;
    background-color: rgba(255,255,255,0.2);
    height: 130px;
    background-image: url(../images/msgbg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}



.floatMsg {
    float: left;
    margin-top: -130px;
}

.dailymessage p {
    color: white;
    padding: 5px;
    font-size: 15px;
}



.dailymessage a:hover {
    text-decoration: none;
}

.dailymessage h4 {
    color: white;
    padding: 5px;
    margin: 0px;
}


.dailymessage2 {
    background-color: rgba(0,0,0,0.5);
    min-height: 143px;
    background-image: url(../images/msgbg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    overflow: hidden;
}

.floatMsg2 {
    margin-top: 10px;
}


.imgmobile img {
    position: relative;
    top: 13px;
    right: 17px;
}

.dailymessage2 p {
    color: white;
    padding: 5px;
    font-size: 15px;
}

.dailymessage2 h4 {
    color: white;
    padding: 5px;
    margin: 0px;
    margin-top: 8px;
}



.contantArea {
    margin-top: -56px;
}

.contantdesc {
    margin-top: 35px;
}

    .contantdesc,
    .contantdesc span,
    .contantdesc div,
    .contantdesc p {
        font-family: 'DroidSansArabic','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        line-height: 30px;
    }


        .contantdesc p {
            font-size: 14px;
        }



        .contantdesc h4 {
            color: #1f68cb;
        }


.contant {
    margin-bottom: 50px;
}

.breadcrumb-container {
    display: inline-block;
}

    .breadcrumb-container ul,
    .breadcrumb-container ol {
        background-color: transparent;
        font-size: 13px;
        border-radius: 0;
        height: 35px;
        float: right;
        margin-top: 6px;
        padding: 8px 15px;
        margin-bottom: 20px;
        list-style: none;
    }

        .breadcrumb-container ul a,
        .breadcrumb-container ul li,
        .breadcrumb-container ol a,
        .breadcrumb-container ol li {
            color: white;
            font-size: 15px;
        }

        .breadcrumb-container ul li,
        .breadcrumb-container ol li {
            display: inline-block;
        }


    .breadcrumb-container a:hover {
        text-decoration: none;
    }


    .breadcrumb-container > .active {
        color: white;
        font-size: 15px;
    }




.social_breadcrumb {
    height: 56px;
    background-color: rgba(0,0,0,0.8);
    border-bottom: 4px solid #1f68cb;
}


.sharesocial li {
    display: inline-block;
    padding: 3px 0px;
}

    .sharesocial li a {
        color: white;
        font-size: 13px;
    }


        .sharesocial li a:hover {
            text-decoration: none;
        }

.globalItems li:last-child {
    border-bottom: none;
}


.sharesocial {
    float: left;
}


.socialItems {
    position: relative;
    bottom: -13px;
    color: white;
}




.listTitle {
    height: 56px;
    background-color: rgba(0,0,0,0.8);
    border-bottom: 4px solid #4399e2;
    margin-right: 31px;
}

    .listTitle p {
        color: white;
        padding: 12px;
    }


.globalItems {
    background-color: #e1e1e1;
    padding: 0px;
    padding-top: 10px;
    margin-right: 31px;
}

    .globalItems li {
        display: block;
        padding: 13px 6px;
        border-bottom: 2px solid white;
    }

    .globalItems .active a {
        color: black;
        font-weight: bolder;
    }

    .globalItems a {
        color: black;
    }


        .globalItems a:hover {
            text-decoration: none;
            color: #1f68cb;
            transition: 0.2s ease-in;
        }


.banner1 {
    /*height:135 ;*/
    margin-right: 31px;
    margin-bottom: 15px;
    position: relative;
}

    .banner1 img {
        width: 100%;
    }

    .banner1 h4 {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: white;
        text-shadow: 2px 2px 2px black;
        background: rgba(0, 0,0,0.8);
        padding: 10px;
    }

.banner2 {
    height: 136px;
    max-width: 344px;
    background-color: #161717;
    margin-right: 31px;
    background-image: url(../images/tsha.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 26px 10px;
    margin-top: 11px;
    margin-bottom: 11px;
}

    .banner2 h3 {
        color: white;
        margin: 0px;
    }


    .banner2 a:hover {
        text-decoration: none;
    }

.footermenu i:hover {
    color: #e08a02 !important;
    cursor: pointer !important;
}

@media screen and (max-width: 768px) {
    .footermenu {
        text-align: center;
    }
}

.Banners {
    min-height: 230px;
    margin-top: 30px;
    margin-bottom: 30px;
}




/* footer */
footer {
    margin-top: 20px;
    background-color: #161717;
    min-height: 400px;
}

@media screen and (max-width: 768px) {
    footer {
        text-align: center;
    }
}

footer p {
    font-size: 13px;
    color: white;
}

footer span {
    font-size: 13px;
    color: white;
}

footer hr {
    opacity: 0.2;
    margin-top: 12px;
    margin-bottom: 13px;
}

.footerBanner {
}

    .footerBanner li {
        display: inline-block;
        padding: 5px 5px;
        float: left;
    }


        .footerBanner li img {
            width: 193px;
            height: 79px;
        }



.menuItems li {
    display: inline-block;
    padding: 10px 10px 0px 6px;
}

.menuItems a {
    font-size: 13px;
    color: white;
}

.menuItems {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .menuItems a:hover {
        text-decoration: none;
    }

    .menuItems li::after {
        content: " \00a0 |";
        color: white;
    }

    .menuItems li:last-child::after {
        content: "";
    }

.socialitems {
    float: left;
    margin-left: 45px;
}

.socialitemsFooter {
    margin-left: 8px;
    margin-top: 18px;
}

    .socialitemsFooter a {
        padding-right: 8px;
        text-decoration: none;
    }

    .socialitemsFooter img {
        width: 25px;
    }

@media screen and (min-width: 769px) {
    .socialitemsFooter {
        float: left;
    }
}

@media screen and (max-width: 768px) {
    .socialitemsFooter {
        text-align: center;
    }
}



.socialitems a {
    padding: 0px 5px;
}

.contactus {
    padding-top: 20px;
}

.footerBanner li {
    display: inline-block;
    padding: 5px 5px;
    float: left;
}

.footerBanner {
    float: left;
    padding: 0px;
}

.poweredby {
    float: left;
}

@media screen and (max-width: 767px) {
    .poweredby {
        float: none;
    }
}

.contactus {
    padding-top: 20px;
}
/* end footer */

.Banners .owl-carousel.owl-rtl .owl-item {
    height: 230px;
}




.innerPage-banner {
}

    .innerPage-banner .innerPage-banner-item {
        width: auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-color: #be9647;
        height: 240px;
        text-align: center;
    }








.bannershadow {
    width: auto;
    height: 240px;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    position: relative;
}


.title {
    position: absolute;
    bottom: 42px;
    width: 100%;
}

    .title a {
        color: white;
        text-shadow: 2px 2px 2px black;
    }

        .title a:hover {
            text-decoration: none;
        }

.Banners .owl-theme .owl-nav [class*="owl-"] {
    padding: 20px 18px;
    background: rgba(0,0,0,0.8);
    border-radius: 0;
    margin: 0px;
}

.Banners .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    top: 40%;
    background-image: url(../images/arrowrr.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.Banners .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 40%;
    background-image: url(../images/arrowl.png);
    background-repeat: no-repeat;
    background-position: center center;
}


.mobileapp li {
    display: inline-block;
}

.twasol {
    /*float: left;*/
    padding-left: 7px;
}

@media screen and (max-width: 767px) {
    .twasol {
        float: none;
    }
}

.app {
    /*padding-right: 51px;*/
    padding-top: 20px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

@media screen and (max-width: 768px) {
    .logo {
        border: none;
        margin-top: 0px;
        text-align: center;
    }

        .logo .img-responsive {
            display: unset;
        }

    .socialitems {
        float: unset;
        margin-bottom: 15px;
    }

    .app {
        padding-right: 0px !important;
    }

    .twasol {
        float: unset;
        padding-left: 0px;
    }

    .footerBanner li {
        float: none;
    }

    .navbar-nav {
        background-color: rgba(0,0,0,0.9);
    }
}


@media screen and (max-width: 1200px) {
    .globalItems {
        margin-right: 0px;
    }

    .listTitle {
        margin-right: 0px;
    }

    .banner1 {
        margin-right: 0px;
    }

    .banner2 {
        margin-right: 0px;
    }
}


/* Search */
#wrap {
    display: inline-block;
    position: relative;
    height: 45px;
    float: right;
    padding: 0;
    position: relative;
}

input[type="text"].text-search {
    height: 30px;
    font-size: 15px;
    display: inline-block;
    font-family: 'DroidSansArabic';
    font-weight: 100;
    border: none;
    outline: none;
    color: white;
    padding: 3px;
    padding-right: 28px;
    width: 0px;
    position: absolute;
    top: 0;
    left: -30px;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

    input[type="text"].text-search:focus:hover {
        border-bottom: 1px solid #BBB;
    }

    input[type="text"].text-search:focus {
        width: 275px;
        z-index: 1;
        border-bottom: 1px solid #BBB;
        cursor: text;
        background-color: rgba(0,0,0,0.9);
    }

.btn-search {
    height: 26px;
    width: 38px;
    display: inline-block;
    float: right;
    background: url(../images/search.png) center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    cursor: pointer;
    transition: opacity .4s ease;
}

    .btn-search:hover {
    }

.Banners .owl-carousel .owl-nav .owl-next:hover {
    position: absolute;
    left: 0;
    top: 40%;
    background-image: url(../images/arrowl.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0.8);
}

.Banners .owl-carousel .owl-nav .owl-prev:hover {
    position: absolute;
    right: 0;
    top: 40%;
    background-image: url(../images/arrowrr.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0.8);
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
           * * * * * Home    * * * *  page   * * * *   style  * * * *
           * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */

#slider {
    min-height: 657px;
    position: relative;
}

.carousel-inner {
    min-height: 657px;
}

    .carousel-inner .story {
        min-height: 657px;
        background-image: url(../images/1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        /*-webkit-animation: zoom 10s;*/
        /*animation: zoom 10s;*/
    }


/*.carousel-inner .story1 {
        height: 100vh;
        background-image: url(../images/1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .carousel-inner .story2 {
        height: 100vh;
        background-image: url(../images/2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .carousel-inner .story3 {
        height: 100vh;
        background-image: url(../images/3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

.carousel-inner .story1,
.story2,
.story3 {
    -webkit-animation: zoom 10s;
    animation: zoom 10s;
}*/




.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 100%);
}

.caption {
    position: relative;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.2, 1.2);
    }
}



.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    padding: 10px;
    text-align: left;
    position: absolute;
    top: 25%;
    z-index: 100;
    width: 56%;
}

.carousel-indicators {
    bottom: 38%;
    right: 14%;
}

#myCarousel {
    position: relative;
}

    #myCarousel .carousel-indicators {
        z-index: 9;
    }

.carousel-indicators li {
    width: 44px;
    height: 5px;
    border-radius: 0px;
    background-color: rgba(255, 255,255, 0.5);
    border: 1px solid transparent;
    margin: 0px;
}

.carousel-indicators .active {
    width: 44px;
    height: 5px;
    background-color: rgba(255, 255,255, 1);
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    text-shadow: 2px 2px 2px black;
    font-style: normal;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text > p {
    padding: 0;
    color: #ffffff;
    text-shadow: 2px 2px 2px black;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    width: 98%;
}

.message {
    position: relative;
}

.floatMsgHome {
    position: absolute;
    top: 40%;
    right: initial;
    left: -6%;
}

    .floatMsgHome .floatMsg {
        margin-top: 0px;
    }

.homeDailymessage {
    /*height: 180px;
    position: absolute;
    width: 100%;
    top: 188px;
    width: 33px;*/
    height: 180px;
    position: absolute;
    width: 100%;
    top: 188px;
    width: 100%;
    right: -5%;
}

@media (Max-width: 1250px) {

    .floatMsgHome {
        left: -0%;
    }
}

@media (Max-width: 1200px) {

    .floatMsgHome {
        left: 0;
    }
}

@media (Max-width: 992px) {


    .floatMsgHome {
        right: initial;
    }

    .homeDailymessage {
        width: 33px;
    }
}


.newsTickerSection {
    background-color: rgba(0, 0, 0, 0.8);
    height: 45px;
    margin-bottom: 10px;
}

    .newsTickerSection span {
        font-size: 13px;
    }

.newsTicker {
    float: left;
}


.NewsPosition {
    position: absolute;
    top: 569px;
    z-index: 1;
    width: 100%;
}




.NewsTitle {
    color: white;
    /*padding-top: 10px;*/
    padding-right: 25px;
    top: -5px;
    position: relative;
    margin-left: 12px;
}


    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .NewsTitle span {
    position:relative;
    top:-17px;
    }
}

.marqueeContainer {
    padding-top: 10px;
}

    .marqueeContainer img {
        margin: 0 10px;
    }

    .marqueeContainer a {
        color: white;
        padding-top: 10px;
    }


        .marqueeContainer a:hover {
            color: #1f68cb;
            transition: 0.5s ease-in;
            text-decoration: none;
        }

.price {
    background-color: #787878;
    height: 29px;
}


    .price p {
        color: white;
        font-size: 13px;
        margin: 0;
        padding-top: 5px;
        float: right;
    }

.index {
    background-color: #003663;
    height: 29px;
    color: white;
    padding-right: 15px;
    font-size: 14px;
}

    .index .status {
        background-color: #1f68cb;
        float: left;
        padding: 5px 5px;
    }

.Services {
    min-height: 440px;
    background-image: url(../images/3lam.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: fixed;
}

.ServicesTitle h3 {
    color: #2c3e50;
    text-transform: capitalize;
}

.line {
    border-top: 1px solid #b7b7b7;
    margin-top: 35px;
}



/* services pannel */
.Services .nav-stacked > li {
    height: 80px;
    background-color: #2c3e50;
    text-align: center;
}

    .Services .nav-stacked > li > a {
        font-size: 17px;
        color: white;
        padding: 25px 0px 0px 0px !important;
    }

.Services .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    height: 80px;
    background-color: #c11722;
    border-radius: 0px;
}

.Services .nav-pills > li.active {
    background-color: #c11722;
}

@media (min-width: 992px) {
    .Services .nav-pills > li.active:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 114, 188, 0);
        border-right-color: #c11722;
        border-width: 15px;
        margin-top: -15px;
    }
}

.Services .nav > li > a:hover, .nav > li > a:focus {
    ,max-height: 80px;
    background-color: #c11722;
    transition: 0.2s ease-in;
    border-radius: 0px;
    text-decoration: none;
}

.Services .nav > li:hover {
    background-color: #c11722;
}


.ServiceNav {
    margin-top: 10px;
}

.service {
    text-align: center;
    padding-bottom: 10px;
    min-height: 175px;
}

    .service p {
        font-size: 12px;
        color: black;
    }


    .service h4 {
        color: #2c3e50;
        font-size: 18px;
        margin-top: 6px;
        margin-bottom: 6px;
        text-transform:capitalize;
        font-weight:bold;
    }

    .service img {
        height: 90px;
        display: inline-block;
    }




.ServiceNav a:hover {
    text-decoration: none;
}




.more {
    padding-top: 20px;
    color: black;
}

    .more a {
        color: black;
    }


        .more a:hover {
            text-decoration: none;
            color: #c11722;
            transition: 0.2s ease-in;
        }



@media screen and (max-width: 768px) {

    .nav-stacked > li {
        height: 45px;
    }

        .nav-stacked > li > a {
            padding: 5px !important;
        }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        height: 45px;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        height: 45px;
    }

    .slide-text > p {
        width: 100%;
    }

    .carousel-indicators {
        bottom: 42px;
        right: 50%;
    }
}


.News_Social_Section {
    min-height: 525px;
    border-top: 3px solid #c11722;
    border-bottom: 3px solid #c11722;
    background-image: url(../images/newsSectionbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 35px;
}



    .News_Social_Section h3 {
        color: white;
        position: relative;
    }

.BrowseSite {
    background-color: white;
    height: 380px;
    max-height: 380px;
}
@media (max-width: 991px) {
    .BrowseSite {
        height: 390px;
        max-height: 390px;
    }
}
    .BrowseSite a {
        text-decoration: none;
        color: black;
        border-right: 3px solid #c11722;
        padding-right: 5px;
    }



.News {
    background-color: white;
    height: 380px;
    max-height: 380px;
}

@media (max-width: 767px) {
    .News {
        height: 500px;
        max-height: 500px;
    }
}

.SocialMedia {
    background-color: white;
    height: 380px;
    max-height: 380px;
}

@media (max-width: 767px) {
    .SocialMedia {
        height: 450px;
        max-height: 450px;
    }
}

.BrowseItems {
    height: 380px;
    max-height: 380px;
    padding: 0px;
    overflow: hidden;
}

    .BrowseItems li {
        display: block;
        padding: 17px 10px;
        border-bottom: 1px solid #b7b7b7;
        margin: 0px 8px;
    }

        .BrowseItems li:last-child {
            border-bottom: none;
        }


@media (max-width: 991px) {
    .BrowseItems {
        height: 390px;
        max-height: 390px;
    }
}

.News_Social_Section .owl-theme .owl-nav {
    position: absolute;
    top: -40px;
    width: 100%;
}

    .News_Social_Section .owl-theme .owl-nav .owl-prev,
    .News_Social_Section .owl-theme .owl-nav .owl-next {
        padding: 10px 11px;
        background: transparent;
        border: 1px solid white;
        border-radius: 0;
        margin: 0px;
        position: absolute;
        z-index: 10;
        top: 0;
        background-repeat: no-repeat;
        background-position: center center;
    }

.News_Social_Section .owl-carousel .owl-nav .owl-prev {
    right: 66%;
    background-image: url(../images/arrow1.png);
}

@media (max-width: 991px) {
    .News_Social_Section .owl-carousel .owl-nav .owl-prev {
        right: initial;
    }
}



.BrowseSite .owl-prev {
    right: 86% !important;
}


.News_Social_Section .owl-carousel .owl-nav .owl-next {
    left: 0;
    background-image: url(../images/arrow2.png);
}



.News_Social_Section .div-news .owl-carousel .owl-nav .owl-prev {
    left: 96px;
}

.News_Social_Section .div-news .owl-carousel .owl-nav .owl-next {
    left: 70px;
}


.News_Social_Section .owl-carousel .owl-stage {
    position: static;
}




/* latest news */
.newsItems {
    height: 380px;
    max-height: 380px;
    padding: 0px;
    overflow: hidden;
}

    .newsItems li {
        display: block;
        padding: 10px;
        font-size: 14px;
        clear: both;
        margin-bottom: 20px;
    }

        .newsItems li:last-child {
            border-bottom: none;
        }

.newsImg {
    float: right;
    padding-left: 10px;
    width: 132px;
    height: 91px;
}


@media (max-width: 991px) {
    .newsItems {
        height: 500px;
        max-height: 500px;
    }
}

.Discription p {
    font-size: 14px;
}

.blue {
    color: #c11722;
}

.newsItems a {
    color: black;
}


    .newsItems a:hover {
        text-decoration: none;
    }

@media screen and (min-width: 768px) {
    .social .nav-tabs {
        height: 61px;
    }
}


.social .nav-tabs > li {
    /*width: 75px;*/
    text-align: center;
}

    .social .nav-tabs > li > a {
        margin-right: 0px !important;
        height: 61px;
        padding: 18px 15px;
    }

        .social .nav-tabs > li > a:hover {
            background-color: #c11722;
            border-radius: 0px;
            color: white;
        }

    .social .nav-tabs > li.active {
        /*border-bottom: 6px solid #b7b7b7;*/
    }

.nav-tabs.nav-justified > li:hover {
    background-color: #04193e;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    background-color: #04193e;
    color: white;
    font-weight: bold;
}


.all {
    font-size: 13px;
    margin-right: 56%;
}

    .all a {
        color: white;
    }


        .all a:hover {
            text-decoration: none;
        }




@media (max-width: 991px) {
    .all {
        position: absolute;
        left: 0;
        top: 8px;
    }
}






/*Contrls */

.popup-container {
    box-shadow: 0px 0px 362px -21px rgb(0, 0, 0);
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgb(165, 165, 165);
    padding: 15px;
    margin-top: -50px;
}

    .popup-container .popup-title {
        color: #575757;
        font-size: 28px;
        font-weight: 600;
        text-transform: none;
    }

    .popup-container .popup-text {
        color: #797979;
        font-size: 15px;
        font-weight: 300;
        float: none;
        padding: 16px;
    }


.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.empty-5 {
    height: 5px;
}

.empty-10 {
    height: 10px;
}

.empty-20 {
    height: 20px;
}

.empty-30 {
    height: 30px;
}

.label-required:after {
    content: "*";
    color: red;
}



/***** Pager *****/


.dataPager {
    text-align: center;
}

    .dataPager .btn-group .btn {
    }

    .dataPager .btn {
        margin: 2px;
        padding: 4px 10px;
        color: #fff;
    }

    .dataPager .btn-primary {
        background-image: none;
        background-color: #000;
        border-color: #000;
        font-weight: bold;
        line-height: 20px;
    }

        .dataPager .btn-primary:hover {
            cursor: initial;
        }

    .dataPager .btn-default {
        background-image: none;
        background-color: #4399e2;
        border-color: #4399e2;
    }

    .dataPager .btn:active:focus, .dataPager .btn:active:hover {
        background-color: #2f436d;
        border-color: #2f436d;
        color: #fff;
    }

/***** items group *****/

.items-group {
}

    .items-group .items-group-title {
        font-size: 17px;
        color: #000;
        font-weight: bold;
    }

    .items-group .items-group-date {
        font-size: 16px;
        color: #376680;
    }

    .items-group .items-group-line {
        border-top: 3px solid #376680;
    }

    .items-group .items-group-readMore {
        background-color: #376680;
        text-align: center;
        height: 40px;
        padding: 6px 18px;
        color: White;
        text-decoration: none;
        font-size: 16px;
    }


/*****album****/
.album-div-container {
    margin-top: 30px;
}

.album-div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.album-div-inner {
    background-color: #4399e2;
    padding-bottom: 4px;
    min-width: 100%;
}

    .album-div-inner img {
        height: 270px;
        width: 100%;
    }


    .album-div-inner h4 {
        height: 60px;
        padding-top: 20px;
        margin: 0;
        background: rgba(0,0,0,0.8);
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 55px;
        left: 20px;
        right: 20px;
    }

/****FAQ****/

.faq-div {
    border-bottom: dotted;
    border-color: #777;
}

    .faq-div .question {
        border-right: 2px solid rgb(122, 151, 167);
        text-decoration: none;
        font-weight: bold;
        padding-right: 12px;
        font-size: 14px;
        margin-bottom: 6px;
    }

        .faq-div .question .q-tag {
            font-size: 22px;
            color: #9DB4C1;
        }

        .faq-div .question .q-text {
            color: black;
        }

    .faq-div .answer {
        background-color: white;
        border-right: 2px solid rgb(122, 151, 167);
        padding-right: 15px;
    }

        .faq-div .answer .a-tag {
            font-size: 30px;
            color: #DCE6E8;
        }

        .faq-div .answer .a-text {
        }
/****news ****/


.news-item {
    border: 1px solid #c2c2c2;
    position: relative;
    /*background-image: url('/App_Themes/ThemeAr/Images/innerline.png');*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-x: 0;
    /*padding-bottom: 1px;*/
    border-bottom-color: #4399e2;
    border-bottom-width: 2px;
    background-color: #f4f4f4;
}



    .news-item .news-item-img-container {
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .news-item .news-item-img-container img {
            display: inline-block;
            width: 100%;
            height: 190px;
        }

        .news-item .news-item-img-container .news-item-title {
            height: 60px;
            padding-top: 20px;
            margin: 0;
            background: rgba(0, 0,0,0.8);
            text-align: center;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .news-item .news-item-readMore {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 39px;
        width: 44px;
        background-color: rgb(78, 153, 227);
        font-size: 36px;
        color: #cdcac9;
        /*padding-top: 6px;*/
        text-align: center;
        -ms-transition-property: all;
        -o-transition-property: all;
        -moz-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -ms-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

        .news-item .news-item-readMore:hover {
            background-color: rgb(78, 153, 227);
            cursor: pointer;
            color: #f4f4f4;
        }




@media (min-width: 768px) {
    .news-item .col-sm-4, .news-item .col-sm-4 {
        float: right;
    }
}

@media (max-width: 767px) {

    .news-item {
        padding-bottom: 61px;
    }

        .news-item .news-item-readMore {
            width: 100%;
            bottom: 2px;
        }

        .news-item .news-item-img-container, .news-item .news-item-img-container img {
            width: 100%;
        }

    .txt-date {
        width: 165px !important;
    }
}

.news-itemBrief {
    font-size: 16px;
}




.servic-carousel-nav {
    text-align: center;
    margin-top: 20px;
}

    .servic-carousel-nav.disabled {
        display: none;
    }

    .servic-carousel-nav .owl-prev,
    .servic-carousel-nav .owl-next {
        display: inline;
        cursor: pointer;
        padding: 1px 11px;
        background: transparent;
        border: 1px solid #000;
        border-radius: 0;
        margin: 2px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .servic-carousel-nav .owl-prev {
        background-image: url(../images/arrow-right.png);
    }

    .servic-carousel-nav .owl-next {
        background-image: url(../images/arrow-left.png);
    }


@media screen and (max-width: 768px) {
    .servic-carousel-nav {
        margin-bottom: 10px;
    }
}

.carousel-inner > .carousel-item {
    backface-visibility: visible;
    perspective: 1000px;
    transition: opacity 0.8s ease-in-out 0s;
}

    .carousel-inner > .carousel-item.active.right, .carousel-inner > .carousel-item.next {
        left: 0;
        -webkit-transition: opacity 0.7s ease-in-out;
        -moz-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7s ease-in-out;
        opacity: 0;
    }

    .carousel-inner > .carousel-item.active.left, .carousel-inner > .carousel-item.prev {
        left: 0;
        -webkit-transition: opacity 0.7s ease-in-out;
        -moz-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7s ease-in-out;
        opacity: 0;
    }

        .carousel-inner > .carousel-item.active, .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right {
            left: 0;
            opacity: 1;
        }

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    /*z-index: 5 !important;*/
    /*display: inline-block !important;*/
    font-size: 2em;
}

/*fade effect on carousel*/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}


div .carousel-caption {
    /*position: fixed !important;*/
    top: 40%;
    /*z-index: 5;
    display: inline-block !important;*/
}

/* Caption animation delays */
.toggleHeading {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -moz-transition: none !important;
}

.toggleCaption {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -moz-transition: none !important;
}

/* Caption animation delays */
.toggleHeading {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -moz-transition: none !important;
}

.toggleCaption {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -moz-transition: none !important;
}
/*Scroll down - circle button*/
.btn-circle {
    width: 75px;
    height: 75px;
    padding: 10px 10px;
    border: none;
    border-radius: 100%;
    font-size: 50px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
/*Animating the circle button*/
.scroll-down {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: Circlebounce 2s infinite;
    -webkit-animation: Circlebounce 2s infinite;
    -moz-animation: Circlebounce 2s infinite;
    -o-animation: Circlebounce 2s infinite;
}

@-webkit-keyframes Circlebounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes Circlebounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes Circlebounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes Circlebounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.FooterTitles {
    font-size: 15px;
}

.ShareAddThis {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-top: 15px;
    padding-right: 6px;
    padding-left: 6px;
    display: inline-block;
}





/*mega menu*/


.navbar-inverse {
    background-color: transparent;
    border-radius: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-color: transparent;
    padding-top: 8px;
}


    .navbar-inverse .navbar-nav > li > a {
        color: white;
        font-size: 16px;
    }

    .navbar-inverse .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }


.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    background-color: rgba(22, 49, 62, 0.96);
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    line-height: 2.1;
    border-bottom: 3px solid #fff;
}

@media (min-width: 992px) {

    .mega-dropdown-menu {
        width: 94vw;
        right: -27vw;
    }
}


.mega-dropdown-menu a {
    text-decoration: none;
    color: #fff;
}

.mega-dropdown-menu .mega-img-contaner {
    margin-bottom: 15px;
}

    .mega-dropdown-menu .mega-img-contaner img {
        max-height: 200px;
        /*width: 100%;*/
        border: 1px solid #fff;
    }


.mega-dropdown-menu .mega-title {
}

    .mega-dropdown-menu .mega-title h4 {
        font-size: 16px;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
    }

.mega-dropdown-menu .mega-Brief {
}

    .mega-dropdown-menu .mega-Brief p {
        font-size: 14px;
    }



.mega-dropdown-menu .mega-list {
    list-style: none;
    padding: 0 0px;
}


    .mega-dropdown-menu .mega-list li,
    .mega-dropdown-menu .mega-list-withImages li {
        /*border-bottom: 1px dashed #f6f7f973;
        border-bottom-style: groove;*/
    }

        .mega-dropdown-menu .mega-list li:hover {
            background-color: #c11722;
        }


.mega-dropdown-menu .mega-list-withImages {
    list-style: none;
    padding: 0 0px;
}


    .mega-dropdown-menu .mega-list-withImages li {
        padding: 6px 0px;
    }

    .mega-dropdown-menu .mega-list-withImages img {
        height: 40px;
        width: 40px;
        display: inline-block;
        margin: 5px;
    }

    .mega-dropdown-menu .mega-list-withImages.mega-list-withImages-news li {
        border-bottom: 1px dashed #fff;
    }





.mega-dropdown-menu .mega-btn-contaner {
}

    .mega-dropdown-menu .mega-btn-contaner .mega-btn {
        margin-top: 5px;
        margin: 10px 0px;
    }

.FooterTitles-cont {
    padding-right: 50px;
}

.change-lang-esponsive {
    display: inline-block;
    opacity: 0.5;
    vertical-align: top;
    margin-top: 6px;
}

    .change-lang-esponsive a {
        color: white;
    }

.search-esponsive {
    padding: 0px;
    /* border: solid 1px #E4E4E4; */
    border-radius: 6px;
    /* background-color: #fff; */
    width: 180px;
    display: inline-block;
}

    .search-esponsive input[type='text'] {
        border: 0;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.50);
        color: white;
        z-index: 2;
    }

        .search-esponsive input[type='text']:focus {
            border: 0;
            box-shadow: none;
            -webkit-box-shadow: none;
            outline: none;
        }

    .search-esponsive .btn {
        margin: 2px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        left: 35px;
        z-index: 5 !important;
        padding: 0px 10px;
    }

    .search-esponsive button:hover {
        border: 0;
        box-shadow: none;
    }

    .search-esponsive .glyphicon-search {
        font-size: 23px;
    }


@media print{
    .header,
    .headerpart2,
    .menuA,
    .headerBg,
    footer,
    .form-horizontal,
    .dataPager,
    footer,
    .global.menu,
    .Glo,
    .headerbg,
    .innerPage-banner,
    .Menu,
    .mainTitleInner,
    .dailymessage{
        display: none !important;
    }


    a[href]:after{
        content:none;
        content:''
    }
    a[href]{ content:none;
        content:''
    }

    a[href]:before{
         content:none;
        content:''

    }
    a:link {content:'' }

    .contantdesc {
        padding-top: 111px !important;
    }

}






@media (max-width:1000px) and (min-width:700px)  {

    .slide-text { padding: 90px;}

    .carousel-indicators { bottom: 17%; }

    .logo {
 border-left: none!important;

    }

}


@media (max-width:1200px) {
    .logo {
        border-left: none!important;


    }
}







@font-face {
    font-family: 'FrutigerLTArabic-55Roman';
    src: url('/App_Themes/ThemeEn/fonts/FrutigerLTArabic-55Roman.eot?#iefix') format('embedded-opentype'), url('/App_Themes/ThemeEn/fonts/FrutigerLTArabic-55Roman.woff') format('woff'), url('/App_Themes/ThemeEn/fonts/FrutigerLTArabic-55Roman.ttf') format('truetype'), url('/App_Themes/ThemeEn/fonts/FrutigerLTArabic-55Roman.svg#FrutigerLTArabic-55Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'FrutigerLTArabic-55Roman','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FrutigerLTArabic-55Roman';
}

.navbar-default .navbar-nav > li > a {
    font-family: 'FrutigerLTArabic-55Roman';
}

.contantdesc,
.contantdesc span,
.contantdesc div,
.contantdesc p {
    font-family: 'FrutigerLTArabic-55Roman','Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}


    .contantdesc select.form-control {
        padding: 0 12px;
    }

input[type="text"].text-search {
    font-family: 'FrutigerLTArabic-55Roman';
}


.logo {
    border-left: 0px;
    border-right: 1px solid rgba(255,255,255,0.2);
}


.topnav {
    float: right;
    padding-left: 0px;
    padding-right: 40px;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        padding: 5px 7px;
    }

@media screen and (max-width: 768px) {

    .topnav a.icon {
        float: right;
    }
}

@media screen and (max-width: 768px) {

    .topnav.responsive a.icon {
        position: absolute;
        left: initial;
        right: 0;
    }

    .topnav.responsive a {
        float: none;
        display: inline-block;
        text-align: left;
    }
}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    border-left: 0px;
    border-right: 5px solid white;
}

.BgTopHead {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
}


.dailymessage {
    background-position: right bottom;
}

.floatMsg {
    float: right;
}

.dailymessage2 {
    background-position: right bottom;
}

.imgmobile img {
    right: 0px;
    left: 17px;
}

.breadcrumb-container ul,
.breadcrumb-container ol {
    float: left;
}

.sharesocial {
    float: right;
}

.listTitle {
    margin-right: 0px;
    margin-left: 31px;
}

.globalItems {
    margin-right: 0px;
    margin-left: 31px;
}

.banner1 {
    /*height:135 ;*/
    margin-right: 0px;
    margin-left: 31px;
}

.banner2 {
    margin-right: 0px;
    margin-left: 31px;
    background-position: right bottom;
}

.footerBanner li {
    float: right;
}

.socialitems {
    float: right;
    margin-left: 0px;
    margin-right: 45px;
}

.socialitemsFooter {
    margin-left: 0px;
    margin-right: 8px;
}

    .socialitemsFooter a {
        padding-right: 0px;
        padding-left: 8px;
    }

@media screen and (min-width: 769px) {
    .socialitemsFooter {
        float: right;
    }
}


.footerBanner li {
    float: right;
}

.footerBanner {
    float: right;
}

.poweredby {
    float: right;
}

@media screen and (max-width: 767px) {
    .poweredby {
        float: none;
    }
}

.twasol {
    float: right;
    padding-left: 0px;
    padding-right: 7px;
}

@media screen and (max-width: 767px) {
    .twasol {
        float: none;
    }
}

.app {
    padding-right: 0px;
    /*padding-left: 51px;*/
}


@media screen and (max-width: 768px) {


    .app {
        padding-left: 0px !important;
    }

    .twasol {
        padding-right: 0px;
        padding-left: 0px;
    }

    .footerBanner li {
        float: none;
    }
}

@media screen and (max-width: 1200px) {
    .globalItems {
        margin-left: 0px;
    }

    .listTitle {
        margin-left: 0px;
    }

    .banner1 {
        margin-left: 0px;
    }

    .banner2 {
        margin-left: 0px;
    }
}

#wrap {
    float: left;
}

input[type="text"].text-search {
    padding-right: 0px;
    padding-left: 28px;
    right: -30px;
    left: initial;
}

.btn-search {
    float: left;
    left: 0;
}


.Banners .owl-carousel .owl-nav .owl-next:hover {
    left: 0;
}

.Banners .owl-carousel .owl-nav .owl-prev:hover {
    right: 0;
}

.bs-slider-overlay {
    right: 0;
}

.slide_style_left {
    text-align: right !important;
}

.slide_style_right {
    text-align: left !important;
}

.slide-text {
    text-align: right;
}


.carousel-indicators {
    right: 0%;
    left: 16%;
}



.newsTicker {
    float: right;
}

.NewsTitle {
    padding-right: 0px;
    padding-left: 25px;
    margin-left: 0px;
    margin-right: 12px;
}

.price p {
    float: left;
}

.index {
    padding-right: 0px;
    padding-left: 15px;
}

    .index .status {
        float: right;
    }

.Services {
    background-position: right center;
}

@media (min-width: 992px) {
    .Services .nav-pills > li.active:after {
        right: 0px;
        left: 100%;
        border-right: none;
        border-left-color: #c11722;
    }
}

@media screen and (max-width: 768px) {



    .carousel-indicators {
        left: 50%;
    }
}

.News_Social_Section .owl-carousel .owl-nav .owl-prev {
    left: 66%;
}

.BrowseSite .owl-prev {
    left: 86% !important;
}

.News_Social_Section .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.News_Social_Section .div-news .owl-carousel .owl-nav .owl-prev {
    right: 96px;
}

.News_Social_Section .div-news .owl-carousel .owl-nav .owl-next {
    right: 70px;
}

.newsImg {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
}

.social .nav-tabs > li > a {
    margin-left: 0px !important;
}

.all {
    margin-right: 0%;
    margin-left: 46%;
}
@media (max-width: 991px) {
    .all {
        right: 0;
        left:initial;
        top: 8px;
    }
}


.text-right {
    text-align: left;
}

.text-left {
    text-align: right;
}


.faq-div .question {
    border-right: none;
    border-left: 2px solid rgb(122, 151, 167);
    padding-right: 0px;
    padding-left: 12px;
}

.faq-div .answer {
    border-right: none;
    border-left: 2px solid rgb(122, 151, 167);
    padding-right: 0px;
    padding-left: 15px;
}



.news-item .news-item-readMore {
    right: 0;
    left: initial;
}

@media (min-width: 768px) {
    .news-item .col-sm-4, .news-item .col-sm-4 {
        float: left;
    }
}

.servic-carousel-nav .owl-prev {
    background-image: url(.../images/arrow-left.png);
}

.servic-carousel-nav .owl-next {
    background-image: url(.../images/arrow-right.png);
}

.carousel-inner > .carousel-item.active.right, .carousel-inner > .carousel-item.next {
    right: 0;
}

.carousel-inner > .carousel-item.active.left, .carousel-inner > .carousel-item.prev {
    right: 0;
}

    .carousel-inner > .carousel-item.active, .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right {
        right: 0;
    }


.glyphicon-menu-left:before {
    content: "\e258";
}

.glyphicon-menu-right:before {
    content: "\e257";
}

.ServicesTitle span {
    font-size: 21px;
}

.ShareAddThis {
    padding-right: 6px;
    padding-left: 0px;
}

.Discription p {
    text-align: left;
}

.BrowseSite {
    text-align: left;
}

    .BrowseSite a {
        border-left: 3px solid #c11722;
        padding-left: 5px;
        border-right: none;
    }


@media (min-width: 992px) {

    .mega-dropdown-menu {
        left: -27vw;
        right: initial;
    }
}


.FooterTitles-cont {
    padding-left: 50px;
}

.mega-dropdown-menu .mega-btn-contaner .mega-btn {
    margin: 10px -2px;
}

.search-esponsive .btn {

    right: 35px;
    left: initial;

}
.floatMsgHome {

    left: initial;
    right : -6%;
}

@media  (Max-width: 1250px) {

    .floatMsgHome {
        left: initial;
        right: -0%;
    }
}

@media  (Max-width: 1200px) {

    .floatMsgHome {
        left: initial;
        right: 0;
    }
}

@media  (Max-width: 992px) {
    .floatMsgHome {
        left: initial;
        right: initial;

    }
}


.homeDailymessage {
    /*height: 180px;
    position: absolute;
    width: 100%;
    top: 188px;
    width: 33px;*/
    height: 180px;
    position: absolute;
    width: 100%;
    top: 188px;
    width: 100%;
    left: -5% !important;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            /*display: block;
            width: 100%;*/
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut;
    }

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*.ServiceNav {
    max-width:100%;
    display: flex;
}*/
