@font-face {
    font-family: 'NotoKufiArabic-Regular';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoKufiArabic-Regular.ttf);
}

@font-face {
    font-family: 'NotoKufiArabic-Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoKufiArabic-Bold.ttf);
}

@font-face {
    font-family: 'NotoNaskhArabic-Regular';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoNaskhArabic-Regular.ttf);
}

@font-face {
    font-family: 'NotoNaskhArabic-Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoNaskhArabic-Bold.ttf);
}

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 12px;
    background: #FFF;
    position: relative;
    min-height: 100%;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 220px;
    }
}

@media (min-width: 769px) {
    body {
        padding-bottom: 100px;
    }
}

.tooltip {
    font-size: 16px;
}

.table > tbody > tr > td {
    border-top: 0;
}

/* Navbar */

.navbar-default {
    border-bottom-width: 0;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 768px) {

    .navbar {
        min-height: 60px;
    }

    .navbar-default .navbar-header {
        min-height: 60px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-top: 14px;
        margin-left:7px;
        font-size: 22px;
        padding: 0 0 0 5px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-brand img {
        max-height: 35px;
        margin-top: -2px;
        margin-left: 0;
        display: block;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        text-align: left;
        color: #8493a8;
    }

    .navbar-default .navbar-nav > li > a > i {
        font-size: 14px;
    }

    .navbar-default .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-default .main-menu {
        border-top-width: 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #171717;
    }

    .navbar-default .userAvatar {
        margin: -6px -3px -8px auto;
        width: 28px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .navbar-default .menu-item {
        font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
        color: #8493a8;
        font-weight: bold;
        border-color: transparent;
        padding: 20px 6px 20px 6px;
        float: right;
        height: 60px;
        line-height: 1.6;
    }

    .navbar-default a.menu-item {
        text-decoration: none;
    }

    .navbar-default .menu-item .fa-lg {
        font-size: 20px;
    }

    .navbar-default .user-menu {
        font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
        color: #8493a8;
        font-weight: bold;
        border-color: transparent;
        padding: 16px 6px 13px 6px;
        float: right;
        margin:0 -7px 0 0;
        height: 60px;
    }

    .navbar-default a.user-menu{
        text-decoration: none;
    }

}

@media (min-width: 769px) {

    .navbar-default .navbar-header {
        min-height: 80px;
    }

    .navbar-default .navbar-brand img {
        max-height: 56px;
        margin-top: -3px;
        margin-left: 20px;
    }

    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 15px;
        text-align: center;
        color: #8493a8;
    }

    .navbar-default .navbar-nav > li > a {
        font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
        color: #8493a8;
        font-weight: bold;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar-default .navbar-nav > li > a > i {
        font-size: 14px;
    }

    .navbar-default .navbar-nav > li > a > .fa-lg {
        font-size: 18px;
    }

    .navbar-default .navbar-nav .sign-in {
        border: 1px solid #E8EDF1;
        background: #E8EDF1;
        color: #768396;
        padding: 7px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 20px;
        font-size: 14px;
    }

    .navbar-default .navbar-nav .sign-up {
        border: 1px solid #7EB62E;
        background: #7EB62E;
        color: #FFF;
        padding: 7px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-left: 7px;
        margin-top: 20px;
        font-size: 14px;
    }

    .navbar-default .navbar-nav .sign-in:hover,
    .navbar-default .navbar-nav .sign-in:focus {
        border: 1px solid #E6E6E6;
        background: #E6E6E6;
        color: #474e56;
    }

    .navbar-default .navbar-nav .sign-up:hover,
    .navbar-default .navbar-nav .sign-up:focus {
        border: 1px solid #7EA346;
        background: #7EA346;
        color: #FFF;
    }

    .navbar-default .userAvatar {
        margin: -6px -3px -10px auto;
        width: 28px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .change-language{
        font-size: 20px;
        padding:2px 10px 5px 10px;
        float: right;
        margin-top: 20px;
        margin-left: 25px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 1.6;
        font-family: "NotoNaskhArabic-Bold", "Open Sans", Tahoma, Arial, sans-serif;
        background: #4FA476;
    }

    a.change-language{
        color: #FFF;
        text-decoration: none;
    }

    .change-language i{
        font-size: 14px;
    }

}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #4FA476;
    background-color: #F5F5F5;
}

.navbar-default .menu-item:focus,
.navbar-default .menu-item:hover{
    color: #4FA476;
    background-color: #F5F5F5;
}

.navbar-default .user-menu:focus,
.navbar-default .user-menu:hover {
    color: #3F454D;
    background-color: #F5F5F5;
}

/* Dropdown Menu */

.dropdown-menu {
    font-size: 14px;
    border-top: 3px solid #4cae4c;
    min-width: 170px;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
}

.dropdown-menu {
    left: 0;
    right: auto;
    float: left;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -3px;
}

.dropdown-menu .divider {
    margin: 3px 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
    color: #768396;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #474e56;
    background-color: #F5F5F5;
    border-color: transparent;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #474e56;
    text-decoration: none;
    background-color: #F5F5F5;
}

.dropdown-menu > li > a:focus i,
.dropdown-menu > li > a:hover i {
    color: #4FA476;
}

.navbar-default span.caret {
    color: #4FA476;
}

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}

label {
    font-weight: normal;
}

/* Form Controls */

.form-group .form-control {
    width: 70%;
    border-radius: 0;
    border: 1px solid #C1C7CD;
    font-family: "NotoNaskhArabic-Regular", helvetica, Tahoma, Arial, sans-serif !important;
}

.form-control{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-group .textarea-sm {
    min-height: 120px;
    max-width: 100%;
    min-width: 100%;
}

.form-group p {
    height: 34px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 7px;
}

.custom-input {
    height: 50px;
    font-size: 18px;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    border-color: #AAA;
}

.custom-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
}

/* Labels */

.label {
    border-radius: 0;
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.label-primary {
    background-color: #4FA476;
}

.label-info {
    background-color: #222831;
}

.label-success {
    background-color: #62AC15;
}

.label-danger {
    background-color: #f64b2f;
}

/* Button */

.btn {
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-lg {
    min-width: 180px;
    font-weight: bold;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", tahoma, Arial, sans-serif;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn-primary {
    background: transparent;
    border:2px solid #4FA476;
    color: #4FA476;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #FFF;
    background: #4FA476;
    border-color: #4FA476;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #4FA476;
    border-color: #4FA476;
}

.btn-success {
    background: transparent;
    border:2px solid #4FA476;
    color: #4FA476;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #FFF;
    background: #4FA476;
    border-color: #4FA476;
}

.btn-danger {
    color: #ff2400;
    background-color: transparent;
    border:2px solid #ff2400;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #FFF;
    background: #ff2400;
    border-color: #ff2400;
}

.center-elements{
    text-align: center;
}

/* Custom Checkbox */

.custom-checkBox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 14px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px;
}

.custom-checkBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkMark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #EEE;
    border: 1px solid #DDD;
}

.custom-checkBox:hover input ~ .checkMark {
    background-color: #CCC;
}

.custom-checkBox input:checked ~ .checkMark {
    background-color: #4FA476;
}

.checkMark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkBox input:checked ~ .checkMark:after {
    display: block;
}

.custom-checkBox .checkMark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Custom Radio */

.custom-radio {
    display: block;
    position: relative;
    padding-right: 30px;
    margin-top: 14px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radioMark {
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
    background-color: #EEE;
    border: 1px solid #DDD;
    border-radius: 50%;
}

.custom-radio:hover input ~ .radioMark {
    background-color: #CCC;
}

.custom-radio input:checked ~ .radioMark {
    background-color: #4FA476;
}

.radioMark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked ~ .radioMark:after {
    display: block;
}

.custom-radio .radioMark:after {
    left: 6px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

/* Form Group Box */

.form-group-box {
    border: 1px solid #CCC;
    padding: 20px 15px 0 15px;
    margin-bottom: 25px;
}

.form-group-box .box-title {
    position: absolute;
    right: 25px;
    color: #444;
    display: inline-block;
    padding: 4px 5px;
    font-weight: 400;
    top: -15px;
    background-color: #FFF;
    font-size: 16px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group-box .box-title .optional {
    font-size: 12px;
    color: #666;
}

.form-group-box .box-title .required {
    font-size: 14px;
    color: red;
}

/* Big Title */

.big-title {
    display: table;
    text-align: center;
}

.big-title h2 {
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif !important;
    padding-bottom: 5px;
    color: #333C4A;
    margin-top: 0;
    font-weight: bold;
}

.separator {
    color: #4FA476;
    margin: 0 auto 20px;
    max-width: 240px;
    text-align: center;
    position: relative;
    font-size: 110%;
}

.separator:before, .separator:after {
    display: block;
    width: 40%;
    content: " ";
    margin-top: 10px;
    border: 1px solid #4FA476;
}

.separator:before {
    float: left;
}

.separator:after {
    float: right;
}

@media (max-width: 768px) {

    .big-title {
        margin: 0 auto;
    }

    .big-title h2 {
        font-size: 20px;
    }

}

@media (min-width: 769px) {

    .big-title {
        margin: 0 auto;
    }

    .big-title h2 {
        font-size: 24px;
    }

}

/* Page */

.page {
    background-color: #FFF;
    padding-bottom: 30px;
}

.page .page-heading {
    min-width: 100%;
    height: 150px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: -20px;
}

.page .page-heading .bg {
    background: #4FA476;
    background: -webkit-linear-gradient(to left, #B7D79B, #4FA476);
    background: linear-gradient(to left, #B7D79B, #4FA476);
    opacity: .9;
    color: #fff;
    width: 100%;
    height: 150px;
    padding: 50px 10px 0 10px;
}

.page h3 {
    font-weight: bold;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", tahoma, Arial, sans-serif;
    margin-top: 10px;
}

.page .page-content {
    font-size: 16px;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
}

@media (max-width: 768px) {
    .page {
        margin-top: 0;
    }

    .page .page-heading {
        text-align: center;
    }

    .page .page-content {
        padding: 25px 10px;
    }

    .page h3 {
        font-size: 24px;
    }
}

@media (min-width: 769px) {
    .page {
        margin-top: -20px;
    }

    .page .page-heading {
        text-align: left;
    }

    .page .page-content {
        padding: 25px 0 35px 0;
    }

    .page h3 {
        font-size: 26px;
    }
}

/* Page Title */

.page-title {
    min-width: 100%;
    height: 150px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: -20px;
}

.page-title .bg {
    background: #4FA476;
    background: -webkit-linear-gradient(to left, #B7D79B, #4FA476);
    background: linear-gradient(to left, #B7D79B, #4FA476);
    opacity: .9;
    color: #fff;
    width: 100%;
    height: 150px;
    padding: 50px 10px 0 10px;
}

.page-title h3 {
    font-weight: bold;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", tahoma, Arial, sans-serif;
    text-shadow: 1px 1px 1px #777;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .page-title {
        text-align: center;
    }

    .page-title h3 {
        font-size: 24px;
    }
}

@media (min-width: 769px) {
    .page-title {
        text-align: left;
    }

    .page-title h3 {
        font-size: 26px;
    }
}

/* Form Page */

.form-page {
    margin-bottom: 70px;
    border: 1px solid #DDD;
    background-color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-page .form-group .form-control {
    width: 100%;
    font-size: 18px;
    padding: 10px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.form-page .form-group label {
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
}

.form-page .form-heading {
    min-width: 100%;
    height: 150px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-page .form-heading .bg {
    background: #4FA476;
    background: -webkit-linear-gradient(to right, #4FA476, #B7D79B);
    background: linear-gradient(to right, #4FA476, #B7D79B);
    opacity: .9;
    color: #fff;
    padding: 30px 15px 15px 15px;
    width: 100%;
    height: 150px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form-page .page-title {
    font-size: 18px;
    border-bottom: 1px solid #DDD;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    font-weight: bold;
    color: #222831;
}

@media (max-width: 768px) {
    .form-page {
        padding: 30px 15px;
        margin-top: 10px;
    }

    .form-page .page-title {
        padding: 20px 15px;
        margin: -30px -15px 30px -15px;
    }

    .form-page .form-heading {
        margin: -30px -15px 30px -15px;
    }
}

@media (min-width: 769px) {
    .form-page {
        padding: 30px;
        margin-top: 30px;
    }

    .form-page .page-title {
        padding: 25px 30px;
        margin: -30px -30px 30px -30px;
    }

    .form-page .form-heading {
        margin: -30px -30px 30px -30px;
    }
}

.form-page h3 {
    color: #FFF;
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    margin: 5px auto 15px auto;
    padding: 20px 0 20px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #777;
}

.form-page h2 {
    color: #474e56;
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    margin: 5px auto 15px auto;
    padding: 10px 0 20px 0;
    text-align: center;
}

.form-page .sub-title {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin: -20px 0 30px 0;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px #777;
}

.form-page h4 {
    font-size: 14px;
    color: #333;
}

.form-page .required-field {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.form-page .alert {
    margin-bottom: 25px;
}

.form-page .table {
    margin-bottom: 0;
}

.form-page a {
    color: #0066cc;
}

.form-page a:hover,
.form-page a:focus {
    text-decoration: none;
}

.form-page .form-group {
    margin-bottom: 25px;
}

.form-page .forgot-password {
    margin: -10px 0 10px 0;
    text-align: right;
    font-size: 14px;
    color: #474e56;
    display: block;
}

.form-page a.forgot-password:hover,
.form-page a.forgot-password:focus {
    color: #4FA476;
}

.form-page .form-footer {
    border-top: 1px solid #F1F1F1;
    padding-top: 20px;
    margin: 30px auto -10px auto;
    text-align: center;
    font-size: 13px;
    color: #474e56;
}

.form-page .form-footer a {
    color: #474e56;
    border-bottom: 1px dashed #CCC;
}

.form-page .form-footer a:hover,
.form-page .form-footer a:focus {
    color: #4FA476;
}

/* Cart */

.cart {
    margin: 30px 0;
}

.cart-items .cart-item {
    border: 1px solid #DDD;
    padding: 10px 15px;
    margin: 12px auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cart-items .cart-item .item-image {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.cart-items .cart-item .item-image img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.cart-items .cart-item .item-details {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    font-size: 14px;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
}

.cart-items .cart-item .item-details .item-name {
    margin: 10px 0;
    color: #666;
}

.cart-items .cart-item .item-quantity {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #777;
}

.cart-items .cart-item .item-total {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #777;
}

.cart-items .cart-item .item-remove {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    direction: ltr;
    font-size: 20px;
}

.cart-items .cart-item .item-remove a {
    color: #ff2400;
}

.cart-footer {
    margin: 35px 0 50px 0;
}

.cart-footer .cart-total {
    font-size: 18px;
    color: #474e56;
    margin-bottom: 15px;
}

.cart-footer .cart-btn-group .btn {
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cart-footer .cart-btn-group .btn-success {
    margin-left: 5px;
}

@media (max-width: 768px) {

    .cart-items .cart-item .item-quantity {
        padding: 10px 0;
    }

    .cart-items .cart-item .item-total {
        padding: 5px 0;
    }

    .cart-items .cart-item .item-remove {
        padding: 5px 0;
    }

    .cart-footer .cart-total {
        text-align: center;
    }

    .cart-footer .cart-btn-group {
        text-align: center;
    }

}

@media (min-width: 769px) {

    .cart-items .cart-item .item-quantity {
        height: 75px;
    }

    .cart-items .cart-item .item-total {
        height: 75px;
    }

    .cart-items .cart-item .item-remove {
        height: 75px;
    }

    .cart-footer .cart-total {
        text-align: left;
    }

    .cart-footer .cart-btn-group {
        text-align: right;
    }
}

/* Checkout */

.checkout {
    margin: 30px 0;
}

.checkout .section-title h2 {
    font-family: "NotoNaskhArabic-Bold", "Open Sans", Tahoma, Arial, sans-serif;
}

.checkout-items .checkout-item {
    border: 1px solid #DDD;
    padding: 10px;
    margin: 12px auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.checkout-items .checkout-item .item-image {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.checkout-items .checkout-item .item-image img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.checkout-items .checkout-item .item-details {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    font-size: 13px;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
}

.checkout-items .checkout-item .item-details .item-name {
    margin: 3px 0;
    color: #666;
}

.checkout-items .checkout-item .item-quantity {
    float: left;
    font-size: 14px;
    color: #777;
}

.checkout-footer {
    border-top: 1px solid #DDD;
    padding-top: 25px;
    margin: 30px 0 50px 0;
}

.checkout-footer .checkout-total {
    font-size: 15px;
    color: #474e56;
    margin-bottom: 12px;
}

.checkout-footer .checkout-btn-group .btn {
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 768px) {

    .checkout-items .checkout-item .item-quantity {
        padding: 10px 0;
    }

    .checkout-items .checkout-item .item-total {
        padding: 5px 0;
    }

    .checkout-items .checkout-item .item-remove {
        padding: 5px 0;
    }

    .checkout-footer .checkout-total {
        text-align: center;
    }

    .checkout-footer .checkout-btn-group {
        text-align: center;
    }

}

@media (min-width: 769px) {

    .checkout-footer .checkout-total {
        text-align: left;
    }

    .checkout-footer .checkout-btn-group {
        text-align: right;
    }

    .checkout-footer .checkout-btn-group .btn-success {
        margin-left: 5px;
    }

}

.checkout .form-control {
    width: 100%;
    font-size: 15px;
}

.checkout textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 70px;
    max-height: 100px;
}

.checkout label {
    font-size: 13px;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
}

/* Orders */

.orders {
    margin: 30px 0 80px 0;
}

.orders .order-box {
    border: 1px solid #DDD;
    padding: 15px;
    margin: 12px auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.orders .order-box a {
    color: #333;
}

.orders .order-box a:hover,
.orders .order-box a:focus {
    color: #111;
}

.orders .order-box .order-details {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    font-size: 14px;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
}

.orders .order-box .order-details .order-number,
.orders .order-box .order-details .order-price,
.orders .order-box .order-details .order-date,
.orders .order-box .order-details .order-status {
    margin: 5px 0;
}

/* Order Page */

.order-page .cart-total {
    font-size: 15px;
}

.order-page .section-title h2 {
    font-size: 16px;
}

.order-info {
    border: 1px solid #DDD;
    padding: 15px;
    margin: 15px auto 0 auto;
}

.order-info .order-meta {
    font-size: 14px;
    margin: 5px 0;
}

/* Requests */

.requests {
    background: #F1F1F1;
    margin: 30px 0 60px 0;
}

.requests .request-box {
    background: #FFF;
    position: relative;
    border: 1px solid #DDD;
    margin: 12px auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.requests .request-box:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: scale(1.02);
}

.requests .request-box img {
    position: relative;
    padding: 0;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 100%;
}

.requests .request-box .request-status {
    position: absolute;
    left: 15px;
    top: 20px;
}

.requests .request-box .request-status .label {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: .3em 1.4em .4em;
}

.requests .request-box a {
    color: #333;
    text-decoration: none;
}

.requests .request-box a:hover,
.requests .request-box a:focus {
    color: #111;
}

.requests .request-box ul.request-meta {
    list-style: none;
    margin-bottom: 0;
}

.requests .request-box .request-meta {
    overflow: hidden;
    font-size: 14px;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
    padding: 20px;
    color: #666;
}

.requests .request-box ul.request-meta li {
    padding: 8px 0;
    border-bottom: 1px solid #F0F0F0;
}

.requests .request-box ul.request-meta li:first-child {
    padding-top: 0;
}

.requests .request-box ul.request-meta li:last-child {
    padding-bottom: 0;
    border-bottom-width: 0;
}

.requests .label {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Request Page */

.request-page {
    background: #F1F1F1;
    margin: 30px 0 60px 0;
}

.request-page .section-title h2 {
    background: #F1F1F1;
}

.request-page .request-meta-box {
    background: #FFF;
    padding: 20px;
    margin: 15px 0;
    border-right: 4px solid #4FA476;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.request-page .request-meta-box .box-title {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.request-page .request-meta-box .box-content {
    font-size: 16px;
    color: #000;
}

.request-page .request-meta-box i {
    float: left;
    font-size: 30px;
    color: #CCC;
    line-height: 46px;
}

.request-page .request-meta-box .meta-box-col {
    padding: 0;
}

.request-btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", tahoma, Arial, sans-serif;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .request-btn {
        display: inline-block;
    }
}

@media (min-width: 769px) {
    .request-btn {
        float: right;
    }
}

/* Page Panel */

.page-panel {
    background: #FFF;
    border: 1px solid #DDD;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 25px;
}

.page-panel .page-heading {
    font-size: 16px;
    font-weight: bold;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    padding: 20px;
    border-bottom: 1px solid #DDD;
    color: #222;
}

/* Request Gallery */

.request-gallery {
    padding: 20px;
}

/* Request Details */

.request-details {
    padding: 25px;
    font-size: 16px;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
}

.request-details i {
    color: #4FA476;
    margin-right: 5px;
}

.request-details .request-address {
    margin-bottom: 15px;
}

.request-details .request-address span,
.request-details .request-additional-details span {
    font-family: "NotoNaskhArabic-Bold", "Open Sans", Tahoma, Arial, sans-serif;
}

/* Messages */

.messages {
    background: #FFF;
    overflow: hidden;
}

.messages .message-box {
    border-bottom: 1px solid #DDD;
}

.messages .table {
    width: 100%;
    margin-bottom: 10px;
}

.messages .message-row {
    padding: 0;
    list-style: none;
    text-decoration: none;
    margin: 0;
    outline: 0;
    position: relative;
}

@media (max-width: 768px) {
    .messages .message-row .senderName {
        font-size: 14px;
    }
}

@media (min-width: 769px) {
    .messages .message-row .senderName {
        font-size: 15px;
    }
}

.messages .message-row .senderName {
    font-weight: bold;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", tahoma, Arial, sans-serif;
    color: #333;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: none;
}

.messages .message-row .userAvatar {
    padding: 15px 20px 15px 15px;
    width: 75px;
}

.messages .message-row .userAvatar img {
    width: 52px;
    height: 52px;
    padding: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.messages .message-row .message-details {
    width: 100%;
    padding: 15px 10px 15px 0;
}

@media (min-width: 769px) {
    .messages .message-row .message-details .message-meta li {
        margin-right: 8px;
        padding-right: 10px;
    }

    .messages .message-row .message-details .message-meta li:last-child {
        border-left-width: 0;
        padding-left: 0;
    }
}

.messages .message-row .message-details .message-meta li {
    font-size: 13px;
    margin-bottom: 3px;
    color: #555;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    margin-right: 8px;
}

.messages .message-row .message-details .message-meta li:last-child {
    margin-right: 0;
}

.messages .message-row .message-details .message-meta a {
    text-decoration: none;
    color: #555;
}

.messages .message-row .label {
    vertical-align: middle;
}

.messages .msg-content {
    font-size: 16px;
    padding: 0 20px 25px 20px;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    line-height: 1.666;
}

.messages .message-row .msg-time{
    float: left;
}

.messages :target {
    background: #FFFADC;
}

/* Message Form */

.message-form {
    padding: 20px 20px 20px 20px;
}

.request-page .message-form textarea {
    min-height: 90px;
    max-height: 200px;
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    background: #F1F1F1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #DDD;
}

.request-page .message-form textarea:hover {
    border-color: #CCC;
}

.request-page .message-form textarea:focus {
    background: #FFF;
    border-color: #CCC;
}

.request-page .message-form .btn {
    margin-top: 15px;
}

/* Requests Gallery */

.request-thumbnail {
    padding: 3px;
    border: 2px solid #DDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 5px 0;
    width: 100%;
    height: 100%;
}

.request-thumbnail img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.request-thumbnail:hover,
.request-thumbnail:focus {
    border-color: #4FA476;
}

.request-thumbnail i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    padding-top: 20%;
    font-size: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.5;
}

/* Approve Request Form */

.approve-request-form {
    text-align: center;
    padding: 10px 20px;
}

.approve-request-form .custom-input {
    width: 100%;
    margin-bottom: 20px;
}

/* Account Type */

.account-type {
    text-align: center;
    margin-bottom: -10px;
}

.form-group label.account-type-label {
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 16px;
    color: #748194;
}

.account-type input[type="radio"] {
    display: none;
}

.account-type input[type="radio"]:checked + .account-box {
    background-color: #1BAB70;
    color: #FFF;
    opacity: .8;
}

.account-type input[type="radio"]:checked + .account-box .account-type-icon {
    color: #FFF;
}

.account-type .account-box {
    width: 100%;
    height: 100%;
    min-width: 150px;
    min-height: 150px;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: 'Dax', sans-serif;
    font-weight: 900;
    border: 1px solid #E8EDF1;
    background: #E8EDF1;
    color: #474e56;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 35px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.account-type .account-box:active {
    transform: translateY(10px);
}

.account-type .account-box .account-type-icon {
    font-size: 30px;
    color: #4FA476;
}

.account-type .account-box .account-type-title {
    font-size: 16px;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
}

/* Account */

.account {
    position: relative;
}

.account .form-group .form-control {
    width: 100%;
    font-size: 16px;
    padding: 6px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.account .custom-input {
    height: 40px;
    font-size: 16px;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    border-color: #AAA;
}

.account .account-heading {
    position: relative;
    z-index: 1;
    min-width: 100%;
    height: 180px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.account .account-heading .bg {
    background: #4FA476;
    background: -webkit-linear-gradient(to right, #4FA476, #B7D79B);
    background: linear-gradient(to right, #4FA476, #B7D79B);
    opacity: .9;
    color: #fff;
    width: 100%;
    height: 180px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media (max-width: 768px) {
    .account .account-heading {
        margin: -30px -15px 0 -15px;
    }
}

@media (min-width: 769px) {
    .account .account-heading {
        margin: -30px -30px 0 -30px;
    }
}

.account .input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4444;
    color: #111;
    text-align: center;
    background-color: #eee;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #C1C7CD;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: helvetica, Tahoma, Arial, sans-serif !important;
}

.account .input-group {
    position: static;
}

.account .input-group .form-control {
    position: static;
}

.account .field-row {
    border-bottom: 1px solid #DDD;
    margin-bottom: 25px;
}

.account .field-desc {
    margin-bottom: 7px;
    color: #888;
    font-size: 12px;
    font-style: italic;
}

.account textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    max-height: 150px;
}

.account #textarea_label {
    font-size: 13px;
    margin-top: 7px;
    color: #555;
}

.account .btn {
    margin-top: 10px;
}

.account .ltr-input {
    direction: ltr;
}

.account-tabs {
    margin-bottom: 25px;
    margin-right: 0;
    border-bottom: 3px solid #4FA476;
}

.account-tabs > li {
    margin-bottom: 0;
}

.account-tabs > li > a {
    color: #768396;
    background: #E8EDF1;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 12px 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.account-tabs > li > a:hover {
    background: #E6E6E6;
    color: #474e56;
}

.account-tabs > li.active > a,
.account-tabs > li.active > a:focus,
.account-tabs > li.active > a:hover {
    color: #FFF;
    background: #4FA476;
    cursor: default;
    border-color: transparent;
}

@media (max-width: 768px) {
    .account-tabs {
        font-size: 12px;
        font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
    }
}

@media (min-width: 769px) {
    .account-tabs {
        font-size: 13px;
        font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    }
}

.account .working-hours input[type="time"] {
    min-width: 100px;
    font-size: 16px;
}

.account ul.working-hours {
    list-style: none;
    padding-right: 15px;
    margin-bottom: 30px;
}

.account ul.working-hours li {
    margin-bottom: 10px;
}

.account ul.working-hours li label {
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .account ul.working-hours li label {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .account ul.working-hours li label {
        width: 100px;
    }
}

/* Avatar */

.accountAvatar {
    position: relative;
    z-index: 999;
    background: #FFF;
    border: 5px solid #FFF;
    height: 140px;
    width: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -80px auto 0 auto;
    text-align: center;
}

.accountAvatar img {
    max-width: 100%;
    max-height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.accountAvatar .selectBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    line-height: 105px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #EEE;
    font-size: 22px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    opacity: 0.7;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.accountAvatar .selectBtn:hover {
    color: #FFF;
}

.avatarModal {
    height: 150px;
    width: 150px;
    padding: 5px;
    background: #FFF;
    border: 1px solid #CCC;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload {
    width: 100%;
}

/* Submit Form */

.submit-form textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    max-height: 150px;
}

.submit-form .form-group label {
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
}

.submit-form .required-field {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.submit-form .field-row {
    border-bottom: 1px solid #DDD;
    margin-bottom: 25px;
}

.submit-form .field-desc {
    margin-bottom: 7px;
    color: #888;
    font-size: 12px;
    font-style: italic;
}

.submit-form .alert {
    margin-bottom: 20px;
}

.submit-form .form-group {
    margin-bottom: 25px;
}

.submit-form .form-group .form-control {
    width: 100%;
    font-size: 18px;
    padding: 10px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.submit-form .form-group label {
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
}

.submit-form .form-error {
    text-align: center;
    margin-bottom: 5px;
}

/* References List */

.references-list {
    margin: 30px 0 90px 0;
}

.references-list .list-group-item {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 16px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    line-height: 2;
}

.references-list .list-group-item:hover,
.references-list .list-group-item:focus {
    background: #FAFAFA;
}

.references-list .list-group-item .ref-name {
    cursor: default;
}

.references-list .list-group-item i {
    color: #8493a8;
    margin-left: 3px;
}

.references-list .list-group-item .btn {
    font-size: 13px;
    float: right;
}

.references-list .list-group-item .btn i {
    color: #FFF;
}

@media (max-width: 768px) {
    .references-list .list-group-item {
        padding: 15px;
    }
}

@media (min-width: 769px) {
    .references-list .list-group-item {
        padding: 15px 20px;
    }
}

/* References List */

.requests-list {
    margin: 30px 0 15px 0;
}

.requests-list .list-group-item {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 16px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    line-height: 2;
}

.requests-list .list-group-item:hover,
.requests-list .list-group-item:focus {
    background: #FAFAFA;
}

.requests-list .list-group-item .ref-name {
    cursor: default;
}

.requests-list .list-group-item i {
    color: #8493a8;
    margin-left: 3px;
}

.requests-list .list-group-item .btn {
    font-size: 13px;
}

.requests-list .list-group-item .btn i {
    color: #FFF;
}

@media (max-width: 768px) {
    .requests-list .list-group-item {
        padding: 15px;
    }
}

@media (min-width: 769px) {
    .requests-list .list-group-item {
        padding: 15px 20px;
    }
}

/* Store Page */

.store-categories-section {
    margin: 30px 0;
}

.store-products-section {
    margin: 30px 0;
}

/* Store { Categories } */

.products-categories-thumbnails {
    margin: 10px 0;
    text-align: center;
}

.products-categories-thumbnails a {
    color: #555;
    text-decoration: none;
}

.products-categories-thumbnails .category-thumbnail {
    max-width: 250px;
    background: #FFF;
    border: 1px solid #DDD;
    margin: 10px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.products-categories-thumbnails .category-thumbnail:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: scale(1.02);
}

.products-categories-thumbnails .category-thumbnail .category-image img {
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #DDD;
}

.products-categories-thumbnails .category-thumbnail .category-name {
    font-size: 14px;
    padding: 10px;
    overflow: hidden;
    line-height: 1.6;
    color: #737b87;
}

@media (max-width: 768px) {
    .products-categories-thumbnails .category-thumbnail {
        height: auto;
    }

    .products-categories-thumbnails .category-thumbnail .category-name {
        height: auto;
    }
}

@media (min-width: 769px) {
    .products-categories-thumbnails .category-thumbnail {
        height: 210px;
    }

    .products-categories-thumbnails .category-thumbnail .category-name {
        height: 36px;
    }
}

/* Store { Products } */

.products-thumbnails {
    margin: 10px 0 60px 0;
    text-align: center;
}

.products-thumbnails a {
    color: #555;
    text-decoration: none;
}

.products-thumbnails .product-thumbnail {
    position: relative;
    max-width: 250px;
    height: 310px;
    background: #FFF;
    border: 1px solid #DDD;
    margin: 10px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.products-thumbnails .product-thumbnail:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: scale(1.02);
}

.products-thumbnails .product-thumbnail .product-image img {
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #DDD;
}

.products-thumbnails .product-thumbnail .product-name {
    font-size: 14px;
    padding: 12px 10px;
    overflow: hidden;
    line-height: 1.6;
    color: #737b87;
}

.products-thumbnails .product-thumbnail .product-price {
    position: absolute;
    top: 6%;
    left: 0;
    font-size: 14px;
    color: #FFF;
    background: #4FA476;
    padding: 7px 10px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .products-thumbnails .product-thumbnail {
        height: auto;
    }

    .products-thumbnails .product-thumbnail .product-name {
        height: auto;
    }
}

@media (min-width: 769px) {
    .products-thumbnails .product-thumbnail {
        height: 300px;
    }

    .products-thumbnails .product-thumbnail .product-name {
        height: 36px;
    }
}

/* Product Page */

.product-page {
    background: #FFF;
    margin: 30px 0;
}

.product-page .product-image img {
    width: 100%;
}

.product-page a.product-category {
    padding: 5px 10px;
    margin-top: 12px;
    background: #4FA476;
    color: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

.product-page .product-price {
    font-size: 22px;
    color: #474e56;
    margin-top: 12px;
}

.product-page .product-description {
    text-align: left;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.product-page .quantity .control{
    float: left;
    text-align: center;
    line-height: 1.2;
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 4px;
    margin: 0 5px;
    padding:3px 0;
}

.product-page .quantity #quantity-input {
    float: left;
    width: calc(100% - 110px);
}

.product-page .add-cart {
    background: #FAFAFA;
    border: 1px solid #DDD;
    padding: 25px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-page .add-cart .btn-lg {
    height: 40px;
    width: 100%;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 15px;
}

.product-page .add-cart .form-control {
    height: 40px;
    width: 100%;
}

@media (max-width: 768px) {
    .product-page .add-cart .btn-lg {
        margin-top: 10px;
    }
}

@media (min-width: 769px) {
    .product-page .product-description {
        min-height: 50px;
    }
}

.product-page .products-thumbnails {
    margin: 30px 0 0 0;
}

/* Share Product */

.share-product {
    border-top: 1px solid #DDD;
    text-align: center;
    padding: 20px 0;
}

.share-product h3 {
    color: #1C2331;
    font-size: 16px;
    font-weight: bold;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", tahoma, Arial, sans-serif;
    margin: -15px -15px 25px -15px;
    padding: 20px;
    text-align: right;
    border-bottom: 1px solid #DDD;
}

.share-product ul.share-buttons {
    list-style: none;
    margin-right: 0;
    margin-bottom: 0;
}

.share-product ul.share-buttons li {
    display: inline;
    text-align: center;
}

@media (min-width: 769px) {

    .share-product ul.share-buttons li {
        margin: 0 0.8%;
    }

}

.share-product .sharing-button {
    display: inline-block;
    text-decoration: none;
    padding: 8px 0;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #4FA476;
    text-align: center;
    background-color: transparent;
    border: 2px solid #4FA476;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.share-product .sharing-button i {
    font-size: 16px;
}

.share-product .sharing-button:hover {
    background-color: #4FA476;
    color: #FFF;
}

/* Participants */

.participant-page {
    background: #FFF;
    margin: 30px 0;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 16px;
}

a.participant-btn {
    border: 2px solid #444;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 10px;
    color: #444;
    text-decoration: none;
}

@media (max-width: 768px) {
    a.participant-btn {
        float: none;
        font-size: 13px;
        padding: 5px 15px;
    }
}

@media (min-width: 769px) {
    a.participant-btn {
        float: right;
        font-size: 14px;
        padding: 7px 20px;
    }
}

a.participant-btn:hover {
    color: #000;
    border-color: #000;
}

.participants-categories-section {
    margin: 25px 0;
}

.participant-category-label {
    position: relative;
    display: inline-block;
    padding: 7px 15px 7px 30px;
    background: #eee;
    color: #7a7a8c;
    margin: 5px 0 5px 5px;
    font-size: 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.participant-category-label::before {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    content: '';
    height: 8px;
    left: 10px;
    position: absolute;
    width: 8px;
    top: 13px;
}

.participants-categories-section .active,
.participants-categories-section .active a {
    background: #4FA476;
    color: #FFF;
}

.participant-category-label a {
    text-decoration: none;
    color: #7a7a8c;
}

.participants-categories-section .participant-category-label:hover a,
.participants-categories-section .participant-category-label:hover {
    color: #FFF;
    background: #4FA476;
}

/* Participants Thumbnails */

.participants-thumbnails {
    margin: 10px 0 60px 0;
    text-align: center;
}

.participants-thumbnails a {
    color: #555;
    text-decoration: none;
}

.participants-thumbnails .participant-thumbnail {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    height: 380px;
    display: flex;
    flex-direction: column;
}

.participants-thumbnails .participant-thumbnail:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: scale(1.02);
}

.participants-thumbnails .participant-thumbnail .participant-image {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.participants-thumbnails .participant-thumbnail .participant-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: 1px solid #DDD;
}

.participants-thumbnails .participant-thumbnail .participant-name {
    position: static !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #4d4d4d;
    background: transparent;
    margin-top: auto;
    padding: 10px 15px;
    font-weight: bold;
    font-family: "NotoNaskhArabic-Bold", "Open Sans", Tahoma, Arial, sans-serif;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

@media (max-width: 768px) {
    .participants-thumbnails .participant-thumbnail {
        height: auto;
        max-width: 250px;
    }
}

@media (min-width: 769px) {
    .participants-thumbnails .participant-thumbnail {
        height: auto;
        max-width: 100%;
    }
}

/* Awards */

.award-page {
    background: #FFF;
    margin: 30px 0;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 16px;
}

.award-page .award-img {
    float: left;
    margin: 15px;
}

a.award-btn {
    border: 2px solid #444;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 10px;
    color: #444;
    text-decoration: none;
}

@media (max-width: 768px) {
    a.award-btn {
        float: none;
        font-size: 13px;
        padding: 5px 15px;
    }

    .award-page .award-img {
        width: 30%;
    }
}

@media (min-width: 769px) {
    a.award-btn {
        float: right;
        font-size: 14px;
        padding: 7px 20px;
    }

    .award-page .award-img {
        width: 20%;
    }
}

a.award-btn:hover {
    color: #000;
    border-color: #000;
}

.award-page .award-details {
    background: #ecf0f1;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
    margin: 20px 0;
}

.award-page .award-details .btn {
    margin-top: 7px;
    float: right;
}

@media (max-width: 768px) {
    .award-page .award-details .btn {
        float: none;
        margin: 15px auto 0 auto;
        text-align: center;
    }

    .award-page .replacement-btn {
        text-align: center;
    }
}

.awards-categories-section {
    margin: 25px 0;
}

.award-category-label {
    position: relative;
    display: inline-block;
    padding: 7px 30px 7px 15px;
    background: #eee;
    color: #7a7a8c;
    margin: 5px 0 5px 5px;
    font-size: 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.award-category-label::after {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    content: '';
    height: 8px;
    right: 10px;
    position: absolute;
    width: 8px;
    top: 13px;
}

.awards-categories-section .active,
.awards-categories-section .active a {
    background: #4FA476;
    color: #FFF;
}

.award-category-label {
    text-decoration: none;
    color: #7a7a8c;
}

.awards-categories-section .award-category-label:hover,
.awards-categories-section .award-category-label:hover {
    color: #FFF;
    background: #4FA476;
    text-decoration: none;
}

/* Awards List */

.awards-list {
    list-style: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 80px;
}

.awards-list li {
    padding: 15px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #DDD;
}

.awards-list .award-item {
    list-style: none;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 0;
    outline: 0;
}

.awards-list li a {
    color: #1C2833;
    text-decoration: none;
}

.awards-list li a:hover,
.awards-list li a:focus {
    color: #222;
}

.awards-list li .award-image img {
    margin-left: 12px;
    display: block;
    width: 130px;
    height: 130px;
    object-fit: cover;
    float: right;
}

.awards-list li:first-child .award-image img {
    height: 130px;
    object-fit: fill;
    object-position: center;
}


.awards-list li .award-name {
    font-size: 17px;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
}

.awards-list li .award-description {
    font-size: 13px;
    color: #555;
}

.awards-list li .award-points {
    background: #ecf0f1;
    padding: 20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 130px;
    font-size: 20px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    direction: ltr;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #666;
}

.awards-list li .award-points .btn {
    color: #4FA476;
    display: block;
    margin-top: 20px;
}

.awards-list li .award-points .btn:hover,
.awards-list li .award-points .btn:focus{
    color: #FFF;
}

.awards-list li .award-details {
    color: #257cb6;
    margin: 7px 0;
}

@media (max-width: 768px) {
    .awards-list li .award-image img {
        width: 72px;
        height: 72px;
        object-fit: cover;
        object-position: center;
    }

    .awards-list li:first-child .award-image img,
    .awards-list li:last-child .award-image img {
        width: 72px;
        height: 72px;
        object-fit: cover;
        object-position: center;
    }

    .awards-list li .award-name {
        font-size: 14px;
    }
}

/* My Awards List */

.my-awards-list {
    list-style: none;
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 80px;
}

.my-awards-list > li {
    background: #F1F1F1;
    padding: 20px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #DDD;
    margin: 15px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.my-awards-list .award-item {
    list-style: none;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 0;
    outline: 0;
}

.my-awards-list li a {
    color: #1C2833;
    text-decoration: none;
}

.my-awards-list li a:hover,
.my-awards-list li a:focus {
    color: #222;
}

.my-awards-list li .award-name {
    font-size: 17px;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    color: #111;
    margin-bottom: 7px;
    display: block;
}

.my-awards-list ul.award-details {
    font-size: 15px;
    color: #555;
    list-style: none;
    padding-right: 0;
    padding-left: 0;
    float: left;
}

.my-awards-list ul.award-details li {
    margin: 6px 0;
}

.my-awards-list ul.award-details li:last-child {
    margin: 6px 0 0 0;
}

@media (max-width: 768px) {
    .my-awards-list li .award-name {
        font-size: 15px;
    }
}

.qr-code {
    float: right !important;
}

/* upb */

.upb {
    display: none;
}

/* Section Title */

.section-title {
    text-align: left;
    position: relative;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
    margin-bottom: 15px;
}

.section-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 3px solid rgba(0, 0, 0, .08);
    z-index: -1;
}

.section-title h2 {
    margin: 0;
    padding: 0 10px 0 0;
    background: #FFF;
    display: inline-block;
    font-family: NotoKufiArabic-Bold, "Open Sans", Tahoma, Arial, sans-serif;
    color: #333;
    font-weight: 700;
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 16px;
    }
}

@media (min-width: 769px) {
    .section-title h2 {
        font-size: 18px;
    }
}

/* Send Request */

.send-request .section-title {
    margin-bottom: 20px;
}

.send-request .section-title h2 {
    font-family: "NotoNaskhArabic-Bold", "Open Sans", Tahoma, Arial, sans-serif;
    color: #333;
}

.send-request .section-title h2 i {
    color: #4FA476;
    margin-right: 3px;
}

.send-request #weight {
    height: 50px;
}

.send-request #weight .control{
    float: left;
    text-align: center;
    line-height: 35px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 50%;
    margin: 5px;
    padding:3px 0;
}

.send-request #weight #weight-input {
    float: left;
    width: calc(100% - 110px);
}

/* About Section */

.about-section {
    padding: 70px 0;
    border-bottom: 1px solid #DDD;
}

.about-section img {
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.about-section .about {
    font-size: 18px;
    color: #6c7b95;
    line-height: 2;
}

@media (max-width: 768px) {
    .about-section .about {
        margin-bottom: 15px;
    }
}

@media (min-width: 769px) {
    .about-section .about {
        margin-top: 90px;
    }
}

/* Features Section */

.features-section {
    padding: 80px 0;
    background: #F1F1F1;
}

.features-section .feature-box {
    margin: 20px 0;
    text-align: center;
    background: #FFF;
    padding: 25px 20px;
    height: 320px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 4px solid transparent;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.features-section .feature-box:hover,
.features-section .feature-box:focus {
    border-top-color: #4FA476;
}

.features-section .feature-box .feature-icon {
    margin-bottom: 10px;
}

.features-section .feature-box .feature-icon img {
    max-width: 110px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.features-section .feature-box:hover .feature-icon img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.features-section .feature-box .feature-title {
    font-size: 17px;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
    margin-bottom: 10px;
    color: #222;
}

.features-section .feature-box .feature-description {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .features-section .feature-box {
        height: auto;
    }
}

/* Participants Section */

.participants-section {
    padding: 80px 0;
    background: #FFF;
    text-align: center;
}

.participants-section .participants-thumbnails {
    margin-bottom: 35px;
}

/* Awards Section */

.awards-section {
    padding: 80px 0;
    background: #FFF;
    text-align: center;
}

.awards-section .awards-home {
    margin-bottom: 25px;
}

.awards-section .awards-home .award-thumbnail {
    margin: 20px auto;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.awards-section .awards-home .award-thumbnail:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: scale(1.02);
}

.awards-section .awards-home .award-thumbnail img {
    max-width: 100%;
    background: #DDD;
    border: 5px solid #DDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.9;
}

.awards-section .awards-home .award-thumbnail:hover img,
.awards-section .awards-home .award-thumbnail:focus img {
    opacity: 1;
    border-color: #4FA476;
}

/* Statistics Section */

.statistics-section {
    width: 100%;
    background: #4FA476;
    background: url("../../images/statistics-bg.jpg") no-repeat center center;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.statistics-section .statistics-section-content {
    background: rgba(79, 164, 118, .88);
    color: #fff;
    padding: 80px 15px;
    width: 100%;
    text-align: center;
}

.statistics-section .statistic-block {
    margin: 20px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.statistics-section .statistic-block .block-icon img {
    width: 62px;
    margin-bottom: 7px;
}

.statistics-section .statistic-block .block-name {
    font-size: 16px;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
}

.statistics-section .statistic-block .block-number {
    font-size: 30px;
    font-weight: bold;
    margin-top: 7px;
    color: #FFF;
    text-shadow: 1px 1px 1px #888;
}

.statistics-section .separator {
    color: #FFF;
}

.statistics-section .separator:before,
.statistics-section .separator:after {
    border: 1px solid #FFF;
}

.statistics-section .big-title h2 {
    color: #FFF;
}

/* Register & Login */

.register .terms {
    font-size: 16px;
    text-align: center;
    padding: 20px 15px;
    border-top: 1px solid #DDD;
    background: #FAFAFA;
}

.register label.custom-checkBox{
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 16px;
}

@media (max-width: 768px) {
    .register .terms {
        margin: 5px -15px -15px -15px;
    }
}

@media (min-width: 769px) {
    .register .terms {
        margin: 5px -30px -30px -30px;
    }
}

/* Contact */

.contact {
    padding: 20px 0;
}

.contact-address{
    margin-bottom: 30px;
}

.contact-address h3{
    font-size: 20px;
    font-family: "NotoNaskhArabic-Bold", "Open Sans", Tahoma, Arial, sans-serif;
    margin-bottom: 15px;
}

.contact-address ul{
    margin-left:15px;
}

.contact-address ul li{
    font-size: 16px;
    padding:5px 0;
}

.contact-address ul li i{
    color: #4FA476;
    margin-right:3px;
}

/* Carousel */

.carousel {
    margin-top: -20px;
}

@media (min-width: 769px) {
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: 600px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: 300px;
        width: 100%;
    }
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    filter: alpha(opacity=80);
    opacity: .8;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background: transparent;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background: transparent;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #FFF;
    text-decoration: none;
    outline: 0 none;
    opacity: 1;
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    padding: 10px 0;
    color: #DDD;
    background: rgba(79, 164, 118, 0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.carousel-caption {
    bottom: 10%;
    right: 22%;
    left: 22%;
}

.carousel-caption h2 {
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 26px;
    background: rgba(79, 164, 118, 0.8);
    display: inline-block;
    padding: 20px 30px;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.carousel-indicators .active {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #fff;
}

/* Bootbox Alert */

.bootbox-alert {
    margin-top: 10px;
}

.bootbox-alert i {
    font-size: 70px;
    color: #CCC;
    margin: 20px auto 10px auto;
}

.bootbox-alert h4 {
    font-size: 20px;
    color: #333;
}

.bootbox-alert p {
    font-size: 16px;
    color: #555;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
}

/* Notifications */

.notifications {
    margin: 30px 0 80px 0;
}

.notifications .page {
    margin-top: 0;
    padding: 0;
}

.notifications .table {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.notifications .notify-row {
    border-bottom: 1px solid #CCC;
    padding: 0;
    list-style: none;
    text-decoration: none;
    margin: 0;
    outline: 0;
}

.notifications .notify-row .notify-text {
    font-weight: bold;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
}

.notifications .notify-row a.notify-text {
    text-decoration: none;
}

.notifications .notify-row:hover,
.notifications .notify-row:focus {
    background: #F8F8F8;
}

.notifications .notify-row .notify-img {
    padding: 15px 15px 10px;
    width: 70px;
}

.notifications .notify-row .notify-img img {
    width: 56px;
    height: 56px;
    padding: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.notifications .notify-row .notify-details {
    width: 100%;
    padding: 15px 0 15px 10px;
}

.notifications .notify-row .notify-time {
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #555;
}

.notifications .notify-row .notify-details a {
    text-decoration: none;
    color: #0066cc;
}

/* Notifications */

.points {
    margin: 30px 0 80px 0;
}

.points .page {
    margin-top: 0;
    padding: 0;
}

.points .table {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.points .point-row {
    border-bottom: 1px solid #CCC;
    padding: 0;
    list-style: none;
    text-decoration: none;
    margin: 0;
    outline: 0;
    vertical-align: middle;
}

.points .point-row .point-text {
    font-weight: bold;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
}

.points .point-row a.point-text {
    text-decoration: none;
}

.points .point-row:hover,
.points .point-row:focus {
    background: #F8F8F8;
}

.points .point-row .pointsNum {
    padding: 1.5em;
    font-size: 20px;
    vertical-align: middle;
}

.points .point-row .point-details {
    width: 100%;
    padding: 15px 0 15px 10px;
    vertical-align: middle;
}

.points .point-row .point-time {
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #555;
}

.points .point-row .point-details a {
    text-decoration: none;
    color: #0066cc;
}

/* Transactions */

.transactions {
    margin: 30px 0 80px 0;
}

.transactions .page {
    margin-top: 0;
    padding: 0;
}

.transactions .table {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.transactions .transaction-row {
    border-bottom: 1px solid #CCC;
    padding: 0;
    list-style: none;
    text-decoration: none;
    margin: 0;
    outline: 0;
    vertical-align: middle;
}

.transactions .transaction-row .transaction-text {
    font-weight: bold;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
}

.transactions .transaction-row a.transaction-text {
    text-decoration: none;
}

.transactions .transaction-row:hover,
.transactions .transaction-row:focus {
    background: #F8F8F8;
}

.transactions .transaction-row .transactionsNum {
    padding: 1.5em;
    font-size: 20px;
    vertical-align: middle;
    min-width: 15%;
}

.transactions .transaction-row .transaction-details {
    width: 100%;
    padding: 15px 0 15px 10px;
    vertical-align: middle;
}

.transactions .transaction-row .transaction-time {
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #555;
}

.transactions .transaction-row .transaction-details a {
    text-decoration: none;
    color: #0066cc;
}

/* Point Box */

.point-box {
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
}

.point-box .point-count {
    font-size: 32px;
    margin-bottom: 5px;
    color: #000;
}

.point-box .point-title {
    font-size: 16px;
    color: #7a7a8c;
}

/* Large Button */

.btn-label {
    text-align: right;
    position: relative;
    right: -13px;
    display: inline-block;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.15);
}

.btn-labeled {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif !important;
    margin-bottom: 15px;
}

.btn-complete {
    cursor: inherit;
}

/* Alert */

.alert {
    font-weight: bold;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    text-shadow: 0 0;
    color: #FFF;
}

.alert-success {
    background-color: #7EB62E;
}

.alert-warning {
    background-color: #e3b000;
}

.alert-info {
    background-color: #2ba6cb;
}

.alert-danger {
    background-color: #f64b2f;
}

/* Alert Modal */

#alertModal{
    text-align: center;
    opacity: 0.85;
}

#alertModal .modal-icon img{
    width: 100px;
    margin:20px auto;
}

#alertModal .modal-message{
    font-size: 20px;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    margin:15px auto;
    color: #222;
}

/* Sql Error */

.sql-error {
    font-size: 14px;
    text-align: center;
    color: red;
    margin-top: 40px;
}

/* Badge */

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #4FA476;
    border-radius: 10px;
    margin-bottom: -1px;
}

/* Alerts */

.alert-error {
    padding: 15px;
    color: #8d3434;
    font-size: 14px;
    margin: 5px 10px;
    background-color: rgba(217, 83, 79, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Pagination */

.pagination-centered {
    text-align: center;
    margin: 30px 0 60px 0;
}

.pagination {
    margin: 0;
}

ul.pagination {
    padding: 0;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    font-family: "Open Sans", Tahoma, Arial, sans-serif !important;
    list-style-type: none;
}

ul.pagination li.details {
    color: #4d4d4d;
    padding: 7px 10px 7px 10px;
    font-size: 14px;
}

ul.pagination li.dot {
    padding: 3px 0;
}

ul.pagination li {
    float: right;
    padding: 0;
    margin: 0 5px 0 0;
}

ul.pagination li:first-child {
    margin-right: 0;
}

ul.pagination li a {
    display: block;
    text-decoration: none;
    padding-top: 7px;
    color: #333;
    background: #FFF;
    border: 1px solid #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 35px;
    width: 35px;
    font-weight: bold;
}

ul.pagination li a:hover,
ul.pagination li a.current {
    color: #FFF;
    background: #4FA476;
    border: 1px solid #4FA476;
}

ul.pagination li a img {
    border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px;
}

/* Footer */

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FAFAFA;
    padding: 25px 15px;
    color: #444;
    border-top: 1px solid #DDD;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer a:hover {
    text-decoration: none;
}

.footer .footer-icon {
    text-align: center;
}

.footer .footer-icon img {
    height: 62px;
}

.footer .copyright {
    padding: 20px 0;
    font-size: 14px;
}

.footer .copyright span {
    color: #fff;
}

.footer .copyright a {
    color: #222;
}

.footer .copyright i {
    color: #ff2400;
}

.footer .footer-social-icons {
    text-align: right;
    margin: 15px 0;
}

.footer ul.footer-social {
    list-style: none;
    margin-right: 0;
    margin-bottom: 0;
}

.footer ul.footer-social li {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    height: 35px;
    width: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #8493a8;
    padding: 5px 0;
    color: #474e56;
    font-size: 17px;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer .footer-social-icons {
        text-align: center;
    }

    .footer ul.footer-social {
        padding-left: 0;
    }
}

@media (min-width: 769px) {

    .footer ul.footer-social li {
        margin: 0 1%;
    }

    .footer .footer-social-icons {
        text-align: right;
    }

}

.footer ul.footer-social li a {
    color: #474e56;
}

.footer ul.footer-social li:hover {
    background: #4FA476;
    border: 1px solid #4FA476;
}

.footer ul.footer-social li a:hover,
.footer ul.footer-social li:hover a {
    color: #FFF;
}

/* Error Page */

.errorPage {
    text-align: center;
    padding: 20px;
    background: #FFF;
    border: 1px solid #DDD;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .errorPage {
        margin: 30px 0;
    }
}

@media (min-width: 769px) {
    .errorPage {
        margin: 60px 0;
    }
}

.errorPage img {
    margin-top: 40px;
    width: 200px;
}

.errorPage h3 {
    margin: 35px 15px 25px 15px;
    color: #222831;
    font-size: 26px;
    font-family: 'NotoKufiArabic-Regular', "Open Sans", Tahoma, Arial, sans-serif;
    line-height: 1.6;
}

.errorPage p {
    font-size: 18px;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
    color: #444;
    line-height: 1.6;
}

.errorPage .btn-group {
    margin: 25px 0;
}

.errorPage .btn-group i {
    font-size: 14px;
    color: #FFF;
    margin-top: 0;
}

/* Modal */

.modal-footer {
    text-align: left;
}

/* Alerts */

.alert-error {
    padding: 15px;
    color: #8d3434;
    font-size: 14px;
    margin: 5px 10px;
    background-color: rgba(217, 83, 79, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alert-primary {
    padding: 15px;
    color: #4D4D4D;
    font-size: 14px;
    margin: 5px;
    background-color: #F1F1F1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DDD;
}

/*DropZone*/

.dz-image img {
    width: 100%;
    height: 100%;
}

.dz-progress {
    display: none !important;
}

.dz-size {
    display: none !important;
}

.dz-filename {
    display: none !important;
}

.dropzone .dz-preview .dz-remove {
    color: red;
    margin-top: 5px;
}

.dropzone .dz-preview a.dz-remove:hover {
    text-decoration: none;
}

/* Progress Bar */

.progressbar {
    list-style-type: none;
    height: 100px;
    padding-top: 10px;
    margin-bottom: 30px;
    padding-right: 0;
}

.progressbar li {
    position: relative;
    text-align: center;
    float: left;
    width: 33.33%;
    height: 100px;
    font-size: 14px;
}

.progressbar li .count {
    width: 70px;
    height: 70px;
    border: 4px solid #CCC;
    color: black;
    display: block;
    margin: 0 auto auto auto;
    border-radius: 50%;
    line-height: 68px;
    z-index: 10;
    position: absolute;
    font-size: 28px;
    top: 0;
    left: 0;
    background: #FFF;
    right: 0;
    bottom: 0;
}

.progressbar li .line {
    width: 100%;
    height: 2px;
    background: #CCC;
    position: absolute;
    z-index: 1;
    top: 35%;
    right: 0;
    left: 0;
    bottom: 0;
}

.progressbar li .space {
    margin-top: 80px;
}

.progressbar li:first-child .line {
    width: 50%;
    left: unset;
}

.progressbar li:last-child .line {
    width: 50%;
    right: unset;
}

.progressbar li.active .count {
    border-color: #4FA476;
    border-width: 5px;
    line-height: 62px;
}

.progressbar li.active .line {
    background: #4FA476;
}

.prev, .next{
    display: none;
}

@media (max-width: 768px) {

    .slideshow-container {
        position: relative;
    }
    .slideshow-container > .mySlides{
        display: none;
    }
    .slideshow-container .award-thumbnail{
        max-width: 300px;
    }
    .fades {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 2s;
        animation-name: fade;
        animation-duration: 2s;
    }

    @-webkit-keyframes fade {
        from {opacity: .6}
        to {opacity: 1}
    }

    @keyframes fade {
        from {opacity: .6}
        to {opacity: 1}
    }


    .prev, .next {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 50%;
        background: #5ca67d7d;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        user-select: none;
    }

    .next {
        right: 0;
    }

    .prev{
        left: 0;
    }

    .prev:hover, .next:hover {
        background-color: #469089;
        color: #FFF;
    }

}