
/* Regular */
@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/jf_flat/JF-Flat-regular.eot');
    src: url('../fonts/jf_flat/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/jf_flat/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/jf_flat/JF-Flat-regular.woff') format('woff'),
    url('../fonts/jf_flat/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 
button, ul, li, p{border: 0; padding: 0; margin: 0}
html,
body {
    height: 100%;
    font-family: "JF Flat Regular";
}
body {
  overflow-x: hidden;
}
@media (min-width:768px){
    .container-fluid.paddingLR60{
        padding: 0px 60px;
    }
     .container-fluid.paddingL60R0{
        padding: 0px 0px 0px 60px;
    }
}

/***** Header Styles ******/
.custom-navbar{
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.navbar-toggle{background: rgb(149, 214, 10)}
.navbar-toggle .icon-bar{background: #fff}
.top-header{
    width: 100%;
    float: left; 
}
.top-header .navbar-brand{
    float: left;
    height: auto;
    padding: 0px; 
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 99;
}
.top-header .navbar-brand > img {
    display: block;
    max-width: 94%;
}
.bottom-header{
    width: 100%;
    float: left;
    padding: 15px 0px 13px; 
}
.navbar-nav > li{
    position: relative;
}
.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 15px;
    color: #3b3b3b;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    font-size: 15px;
}
.nav > li:hover>a{
    text-decoration: none;
    background-color: transparent;
    color: #3b3b3b;
}
.nav > li > a.active {
    text-decoration: none;
    background-color: transparent;
    color: #95d60a;
    border-bottom: 2px solid #95d60a;
}
.nav > li > a:hover, .nav > li > a:focus{
    text-decoration: none;
    background-color: transparent;
    color: #3b3b3b;
}

@media (max-width:767px){
    .user-dropdown ul li:last-child{
    display: flex;
    justify-content: center;
    float: unset;
    margin-bottom: 0;
}
.user-dropdown ul li.open:last-child{
    /* display: block; */
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    float: unset;
    /* justify-content: flex-start; */
}
.user-dropdown ul li.open:last-child a{
    width: 100% !important;
    text-align: left;
    padding-left: 0;
}
.user-dropdown ul.dropdown-cart{margin-left:0}
.user-dropdown ul > li.dropdown.open > a{text-align:left;/* padding-left: 40px; */}
    .navbar-nav > li{width: 100%;float: left;margin-bottom: 5px;width: 100%;overflow: hidden;}
    .nav > li > ul{
        position: static;
        width: 100%;
        box-shadow: none;
        float: left;
        padding: 5px 15px 10px;
    }
    .nav > li > ul> li > a{display: block; clear: both;}
    .has-sublist.expanded-list > ul{
        display: block;
    }
    .nav > li > a.active:hover{
        text-decoration: none;
        background-color: transparent;
        color: #95d60a;
        border-bottom: 2px solid #95d60a;
    }
    .nav > li > ul> li >a:hover, .nav > li > ul> li >a:active, .nav > li > ul> li >a:focus, .nav > li > ul> li >a:visited{
        color: #3b3b3b;
        text-decoration: none;
    }
    .has-sublist>a{
        position: relative;
    }
    .has-sublist>a:after{
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 0px;
        color: #95d60a;
        font-size: 19px;
        top: 8px;
    }
    .has-sublist.expanded-list>a:after{
        content: "\f0d8";
    }
}


.nav > li > ul> li > a{
    color: #3b3b3b;
}
.nav > li > ul> li > a:hover, .nav > li > ul> li > a:focus, .nav > li > ul> li > a:active, .nav > li > ul> li > a:visited{
    text-decoration: none !important;
}
.nav > li > ul> li.sub-active{
  background: rgb(243, 243, 243);
}
.nav > li > ul> li.sub-active a{
    color: #95d60a;
    font-weight: 500;
    text-decoration: none;
}

@media (min-width:768px){
   /* .nav > li:hover > ul{
        display: block;
    }*/
    .nav > li:hover > ul:hover{
        display: block;
    }
    .nav > li > ul> li:hover{
      background: rgb(243, 243, 243);
      cursor: pointer;
    }
    .nav > li > a:hover{
        text-decoration: none;
        background-color: transparent;
        color: #95d60a;
        border-bottom: 2px solid #95d60a;
    }
    .nav > li:hover>a{
        text-decoration: none;
        background-color: transparent;
        color: #95d60a;
        border-bottom: 2px solid #95d60a;
    }
}
/*
.nav > li > ul> li:hover>a{
    color: #95d60a;
    font-weight: 500;
    text-decoration: none;
}
.nav > li > ul> li:hover>a:hover, .nav > li > ul> li:hover>a:active, .nav > li > ul> li:hover>a:focus, .nav > li > ul> li:hover>a:visited{
    color: #95d60a;
    font-weight: 500;
    text-decoration: none;
}
*/



.lang-wrapper{
    float: right;
    padding: 12px 15px;
    background: #95d60a;
    position: relative;
}
.lang-wrapper:after{
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -12px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    background: #95d60a;
    z-index: -1;
}
.lang-wrapper-inner{
    width: 100%;
    float: left;
}
.lang-container, .search-container{
    float: left;
    list-style: none;
    position: relative;
}
.lang-container{margin-top: 8px;}
.search-container{margin-left: 20px;}
.lang-container li{
    float: left;
    margin-right: 20px;
}
 .search-container li{
    float: left;
    margin-right: 10px;
}
.lang-container li>a{
    color: #fff;
}
.lang-container li>a:hover, .lang-container li>a:active, .lang-container li>a:focus{
    color: #fff;
    text-decoration: none;
}
.search-container li>a:hover, .search-container li>a:active, .search-container li>a:focus{
    color: #fff;
    text-decoration: none;
}
.lang-container li>a.lang-active{
    color: #679000;
}
.eng-flag{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    background: url(../images/english.png) no-repeat center center;
    background-size: contain;
}
.ar-flag{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    background: url(../images/arabic.png) no-repeat center center;
    background-size: contain;
}
.message-top, .search-top{
    width: 34px;
    height: 34px;
    float: left;
}
.message-top{
    background: url(../images/mail.png) no-repeat center center;
    background-size: contain;
}
.search-top{
     background: url(../images/search.png) no-repeat center center;
     background-size: contain;
}
.social-icon-wrapper{
    float: left;
    margin-left: 20px;
    margin-top: 8px;
}
.social-icon-wrapper a{
    color: #95d60a;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social-icon-wrapper a:not(:last-of-type){
    margin-right: 4px;
}
.social-icon-wrapper a:hover, .social-icon-wrapper a:active, .social-icon-wrapper a:focus{
    color: #75ab03;
}


@media (max-width:767px){
    .social-icon-wrapper{
        margin-left: 0px;
    }
    .social-icon-wrapper a{
        font-size: 20px;
    }
    .top-header .navbar-brand{
        width: 110px;
    }
     .navbar-form{margin-top: -4px;}
    .search-container li:last-of-type{margin-right: 0px;}
}

@media (max-width: 600px){
    .custom-form-group select#arabic_nationality{width: 100% !important}
    .user-registration .inner-page-content .form-horizontal .form-group{margin-left: 0 !important}
    .custom-respo{margin-right: 0 !important}
    .custom-form-group label{width: auto !important;}
    .custom-arabic-field{    padding: 0px 5px;width: 58.33333333% !important}
}

@media (max-width:520px){
    .top-header .navbar-brand{
        position: relative;
    }
    .lang-wrapper {
        width: 100%;
        margin-top: 15px;
    }
    .lang-wrapper:after {
        display: none;
    }
    .navbar-toggle {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .bottom-header{padding-top: 0px;}
    .navbar-form{margin-top: -10px;}
}
@media (max-width:340px){
    .lang-container{
        width: 100%;
        margin-bottom: 15px;
    }
    .search-container{
        margin-left: 0px;
    }
    .search-container li{margin-right: 15px;}
}
@media (min-width:768px){
    .bottom-header{
        padding-left: 220px;
    }
    .lang-wrapper {
        padding-right: 40px;
    }
    .top-header .navbar-brand{
        left:  50px;
    }
    .bottom-header{padding-right: 40px;}
}

/***** Header Styles END ******/



.custom-navbar.transition-nav>*, .transition-nav .lang-wrapper, .transition-nav .lang-wrapper, .transition-nav .navbar-nav > li > a, .transition-nav .top-header .navbar-brand > img, .transition-nav .custom-navbar .message-top, .transition-nav .custom-navbar .search-top, .transition-nav .custom-navbar .lang-container, .transition-nav .custom-navbar .navbar-nav > li > a, .transition-nav .custom-navbar .nav > li > ul, .transition-nav .lang-wrapper:after, .transition-nav .search-container, .transition-nav .lang-wrapper * {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s  ease-in-out;
    -ms-transition: all 0.2s  ease-in-out;
    transition: all 0.2s  ease-in-out;
}
.transition-nav .top-header .navbar-brand{
     -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.custom-navbar.reduced-navbar .bottom-header {
    padding-top: 0px;
    padding-bottom: 2px;
}
.custom-navbar.reduced-navbar .lang-wrapper{padding-top: 6px; padding-bottom: 6px;}
.custom-navbar.reduced-navbar .navbar-nav > li > a{font-size: 14px;}
.custom-navbar.reduced-navbar .top-header .navbar-brand > img{max-width: 54%}
.custom-navbar.reduced-navbar .message-top, .custom-navbar.reduced-navbar .search-top {
    background-size: 100%;
}
.custom-navbar.reduced-navbar .message-top, .custom-navbar.reduced-navbar .search-top {
    width: 28px;
    height: 28px;
}
.custom-navbar.reduced-navbar .lang-container{margin-top: 5px;}
.custom-navbar.reduced-navbar .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 0px;
}
.custom-navbar.reduced-navbar .nav > li > ul{top: 30px;}
@media (max-width: 520px){
    .custom-navbar.reduced-navbar .lang-wrapper {
        width: 100%;
        margin-top: 4px;
    }
}
@media (max-width: 340px){
    .custom-navbar.reduced-navbar .lang-container {
        margin-bottom: 8px;
    }
}
.top-header .navbar-brand>img{display: none !important}
.top-header .navbar-brand{
    width: 160px;
    height: 180px;
    float: left;
    background: url(../images/logo_large.png) no-repeat center top;
}
@media (max-width: 767px){
    .navbar-collapse.in{overflow-y: hidden;max-height: auto !important;max-height: unset;}
    .bottom-header .navbar-form.navbar-right{margin-top: 8px !important;/* position: relative; */}
    .login .well{margin-bottom: 0 !important}
    .login{margin: 40px 15px !important;}
    .content-wrapper{margin-top: 0 !important;padding-top: 0 !important;}
    .transition-nav .top-header .navbar-brand{width: 120px;background-size: contain;}
    .navbar-fixed-top, .navbar-fixed-bottom{position: unset !important;}
   .top-header .navbar-brand{
       width: 102px;
       height: 120px;
        background: url(../images/logo_mobile.png) no-repeat center top;
    }
}
.custom-navbar.reduced-navbar .top-header .navbar-brand{
    width: 90px;
    height: 104px;
    background: url(../images/logo_small.png) no-repeat center top;
}

/******* Search Popup ********/
.popup-overlay-search{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
    display: none;
}
.popup-wrapper-search{
    max-width: 500px;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none;
}
.popup-container-search{
    width: 100%;
    float: left;
    padding: 15px;
    position: relative;
}
.popup-container-search h4 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
}
.popup-search-input{
    width: 100%;
    float: left;
    position: relative;
}
.popup-search-input input{
    width: 100%;
    float: left;
    border: 1px solid #cacaca;
    padding: 8px 40px 8px 10px;
    font-size: 16px;
}
.popup-search-input button{
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5px;
    background: transparent;
}
.popup-search-input button:focus{
    outline: none;
}
/******* Search Popup End ********/
.inner-page-holder .alert{
    margin: 5px;
    clear: both;
    position: relative;
    top: 5px;
}
/******** form error code ********/
.form-group .error
{

color: #ec3a3a;

font-weight: normal;
}
.pac-container{z-index: 2000 !important}

.workshop-booking .panel-content .workshop-list{width:100%}
.workshop-row.no-events-msg + .workshop-row.no-events-msg {opacity:0}
#pagination{
    clear: both;
    padding-bottom: 30px;
    text-align: center;
}
#pagination ul{
    display: inline-block;
    background-color: #95d60a;
    border: 1px solid #95d60a;
    border-radius: 5px;
    overflow: hidden;
}
#pagination ul li{
    display: inline-block;
    vertical-align: top;
}
#pagination ul li a{
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    border-right: 1px solid #84b717;
}
#pagination ul li a:last-child{border:0}
#pagination ul li a.current{
    background: #fff;
    color: #95d60a;
}
.errorPlacementmodal{padding: 0;color: red;display: block;text-align: center;background: #ffffbc;}
.errorPlacementmodal label:first-child{padding-top:10px}
.errorPlacementmodal label:last-child{padding-bottom:10px}
.errorPlacementmodal label{font-weight: normal;display: block;padding: 2px 0;margin: 0;}
.modal.workshop-confirm-booking-modal{overflow: auto;}
.modal.workshop-double-confirm-booking{background: rgba(249, 249, 249, 0.94);}
.modal.workshop-double-confirm-booking .modal-dialog{max-width: 450px;text-align: center;}
.modal.workshop-double-confirm-booking .modal-content{
    border: 3px solid #95d60a !important;
}
.modal.workshop-double-confirm-booking .modal-footer{text-align: center;}
.modal.workshop-double-confirm-booking .modal-footer .button {float:none !important}
.user-registration .sub-theme-container .sub-theme-item div{position: relative;}
.user-registration .sub-theme-container .sub-theme-item div .rounder-wrap{position: absolute;right: -22px;top: 31px;}
.user-registration .sub-theme-container .sub-theme-item div .rounder-wrap span{background: #94d60c;color:#fff;width: 25px;height: 25px;display: block;border-radius: 25px;line-height: 25px;}

.user-registration .badge-holder .rounder-wrap{position: absolute;right: 10px;bottom: 10px;}
.user-registration .badge-holder .rounder-wrap span{background: #94d60c;color:#fff;width: 28px;height: 28px;display: block;border-radius: 25px;line-height: 25px;border: 2px solid #fff;}

.my-badge.block-style .inner-page-content h3,
.my-badge.block-style .inner-page-content h4{padding-left: 14px;margin-bottom: 15px;padding-right: 14px;}
.my-badge.block-style .inner-page-content .themebadge-section,
.my-badge.block-style .inner-page-content .interestbadge-section,
.my-badge.block-style .inner-page-content .eventbadge-section{clear: both;/* margin: 0 0 30px; */padding: 30px 0;/* border-bottom: 1px solid #eee; */border-top: 0;}
.my-badge.block-style .inner-page-content .themebadge-section{padding-top:0}
.my-badge.block-style .inner-page-content .themebadge-section:after,
.my-badge.block-style .inner-page-content .interestbadge-section:after,
.my-badge.block-style .inner-page-content .eventbadge-section:after{clear: both;content:'';display:block}
.no-event-msg{padding: 60px 0 30px 0;text-align:center;}
.special-badges{
    margin: 15px 15px 30px;
    background-color: #fff6dc;
    border: 1px solid #FF9800;
    padding: 15px;
    margin-top: -15px;
    display: flex;
    align-items: center;
}
.special-badges img{
    width: 100px;
    margin-right: 10px;
}
.special-badges h3{}
.custom-card-box-wrap{
    background: #95d60a;
    padding: 25px;
    width: 50%;
    margin: 0 auto;
    border-radius: 8px;
}
        .custom-card-box-wrap .themebadge-1st{
    display: flex;
    align-items: center;
    /* width: 50%; */
}
        .custom-card-box-wrap .themebadge-1st img{
    margin-right: 35px;
    border-radius: 50%;
    width: 150px;
    height: auto;
}
        .custom-card-box-wrap .custom-row-view{
    color: #fff;
}
        .custom-card-box-wrap .custom-row-view span.badge-name{
    font-size: 18px;
    font-weight: bold;
}
        .custom-card-box-wrap .custom-row-view .themebadge-1st-rating{
    font-size: 16px;
    margin: 15px 0;
}
        .custom-card-box-wrap .custom-row-view span.badge-type-wrap{}
.inner-page-content .my-badge .workshop-row th{text-align: right;}
.custom-form-group{clear: both;
    text-align: left;
    width: 100%;
    margin-bottom: unset;
    margin-left: 0 !important;
    border-bottom: 1px solid #e2e1e1;
    padding-bottom: 35px;}
.custom-form-group label{width: 16.5%;font-weight: 100;}
.custom-form-group select#arabic_nationality{    width: 50.5%;
    border: 1px solid #ccc;
    height: 34px;}
@media (max-width: 520px){
    .notification-dropdown{
    top: 127px !important;
    right: 220px !important;
}
    .inner-page-content{padding-top: 0 !important}
    .custom-respo .radio-inline + .radio-inline,.custom-respo .checkbox-inline + .checkbox-inline{margin-left: 0 !important}
    .custom-respo .radio-inline,.custom-respo .checkbox-inline{display: block !important;}
    .lang-wrapper{display: flex !important; align-items: center !important;}
    .lang-container{margin-top: 0 !important}
    .message-top, .search-top{width: 20px !important;height: 20px !important;}
    .top-header .navbar-brand{height: 100px !important}
}

@media (max-width: 470px){
    .top-header .navbar-brand{height: 70px !important}
    .transition-nav .top-header .navbar-brand{width: 60px !important;}
}
body.disabled-view .activate-disabler {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffffcf url(../images/loading-bg.png) no-repeat 50% 140px;
    z-index: 99;
}
body.disabled-view .activate-disabler:after{background: url(../images/sgg-loading.gif) no-repeat 50% 50%;content:'';display: block;position: fixed;top: -20px;left: 50%;width: 60px;height: 60px;margin: 310px 0 0 -30px;}
