
@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 400;
    src: local('Tajawal-Regular'), url('../fonts/Tajawal-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 500;
    src: local('Tajawal-Medium'), url('../fonts/Tajawal-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 600;
    src: local('Tajawal-Bold'), url('../fonts/Tajawal-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 800;
    src: local('Tajawal-Black'), url('../fonts/Tajawal-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Material Icons';

    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.arabicFont{
    font-family: 'CircularStd' !important;
}
.englishFont{
    font-family: 'Roboto', sans-serif !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
}
.footer-content > .social-links > li:nth-child(1) {
    margin-left: 0px;
}
.languageFlag{
    height: 40px;
    padding: 8px;
}
.fix-box{
    width: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-weight: bold;
    color: #6c757d;
    content: ".";
}
.fully_booked_alert{
    color:#22766f ;
 }
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
}
.sidebar-register-link,.signup-link,.agree-text a{
    color: #000 !important;
    font-weight: bold;margin-right: 5px;
}
.secondary-bg{
    background: #74c1ba !important;
}
.secondary-btn{
    background: #74c1ba !important;
    border-color: #74c1ba !important;
}
.secondary-btn:hover{
    background: #d0f3ef !important;
    border-color: #d0f3ef !important;
    color: #22766f !important;
}
.warning-response-msg{
    color: #ed8405;
    border: 1px solid #ed8405;
    background: #eda728b0;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.success-response-msg{
    color: #07932d;
    border: 1px solid #07932d;
    background: #a1c9a0b0;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.error-response-msg{
    color:#ed1c24;
    border: 1px solid #ed1c24;
    background: #efbfb7b0;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.bg-blue-light {
    background: #d0f3ef;
}
.bg-green{
    background: #22766f;
}
.text-green{
    color: #22766f;
}
.text-white{
    color:white !important;
}
.upload-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    background-color: #ccc;
    color: #444;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    transition: border-color 0.3s;
    margin: 1rem 0;
}

.upload-box:hover {
    border-color: #2c8374;
}

.upload-box input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.main-card.price-ticket-box.text-center.mt-4.mt-lg-0 {
    background: #0000007a;
    padding: 15px;
    border:0px;
}
.data-amount h4{
    color: white !important;
    font-size: 22px;
}
.right-header ul li:nth-child(2) {
    margin-right: 15px;
}
.right-header ul li:first-child {
    margin-right: 20px;
}
.footer-logo-ar,.footer-logo{
    max-height: 90px;
    width: auto !important;
    margin-bottom: 10px;
}
.description_text{
    color: #000 !important;
}
.description_text:hover{
    color: #000 !important;
}
.footer-logo-ar,.logo-inverse-ar,.mainLogo-ar{
    display:none;
}
.night-mode .sidebar-register-link, .signup-link, .agree-text a {
    color: #74c1ba !important;
}
.hero-banner {
    min-height: 410px !important;
}
.hero-banner-content div {
    min-height: 65px;
}
.explore-booking a img{
    height:350px !important;
}
.explore-booking .event-content > .event-title{
    min-height: inherit !important;
    text-transform: uppercase;text-align: center;}
.hidden-md{
    display: none !important;
}
.checkout_sub_subtitle{
    float:right !important;
}
.text-primary {
    color: #22766f !important;
}

.ui-datepicker-prev span.ui-icon,
.ui-datepicker-next span.ui-icon {
    background-image: url("https://cdn0.iconfinder.com/data/icons/flat-round-arrow-arrow-head/512/Red_Arrow_Right-512.png");
    background-size: contain;
    background-position: center;
}

.ui-datepicker-prev span.ui-icon {
    transform: rotate(180deg);
}

.ui-datepicker-prev span.ui-icon:focus,
.ui-datepicker-next span.ui-icon:focus {
    outline: none !important;
}
.profile-banner a {
    color: black !important;
}
.night-mode .profile-banner a {
    color: white !important;
}
.sponsor .role-item i {
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}
.sponsor .role-item {
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.statistics_div span{
    padding: 0px 20px;
    font-size:1.5rem;
}
img {
    max-width: 100%;
    height: auto;
}
.pl-0{
    padding-left: 0px !important;
}
.pr-0{
    padding-right: 0px !important;
}
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 410px;
    border: 0px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 410px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: transparent;
    color: black;
}

.flip-box-back{
    background-color: #22766f;
    transform: rotateY(180deg);
    padding: 10px;
}
.flip-box-back div, .flip-box-back p{
    color: white !important;
    width: 100%;
}
.flip-box-back {
    display: flex;
    align-items: center;
    width: 100%;
}
.sessions .card-bottom-item {
    width: 25%;
}
.consultations .card-bottom-item {
    width: 25%;
}
.share-save-btns.dropdown {
    margin-top: 0.5rem!important;
}
.event-dt-block .event-link span {
    margin-top: 0px;
    font-weight: bold;
}
.event-img {
    text-align: center;
}
.event-img img {
    border-radius: 5px;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    min-height: 200px;
    /*width: auto !important;*/
}
.tab-content {
    padding: 20px;
}
.event-link span {
    font-size: 16px;
}
.event-dt-block .booking-btn {
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
}
.about h1,.about h2 {
    color: #22766f;
    padding-bottom: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.about h1{
    border-bottom: 1px solid #efefef;
}
.icon-user-no-photo{
    border: 1px solid #e8e8e8;
    padding: 0;
    font-size: 15px;
    background: #ffffff;
    color: #717171;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer !important;
}
.communities-content p, .communities-content pre{
    font-size: 16px;
}
.team-content div {
    color: black;
    margin-top: 20px;
    text-align: justify;
}
.flip-box .thumbnail-img {
    max-height: 350px;
    width:100%;
    object-fit: cover;
}
.text-left{
    text-align: left !important;
}
.font-weight-bold{
    font-weight: bold !important;
}
@media (min-width: 768px) and (max-width: 991.98px){
    .offcanvas-logo img {
        width: 100%;
        height: 50px;
        object-fit: cover;
    }

}
@media (max-width: 575.98px) {
    .event-dt-block .booking-btn {
        position: relative;
    }
    .offcanvas-logo img {
        width: inherit !important;
    }
    .card-bottom-item {
        width: 33%;
    }
    .sessions .card-bottom-item,.consultations .card-bottom-item {
        width: 50%;
    }
    /*.offices .card-bottom-item:first-child,.meeting_rooms .card-bottom-item:first-child{*/
    /*width: 100%;*/
    /*}*/
}
@media (max-width: 678px) {
    .share-save-btns.dropdown {
        margin: 15px !important;
    }
    .event-dt-block .booking-btn {
        position: relative;
    }
    .hidden-md{
        display: inline !important;
    }
    .right-header{
        display:none;
    }
    .night_mode_switch__btn #night-mode,.night_mode_switch__btn #night-mode-2 {
        margin: 10px;
    }
    .night-mode .offcanvas-social > .social-links li > .social-link {
        color: white !important;
    }
    .right-header ul li:first-child {
        margin-right: 0px;
    }

    .event-link {
        padding: 0.5rem !important;
    }
}