body,
html {
    direction: rtl;
    text-align: right;
}

@font-face {
    font-family: "bukra";
    src: url("fonts/bukra/bukra_light.otf");
    font-weight: 300;
}

@font-face {
    font-family: "bukra";
    src: url("fonts/bukra/bukra_regular_2.ttf");
    font-style: normal;
}

@font-face {
    font-family: "bukra";
    src: url("fonts/bukra/bukra_medium_3.ttf");
    font-weight: bold;
}

dd,
li,
ul {
    margin: 0;
    padding: 0;
}

::selection {
    background: #26532B;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #26532B;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #26532B;
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: 0 !important;
}

body {
    line-height: 1.5;
    color: #555;
    font-family: 'Tajawal', sans-serif;
}

a {
    text-decoration: none !important;
    color: #26532B;
}

a:hover {
    color: #222;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    width: 100%;
    border: 0 !important;
    overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Tajawal', sans-serif;
}

h5,
h6 {
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 0.875rem;
}

.h6,
h6 {
    font-size: 12px !important;
}

h4 {
    font-weight: 600;
}

h5,
h6 {
    font-weight: 700;
}

p {
    font-size: 16px;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 1.75rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    h4 {
        font-size: 1rem;
    }
    .px-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

h1>span:not(.nocolor):not(.badge),
h2>span:not(.nocolor):not(.badge),
h3>span:not(.nocolor):not(.badge),
h4>span:not(.nocolor):not(.badge),
h5>span:not(.nocolor):not(.badge),
h6>span:not(.nocolor):not(.badge) {
    color: #26532B;
}

address,
dd,
form,
p,
table,
ul {
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }
    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }
    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }
    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
}

#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    body:not(.stretched) #wrapper {
        max-width: 1200px;
    }
}

@media (min-width: 1440px) {
    body:not(.stretched) #wrapper {
        max-width: 1440px;
    }
}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 4rem 0;
    border-top: 1px solid #eee;
}

.line.line-sm {
    margin: 2rem 0;
}

.bottommargin {
    margin-bottom: 3rem !important;
}

.bottommargin-sm {
    margin-bottom: 2rem !important;
}

.bottommargin-lg {
    margin-bottom: 5rem !important;
}

.col-padding {
    padding: 4rem;
}

.inline-block {
    float: none !important;
    display: inline-block !important;
}

.center {
    text-align: center !important;
}

.mx-auto {
    float: none !important;
}

.bg-color {
    background-color: #26532B !important;
}

.bg-color1 {
    background-color: #fff !important;
}

.bg-color2 {
    background-color: #AE925B !important;
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.color {
    color: #26532B !important;
}

.color01 {
    color: #fff !important;
}

.color02 {
    color: #a6a14a !important;
}

.border-color {
    border-color: #26532B !important;
}

.font-body {
    font-family: 'Tajawal', sans-serif;
}

.font-primary {
    font-family: 'Tajawal', sans-serif;
}

.font-secondary {
    font-family: inherit;
}

@-webkit-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

@-moz-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

@-ms-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

@-o-keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

@keyframes BgAnimated {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 400px;
    }
}

.vertical-middle {
    z-index: 3;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    flex-flow: column;
}

.h-text-color:hover,
a.h-text-color:hover {
    color: #26532B !important;
}

.h-text-primary:hover,
a.h-text-primary:hover {
    color: #007bff !important;
}

.h-text-secondary:hover,
a.h-text-secondary:hover {
    color: #6c757d !important;
}

.h-text-success:hover,
a.h-text-success:hover {
    color: #28a745 !important;
}

.h-text-info:hover,
a.h-text-info:hover {
    color: #17a2b8 !important;
}

.h-text-danger:hover,
a.h-text-danger:hover {
    color: #dc3545 !important;
}

.h-text-light:hover,
a.h-text-light:hover {
    color: #f8f9fa !important;
}

.h-text-dark:hover,
a.h-text-dark:hover {
    color: #343a40 !important;
}

.h-bg-color:hover {
    background-color: #26532B !important;
}

.h-bg-primary:hover {
    background-color: #007bff !important;
}

.h-bg-secondary:hover {
    background-color: #6c757d !important;
}

.h-bg-success:hover {
    background-color: #28a745 !important;
}

.h-bg-info:hover {
    background-color: #17a2b8 !important;
}

.h-bg-danger:hover {
    background-color: #dc3545 !important;
}

.h-bg-light:hover {
    background-color: #f8f9fa !important;
}

.h-bg-dark:hover {
    background-color: #343a40 !important;
}

.border-width-0,
.h-border-width-0:hover {
    border-width: 0 !important;
}

.border-width-1,
.h-border-width-1:hover {
    border-width: 1px !important;
}

.border-width-2,
.h-border-width-2:hover {
    border-width: 2px !important;
}

.border-width-3,
.h-border-width-3:hover {
    border-width: 3px !important;
}

.border-width-4,
.h-border-width-4:hover {
    border-width: 4px !important;
}

.border-width-5,
.h-border-width-5:hover {
    border-width: 5px !important;
}

.border-width-6,
.h-border-width-6:hover {
    border-width: 6px !important;
}

.h-border-primary:hover {
    border-color: #007bff !important;
}

.h-border-secondary:hover {
    border-color: #6c757d !important;
}

.h-border-success:hover {
    border-color: #28a745 !important;
}

.h-border-info:hover {
    border-color: #17a2b8 !important;
}

.h-border-danger:hover {
    border-color: #dc3545 !important;
}

.h-border-light:hover {
    border-color: #f8f9fa !important;
}

.h-border-dark:hover {
    border-color: #343a40 !important;
}

.border-default,
.h-border-default:hover {
    border-color: #eee !important;
}

.dark .border-default,
.dark.border-default,
.dark.h-border-default:hover .dark .h-border-default:hover {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.rounded-xl {
    border-radius: 0.4rem !important;
}

.h-shadow-sm:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.h-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.h-shadow-lg:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.h-shadow-none:hover {
    box-shadow: none !important;
}

.h-scale-sm:hover,
.scale-sm {
    transform: scale(1.025) !important;
}

.h-scale:hover,
.scale {
    transform: scale(1.05) !important;
}

.h-scale-lg:hover,
.scale-lg {
    transform: scale(1.1) !important;
}


/* .mt-6,
.my-6 {
    margin-top: 5rem !important;
}
.mr-6,
.mx-6 {
    margin-right: 5rem !important;
}
.mb-6,
.my-6 {
    margin-bottom: 5rem !important;
}
.ml-6,
.mx-6 {
    margin-left: 5rem !important;
}
.p-6 {
    padding: 5rem !important;
}
.px-6 {
    padding-right: 5rem !important;
}
.px-6 {
    padding-left: 5rem !important;
}
@media (min-width: 576px) {
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 5rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 5rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 5rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 5rem !important;
    }
    .p-sm-6 {
        padding: 5rem !important;
    }
    .px-sm-6 {
        padding-right: 5rem !important;
    }
    .px-sm-6 {
        padding-left: 5rem !important;
    }
}
@media (min-width: 768px) {
    .mt-md-6,
    .my-md-6 {
        margin-top: 5rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 5rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 5rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 5rem !important;
    }
    .p-md-6 {
        padding: 5rem !important;
    }
    .px-md-6 {
        padding-right: 5rem !important;
    }
    .px-md-6 {
        padding-left: 5rem !important;
    }
}
@media (min-width: 992px) {
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 5rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 5rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 5rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 5rem !important;
    }
    .p-lg-6 {
        padding: 5rem !important;
    }
    .px-lg-6 {
        padding-right: 5rem !important;
    }
    .px-lg-6 {
        padding-left: 5rem !important;
    }
}
@media (min-width: 1200px) {
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 5rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 5rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 5rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 5rem !important;
    }
    .p-xl-6 {
        padding: 5rem !important;
    }
    .px-xl-6 {
        padding-right: 5rem !important;
    }
    .px-xl-6 {
        padding-left: 5rem !important;
    }
} */

.col-1-5,
.col-lg-1-5,
.col-md-1-5,
.col-sm-1-5,
.col-xl-1-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-mb-30 {
    margin-bottom: -30px;
}

.col-mb-30>.col,
.col-mb-30>[class*="col-"] {
    padding-bottom: 30px;
}

.col-mb-50 {
    margin-bottom: -50px;
}

.col-mb-50>.col,
.col-mb-50>[class*="col-"] {
    padding-bottom: 50px;
}

.col-mb-80 {
    margin-bottom: -80px;
}

.col-mb-80>.col,
.col-mb-80>[class*="col-"] {
    padding-bottom: 80px;
}

@media (min-width: 576px) {
    .col-mb-sm-30 {
        margin-bottom: -30px;
    }
    .col-mb-sm-30>.col,
    .col-mb-sm-30>[class*="col-"] {
        padding-bottom: 30px;
    }
    .col-mb-sm-50 {
        margin-bottom: -50px;
    }
    .col-mb-sm-50>.col,
    .col-mb-sm-50>[class*="col-"] {
        padding-bottom: 50px;
    }
    .col-mb-sm-80 {
        margin-bottom: -80px;
    }
    .col-mb-sm-80>.col,
    .col-mb-sm-80>[class*="col-"] {
        padding-bottom: 80px;
    }
}

@media (min-width: 768px) {
    .col-mb-md-30 {
        margin-bottom: -30px;
    }
    .col-mb-md-30>.col,
    .col-mb-md-30>[class*="col-"] {
        padding-bottom: 30px;
    }
    .col-mb-md-50 {
        margin-bottom: -50px;
    }
    .col-mb-md-50>.col,
    .col-mb-md-50>[class*="col-"] {
        padding-bottom: 50px;
    }
    .col-mb-md-80 {
        margin-bottom: -80px;
    }
    .col-mb-md-80>.col,
    .col-mb-md-80>[class*="col-"] {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .col-mb-lg-30 {
        margin-bottom: -30px;
    }
    .col-mb-lg-30>.col,
    .col-mb-lg-30>[class*="col-"] {
        padding-bottom: 30px;
    }
    .col-mb-lg-50 {
        margin-bottom: -50px;
    }
    .col-mb-lg-50>.col,
    .col-mb-lg-50>[class*="col-"] {
        padding-bottom: 50px;
    }
    .col-mb-lg-80 {
        margin-bottom: -80px;
    }
    .col-mb-lg-80>.col,
    .col-mb-lg-80>[class*="col-"] {
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .col-mb-xl-30 {
        margin-bottom: -30px;
    }
    .col-mb-xl-30>.col,
    .col-mb-xl-30>[class*="col-"] {
        padding-bottom: 30px;
    }
    .col-mb-xl-50 {
        margin-bottom: -50px;
    }
    .col-mb-xl-50>.col,
    .col-mb-xl-50>[class*="col-"] {
        padding-bottom: 50px;
    }
    .col-mb-xl-80 {
        margin-bottom: -80px;
    }
    .col-mb-xl-80>.col,
    .col-mb-xl-80>[class*="col-"] {
        padding-bottom: 80px;
    }
}

.min-vh-75 {
    min-height: 75vh !important;
}

.min-vh-60 {
    min-height: 60vh !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.min-vh-40 {
    min-height: 40vh !important;
}

.min-vh-25 {
    min-height: 25vh !important;
}

.min-vh-15 {
    min-height: 15vh !important;
}

.min-vh-0 {
    min-height: 0 !important;
}

.vh-75 {
    height: 75vh !important;
}

.vh-60 {
    height: 60vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-40 {
    height: 40vh !important;
}

.vh-25 {
    height: 25vh !important;
}

.h-60 {
    height: 60% !important;
}

.h-40 {
    height: 40% !important;
}

@media (min-width: 576px) {
    .min-vh-sm-100 {
        min-height: 100vh !important;
    }
    .min-vh-sm-75 {
        min-height: 75vh !important;
    }
    .min-vh-sm-60 {
        min-height: 60vh !important;
    }
    .min-vh-sm-50 {
        min-height: 50vh !important;
    }
    .min-vh-sm-40 {
        min-height: 40vh !important;
    }
    .min-vh-sm-25 {
        min-height: 25vh !important;
    }
    .min-vh-sm-0 {
        min-height: 0 !important;
    }
    .vh-sm-100 {
        height: 100vh !important;
    }
    .vh-sm-75 {
        height: 75vh !important;
    }
    .vh-sm-60 {
        height: 60vh !important;
    }
    .vh-sm-50 {
        height: 50vh !important;
    }
    .vh-sm-40 {
        height: 40vh !important;
    }
    .vh-sm-25 {
        height: 25vh !important;
    }
    .h-sm-100 {
        height: 100% !important;
    }
    .h-sm-75 {
        height: 75% !important;
    }
    .h-sm-60 {
        height: 60% !important;
    }
    .h-sm-50 {
        height: 50% !important;
    }
    .h-sm-40 {
        height: 40% !important;
    }
    .h-sm-25 {
        height: 25% !important;
    }
    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 768px) {
    .min-vh-md-100 {
        min-height: 100vh !important;
    }
    .min-vh-md-75 {
        min-height: 75vh !important;
    }
    .min-vh-md-60 {
        min-height: 60vh !important;
    }
    .min-vh-md-50 {
        min-height: 50vh !important;
    }
    .min-vh-md-40 {
        min-height: 40vh !important;
    }
    .min-vh-md-25 {
        min-height: 25vh !important;
    }
    .min-vh-md-0 {
        min-height: 0 !important;
    }
    .vh-md-100 {
        height: 100vh !important;
    }
    .vh-md-75 {
        height: 75vh !important;
    }
    .vh-md-60 {
        height: 60vh !important;
    }
    .vh-md-50 {
        height: 50vh !important;
    }
    .vh-md-40 {
        height: 40vh !important;
    }
    .vh-md-25 {
        height: 25vh !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .h-md-75 {
        height: 75% !important;
    }
    .h-md-60 {
        height: 60% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .h-md-40 {
        height: 40% !important;
    }
    .h-md-25 {
        height: 25% !important;
    }
    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .min-vh-lg-100 {
        min-height: 100vh !important;
    }
    .min-vh-lg-75 {
        min-height: 75vh !important;
    }
    .min-vh-lg-60 {
        min-height: 60vh !important;
    }
    .min-vh-lg-50 {
        min-height: 50vh !important;
    }
    .min-vh-lg-40 {
        min-height: 40vh !important;
    }
    .min-vh-lg-25 {
        min-height: 25vh !important;
    }
    .min-vh-lg-0 {
        min-height: 0 !important;
    }
    .vh-lg-100 {
        height: 100vh !important;
    }
    .vh-lg-75 {
        height: 75vh !important;
    }
    .vh-lg-60 {
        height: 60vh !important;
    }
    .vh-lg-50 {
        height: 50vh !important;
    }
    .vh-lg-40 {
        height: 40vh !important;
    }
    .vh-lg-25 {
        height: 25vh !important;
    }
    .h-lg-100 {
        height: 100% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .h-lg-60 {
        height: 60% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .h-lg-40 {
        height: 40% !important;
    }
    .h-lg-25 {
        height: 25% !important;
    }
    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1200px) {
    .min-vh-xl-100 {
        min-height: 100vh !important;
    }
    .min-vh-xl-75 {
        min-height: 75vh !important;
    }
    .min-vh-xl-60 {
        min-height: 60vh !important;
    }
    .min-vh-xl-50 {
        min-height: 50vh !important;
    }
    .min-vh-xl-40 {
        min-height: 40vh !important;
    }
    .min-vh-xl-25 {
        min-height: 25vh !important;
    }
    .min-vh-xl-0 {
        min-height: 0 !important;
    }
    .vh-xl-100 {
        height: 100vh !important;
    }
    .vh-xl-75 {
        height: 75vh !important;
    }
    .vh-xl-60 {
        height: 60vh !important;
    }
    .vh-xl-50 {
        height: 50vh !important;
    }
    .vh-xl-40 {
        height: 40vh !important;
    }
    .vh-xl-25 {
        height: 25vh !important;
    }
    .h-xl-100 {
        height: 100% !important;
    }
    .h-xl-75 {
        height: 75% !important;
    }
    .h-xl-60 {
        height: 60% !important;
    }
    .h-xl-50 {
        height: 50% !important;
    }
    .h-xl-40 {
        height: 40% !important;
    }
    .h-xl-25 {
        height: 25% !important;
    }
    .h-xl-auto {
        height: auto !important;
    }
}

.section {
    position: relative;
    width: 100%;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.section .container {
    z-index: 2;
}

.flex-container a:active,
.flex-container a:focus {
    outline: 0;
    border: none;
}

.flex-control-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.top-links {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-bottom: 1px solid #eee;
}


/* @media (min-width: 768px) {
    .top-links {
        border-bottom: 0;
    }
} */

.top-links-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}

.top-links-item {
    position: relative;
    border-left: 1px solid #eee;
}

.top-links-item:first-child {
    border-left: 0 !important;
}

.top-links-item>a {
    display: block;
    padding: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
}

.top-links-item>a>i {
    vertical-align: top;
}

.top-links-item>a>i.icon-angle-down {
    margin: 0 0 0 5px !important;
}

.top-links-item>a>i:first-child {
    margin-right: 3px;
}

.top-links-item:hover {
    background-color: #eee;
}

.top-links-section {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    list-style: none;
    z-index: -1;
    line-height: 1.5;
    background: #fff;
    border: 0;
    top: 100%;
    left: -1px;
    width: 140px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-top-color: #26532B;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    transition: opacity 0.25s ease, margin 0.2s ease;
}

.top-links.on-click .top-links-section,
.top-links:not(.on-click) .top-links-item:hover>.top-links-section {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    z-index: 499;
}

.top-links.on-click .top-links-section {
    display: none;
}

.top-links-section {
    padding: 25px;
    left: 0;
    width: 280px;
}

#header {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.header-row {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .header-row {
        position: initial;
    }
    #logo img {
        -webkit-transition: height 0.4s ease, padding 0.4s ease, margin 0.4s ease, opacity 0.3s ease;
        transition: height 0.4s ease, padding 0.4s ease, margin 0.4s ease, opacity 0.3s ease;
    }
    #logo img {
        max-height: 100%;
    }
}

#logo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    margin-right: auto;
    max-height: 100%;
}

#logo a {
    color: #000;
    font-family: 'Tajawal', sans-serif;
    font-size: 36px;
}

#logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 100px;
}

#logo a.standard-logo {
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #logo a.standard-logo {
        display: none;
    }
}

@media (min-width: 992px) {
    .style-2 #logo {
        margin-right: 1.5rem;
    }
    #header-trigger {
        display: none;
    }
}

.flex-next {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    transform: translateY(-50%);
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.flex-next {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
}

.flex-next i {
    line-height: 50px;
    width: 100%;
    height: 100%;
    color: #ddd;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 34px;
    text-align: center;
    transition: color 0.3s ease-in-out;
}

.flex-next:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.nav-circle .flex-next {
    border-radius: 50%;
}

.flex-control-nav {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: auto;
    z-index: 10;
    text-align: center;
    top: 14px;
    right: 10px;
    margin: 0;
}

.flex-control-nav li {
    display: block;
    margin: 0 3px;
    width: 0.625rem;
    height: 0.625rem;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.flex-control-nav li a.flex-active,
.flex-control-nav li:hover a {
    background-color: #fff;
}

#content {
    position: relative;
    background-color: #fff;
}

#content p {
    line-height: 1.8;
}

#content .container {
    position: relative;
}

.modal-padding {
    padding: 40px;
}

.author-desc {
    position: relative;
    overflow: hidden;
}

.button {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    margin: 5px 0;
}

body:not(.device-touch) .button {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button.button-dark {
    background-color: #444;
}

.button.button-light {
    background-color: #eee;
    color: #333;
    text-shadow: none !important;
}

.button:hover {
    background-color: #444;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-dark:hover {
    background-color: #26532B;
}

.button.button-desc {
    padding: 22px 10px;
    font-size: 16px;
    height: auto;
    line-height: .6;
}

.button.button-desc span {
    color: red;
    font-weight: 400;
    text-transform: none;
}

.button i {
    position: relative;
    margin-right: 5px;
    width: 16px;
    text-align: center;
}

.button.text-right i {
    margin: 0 0 0 5px;
}

.button.button-desc i {
    font-size: 48px;
    width: 48px;
    text-align: center;
    margin-right: 12px;
}

.button-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
    grid-gap: 0rem;
}

.button-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-gap: 0rem;
}

.button.button-desc.text-right i {
    margin: 0 0 0 12px;
}

.button.button-desc div {
    display: inline-block;
}

.button.button-rounded {
    border-radius: 3px;
}

.button.button-border {
    border: 2px solid #444;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    text-shadow: none;
}

.button.button-border.button-desc {
    line-height: 1;
}

.button.button-border:not(.button-fill):hover {
    background-color: #444;
    color: #fff;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-light {
    border-color: #fff;
    color: #fff;
}

.button.button-border.button-light:hover {
    background-color: #fff;
    color: #333;
    text-shadow: none;
}

.button.button-3d {
    border-radius: 3px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.button.button-3d:hover {
    background-color: #26532B;
    opacity: 0.9;
}

.button.button-3d.button-light:hover {
    text-shadow: none;
    color: #333;
}

.button.button-circle {
    border-radius: 20px;
}

.button-white {
    background-color: #f9f9f9;
}

.button-3d.button-white:hover {
    background-color: #f9f9f9 !important;
}

.process-steps {
    margin: 0;
    list-style: none;
    display: flex;
}

.process-steps li {
    position: relative;
    text-align: right;
    /*overflow: hidden;*/
}

.process-steps li .i-circled {
    margin-bottom: 20px !important;
}

.process-steps li .i-bordered {
    background-color: #FFF;
}

.process-steps li h5:not(.d-md-none) {
    margin: 15px 0 0 0;
    font-size: 18px;
    font-weight: 300;
    display: inline-flex !important;
    color: #fff;
    text-align: center;
}

.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
    color: #fff;
}

.process-steps li.active a,
.process-steps li.ui-tabs-active a {
    background-color: #A5A5A5 !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    .process-steps li::before,
    .process-steps li::after {
        content: '';
        position: absolute;
        bottom: -50px;
        left: 0;
        margin-left: -26px;
        height: 100%;
        border-right: 4px solid #DDD;
        z-index: -1;
    }
    /* .process-steps li.ui-tabs-active.ui-state-active::after, */
    .process-steps li.ui-tabs-active.ui-state-active::before {
        border-right: 4px solid #A5A5A5;
    }
    .process-steps li.show-color::after,
    .process-steps li.show-color::before {
        border-right: 4px solid #A5A5A5;
    }
    .process-steps li:last-child.ui-tabs-active.ui-state-active::before,
    .process-steps li:last-child::before,
    .process-steps li:last-child::after,
    .process-steps li:last-child.show-color::after,
    .process-steps li:last-child.show-color::before {
        border-right: none;
    }
    .process-steps li::after {
        left: auto;
        right: 0;
        margin: 0 0 0 0;
    }
    .process-steps li:first-child::before,
    .process-steps li:last-child::after {
        display: none;
    }
}

.icon-ok {
    background: #A5A5A5 !important;
}

.icon-ok::before {
    content: "\e6c8" !important;
    color: #fff;
    background-color: #A5A5A5;
    border-radius: 50%;
    padding: 5px;
}

.icon-ok:after {
    color: #000;
    border-color: #A5A5A5 !important;
}

.alert i {
    position: relative;
    top: 1px;
    font-size: 0.875rem;
    width: 14px;
    text-align: center;
    margin-right: 5px;
}

.i-bordered,
.i-circled,
.i-rounded {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-style: normal;
}

body:not(.device-touch) .i-bordered,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-rounded {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.i-bordered,
.i-circled,
.i-rounded {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    background-color: #444;
}

.i-bordered {
    line-height: 30px !important;
    background-color: transparent !important;
    color: #A5A5A5;
    text-shadow: none;
}

.i-circled {
    border-radius: 50%;
}

.i-light {
    background-color: #f5f5f5;
    color: #444;
    text-shadow: 1px 1px 1px #fff;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}


/* .i-alt {
    background-image: url(images/icons/iconalt.svg);
    background-position: center center;
    background-size: 100% 100%;
} */

.i-circled:hover,
.i-rounded:hover {
    background-color: #26532B;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.i-bordered:hover {
    background-color: #444 !important;
    color: #fff;
    border-color: #444;
}

.process-steps li::after,
.process-steps li::before {
    right: 0;
    left: auto;
    margin-right: 12px;
    margin-left: 0;
}

.process-steps li::after {
    /*right: auto;*/
    left: 0;
}

.alert i {
    margin-left: 5px;
    margin-right: 0;
}

.i-bordered,
.i-circled,
.i-rounded {
    float: right;
    margin-top: 30px;
}

.tab-nav li {
    border-right: 0;
}

.tab-nav li:first-child {
    border-right: 1px solid #ddd;
    border-left: 0;
}

.tabs-alt .tab-nav li:first-child {
    border-right: 0;
}

.tab-nav.tab-nav2 li {
    margin-right: 10px;
    margin-left: 0;
}

.tab-nav.tab-nav2 li:first-child {
    margin-right: 0;
    border-right: 0;
}

.tab-nav i {
    margin-left: 3px;
    margin-right: 0;
}

.tabs-bordered .tab-nav li:first-child {
    margin-right: 0;
}

.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.toggle-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    cursor: pointer;
    color: #444;
    font-size: 1rem;
    font-weight: 400;
}

.toggle-icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 5px;
    text-align: center;
}

.toggle-icon i,
.toggle-icon span {
    width: 1rem;
}

.toggle-title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 5px;
}

.toggle-active .toggle-closed,
.toggle:not(.toggle-active) .toggle-open {
    display: none;
}

.toggle-active .toggle-open {
    display: inline-block;
}

.toggle-content {
    display: none;
    position: relative;
    padding: 0.75rem 0;
}

.toggle-bg .toggle-header {
    background-color: #eee;
    margin: 0;
    padding: 0.75rem;
    border-radius: 2px;
}

.toggle-bg .toggle-content {
    padding: 1rem 0.75rem;
}

.toggle-border {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.toggle-border .toggle-header {
    padding: 0.75rem;
    margin: 0;
}

.toggle-border .toggle-content {
    padding: 1rem;
    padding-top: 0;
}

.tabs {
    position: relative;
    margin: 0 0 30px 0;
}

.tab-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0 15px;
}

.tab-nav li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-left: 0;
    height: 41px;
    text-align: center;
}

.tabs-justify .tab-nav li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tab-nav li:first-child {
    border-left: 1px solid #ddd;
}

.tab-nav li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #f2f2f2;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .tab-nav li a {
        font-size: 0.875rem;
    }
}

.tabs-alt .tab-nav li {
    border-color: transparent;
}

.tabs-alt .tab-nav li:first-child {
    border-left: 0;
}

.tabs-alt .tab-nav li a {
    background-color: #fff;
}

.tab-nav.tab-nav2 {
    border-bottom: 0;
    padding: 0;
}

.tab-nav.tab-nav2 li {
    border: 0;
    margin-left: 10px;
}

.tab-nav.tab-nav2 li:first-child {
    margin-left: 0;
    border-left: 0;
}

.tab-nav.tab-nav2 li a {
    background-color: #f5f5f5;
    border-radius: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tab-nav-lg {
    margin-bottom: 20px;
    list-style: none;
}

.tab-nav-lg li {
    position: relative;
    text-align: center;
    padding: 1rem;
}

.tab-nav-lg li a {
    display: inline-block;
    color: #444;
    font-family: 'Tajawal', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.tab-nav.tab-nav-lg li i {
    display: block;
    font-size: 28px;
    margin: 0 0 7px;
}

.tab-container {
    position: relative;
    padding: 20px 0 0;
}

.tabs .tab-content:not(:first-child) {
    display: none;
}

.tab-nav i {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.tabs-bordered .tab-nav {
    padding: 0;
}

.tabs-bordered .tab-nav li:first-child {
    margin-left: 0;
}

.tabs-bordered .tab-container {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.flip-card {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.sm-form-control {
    display: block;
    padding: 0.8125rem 1.25rem;
    border-width: 1px;
    line-height: 2;
}

.sm-form-control:focus {
    border-color: #aaa;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sm-form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.sm-form-control:-ms-input-placeholder {
    color: #999;
}

.sm-form-control::-webkit-input-placeholder {
    color: #999;
}

.sm-form-control[disabled],
.sm-form-control[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.sm-form-control {
    height: auto;
}

.form-control:active,
.form-control:focus {
    border-color: #999;
    box-shadow: none;
}

label {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 5px;
}

.heading {
    border-bottom: 1px solid #707070;
    width: 100%;
}

.heading:after {
    content: "";
    display: block;
    margin: 5px 0 0;
}

.content::before {
    content: "";
    display: block;
    width: 65%;
    border-bottom: 5px solid #26532B;
    ;
    margin: 15px 0 10px;
    border-radius: 30px;
}

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #26532B;
    margin-bottom: 30px;
}

.title-block-right {
    padding: 2px 20px 3px 0;
    border-left: 0;
    border-right: 7px solid #26532B;
    text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
    margin-bottom: 0;
}

.title-block>span {
    display: block;
    margin-top: 4px;
    color: #555;
    font-weight: 300;
}

.title-block h1+span,
.title-block h2+span {
    font-size: 1.25rem;
}

.title-block h3+span {
    font-size: 1.125rem;
}

.title-block h4+span {
    font-size: 0.9375px;
}

.heading-block {
    margin-bottom: 50px;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.heading-block h1 {
    font-size: 32px;
}

.heading-block h2 {
    font-size: 30px;
}

.heading-block h3 {
    font-size: 1.75rem;
}

.heading-block h4 {
    font-size: 1.25rem;
    font-weight: 700;
}

.heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
}

.heading-block .before-heading {
    margin-bottom: 7px;
}

.center .heading-block>span,
.heading-block.center>span,
.heading-block.text-center>span,
.text-center .heading-block>span {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.heading-block h1+span {
    font-size: 1.5rem;
}

.heading-block h2+span {
    font-size: 1.25rem;
}

.heading-block h3+span,
.heading-block h4+span {
    font-size: 1.25rem;
}

.heading-block::after {
    content: "";
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.center .heading-block::after,
.heading-block.center::after,
.heading-block.text-center::after,
.text-center .heading-block::after {
    margin: 30px auto 0;
}

.heading-block.text-right,
.heading-block.title-right,
.text-right .heading-block {
    direction: rtl;
}

.heading-block.border-0::after {
    display: none;
}

.heading-block.border-color::after {
    border-color: #26532B;
}

.fancy-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    position: relative;
    margin-bottom: 0;
}

.fancy-title::after,
.fancy-title::before {
    content: "";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
    border-top: 3px double #e5e5e5;
}

.fancy-title::before {
    display: none;
    margin-right: 0.75rem;
}

.fancy-title::after {
    margin-left: 0.75rem;
}

.title-border::after,
.title-border::before {
    border-top-width: 1px;
    border-top-style: solid;
}

.title-border-color::after,
.title-border-color::before {
    border-top: 1px solid #26532B !important;
}

.title-center::before {
    display: block;
}

.title-right::before {
    display: block;
}

.title-right::after {
    display: none;
}

.before-heading {
    display: block;
    margin: 0 0 5px;
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    color: #999;
}

@media (max-width: 767.98px) {
    .title-block h1+span {
        font-size: 18px;
    }
    .title-block h2+span {
        font-size: 17px;
    }
    .title-block h3+span {
        font-size: 15px;
    }
    .title-block h4+span {
        font-size: 13px;
    }
    .heading-block h1 {
        font-size: 30px;
    }
    .heading-block h2 {
        font-size: 26px;
    }
    .heading-block h3 {
        font-size: 22px;
    }
    .heading-block h4 {
        font-size: 19px;
    }
    .heading-block h1+span {
        font-size: 20px;
    }
    .heading-block h2+span {
        font-size: 18px;
    }
    .heading-block h3+span,
    .heading-block h4+span {
        font-size: 17px;
    }
}

#gotoTop {
    display: none;
    z-index: 599;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
    transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
}

.stretched #gotoTop {
    bottom: 30px;
}

#gotoTop:hover {
    background-color: #26532B;
}

.form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: center center no-repeat #fff;
}

.form-process {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: transparent;
}

.form-process::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    z-index: -1;
}

#footer {
    position: relative;
    background-color: #eee;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
}

.widget {
    position: relative;
    margin-top: 50px;
}

.widget p {
    line-height: 1.7;
}

.widget:first-child {
    margin-top: 0;
}

.widget>h4 {
    margin-bottom: 25px;
    font-size: 22px;
}

input[type="checkbox"],
input[type="radio"] {
    visibility: hidden;
}

.widget_links li,
.widget_links ul,
.widget_meta li,
.widget_meta ul {
    list-style: none;
    margin: 0;
}

.widget_links li,
.widget_meta li {
    display: flex;
    padding: 4px 0;
    font-size: 18px;
}

.widget_links:not(.widget-li-noicon) li::before,
.widget_meta:not(.widget-li-noicon) li::before {
    content: "\e7a5";
    font-family: font-icons;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 0;
}

.widget_links li a,
.widget_meta li a {
    display: inline-block;
    padding: 0 3px 0 12px;
    border: none !important;
    color: #444;
}

.widget_links.widget-li-noicon li a,
.widget_meta.widget-li-noicon li a {
    padding-left: 0;
}

.widget_links li a:hover,
.widget_meta li a:hover {
    color: #000;
}

.widget_links>ul>li:first-child,
.widget_meta>ul>li:first-child {
    border-top: 0 !important;
}

.widget_links>ul,
.widget_meta>ul {
    margin-top: -4px !important;
}

.widget_links ul ul,
.widget_meta ul ul {
    margin-left: 15px;
}

.table .success {
    color: #3c763d;
}

.table .info {
    color: #31708f;
}

.table .danger {
    color: #a94442;
}

.btn-link {
    color: #26532B;
}

.btn-link:focus,
.btn-link:hover {
    color: #222;
}

.boot-tabs {
    margin-bottom: 20px !important;
}

.img-circle {
    border-radius: 50% !important;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #26532B;
}

label.checkbox,
label.radio {
    padding-left: 20px;
}

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
}

@-webkit-keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-webkit-keyframes cssspinnerbounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes cssspinnerbounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

@-webkit-keyframes ballrotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ballrotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }
    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }
    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }
    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }
    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }
    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }
    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }
    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0.85;
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0.85;
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

.datepicker td,
.datepicker th {
    padding: 5px;
}

@-webkit-keyframes fadeInDownSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeOutDownSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
}

@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
}

@-webkit-keyframes fadeOutLeftSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes fadeOutLeftSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@-webkit-keyframes fadeOutRightSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@keyframes fadeOutRightSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@-webkit-keyframes fadeOutUpSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes fadeOutUpSmall {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}


/* ----------------------------------------------------------------
	Datepicker Component
-----------------------------------------------------------------*/

.datepicker td,
.datepicker th {
    padding: 5px;
}

#header {
    background-color: #c9d6cf;
}

#path-registration button {
    background-color: #90ad2a;
}

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.clearfix:before {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: -1em;
}

.flip-clock-wrapper:after,
.flip-clock-wrapper:before {
    content: " ";
    display: table;
}

.flip-clock-wrapper:after {
    clear: both;
}

.flip-clock-wrapper ul {
    position: relative;
    float: none;
    margin: 15px;
    width: 70px;
    height: 90px;
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    border-radius: 6px;
    display: inline-block;
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-align: center;
    background-color: #26532B;
    border-radius: 6px;
    font-size: 70px;
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 5px 9px 1px #9b9b9b7d;
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 10ms 0.49s linear both;
    -moz-animation: asd 10ms 0.49s linear both;
    animation: asd 10ms 0.49s linear both;
    z-index: 5;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }
    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }
    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }
    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }
    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }
    100% {
        -moz-transform: rotateX(0);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }
    100% {
        -o-transform: rotateX(0);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0);
    }
    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0);
    }
    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0);
    }
    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, 0.1) 0, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, 0.1) 0, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, #000 0, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, #000 0, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .flip-clock-wrapper ul {
        margin: 2px;
        width: 60px;
        height: 85px;
    }
}

@media (max-width: 575.98px) {
    .ui-tabs-tab {
        text-align: center !important;
    }
}

@media (max-width: 767.98px) {
    .ui-tabs-tab {
        text-align: center !important;
    }
}

.top-links-item {
    border-right: 1px solid #eee;
    border-left: 0;
}

.top-links-item:first-child {
    border-right: 0 !important;
}

.top-links-item>a>i.icon-angle-down {
    margin: 0 5px 0 0 !important;
}

.top-links-item>a>i:first-child {
    margin-left: 3px;
    margin-right: 0;
}

.top-links-section {
    right: -1px;
    left: auto;
}

.top-links-section {
    left: auto;
    right: 0;
}

#logo {
    margin-right: 0;
    margin-left: auto;
}

@media (min-width: 992px) {
    .style-2 #logo {
        margin-left: 1.5rem;
        margin-right: 0;
    }
}

.flex-next {
    right: 0;
    left: auto;
}

.flex-next {
    right: auto;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.flex-control-nav {
    left: 10px;
    right: auto;
}

.button i {
    margin-left: 5px;
    margin-right: 0;
}

.button.text-right i {
    margin: 0 5px 0 0;
}

.button.button-desc i {
    margin-left: 12px;
    margin-right: 0;
}

.button.button-desc.text-right i {
    margin: 0 12px 0 0;
}

.title-block {
    padding: 2px 20px 3px 0;
    border-right: 7px solid #1abc9c;
    border-left: 0;
}

.title-block-right {
    padding: 2px 0 3px 20px;
    border-right: 0;
    border-left: 7px solid #1abc9c;
    text-align: left;
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    padding-left: 15px;
    padding-right: 0;
}

.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    padding-left: 10px;
    padding-right: 0;
}

.fancy-title.title-border-color::before,
.fancy-title.title-border::before {
    right: auto;
    left: 0;
}

.title-right {
    text-align: left;
}

.title-right h1,
.title-right h2,
.title-right h3 {
    padding: 0 15px 0 0;
}

.title-right h4,
.title-right h5,
.title-right h6 {
    padding: 0 10px 0 0;
}

#gotoTop {
    right: auto;
    left: 30px;
}

.form-process {
    right: 0;
    left: auto;
}

.widget_links:not(.widget-li-noicon) li::before,
.widget_meta:not(.widget-li-noicon) li::before {
    right: 0;
    left: auto;
}

.widget_links li a,
.widget_meta li a {
    padding: 0 12px 0 3px;
}

.widget_links.widget-li-noicon li a,
.widget_meta.widget-li-noicon li a {
    padding-right: 0;
}

.widget_links ul ul,
.widget_meta ul ul {
    margin-right: 15px;
    margin-left: 0;
}

label.checkbox,
label.radio {
    padding-right: 20px;
    padding-left: 0;
}

.btn-group-sm>.btn,
.btn-sm {
    line-height: 1.1;
}

.border-down {
    border-bottom: 1px solid #fff;
}

.border-up {
    border-top: 1px solid #fff;
}

.form-check-input {
    display: none;
}

.ico-info {
    width: 25px;
    height: 25px;
    line-height: 17px;
    font-size: 20px;
    color: #707070;
    border-color: #707070;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 0.5;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0 15px 0 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.float-right,
.pull-right,
.close {
    float: left !important;
}

.custom-select {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23C6D3E6' stroke-width='2' stroke-linecap='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat left .8rem center/auto 50%;
    appearance: none;
}

.custom-select:focus {
    border-color: #26532B;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #161c2d;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-left: 1.25rem;
    background-image: none
}

.custom-select:disabled {
    color: #005172;
    background-color: #f1f4f8
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #161c2d
}