﻿.ui-widget-overlay {
    background: inherit;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1 !important;
    transition: all ease 1s;
    background-color: #000000ad !important;
    z-index: 99998;
}
/*.user-register-login .box_account {
    text-align: center;
}*/

.pagination.btnPage {
    outline: none;
    position: relative;
    transition: all 170ms linear;
}

.pagination .btnPage {
    background: none;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(0,0,0,.6);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0;
}

    .pagination.btnPage.active {
        background: #1c8fbd;
        color: #fff;
        cursor: default;
    }

.btnPage:hover, .btnPage:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.btnPage:hover:not(.active) {
    color: #000;
}
.btnPage:before {
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 170ms linear;
    top: 50%;
    width: 0;
}


.inner-section .image
{
    min-height:500px !important;
}




.swiper-thumbs .active {
    transform: scale(1.02);
    box-shadow: 0 0 10px #000
}

.swiper-slide-thumb-active {
    transform: scale(1.02);
    box-shadow: 0 0 10px #000
}


.source_editor {
    display: none;
}
.source_editor.active
{
    display:block !important;
}


.limit-request-form .form-group input.form-control {
    padding-left: 40px;
}


.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1rem !important;
    opacity: .5;
    transition: all ease .3s;
    color: #fff;
}


/*Language*/
ul.quick-links.no--print {
    float: right;
    width: auto;
    margin: 0;
    height: 100%;
    position: absolute;
    right: 85px;
    top: 0;
}

li.language {
    height: 100%;
}

    li.language a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        width: 60px;
        text-align: center;
        padding-top: 33px;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
    }

    li.language.lang-ar {
    }

    li.language a:hover {
        background: #0e4f9b;
    }


    .lan-menu-account span {
        color: #1c8fbd;
    }
    body.header-transparent .header:not(.sticky) .lan-menu-account {
        color: #fff;
        border-color: #fff;
    }

body.home:not(.is-scrolling) .lan-menu-account,
body.home:not(.is-scrolling) .lan-menu-account span,
body.home:not(.is-scrolling) .lan-menu-account > a {
    color: #ffffffc7 !important;
}

body.home .header:not(.sticky) .lan-menu-account {
    
    border-color: #fff;
}
.activeHightlight{
    font-weight:bold;
}

.mt20{
    margin-top:4rem !important;
}

.primary-color-tbl {
    background: #1c8fbd;
    border: 1px solid #1c8fbd;
    color:white;
}

.tabBusiness {
    cursor: pointer;
}
.tabPersonal
{
    cursor:pointer;
}
