body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    overflow-x: hidden;
    color: #484848;
    background-color: #fff;
}
body *{
    color: #484848;
}
a{
    text-decoration: none !important;
}
.primary-color{
    color: #C19B30 !important;
}
a:hover,a:focus{
    color: #C19B30 !important;
}
.primary-bg-color{
    background-color: #C19B30 !important;
}
.primary-border-color{
    border-color: #C19B30 !important;
}

.btn-outline-primary-golden{
    background: none !important;
    border-radius: 10px;
    border: 1px solid #C19B30;
    color: #484848;
    font-size: 16px;
    padding: 0.75rem 1rem;
    transition: all ease-in-out 150ms;
}
.btn-outline-primary-golden:hover{
    background: none !important;
    color: #C19B30;
    border: 1px solid #ffb900;
}

.primary-button{
    background-color: #C19B30 !important;
    border-radius: 10px;
    color: #ffffff;
    padding: 0.6rem;
    font-size: 17px;
    text-align: center;
    border: none !important;
}

.primary-button.active,
.primary-button:hover{
    background-color: #444444 !important;
    color: #ffffff !important;
}
.home-top-slider-container{
    height: 360px;
    background-image: url("../../img/site/home/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.home-ring-lights-banner-container{
    height: 360px;
    background-image: url("../../img/site/home/ring_lights_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.home-mishaal-about-banner-container{
    height: 400px;
    background-image: url("../../img/site/home/mishaal.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.home-top-second-slider-container{
    height: 420px;
    background-image: url("../../img/site/home/skyline-doha-qatar.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.public-contact-us-container{
    background-image: url("../../img/site/backgrounds/contact_us_map.png");
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: center center;
}
.public-not-found-container{
    background-image: url("../../img/site/backgrounds/contact_us_map.png");
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: center center;
}

table th,table td{
    text-align: center;
}

.hidden{
    display: none !important;
}


.loading.tail-spin{
    opacity: 0.8 !important;
    color: transparent !important;
    background-image: url("../../img/site/loading/tail-spin.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    /*background-size: 80%;*/
    background-size: 25px auto;
}

.loading.tail-spin.large{
    background-size: 160px auto;
}

.loading.tail-spin.small{
    background-size: 35px auto;
}

.loading.tail-spin.xxsmall{
    background-size: 25px auto;
}

@media (max-width:1023px){
    .mobile-show{
        display: flex !important;
    }
    .mobile-hide{
        display: none !important;
    }

    .flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .outer-menu {
        position: absolute;
        top: 1rem;
        left: auto;
        z-index: 1;
        right: 12rem;
    }
    .outer-menu .checkbox-toggle {
        position: absolute;
        top: -13px;
        left: 76px;
        z-index: 2;
        cursor: pointer;
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    .outer-menu .checkbox-toggle:checked + .hamburger > div {
        transform: rotate(135deg);
    }
    .outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
        top: 0;
        transform: rotate(90deg);
    }
    .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
        opacity: 0;
    }
    .outer-menu .checkbox-toggle:checked ~ .menu {
        pointer-events: auto;
        visibility: visible;
    }
    .outer-menu .checkbox-toggle:checked ~ .menu > div {
        transform: scale(1);
        transition-duration: .75s;
    }
    .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
        opacity: 1;
        transition: opacity .4s ease .4s;
    }
    .outer-menu .checkbox-toggle:hover + .hamburger {
        /*box-shadow: inset 0 0 10px rgba(0,0,0,0.1);*/
    }
    .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
        transform: rotate(225deg);
    }
    .outer-menu .hamburger {
        position: absolute;
        top: -13px;
        left: 76px;
        z-index: 1;
        width: 60px;
        height: 60px;
        padding: 0.5em 1em;
        background: #ffffff;
        cursor: pointer;
        /* transition: box-shadow .4s ease; */
        backface-visibility: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid #C19B30;
    }
    .outer-menu .hamburger > div {
        position: relative;
        flex: none;
        width: 100%;
        height: 2px;
        background: #C19B30;
        transition: all .4s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        background: inherit;
        transition: all .4s ease;
    }
    .outer-menu .hamburger > div:after {
        top: 10px;
    }
    .outer-menu .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        visibility: hidden;
        overflow: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .outer-menu .menu > div {
        width: 2000vw;
        height: 1000vw;
        color: #484848;
        background: rgba(255,255,255,0.97);
        border-radius: 0;
        transition: all .2s ease;
        flex: none;
        transform: scale(0);
        backface-visibility: hidden;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .outer-menu .menu > div > div {
        text-align: center;
        width: 100%;
        max-height: 100vh;
        opacity: 0;
        transition: opacity .2s ease;
        overflow-y: auto;
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .outer-menu .menu > div > div > ul {
        ist-style: none;
        padding: 0 1em;
        margin: 0;
        display: block;
        max-height: 100vh;
        width: 100%;
    }
    .outer-menu .menu > div > div > ul > li {
        padding: 2rem 0;
        /* margin: 1em; */
        font-size: 24px;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .outer-menu .menu > div > div > ul > li > a {
        position: relative;
        display: inline;
        cursor: pointer;
        transition: color .2s ease;
        font-size: 24px;
        font-weight: 600;
    }
    .outer-menu .menu > div > div > ul > li > a:hover {
        color: #C19B30 !important;
    }
    .outer-menu .menu > div > div > ul > li > a:hover:after {
        width: 100%;
    }
    .outer-menu .menu > div > div > ul > li > a:after {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: -0.15em;
        left: 0;
        width: 0;
        height: 2px;
        background: #e5e5e5;
        transition: width .4s ease;
    }

    .home-top-slider-container{
        height: 440px;
        background-image: url("../../img/site/home/hero_mobile.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .home-top-second-slider-container{
        height: 280px;
        background-image: url("../../img/site/home/skyline-doha-qatar.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center !important;
    }

    .home-ring-lights-banner-container{
        height: 300px;
        background-image: url("../../img/site/home/ring_lights_banner_mobile.jpg");
    }
    .home-mishaal-about-banner-container{
        height: auto;
        background-image: url("../../img/site/home/mishaal_mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 4rem !important;
    }
    .public-not-found-container{
        background-image: url("../../img/site/backgrounds/contact_us_map_mobile.png");
        background-size: 100%;
        background-position: center center;
    }
    .site-header .header-logo-container{
        text-align: center;
    }
    #global_whatsapp_contact_icon img{
        width: 60px !important;
        height: 60px !important;
    }
}
#global_whatsapp_contact_icon{
    position: fixed;
    left: 1rem;
    bottom: 1rem;
}
#global_whatsapp_contact_icon img{
    width: 70px;
    height: 70px;
    transition: all 0.5s ease-in-out;
}
#global_whatsapp_contact_icon img:hover{
    transform: scale(1.2,1.2);
}
@media (min-width:1024px){
    .mobile-show{
        display: none !important;
    }
    .mobile-hide{
        display: flex !important;
    }
    .dashboard-table.mobile-hide{
        display: table !important;
    }
}

.link{
    cursor: pointer !important;
}
/*@media (max-width:1024px){*/
/*    .show-mobile{*/
/*        display: none;*/
/*    }*/
/*}*/