body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    overflow-x: hidden;
    color: #484848;
    background-color: #fff;
}
body *{
    color: #383938;
}
a{
    text-decoration: none !important;
}
.primary-color{
    color: #ddcf06 !important;
}
a:hover,a:focus{
    color: #ddcf06 !important;
}
.primary-bg-color{
    background-color: #769f50 !important;
}
.primary-border-color{
    border-color: #769f50 !important;
}

.btn-outline-primary-golden{
    background: none !important;
    border-radius: 10px;
    border: 1px solid #769f50;
    color: #484848;
    font-size: 16px;
    padding: 0.75rem 1rem;
    transition: all ease-in-out 150ms;
}
.btn-outline-primary-golden:hover{
    background: none !important;
    color: #769f50;
    border: 1px solid #58783a;
}

.primary-button{
    background-color: #769f50 !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: #58783a !important;
    color: #ffffff !important;
}
.public-pages-heading-container{
    height: 440px;
    background-image: url("../../img/site/heading_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% !important;
}
.header-bread-crumbs{
    margin-top: 1rem !important;
}
.header-bread-crumbs ul.breadcrumb {
    list-style: none;
    /* background-color: #eee; */
    text-align: center;
    display: block;
}

/* Display list items side by side */
.header-bread-crumbs ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    color: #eee;
}

/* Add a slash symbol (/) before/behind each list item */
.header-bread-crumbs ul.breadcrumb li+li:before {
    padding: 8px;
    color: #eee;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
.header-bread-crumbs ul.breadcrumb li a {
    color: #eee;
    text-decoration: none;
}

/* Add a color on mouse-over */
.header-bread-crumbs ul.breadcrumb li a:hover {
    color: #ddcf06;
    text-decoration: underline;
}
.public-pages-heading-container h1{
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    font-size: 28px;
    font-weight: 700;
    color: #bbbbbb;
    font-family: 'Amatic SC', "Open Sans", 'sans-serif';
    display: block;
    box-sizing: content-box;
    margin: 0.5rem auto;
}
.home-top-slider-container{
    height: 750px;
    background-image: url("../../img/site/home/header_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.home-top-about-outer{
    height: 690px;
    background-image: url("../../img/site/icons/about-vector.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position:left center;
}
.home-producers-outer{
    height: 880px;
    background-image: url("../../img/site/icons/about-vector.png");
    background-repeat: no-repeat;
    background-size: 150px;
    background-position:left center;
}
.home-why-choose-outer{
    height: 690px;
    background-image: url("../../img/site/icons/why-choose-vector.png");
    background-repeat: no-repeat;
    background-size: 160px;
    background-position:right center;
}
.home-blog-section-outer{
    background-color: #e3e3e3;
    height: 690px;
    background-image: url("../../img/site/icons/blog-vector.png");
    background-repeat: no-repeat;
    background-size: 150px;
    background-position:right center;
}
.products-contact-section-outer{
    background-color: #fff;
    height: 350px;
    background-image: url("../../img/site/icons/blog-vector.png");
    background-repeat: no-repeat;
    background-size: 120px;
    background-position:right center;
}
.products-contact-section-container{
    background-color: #fff;
    height: 200px;
    background-image: url("../../img/site/products/contact-frame.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:center center;
    margin-top: 4rem;
}
.about-contact-section-container{
    background-color: #fff;
    height: 200px;
    background-image: url("../../img/site/products/contact-frame.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:center center;
    margin-top: 12rem;
}
.contact-us-contact-section-container{
    background-color: #fff;
    height: 200px;
    background-image: url("../../img/site/products/contact-frame.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:center center;
    margin-top: 12rem;
}

.quality-control-section-outer.first {
    background-color: #fff;
    height: 300px;
    background-image: url("../../img/site/quality_control/item-1.png");
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: left 15%;
    padding: 1rem 0;
}
.quality-control-section-outer.second {
    background-color: #fff;
    height: 300px;
    background-image: url("../../img/site/quality_control/item-2.png");
    background-repeat: no-repeat;
    background-size: 500px;
    background-position:right 15%;
    padding: 1rem 0;
}
.quality-control-section-outer.third {
    background-color: #fff;
    height: 300px;
    background-image: url("../../img/site/quality_control/item-3.png");
    background-repeat: no-repeat;
    background-size: 500px;
    background-position:left 15%;
    padding: 1rem 0;
}
.quality-control-section-outer.fourth {
    background-color: #fff;
    height: 300px;
    background-image: url("../../img/site/quality_control/item-4.png");
    background-repeat: no-repeat;
    background-size: 500px;
    background-position:right 15%;
    padding: 1rem 0;
}
.quality-section-container{
    background: #58783a url("../../img/site/home/quality-section/pattern.png") repeat;
    background-size: contain;
    padding-left: 0 !important;
}
.about-certificate-container{
    height: 300px;
    background: #769f50 url("../../img/site/about/pattern.png") repeat;
    background-size: contain;
    padding-left: 0 !important;
    border-radius: 12px;
    margin-top: 6rem;
}

.home-contact-section-container{
    height: 500px;
    background: #fff url("../../img/site/home/contact-section/shapes.png") no-repeat center center;
}
.footer-nav-container ul li{
    background: url("../../img/site/icons/menu-arrow.svg") no-repeat left center;
    background-size: 9px;
    padding-left: 1.5rem;
}
.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-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 (min-width:1601px){
    .public-pages-heading-container {
        height: 520px !important;
    }
}
@media (max-width:1023px){
    .mobile-show{
        display: flex !important;
    }
    .mobile-hide{
        display: none !important;
    }
    .public-pages-heading-container{
        height: 300px !important;
        background-image: url(../../img/site/mobile_heading_bg.jpg) !important;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center !important;
    }
    .products-contact-section-container,
    .contact-us-contact-section-container,
    .about-contact-section-container{
        height: 200px;
        background-image: url("../../img/site/products/products-contact-bg.png") !important;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position:center center;
    }

    .quality-control-section-outer{
        padding: 16rem 0 20rem 0!important;
        margin-bottom: 5rem !important;
        background-size: 94% !important;
    }



    .public-pages-heading-container h1{
        margin-top: 1rem;
        font-weight: 700;
    }
    .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 #769f50;
    }
    .outer-menu .hamburger > div {
        position: relative;
        flex: none;
        width: 100%;
        height: 2px;
        background: #769f50;
        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 {
        list-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: #ddcf06 !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: 461px !important;
        background-image: url(../../img/site/home/header_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: left top !important;
    }

    .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");
    }
    .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: left !important;
    }
    #global_whatsapp_contact_icon img{
        width: 60px !important;
        height: 60px !important;
    }
    #mobile_menu{
        padding: 0 !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;*/
/*    }*/
/*}*/