﻿@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular-webfont.eot?v=4.2.0');
    src: url('../fonts/glyphicons-halflings-regular-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular-webfont.woff?v=4.2.0') format('woff'), url('../fonts/glyphicons-halflings-regular-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/glyphicons-halflings-regular-webfont.svg?v=4.2.0#glyphicons-halflings-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.boldFont {
    font-family: 'OpenSans-Bold' !important;
}

html {
    direction: rtl;
    text-align: right;
}

.white {
    color: white;
}

.container {
    max-width: 1248px;
}

button {
    outline: none !important;
}

.gray {
    color: #6A6B6B;
}

body {
    font-family: 'OpenSans-Regular' !important;
    text-align: left;
   direction:ltr;
    background-color: white;
    position: relative;
}

    body p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 14px;
        font-family: 'OpenSans-Regular' !important;
    }

a:hover {
    cursor: pointer;
    text-decoration: none !important;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6, span {
    font-family: 'OpenSans-Bold' !important;
}
a {
    font-family: 'OpenSans-Regular' !important;
}
.col-sm-4 {
    padding: 0px !important;
}

.Menub {
    padding-top: 10px !important;
    display:flex;
}

.MenubItems li {
    display: inline-block;
    padding: 10px 5px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 10px !important;
    right: auto !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: 10px !important;
    left: auto !important;
}

.MenubItems li::after {
    content: "|";
    color: #979797;
    position: relative;
    left: 9px !important;
}

    .MenubItems li:last-child:after {
        content: "";
    }

.MenubItems a {
    color: #333;
    font-family: 'OpenSans-Regular' !important;
    font-size: 12px;
}

    .MenubItems a:hover {
        color: #333;
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px;
    }

    .MenubItems a:hover {
        text-decoration: none;
        transition: 0.5s ease-in;
    }
.controlsitems {
    padding-left: 10px;
    margin-left: 90px;
}



    .controlsitems li:hover {
        background-color: #e8e8e8 !important;
    }
.mobile-menu {
    position: relative;
}

.news-block .media-body {
    padding-right: 20px !important;
}



section.main-nav ul.navbar-nav li.nav-item .dropdown-menu {
    padding-top: 15px;
}




.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 235px;
    border-color: #a4a4a482;
    border-top: 5px solid #ac5397;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(214 214 214 / 0%);
    box-shadow: 0px 5px 5px 0px rgb(214 214 214 / 0%);
    border-radius: 0;
    padding: 0;
    margin: 0;
    top: calc(100% + 15px );
    background: #fff;
}

    .navbar-expand-lg .navbar-nav .dropdown-menu::before {
        position: absolute;
        bottom: calc(100% + 5px );
        right: 73%;
        transform: translateX(-50%);
        border-bottom: 10px solid #ac5397;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: '';
    }

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #000;
    padding: 14px;
    font-size: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.navbar::after {
    content: '';
    border-bottom: 1px solid #333;
    width: 100%;
    position: relative;
    top: 0px;
}





.bg-master {
    background-color: #3e7fb0;
}

.innerheaderContent h2 {
    color: #333 !important;
}


    .controlsitems li {
        display: inline-block;
        height: 30px;
        border-radius: 15px;
        transition:0.5s ease;
        padding: 0px 8px;
        border: 1px solid #333;
    }

    .controlsitems a {
        color: #409cd6 !important;
        font-size:14px;

    }

.boderTop {
    border-top: 3px solid #707070;
}

.mainMenu {
    margin-top: -34px;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-family: 'OpenSans-Bold' !important;
    font-size: 12px;
}

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: #333;
    }



    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #333;
        background-color: #e8e8e8;
    }


.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-align: left;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #ac5397 !important;
        padding-left: 20px !important;
        font-weight: bold !important;
    }


.navbar {
    position: relative;
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
}

 

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    padding-right:13px;
    padding-top: 10px !important;
}

.navbar {
    position: relative;
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
}



.mainslider {
    width: 100%;
    height: 620px;
}

.swiper-container {
    border-bottom: 3px solid #AC5397 !important;
    width: 100%;
    height: 100%;
}

.swiper-button-prev {
    background-size: 60% !important;
    background-image: url('/App_Themes/ThemeAr/images/left.png') !important;
}

.swiper-button-next {
    background-size: 60% !important;
    background-image: url('/App_Themes/ThemeAr/images/right.png') !important;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.slide-image {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    right: 0px;
    background-size: cover;
}

.slide-title {
    font-size: 36px;
    line-height: 1.15;
    max-width: 35%;
    white-space: normal;
    word-break: break-word;
    color: rgb(255, 255, 255);
    z-index: 100;
    font-family: OpenSans-Regular !important;
    font-weight: normal;
    position: absolute;
    right: 13%;
    top: 26%;
    text-align: center;
    display: block !important;
}

.bg:hover {
    background-color: #A80006;
    transition: 0.5s ease-in;
}

.bg a:hover {
    text-decoration: none;
}

.slide-title2 {
    position: absolute;
    right: 22%;
    top: 45%;
}

.slide-stores {
    font-size: 18px;
    padding: 0px;
    line-height: 1.5;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: 'OpenSans-Regular' !important;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    list-style-type: none;
    right: 10%;
    top: 48%;
    text-align: center;
}

.slider-image {
    position: absolute;
    right: 50%;
    top: 12%;
}

.slide-stores li {
    display: inline-block;
}

.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
}

.news-ticker {
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.40);
    padding: 6px 0;
}

.modern-ticker {
    width: 100%;
    height: 41px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    color: #000;
}

    .modern-ticker a {
        text-decoration: none
    }

    .modern-ticker ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

.mt-body {
    margin: 2px;
    position: relative
}

.mt-label {
    margin-right: 2px;
    padding: 0 8px 0 12px;
    position: absolute;
    right: 0;
    width: 140px;
    text-align: center;
}

.mt-news {
    overflow: hidden;
    position: absolute;
    width: auto !important;
}

    .mt-news ul {
        background-repeat: no-repeat;
        background-position: -1000px
    }

    .mt-news li {
        float: right
    }

    .mt-news a {
        font-size: 14px;
        padding: 0 10px 0 20px;
        margin-right: 2px;
        display: block;
        white-space: nowrap;
        transition-duration: 1s;
        transition-timing-function: linear;
    }

        .mt-news a img {
            padding-left: 10px;
        }

        .mt-news a:hover {
            color: #185bae;
        }

.mt-scroll.mt-round .mt-news a {
    color: #959595;
    border-radius: 0;
    font-family: 'OpenSans-Regular' !IMPORTANT;
    font-size: 15px;
}

.mt-hide {
    display: none
}

.news-title {
    font-family: "OpenSans-Bold" !important;
    font-size: 20px;
    color: #5B6197;
}

.newsticker .news-title::before {
    position: absolute;
    top: 8px;
    left: -8px;
    bottom: 0px;
    height: 25px;
    width: 4px;
    content: url(../images/tickerarrow.png);
}

.ticker-border::after {
    content: '';
    position: absolute;
    top: 6px;
   right: 0px;
    bottom: 0px;
    height: 25px;
    width: 4px;
    background-color: #AC5397;
}

.choices {
    display: flex;
    padding-top: 15px;
    justify-content: center;
}

.choice-box1 {
    background-color: #5C6596;
    margin-bottom: 3%;
    border: 1px solid transparent;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 5%;
    height: 122px;
    /*width: 80%;*/
    margin-left: auto;
    border-radius: 0px 0px 0px 15px;
}

.line {
    display: block;
    margin: 25px 10%;
}

    .line h2 {
        font-size: 15px;
        text-align: center;
        border-bottom: 1px solid #707070;
        position: relative;
    }

        .line h2 span {
            background-color: white;
            position: relative;
            top: 10px;
            padding: 0 30px;
        }

.choice-image {
    float: left;
}

    .choice-image img {
        width: 70%;
    }

.choice-title {
    padding: 2% 0%;
}

    .choice-title h5 {
        color: #fff;
        font-family: 'OpenSans-Regular' !important;
        font-size: 22px;
    }

.choice-box2 {
    background-color: #8E427C;
    margin-bottom: 3%;
    /*width: 80%;*/
    margin-left: auto;
    border: 1px solid transparent;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 5%;
    height: 122px;
}

.choice-box3 {
    background-color: #1D7FAF;
    /*width: 80%;*/
    margin-left: auto;
    border: 1px solid transparent;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 5%;
    height: 122px;
    border-radius: 0px 1px 0px 15px;
}

.choice-box4 {
    background-color: #1D7FAF;
    margin-bottom: 3%;
    /*width: 80%;*/
    margin-right: auto;
    border: 1px solid transparent;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 5%;
    height: 122px;
    border-radius: 0px 20px 1px 0px;
}

.choice-box5 {
    background-color: #8E427C;
    margin-bottom: 3%;
    /*width: 80%;*/
    margin-right: auto;
    border: 1px solid transparent;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 5%;
    height: 122px;
}

.choice-box6 {
    background-color: #5C6596;
    margin-bottom: 3%;
    /*width: 80%;*/
    margin-right: auto;
    border: 1px solid transparent;
    padding-top: 8%;
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 5%;
    height: 122px;
    border-radius: 0px 10px 0px 0px;
}

.choices ul {
    list-style-type: none;
}

    .choices ul li {
        padding: 0px 40px 0px 63px;
        display: inline-block;
    }

        .choices ul li span {
            padding-left: 15px;
            font-family: 'OpenSans-Regular' !important;
        }

.news-ticker span.divider {
    background: #a7abaf;
}

.slider-animation1 .carousel-indicators {
    position: absolute;
    right: 0%;
    bottom: 0;
    left: 0px;
    z-index: 15;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    top: 90%;
}

.shadow {
    height: 100%;
    background-image: url("/App_Themes/ThemeAr/images/overlay.png");
}

.slider-animation1 .carousel-indicators li {
    box-sizing: content-box;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    background-repeat: no-repeat;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    border-radius: 100%;
    border-radius: 100%;
}

    .slider-animation1 .carousel-indicators li::after {
        bottom: 0px !important;
    }

.slider-animation1 .carousel-indicators .active {
    background-color: transparent;
    opacity: 1;
    position: relative;
}

    .slider-animation1 .carousel-indicators .active::after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
        background-repeat: no-repeat;
        position: absolute;
        left: 0px;
        right: 0px;
    }

.textin {
    position: relative;
    bottom: 80px;
    text-align: center;
    font-family: 'Cairo-Regular';
}

    .textin h1 {
        color: #fff !important;
    }

.slide1 {
    background: url(../images/slideimage.png);
    background-position: center;
    height: 390px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 100%;
}

.slideshow {
    position: relative;
}

.slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    right: 96%;
    width: 100%;
    display: inline;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
    top: 36%;
}

.slideshow-pagination-item {
    display: flex;
    align-items: center;
}

    .slideshow-pagination-item .pagination-number {
        opacity: 0.5;
    }

    .slideshow-pagination-item:hover,
    .slideshow-pagination-item:focus {
        cursor: pointer;
    }

    .slideshow-pagination-item:last-of-type .pagination-separator {
        width: 0;
    }

    .slideshow-pagination-item.active .pagination-number {
        opacity: 1;
    }

    .slideshow-pagination-item.active .pagination-separator {
        width: 10vw;
    }

.slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
}

    .slideshow-navigation-button:hover,
    .slideshow-navigation-button:focus {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.5);
    }

    .slideshow-navigation-button.prev {
        left: 0;
    }

    .slideshow-navigation-button.next {
        right: 0;
    }

.pagination-number {
    font-size: 22px;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    padding: 3px 0.5rem;
}

.pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
}

@media (min-width: 45em) {
    .pagination-separator {
        display: block;
    }
}

.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
}

.slider-shadow {
    background-image: -moz-linear-gradient( 90deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.8) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.8) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.8) 100%);
    height: 390px;
}

.mainHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.swiper-slide {
    height: 675px !important;
    position: relative;
}

.newsticker {
    background-color: rgba(0, 0, 0, 0.73);
    height: 69px;
    padding: 10px;
    border: 2px solid white;
    left: 0;
    right: 0;
    z-index: 101;
    margin-left: 10px;
}

.tickertitle {
    width: 50% !important;
}

#ticker_container {
}

#newscontent {
    margin-right: 10px;
    float: right;
    width: 100%;
    padding-top: 20px;
}

    #newscontent a {
        color: white;
    }

#news {
    display: none;
}

.controls {
    padding-right: 20% !important;
}


#news {
    display: none;
}

.news_tricker {
    width: 100%;
}

.icon {
    fill: white !important;
}

.storybanner {
    height: 69px;
    padding: 10px;
    margin-bottom: 20px;
}

.bg {
    background-color: rgba(0, 0, 0, 0.73);
    border: 2px solid white;
}

.sliderbanner {
    text-align: center;
    z-index: 101;
}

. .number {
    color: white;
    margin: 0;
}

.mycount {
    font-size: 40px;
    font-family: 'cocon-arabic';
}

.search-wrap {
    position: relative;
    right: -8px;
    top: 3px;
}

#btn-search {
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 0 0px !important;
    cursor: pointer;
    font-family: 'cocon-arabic';
}

.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
}

    .search::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
    }

    .search::before {
        opacity: 0;
        transition: opacity 0.4s;
    }

.search-cls {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    background: #eaba82;
    opacity: 0;
    transition: opacity 0.4s;
    background: none;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.search-cls {
    display: block;
}

    .search-cls .icon {
        display: block;
        width: 1.5em;
        height: 1.5em;
        margin: 0 auto;
        fill: currentColor;
    }

.search-frm {
    position: relative;
    margin: 2em 0 2em;
    transform: scale(0);
    transition: 0.9s;
    transform-origin: center top;
}

.search-frm-inner {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transform: translate3d(0, -50px, 0);
    transition: transform 0.4s;
}

.search-ip {
    font-family: inherit;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.25em;
    text-align: left;
    color: #fff;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: opacity 0.4s;
    transition: 0.3s;
}

.search-frm-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 105%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
}

.search .search--open {
    pointer-events: auto;
}

.search--open::before {
    opacity: 1;
}

.search--open .search-cls {
    opacity: 1;
}

.search--open .search-frm-inner {
    transform: translate3d(0, 0, 0);
    transition: none;
}

.search--open .search-ip {
    opacity: 1;
    transition: 0.4s;
}

.search--open .search-frm-inner::after {
    animation: UpTpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.search--open {
    pointer-events: auto;
}

.search.search--open .search-frm {
    transform: scale(1);
}

.search-cls span::before,
.search-cls span::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 5px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.search-cls span::after {
    transform: translateY(-50%) rotate(-45deg);
}

@keyframes UpTpDown {
    0% {
        opacity: 1;
        transform: scale3d(0, 1, 0);
        transform-origin: 0% 100%;
    }

    50% {
        transform: scale3d(1, 1, 1);
        transform-origin: 100% 0%;
        transition-timing-function: ease-out;
    }

    50.1% {
        transform-origin: 0% 100%;
        transition-timing-function: ease-out;
    }

    100% {
        opacity: 1;
        transform: scale3d(0, 1, 0);
        transform-origin: 100% 0%;
        transition-timing-function: ease-out;
    }
}

@media screen and (max-width: 1199px) {
    .search-ip {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .search-ip {
        font-size: 30px;
    }

    .search-cls {
        font-size: 1em;
    }

    .search-frm {
        margin: 2em 0;
    }

    .search__related {
        font-size: 85%;
        width: 100%;
        padding: 0 1em;
    }

    .search-ip,
    .search-frm-inner::after {
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 479px) {
    .search-ip {
        font-size: 20px;
    }
}

.MenubItems {
    margin-left: -30px;
    margin-top: -5px;
}

.Union-services {
    padding-top: 50px;
}

.union-title {
    font-family: 'OpenSans-Bold' !important ;
    font-size: 40px;
    color: #48494A;
}

.textin h1 {
    font-size: 25px;
    font-family: 'OpenSans-Bold' !important ;
    color: #fff;
}

.Advertisement {
    margin-top: 100px;
    background-image: url(/App_Themes/ThemeAr/Images/Group.png);
}
.socialmdeiasection
{
    padding-top:15px;
}

.Advertisement-slide-content {
    position: relative;
    top: 15%;
    max-width: 80%;
    z-index: 99999;
    left: 30%;
    text-align: left;
}

    .Advertisement-slide-content h1 {
        font-family: 'OpenSans-Bold' !important;
        color: #fff !important;
        font-size: 25px;
    }

    .Advertisement-slide-content p {
        color: #fff !important;
    }

.Advertisement-readmore a {
    padding: 10px;
    color: #fff;
    /*background-image: -webkit-linear-gradient( -169deg, rgb(89, 127, 185) 0%, rgb(137, 72, 130) 100%);*/
}

/*.Advertisement-readmore {
    padding-top: 10%;
}*/

.Advertisementbanner {
    position: absolute;
    left: 9%;
    top: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 0px 0%;
    width: 80%;
}

.AdvertisementTab {
    padding-top: 15px;
    transform: skew( -10deg, 0deg);
}

.Advertisementborder h5 {
    font-family: 'OpenSans-Bold' !important;
    font-size: 22px;
    color: #585085;
}

.Advertisementborder p {
    color: #fff !important;
}

.Advertisementborder:first-child {
    background-color: #8E427C;
    border-radius: 0px 10px 9px 0px;
}

    .Advertisementborder:first-child h5 {
        color: #C1C1C1;
    }

.Advertisementborder:last-child {
    border-radius: 10px 0px 0px 9px;
}

.Advertisementborder {
    background-color: #409CD6;
    transform: skew( 0deg, 0deg);
    cursor: pointer;
    border-left: 1px solid #D4D4D4;
}

.carousel-control-next-icon {
    background-image: url(/App_Themes/ThemeAr/images/arrow-right.png) !important;
    padding: 20px;
}

.carousel-control-prev-icon {
    background-image: url(/App_Themes/ThemeAr/images/arrow-left.png) !important;
    padding: 20px;
}

.carousel-control-next {
    right: -40px;
}

.carousel-control-prev {
    left: -40px;
    right: auto !important;
}

.bg-pruple img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    height: 450px;
}

.halfbg {
    background-color: #8E427C;
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 30% 100%);
}

.overlay {
    margin: 0px;
    background-color: #3d47509e;
}

.newsitem {
    background-color: #F1F1F1;
    border: 1px solid #C9C9C9;
    max-height: 223px;
    padding: 30px;
}

.maintitle {
    font-size: 35px;
    color: #6e6e6e;
    font-family: 'OpenSans-Bold' !important ';
}

.News {
    margin-top: 70px !important;
    margin-bottom: 20px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent !important;
}

.nav-tabs .nav-link {
    font-family: 'OpenSans-Regular' !important;
    font-size: 19px;
}

.nav-tabs {
    padding: 0px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
    border-bottom: 1px solid transparent;
}

    .nav-tabs::after {
        content: "";
        border-bottom: 4px solid #ECECEC;
        width: 94%;
        /* margin: 0 auto; */
        margin-right: 0 auto;
        left: 0%;
        position: relative;
        display: block;
    }

    .nav-tabs .nav-item ::before {
        content: "|";
        color: #979797;
        position: relative;
       right: 10% !important;
    }
#ImgLogo ,.ImgLogo {
    position: relative;
    bottom: 20px;
}
.Menub img
{
    width:100% !important;
}
.nav-tabs .nav-item:first-child ::before {
    content: '';
}

    .nav-tabs li:last-child a:after {
        content: '' !important;
    }

    .nav-tabs .nav-link.active {
        position: relative;
        color: #7D3B6D !important;
    }

        .nav-tabs .nav-link.active::after {
            content: "";
            display: block;
            position: absolute;
            top: 44px;
            z-index: 99;
            left: 0px !important;
            right: 0px !important;
            height: 15px;
            background-color: #7D3B6D;
            clip-path: polygon(0px 0px, 50% 0px, 50% 45%, 40% 0px, 100% 0px, 100% 30%, 56% 30%, 52% 80%, 47% 30%, 0% 26%);
        }

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-color: transparent !important;
    }

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

.newstitle {
    font-family: 'cocon-arabic';
    color: #157283;
}

.News a {
    color: #6e6e6e;
}

    .News a:hover {
        text-decoration: none;
    }

.tab-content {
    padding: 5% 2% 0px 0px;
}

.news-article-image {
    float: left;
    padding-right: 15px;
}

    .news-article-image img {
        height: 143px;
        width: 217px;
    }
    .news-article-date span {
        font-family: 'OpenSans-Bold' !important;
        color: #045785;
    }

.news-article {
    margin-bottom: 10%;
    padding-bottom: 23px;
    border-bottom: 1px solid #707070;
    min-height: 143px;
}

/*.news-article-breif {
    max-width: 80%;
}*/

    .news-article-breif p {
        margin-bottom: 8px !important;
    }

.section5 {
    background-image: url(/App_Themes/ThemeAr/images/backgroundlayer.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    padding: 5% 7%;
}
.section5-item {
    border: 1px solid #ffffff9c;
    padding: 20px;
    color: #fff;
    margin: 10% 10% 15% 0%;
    height: 230px;
    width: 80%;
    text-align: center;
    border-radius: 30px;
    position:relative
}

.section5-title h5 {
    padding-top: 30px;
    font-family: 'OpenSans-Bold' !important ;
    font-size: 22px;
}
.section5-readmore {
    bottom: -5%;
    position: absolute;
    right: 30%;
}
.section5-image {
    position: absolute;
    top: -18%;
    height: 80px;
    width: 80px;
    border: 1px solid #ffffff7a;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    right: 35%;
}
.bodybanner .row
{
    flex-direction:row-reverse;
}
.section5-image img {
    width: 90%;
}

.section5-readmore a {
    background-color: #5a7eb8;
    padding: 10px;
    color: #fff;
    font-family: 'OpenSans-Regular' !important;
   
}




.bodybanner {
    margin: 5% 0px;
    padding: 0 5%;
}

.banner-item {
    text-align: center;
}
.banner-image img {
    width: 38% !important;
}

    .banner-item::after {
        content: "";
        width: 40px;
        height: 1px;
        background-color: #409CD6;
        transform: rotate( 90deg);
        position: absolute;
        display: block;
        top: 45%;
        right: 0%;
    }

.last::after {
    background-color: transparent !important;
}

.banner-item .mycount {
    font-size: 30px;
    font-family: 'OpenSans-Bold' !important;
    color: #8E427C;
    font-weight: bold;
}

.banner-item .banner-title {
    padding-top: 20px;
}

.banner-item a {
    color: #6e6e6e;
}

.social-strip {
    color: #fff;
    background-color: #5E649B;
    padding: 3% 0%;
    text-align: center;
}

.useful-links ul {
    padding: 0px;
}

.useful-links-items li::before {
    padding-right: 10px;
    content: url('/App_Themes/ThemeEn/Images/breadcrumb-arrow.png');
}
.partners
{
    text-align:center;
}

.useful-links ul li {
    text-align: left;
}

.useful-links ul {
    list-style-type: none;
}

    .useful-links ul li a {
        color: rgb(255, 255, 255);
        font-family: 'OpenSans-Regular' !important;
        font-size: 12px;
    }

.partners ul li {
    display: inline-block;
    padding: 0 10px;
    padding-top: 15px;
}

.socialmedi1 {
    padding: 0px 20%;
    text-align: left;
    justify-content: center;
    display: flex;
    list-style-type: none;
}

.socialmedi2 {
    text-align: center;
    display: flex;
    padding-right: 20%;
    justify-content: center;
    list-style-type: none;
}

.socialmedi1 li {
    display: inline-block;
    padding: 0px 7px;
}

.socialmedi2 li {
    display: inline-block;
    padding-left: 35px;
}

.socialmedi1 li i {
    border: 1px solid rgb(255, 255, 255);
    width: 35px;
    text-align: center;
    height: 30px;
    padding: 5px 2px;
    border-radius: 50%;
}

.fa {
    color: #D6D6D6;
    font-size: 15px !important;
}

.Download ul {
    list-style-type: none;
    padding: 0px;
}

    .Download ul li {
        padding: 5px 0px;
    }

.sustainable {
    background-image: url(/App_Themes/ThemeAr/images/Group42.png);
    min-height: 450px;
    background-size: cover;
    margin-bottom: 50px;
}

.footer2 {
    background-color: #585085;
    padding-top: 10px;
}

    .footer2 .d-flex,
    .social-strip .row {
        justify-content: space-between;
    }

.menuscitems li::after {
    content: "|";
    color: #979797;
    padding-right:3px;
    position: relative;
    left: 0px !important;
}

.footerborder {
    border-left: 1px solid #409CD6;
    border-right: 1px solid #409CD6;
}

.banneritemdivlast .banner-item:first-child:after {
    content: "";
    background-color: transparent;
}

.menuscitems li {
    display: inline-block;
}

.menuc li a {
    color: black;
    padding: 0px 10px;
}

.follow li {
    display: inline-block;
    padding: 0px 5px;
}

.menuscitems a {
    font-size: 13px;
    color: #ffffff9c;
    padding: 0px 0px;
}

.Powered p {
    font-size: 13px;
    font-family: 'OpenSans-Regular' !important;
    color: #ffffff9c;
}

.Powered a {
    color: #ffffff9c;
}

.menuscitems a:hover {
    text-decoration: none;
}

.menuscitems li:last-child:after {
    content: "";
}

.line1 {
    height: 1px;
    background-color: #C1C1C1;
}

.menuscitems {
    padding: 0;
}

.footermenu {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .footermenu a {
        color: #7E7E7E;
        font-size: 15px;
    }

    .footermenu p {
        margin-bottom: 1px;
    }

.innerheader {
    /*background-image: url(/App_Themes/ThemeAr/images/innerheader.png);*/
    background-repeat: no-repeat;
    min-height: 400px;
    background-size: cover;
}

.innerheaderContent h2 {
    padding-bottom: 60px;
}

.innerheader h3 {
    text-transform: uppercase;
}

.innerheaderContent {
    position: relative;
    text-align: center;
    padding-top: 180px;
    color: white;
}

    .innerheaderContent hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

.breadcrumb {
    transform: translate(0px, 10px);
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

    .breadcrumb a {
        color: white;
        text-decoration: none !important;
    }

.breadcrumb-item + .breadcrumb-item {
    color: #FFF;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: white;
    content: "//";
}

.share {
    margin: 0;
}

.line2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.share li {
    color: white;
    list-style: none;
    display: inline-block;
    font-size: 13px;
}

    .share li a {
        color: white;
        padding: 0px 4px;
    }

#pause_trigger {
    display: none !important;
}

#play_trigger {
    display: none !important;
}

.bg-pruple {
    padding: 0px;
    background-color: #8E427C
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.at-icon-wrapper {
    background-color: transparent !important;
}

.UlShareIcons {
    display: flex;
}

.list-inline-item, .breadcrumb-item {
    color: #fff !important;
}

.page-body-template {
    padding: 40px 0 60px;
}

.CurrentPageClass {
    color: #fff;
    background: #8E427C;
    cursor: pointer;
}

    .CurrentPageClass:hover {
        color: #777;
        background: #fff;
        cursor: pointer;
    }

.NumericClass:hover {
    cursor: pointer !important;
    color: #fff;
    background: #8E427C;
    cursor: pointer;
}

.CurrentPageClass, .NumericClass {
    border: 1px solid #777;
    padding: 3px 8px 3px 8px;
    transition: all 0.5s;
    color: #777;
    cursor: pointer;
    margin-right: 5px;
    height: 31px;
}

.itemDirection {
    direction: ltr
}

.bdr-blue2 {
    border-bottom: 1px solid #8E427C !important;
}

select {
    padding: 5px 10px 5px 35px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    background-image: url('/App_Themes/ThemeAR/Images/DropDownArrowAR.png') !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    margin-bottom: 3%;
}


.Contactus p {
    margin-bottom: 4px;
}

.txt-search {
    margin-bottom: 10px;
    width: 100%;
    height: 32px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}

.SearchBoxStyle {
    border: 1px solid #eeecec;
    padding-top: 20px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 30px;
    padding: 15px;
}

.page-body-template .btn-search {
    font-size: .875rem;
    border: none !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    height: 32px !important;
    color: white !important;
    background-color: #5a7eb8;
    text-align: center !important;
    width: 100% !important;
    line-height: 1.5;
    border-radius: .2rem !important;
}

    .page-body-template .btn-search:hover {
        background: #324757 !important;
        color: #fff;
        cursor: pointer
    }

.section5-readmore a:hover {
    background: #324757 !important;
    color: #fff;
    cursor: pointer
}

.BorderClass {
    border-left: 4px solid #409CD6;
    padding-left: 10px;
}

.album-div-container {
    margin-top: 30px;
}

.album-div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.album-div-inner {
    background-color: rgb(247, 247, 247);
    padding-bottom: 4px;
    min-width: 100%;
    height: 240px;
}

    .album-div-inner img {
        height: 230px;
        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;
    }

.card-img-top {
    margin: auto;
}

.card-text span {
    font-family: 'OpenSans-Regular' !important
}



svg.icon:hover {
    color: #FFB800;
}

.rate_item.fxss_rate_select {
    color: #ffb800 !important;
}

#rateBox {
    display: inline-block;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor !important;
    overflow: hidden;
}

.btn-search-div {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.banneritemdiv:last-child .banner-item::after {
    content: "" !important;
    background-color: transparent !important;
}




#carouselExampleControls .carousel-indicators li {
    width: 100%;
    height: auto;
    background-color: #409CD6;
    margin: 0 auto;
    padding: 5px;
    border-radius: 1px 3px 0px 0px;
    border-right: 1px solid #fff;
    font-family: 'OpenSans-Bold';
    font-size: 22px;
    color: #585085;
    text-indent: unset;
}

    #carouselExampleControls .carousel-indicators li:last-child {
        border-left: 1px solid transparent !important;
    }

    #carouselExampleControls .carousel-indicators li p {
        color: #fff !important;
    }

#carouselExampleControls .carousel-indicators .active {
    background-color: #8E427C;
}

    #carouselExampleControls .carousel-indicators .active h1 {
        color: #C1C1C1;
    }

#carouselExampleControls .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 20px;
    border: 1px solid #D4D4D4;
    right: 0;
    transform: translate(0px, 100px);
    border-radius: 10px 10px 10px 10px;
    /* top: -87px; */
    /* z-index: 99999999999999999999; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
    margin-left: 0px;
    margin-right: 0px;
    list-style: none;
}


    #carouselExampleControls .carousel-indicators li:first-child {
        border-radius: 10px 0px 0px 10px;
    }
    #carouselExampleControls .carousel-indicators li:last-child {
        border-radius: 0px 10px 9px 0px;
    }

.AdvertisementTabitem h1, .AdvertisementTabitem p {
    font-size: 20px;

}

.media-body {
    font-family: 'OpenSans-Regular' !important;
}





/*Update Style*/
a {
    color: #6e6e6e;
}

.content-body {
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 25px;
}
.innerheader {
    background-image: url(/App_Themes/ThemeAr/images/innerheader.png);
    background-repeat: no-repeat;
    min-height: 400px;
    background-size: cover;
}

.innerheaderContent h2 {
    padding-bottom: 45px;
}

.innerheader {
    min-height: 357px;
}

.at-icon-facebook {
    width: 26px !important;
    height: 26px !important;
}

.at-icon-twitte {
    width: 26px !important;
    height: 26px !important;
}

.at-icon-print {
    width: 26px !important;
    height: 26px !important;
}

.at-icon-mailto {
    width: 26px !important;
    height: 26px !important;
}

.navbar::after {
    width: 99%;
}

.navbar-expand-lg .navbar-nav {
    padding-left: 0px;
}

.MenubItems {
    padding-left: 0px;
    margin-left: 0px;
}



.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #21252994;
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 225px;
}

.social-strip {
    padding: 30px 0%;
}

.useful-links ul li a {
    font-size: 14px;
}

.mainslider {
    height: 89vh;
}

.swiper-container {
    height: 89vh;
}

.swiper-slide {
    height: 94vh !important;
}

.slide-image {
    top: 0px;
}

.News .tab-content {
    padding: 2% 2% 0px 2%;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
}
.mt-scroll.mt-round .mt-news a {
    color: #666;
    font-size:14px;
}
.slide-title {
    font-size: 25px;
    top: 32%;
}
.choice-title h5 {
    font-size: 20px;
}
.choice-box1 {
    border-radius: 15px 0px 0px 0px;
}
.choice-box6 {
    border-radius: 0px 0px 10px 0px;
}
.textin h1 {
    font-size: 22px;
}
.AdvertisementTabitem h1 {
    font-size: 18px;
    padding-top: 5px;
}
.AdvertisementTabitem p {
    font-size: 15px;
}
.news-article {
    padding-bottom: 15px;
}
.news-article-breif {
    max-width: 90%;
}
.news-article-breif p {
    font-size: 15px;
}
.section5-title h5 {
    font-size: 20px;
}
.section5-breif p{
    font-size:15px;
}
.banner-title {
    font-size: 15px;
}
.bodybanner {
    direction: rtl;
}
.breadcrumb-item a{
    font-size:15px;
}
.breadcrumb-item + .breadcrumb-item::before {
    font-size: 15px;
}

.filters-ul {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .undion-div {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}



    .filters-ul .choice {
        opacity: 0;
        position: absolute;
        cursor: pointer;
        width: 20%;
    }

.filters-ul .active .choice-span::after {
    content: "";
    display: block;
    top: 48px;
    z-index: 99;
    left: 0px;
    right: 0px !important;
    height: 3px;
    background-color: #7D3B6D;
    margin-left: 15px;
    margin-top: 5px;
}


.filter-label {
    margin-bottom: -10px !important;
}

.Menub-responsive {
    padding: 5px 20px 0px 0px;
    display: flex;
    float: right;
}

    .Menub-responsive li {
        list-style: none;
        padding-right: 10px;
        padding-bottom: 50px;
    }

.drop-down-li {
    box-shadow: 0px 1px 1px 0 rgba(190, 200, 190, .25);
}

.active .choice-span {
    font-size: 17px;
}

.ddlCategory {
    width: 100%;
    height: 32px;
    background-color: #fff;
    border: none;
    color: #aaa;
    margin-bottom: 2%;
    border: 1px solid #a1a1a1;
    width: 100%;
    margin-bottom: 20px;
}

.LablelFormBuilder {
    color: #000;
    font-weight: 400;
    border-right: 4px solid #ac5397;
    line-height: 70px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.TitleFormBuilder:before {
    content: url('/App_Themes/ThemeAr/Images/title-bullet.png');
    margin-left: .4rem !important;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox label {
    position: relative;
    margin-bottom: 0;
    padding-left: 0 !important;
    border: 0 !important;
    padding-left: 50px;
}

    .custom-checkbox label::before {
        position: absolute;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        user-select: none;
    }

    .custom-checkbox label::before {
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .custom-checkbox label::before {
        top: 50%;
        background-color: transparent;
        transform: translateY(-50%);
        border-radius: 1px;
        border: 1px solid #b7b7b7;
    }

    .custom-checkbox label::after {
        position: absolute;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

input[type="checkbox"]:checked + label:before {
    background-color: #ac5397;
}

input[type="checkbox"]:checked + label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox label::after {
    top: 50%;
    transform: translateY(-50%);
}

.custom-radio label {
    padding-right: 0 !important;
    position: relative;
    margin-bottom: 0;
    padding-left: 50px;
}

    .custom-radio label:before {
        position: absolute;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        user-select: none;
    }

    .custom-radio label:before {
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: 1px solid #b7b7b7;
        border-radius: 50%;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .custom-radio label:after {
        position: absolute;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center;
    }

    .custom-radio label:after {
        top: 50%;
        transform: translateY(-50%);
    }

input[type="radio"]:checked + label:after {
    background: #ac5397;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: -21px;
}

select {
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    background-image: url('/App_Themes/ThemeAR/Images/DropDownArrowAR.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}


.ajax__fileupload_dropzone {
    border: none !important;
}

.ajax__fileupload_selectFileButton {
    background: #ac5397 !important;
    color: #fff !important;
}

.btn-blue {
    background: #ac5397;
    color: #fff;
    padding: 7px 25px 7px 25px;
}

    .btn-blue:hover {
        background: #512b48 !important;
        color: #fff !important;
    }

.pull-left{
    padding-left: 10px;
}

    .pull-left:after {
        content: url('/App_Themes/ThemeEn/Images/read-more.png');
        padding-left: 10px;
        position: relative;
        top: 5px;
    }

.news-link {
    padding-left: 10px;
}

.swiper-button-disabled {
    display: none;
}

.union-title p {
    font-size: 2.5rem;
}


.doc-header {
    font-family: 'OpenSans-Bold' !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    transition: .2s;
}

.swiper-button-next:hover {
    width: 35px;
    transition: .2s;
}


.swiper-button-prev:hover {
    width: 35px;
    transition: .2s;
}

.btn-blog {
    color: #fff !important;
    background-color: #de8126;
    transition: all .3s;
}

    .btn-blog.aspNetDisabled, .btn-blog.aspNetDisabled:active, .btn-blog.aspNetDisabled:hover, .btn-blog.aspNetDisabled:focus {
        background-color: #555 !important;
        cursor: auto;
    }

    .btn-blog:hover, .btn-blog:focus, .btn-blog:active {
        background-color: #909090 !important;
        border-color: #adadad !important;
        color: #fff !important;
    }


.btn-blog-primary {
    background-color: #5a7eb8;
}

.btn-blog-default {
    background-color: #909090;
}

.btn-blog-primary, .btn-blog-default {
    color: #fff !important;
    font-family: 'Conv_BaseTwelveSansB_6030';
    font-size: 1em;
    border-radius: 1px;
    transition: all .3s;
}

    .btn-blog-primary:hover, .btn-blog-primary:focus, .btn-blog-primary:active,
    .btn-blog-default:hover, .btn-blog-default:focus, .btn-blog-default:active {
        background-color: #ac5397 !important;
        border-color: #ac5397 !important;
        color: #fff !important;
    }


.btn-blog-full {
    width: 100%;
}



.bootstrap-tagsinput {
    display: block;
    border-radius: 1px;
    min-height: 40px;
    font-size: 1em;
    line-height: 1.42857143;
}

.tag.label.label-info {
    font-size: 15px;
    line-height: 2;
}

.tt-cursor {
    background-color: #428bca;
    color: #fff;
}

.loginBox {
    position: relative;
}

    .loginBox .loginBox-user a.loginBoxBtn,
    .loginBox .loginBox-site a.loginBoxBtn {
        font-family: 'BaseTwelveSans';
        color: #fff;
        -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;
    }


        .loginBox .loginBox-user a.loginBoxBtn:hover,
        .loginBox .loginBox-site a.loginBoxBtn:hover {
            color: #d88230;
            text-decoration: none;
            cursor: pointer;
        }

        .loginBox .loginBox-user a.loginBoxBtn img,
        .loginBox .loginBox-site a.loginBoxBtn img {
            background-color: transparent;
            -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;
        }


        .loginBox .loginBox-user a.loginBoxBtn:hover img,
        .loginBox .loginBox-site a.loginBoxBtn:hover img {
            background-color: #d88230;
        }

    .loginBox .loginBox-user .loginBoxBtn {
        float: left;
    }

    .loginBox .loginBox-site .loginBoxBtn {
        float: left;
        margin-left: 10px;
        padding-left: 7px;
        border-left: 1px #fff solid;
    }

.loginForm {
    position: absolute;
    right: 300px;
    top: 0px;
    z-index: 7;
    max-width: 252px;
}

    .loginForm input[type=text], .loginForm input[type=password] {
        height: 30px;
    }

    .loginForm input[type=submit] {
        height: 30px;
        line-height: 2px;
        border-radius: 2px;
    }

    .loginForm .register-button {
        float: left;
    }

.memberPanal {
    position: absolute;
    left: 0px;
    top: 23px;
    z-index: 7;
}

    .memberPanal input[type=text], .memberPanal input[type=password] {
        height: 30px;
    }

    .memberPanal input[type=submit] {
        height: 30px;
        line-height: 2px;
        border-radius: 2px;
    }


.loginBox2 {
    position: relative;
    top: 68px;
}

    .loginBox2 .memberPanal {
        left: 68px;
    }


.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-body {
    padding: 15px;
}

    .panel-body::before {
        display: table;
        content: " ";
    }

.loginBoxBtn {
    color: #409cd6 !important;
    font-size: 14px;
}

.news-block .news-image {
    width: 266px !important;
    height: 163px;
}

.controlsitems {
    margin-left: 0px !important;
    margin-top: 4px;
}

    .controlsitems li {
        padding: 0px 8px !important;
    }

        .controlsitems li:nth-of-type(1) {
            display: none;
        }

        .controlsitems li:nth-of-type(2) {
            display: none;
        }


.mean-nav {
    display: none !important;
}


.slide-right {
    display: block !important;
}

.NewsMore {
    padding-bottom: 20px;
    text-align: center;
}

    .NewsMore a {
        background-color: #5a7eb8;
        padding: 10px;
        color: #fff;
    }

.SplashScreen {
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
}

.SplashScreenModal {
    z-index: 99999;
}

.swiper-button-next, .swiper-button-prev{
background-color: transparent !important;
}