/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;700&display=swap');
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.required-field {
    color: #ff4081;
}

.report-form label {
display:block;
}


.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
/* new style */

.mat-badge-small .mat-badge-content {
    font-size: 9px;
}

.pagination a.active {
    padding: 8px 14px;
    margin: 0 2px;
    font-size: 16px;
    font-weight: 700;
    color: #fefffe !important;
    border: 2px solid #5a89bc !important;
    text-decoration: none;
    background: #337ab7 !important;
}

.mat-badge-large .mat-badge-content {
    font-size: 24px;
}

.mat-h1,
.mat-headline,
.mat-typography h1 {
    font: 400 24px/32px Almarai, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h2,
.mat-title,
.mat-typography h2 {
    font: 500 20px/32px Almarai, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
    font: 400 16px/28px Almarai, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h4,
.mat-subheading-1,
.mat-typography h4 {
    font: 400 15px/24px Almarai, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
}

.mat-h5,
.mat-typography h5 {
    font: 400 calc(14px * 0.83) / 20px Almarai, sans-serif;
    margin: 0 0 12px;
}

.mat-h6,
.mat-typography h6 {
    font: 400 calc(14px * 0.67) / 20px Almarai, sans-serif;
    margin: 0 0 12px;
}

.mat-body-2,
.mat-body-strong {
    font: 500 14px/24px Almarai, sans-serif;
    letter-spacing: normal;
}

.mat-body,
.mat-body-1,
.mat-typography {
    font: 400 14px/20px Almarai, sans-serif;
    letter-spacing: normal;
}

    .mat-body-1 p,
    .mat-body p,
    .mat-typography p {
        margin: 0 0 12px;
    }

.mat-caption,
.mat-small {
    font: 400 12px/20px Almarai, sans-serif;
    letter-spacing: normal;
}

.mat-display-4,
.mat-typography .mat-display-4 {
    font: 300 112px/112px Almarai, sans-serif;
    letter-spacing: -0.05em;
    margin: 0 0 56px;
}

.mat-display-3,
.mat-typography .mat-display-3 {
    font: 400 56px/56px Almarai, sans-serif;
    letter-spacing: -0.02em;
    margin: 0 0 64px;
}

.mat-display-2,
.mat-typography .mat-display-2 {
    font: 400 45px/48px Almarai, sans-serif;
    letter-spacing: -0.005em;
    margin: 0 0 64px;
}

.mat-display-1,
.mat-typography .mat-display-1 {
    font: 400 34px/40px Almarai, sans-serif;
    letter-spacing: normal;
    margin: 0 0 64px;
}

.mat-bottom-sheet-container {
    font: 400 14px/20px Almarai, sans-serif;
    letter-spacing: normal;
}

.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
    font-family: Almarai, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}

.mat-button-toggle,
.mat-card {
    font-family: Almarai, sans-serif !important;
}

.mat-card-title {
    font-size: 24px;
    font-weight: 500;
}

.mat-card-header .mat-card-title {
    font-size: 20px;
}

.mat-card-content,
.mat-card-subtitle {
    font-size: 14px;
}

.mat-checkbox {
    font-family: Almarai, sans-serif !important;
}

.mat-checkbox-layout .mat-checkbox-label {
    line-height: 24px;
}

.mat-chip {
    font-size: 14px;
    font-weight: 500;
}

    .mat-chip .mat-chip-remove.mat-icon,
    .mat-chip .mat-chip-trailing-icon.mat-icon {
        font-size: 18px;
    }

.mat-table {
    font-family: Almarai, sans-serif !important;
}

.mat-header-cell {
    font-size: 12px;
    font-weight: 500;
}

.mat-cell,
.mat-footer-cell {
    font-size: 14px;
}

.mat-calendar {
    font-family: Almarai, sans-serif !important;
}

.mat-calendar-body {
    font-size: 13px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
    font-size: 14px;
    font-weight: 500;
}

.mat-calendar-table-header th {
    font-size: 11px;
    font-weight: 400;
}

.mat-dialog-title {
    font: 500 20px/32px Almarai, sans-serif !important;
    letter-spacing: normal;
}

.mat-expansion-panel-header {
    font-family: Almarai, sans-serif !important;
    font-size: 15px;
    font-weight: 400;
}

.mat-expansion-panel-content {
    font: 400 14px/20px Almarai, sans-serif !important;
    letter-spacing: normal;
}

.mat-form-field {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Almarai, sans-serif !important;
    letter-spacing: normal;
}

.mat-form-field-wrapper {
    padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
    font-size: 150%;
    line-height: 1.125;
}

.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
    height: 1.5em;
    width: 1.5em;
}

    .mat-form-field-prefix .mat-icon-button .mat-icon,
    .mat-form-field-suffix .mat-icon-button .mat-icon {
        height: 1.125em;
        line-height: 1.125;
    }

.mat-form-field-infix {
    padding: 0.5em 0;
    border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float
.mat-input-server:focus + .mat-form-field-label-wrapper
.mat-form-field-label {
    transform: translateY(-1.34375em) scale(0.75);
    width: 133.3333333333%;
}

.mat-form-field-can-float
.mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
    transform: translateY(-1.34374em) scale(0.75);
    width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
    top: -0.84375em;
    padding-top: 0.84375em;
}

.mat-form-field-label {
    top: 1.34375em;
}

.mat-form-field-underline {
    bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
    font-size: 75%;
    margin-top: 0.6666666667em;
    top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
    padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
    padding: 0.4375em 0;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float
.mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float
.mat-input-server:focus + .mat-form-field-label-wrapper
.mat-form-field-label {
    transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
    -ms-transform: translateY(-1.28125em) scale(0.75);
    width: 133.3333333333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float
.mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper
.mat-form-field-label {
    transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
    -ms-transform: translateY(-1.28124em) scale(0.75);
    width: 133.3333433333%;
}

.mat-form-field-appearance-legacy.mat-form-field-can-float
.mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
    transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
    -ms-transform: translateY(-1.28123em) scale(0.75);
    width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
    top: 1.28125em;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
    margin-top: 0.5416666667em;
    top: calc(100% - 1.6666666667em);
}

@media print {
    .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float
    .mat-form-field-label,
    .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-input-server:focus + .mat-form-field-label-wrapper
    .mat-form-field-label {
        transform: translateY(-1.28122em) scale(0.75);
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper
    .mat-form-field-label {
        transform: translateY(-1.28121em) scale(0.75);
    }

    .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
    .mat-form-field-label {
        transform: translateY(-1.2812em) scale(0.75);
    }
}

.mat-form-field-appearance-fill .mat-form-field-infix {
    padding: 0.25em 0 0.75em;
}

.mat-form-field-appearance-fill .mat-form-field-label {
    top: 1.09375em;
    margin-top: -0.5em;
}

.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float
.mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float
.mat-input-server:focus + .mat-form-field-label-wrapper
.mat-form-field-label {
    transform: translateY(-0.59375em) scale(0.75);
    width: 133.3333333333%;
}

.mat-form-field-appearance-fill.mat-form-field-can-float
.mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
    transform: translateY(-0.59374em) scale(0.75);
    width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 1em 0;
}

.mat-form-field-appearance-outline .mat-form-field-label {
    top: 1.84375em;
    margin-top: -0.25em;
}

.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float
.mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float
.mat-input-server:focus + .mat-form-field-label-wrapper
.mat-form-field-label {
    transform: translateY(-1.59375em) scale(0.75);
    width: 133.3333333333%;
}

.mat-form-field-appearance-outline.mat-form-field-can-float
.mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
    transform: translateY(-1.59374em) scale(0.75);
    width: 133.3333433333%;
}

.mat-grid-tile-footer,
.mat-grid-tile-header {
    font-size: 14px;
}

    .mat-grid-tile-footer .mat-line,
    .mat-grid-tile-header .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-grid-tile-footer .mat-line:nth-child(n + 2),
        .mat-grid-tile-header .mat-line:nth-child(n + 2) {
            font-size: 12px;
        }

input.mat-input-element {
    margin-top: -0.0625em;
}

.mat-menu-item {
    font-family: Almarai, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    font-family: Almarai, sans-serif !important;
    font-size: 12px;
}

.mat-radio-button,
.mat-select {
    font-family: Almarai, sans-serif !important;
}

.mat-select-trigger {
    height: 1.125em;
}

.mat-slide-toggle-content,
.mat-slider-thumb-label-text {
    font-family: Almarai, sans-serif !important;
}

.mat-slider-thumb-label-text {
    font-size: 12px;
    font-weight: 500;
}

.mat-stepper-horizontal,
.mat-stepper-vertical {
    font-family: Almarai, sans-serif !important;
}

.mat-step-label {
    font-size: 14px;
    font-weight: 400;
}

.mat-step-sub-label-error {
    font-weight: 400;
}

.mat-step-label-error {
    font-size: 14px;
}

.mat-step-label-selected {
    font-size: 14px;
    font-weight: 500;
}

.mat-tab-group,
.mat-tab-label,
.mat-tab-link {
    font-family: Almarai, sans-serif !important;
}

.mat-tab-label,
.mat-tab-link {
    font-size: 14px;
    font-weight: 500;
}

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
    font: 500 20px/32px Almarai, sans-serif !important;
    letter-spacing: normal;
    margin: 0;
}

.mat-tooltip {
    font-family: Almarai, sans-serif !important;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.mat-tooltip-handset {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.mat-list-item,
.mat-list-option {
    font-family: Almarai, sans-serif !important;
}

.mat-list-base .mat-list-item {
    font-size: 16px;
}

    .mat-list-base .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base .mat-list-item .mat-line:nth-child(n + 2) {
            font-size: 14px;
        }

.mat-list-base .mat-list-option {
    font-size: 16px;
}

    .mat-list-base .mat-list-option .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base .mat-list-option .mat-line:nth-child(n + 2) {
            font-size: 14px;
        }

.mat-list-base .mat-subheader {
    font-family: Almarai, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
    font-size: 12px;
}

    .mat-list-base[dense] .mat-list-item .mat-line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        box-sizing: border-box;
    }

        .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n + 2),
        .mat-list-base[dense] .mat-list-option {
            font-size: 12px;
        }

            .mat-list-base[dense] .mat-list-option .mat-line {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                box-sizing: border-box;
            }

                .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n + 2) {
                    font-size: 12px;
                }

.mat-list-base[dense] .mat-subheader {
    font-family: Almarai, sans-serif !important;
    font-size: 12px;
    font-weight: 500;
}

.mat-option {
    font-family: Almarai, sans-serif !important;
    font-size: 16px;
}

.mat-optgroup-label {
    font: 500 14px/24px Almarai, sans-serif !important;
    letter-spacing: normal;
}

.mat-simple-snackbar {
    font-family: Almarai, sans-serif !important;
    font-size: 14px;
}

.mat-simple-snackbar-action {
    line-height: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
}

.mat-tree {
    font-family: Almarai, sans-serif;
}

.mat-nested-tree-node,
.mat-tree-node {
    font-weight: 400;
    font-size: 14px;
}

.mat-ripple {
    overflow: hidden;
    position: relative;
}

    .mat-ripple:not(:empty) {
        transform: translateZ(0);
    }

    .mat-ripple.mat-ripple-unbounded {
        overflow: visible;
    }

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
    transform: scale(0);
}

.cdk-high-contrast-active .mat-ripple-element {
    display: none;
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cdk-global-overlay-wrapper,
.cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000;
}

    .cdk-overlay-container:empty {
        display: none;
    }

.cdk-global-overlay-wrapper,
.cdk-overlay-pane {
    display: flex;
    position: absolute;
    z-index: 1000;
}

.cdk-overlay-pane {
    pointer-events: auto;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
}

.cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}

    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 1;
    }

@media screen and (-ms-high-contrast: active) {
    .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 0.6;
    }
}

.cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px;
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

@keyframes cdk-text-field-autofill-start {
    /*!*/
}

@keyframes cdk-text-field-autofill-end {
    /*!*/
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    animation: cdk-text-field-autofill-end 0s 1ms;
}

textarea.cdk-textarea-autosize {
    resize: none;
}

textarea.cdk-textarea-autosize-measuring {
    padding: 2px 0 !important;
    box-sizing: initial !important;
    height: auto !important;
    overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
    padding: 2px 0 !important;
    box-sizing: initial !important;
    height: 0 !important;
}

.mat-focus-indicator,
.mat-mdc-focus-indicator {
    position: relative;
}

.mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
    color: rgba(0, 0, 0, 0.87);
}

    .mat-option.mat-active,
    .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),
    .mat-option:focus:not(.mat-option-disabled),
    .mat-option:hover:not(.mat-option-disabled) {
        background: rgba(0, 0, 0, 0.04);
    }

    .mat-option.mat-active {
        color: rgba(0, 0, 0, 0.87);
    }

    .mat-option.mat-option-disabled {
        color: rgba(0, 0, 0, 0.38);
    }

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #3f51b5;
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #ff4081;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #f44336;
}

.mat-optgroup-label {
    color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
    color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
    color: rgba(0, 0, 0, 0.54);
}

    .mat-pseudo-checkbox:after {
        color: #fafafa;
    }

.mat-pseudo-checkbox-disabled {
    color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #3f51b5;
}

.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate,
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
    background: #ff4081;
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
    background: #f44336;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
    background: #b0b0b0;
}

.mat-app-background {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
    box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
    box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
    box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
    box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
    box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
    display: none;
}

.mat-autocomplete-panel {
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-autocomplete-panel:not([class*="mat-elevation-z"]) {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    }

    .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
        background: #fff;
    }

        .mat-autocomplete-panel
        .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
            color: rgba(0, 0, 0, 0.87);
        }

.mat-badge-content {
    color: #fff;
    background: #3f51b5;
}

.cdk-high-contrast-active .mat-badge-content {
    outline: 1px solid;
    border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
    background: #ff4081;
    color: #fff;
}

.mat-badge-warn .mat-badge-content {
    color: #fff;
    background: #f44336;
}

.mat-badge {
    position: relative;
}

.mat-badge-hidden .mat-badge-content {
    display: none;
}

.mat-badge-disabled .mat-badge-content {
    background: #b9b9b9;
    color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform 0.2s ease-in-out;
    transform: scale(0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
}

    .mat-badge-content._mat-animation-noopable,
    .ng-animate-disabled .mat-badge-content {
        transition: none;
    }

    .mat-badge-content.mat-badge-active {
        transform: none;
    }

.mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px;
}

.mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px;
}

.mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px;
}

[dir="rtl"] .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px;
}

.mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px;
}

[dir="rtl"] .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px;
}

[dir="rtl"]
.mat-badge-small.mat-badge-overlap.mat-badge-before
.mat-badge-content {
    left: auto;
    right: -8px;
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px;
}

[dir="rtl"]
.mat-badge-small.mat-badge-overlap.mat-badge-after
.mat-badge-content {
    right: auto;
    left: -8px;
}

.mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px;
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px;
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px;
}

[dir="rtl"] .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px;
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px;
}

[dir="rtl"] .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px;
}

[dir="rtl"]
.mat-badge-medium.mat-badge-overlap.mat-badge-before
.mat-badge-content {
    left: auto;
    right: -11px;
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px;
}

[dir="rtl"]
.mat-badge-medium.mat-badge-overlap.mat-badge-after
.mat-badge-content {
    right: auto;
    left: -11px;
}

.mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px;
}

.mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px;
}

.mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px;
}

[dir="rtl"] .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px;
}

.mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px;
}

[dir="rtl"] .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px;
}

[dir="rtl"]
.mat-badge-large.mat-badge-overlap.mat-badge-before
.mat-badge-content {
    left: auto;
    right: -14px;
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px;
}

[dir="rtl"]
.mat-badge-large.mat-badge-overlap.mat-badge-after
.mat-badge-content {
    right: auto;
    left: -14px;
}

.mat-bottom-sheet-container {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
}

.mat-button,
.mat-icon-button,
.mat-stroked-button {
    color: inherit;
    background: transparent;
}

    .mat-button.mat-primary,
    .mat-icon-button.mat-primary,
    .mat-stroked-button.mat-primary {
        color: #3f51b5;
    }

    .mat-button.mat-accent,
    .mat-icon-button.mat-accent,
    .mat-stroked-button.mat-accent {
        color: #ff4081;
    }

    .mat-button.mat-warn,
    .mat-icon-button.mat-warn,
    .mat-stroked-button.mat-warn {
        color: #f44336;
    }

        .mat-button.mat-accent.mat-button-disabled,
        .mat-button.mat-button-disabled.mat-button-disabled,
        .mat-button.mat-primary.mat-button-disabled,
        .mat-button.mat-warn.mat-button-disabled,
        .mat-icon-button.mat-accent.mat-button-disabled,
        .mat-icon-button.mat-button-disabled.mat-button-disabled,
        .mat-icon-button.mat-primary.mat-button-disabled,
        .mat-icon-button.mat-warn.mat-button-disabled,
        .mat-stroked-button.mat-accent.mat-button-disabled,
        .mat-stroked-button.mat-button-disabled.mat-button-disabled,
        .mat-stroked-button.mat-primary.mat-button-disabled,
        .mat-stroked-button.mat-warn.mat-button-disabled {
            color: rgba(0, 0, 0, 0.26);
        }

    .mat-button.mat-primary .mat-button-focus-overlay,
    .mat-icon-button.mat-primary .mat-button-focus-overlay,
    .mat-stroked-button.mat-primary .mat-button-focus-overlay {
        background-color: #3f51b5;
    }

    .mat-button.mat-accent .mat-button-focus-overlay,
    .mat-icon-button.mat-accent .mat-button-focus-overlay,
    .mat-stroked-button.mat-accent .mat-button-focus-overlay {
        background-color: #ff4081;
    }

    .mat-button.mat-warn .mat-button-focus-overlay,
    .mat-icon-button.mat-warn .mat-button-focus-overlay,
    .mat-stroked-button.mat-warn .mat-button-focus-overlay {
        background-color: #f44336;
    }

    .mat-button.mat-button-disabled .mat-button-focus-overlay,
    .mat-icon-button.mat-button-disabled .mat-button-focus-overlay,
    .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
        background-color: initial;
    }

    .mat-button .mat-ripple-element,
    .mat-icon-button .mat-ripple-element,
    .mat-stroked-button .mat-ripple-element {
        opacity: 0.1;
        background-color: currentColor;
    }

.mat-button-focus-overlay {
    background: #000;
}

.mat-stroked-button:not(.mat-button-disabled) {
    border-color: rgba(0, 0, 0, 0.12);
}

.mat-fab,
.mat-flat-button,
.mat-mini-fab,
.mat-raised-button {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
}

    .mat-fab.mat-accent,
    .mat-fab.mat-primary,
    .mat-fab.mat-warn,
    .mat-flat-button.mat-accent,
    .mat-flat-button.mat-primary,
    .mat-flat-button.mat-warn,
    .mat-mini-fab.mat-accent,
    .mat-mini-fab.mat-primary,
    .mat-mini-fab.mat-warn,
    .mat-raised-button.mat-accent,
    .mat-raised-button.mat-primary,
    .mat-raised-button.mat-warn {
        color: #fff;
    }

        .mat-fab.mat-accent.mat-button-disabled,
        .mat-fab.mat-button-disabled.mat-button-disabled,
        .mat-fab.mat-primary.mat-button-disabled,
        .mat-fab.mat-warn.mat-button-disabled,
        .mat-flat-button.mat-accent.mat-button-disabled,
        .mat-flat-button.mat-button-disabled.mat-button-disabled,
        .mat-flat-button.mat-primary.mat-button-disabled,
        .mat-flat-button.mat-warn.mat-button-disabled,
        .mat-mini-fab.mat-accent.mat-button-disabled,
        .mat-mini-fab.mat-button-disabled.mat-button-disabled,
        .mat-mini-fab.mat-primary.mat-button-disabled,
        .mat-mini-fab.mat-warn.mat-button-disabled,
        .mat-raised-button.mat-accent.mat-button-disabled,
        .mat-raised-button.mat-button-disabled.mat-button-disabled,
        .mat-raised-button.mat-primary.mat-button-disabled,
        .mat-raised-button.mat-warn.mat-button-disabled {
            color: rgba(0, 0, 0, 0.26);
        }

    .mat-fab.mat-primary,
    .mat-flat-button.mat-primary,
    .mat-mini-fab.mat-primary,
    .mat-raised-button.mat-primary {
        background-color: #3f51b5;
    }

    .mat-fab.mat-accent,
    .mat-flat-button.mat-accent,
    .mat-mini-fab.mat-accent,
    .mat-raised-button.mat-accent {
        background-color: #ff4081;
    }

    .mat-fab.mat-warn,
    .mat-flat-button.mat-warn,
    .mat-mini-fab.mat-warn,
    .mat-raised-button.mat-warn {
        background-color: #f44336;
    }

        .mat-fab.mat-accent.mat-button-disabled,
        .mat-fab.mat-button-disabled.mat-button-disabled,
        .mat-fab.mat-primary.mat-button-disabled,
        .mat-fab.mat-warn.mat-button-disabled,
        .mat-flat-button.mat-accent.mat-button-disabled,
        .mat-flat-button.mat-button-disabled.mat-button-disabled,
        .mat-flat-button.mat-primary.mat-button-disabled,
        .mat-flat-button.mat-warn.mat-button-disabled,
        .mat-mini-fab.mat-accent.mat-button-disabled,
        .mat-mini-fab.mat-button-disabled.mat-button-disabled,
        .mat-mini-fab.mat-primary.mat-button-disabled,
        .mat-mini-fab.mat-warn.mat-button-disabled,
        .mat-raised-button.mat-accent.mat-button-disabled,
        .mat-raised-button.mat-button-disabled.mat-button-disabled,
        .mat-raised-button.mat-primary.mat-button-disabled,
        .mat-raised-button.mat-warn.mat-button-disabled {
            background-color: rgba(0, 0, 0, 0.12);
        }

        .mat-fab.mat-accent .mat-ripple-element,
        .mat-fab.mat-primary .mat-ripple-element,
        .mat-fab.mat-warn .mat-ripple-element,
        .mat-flat-button.mat-accent .mat-ripple-element,
        .mat-flat-button.mat-primary .mat-ripple-element,
        .mat-flat-button.mat-warn .mat-ripple-element,
        .mat-mini-fab.mat-accent .mat-ripple-element,
        .mat-mini-fab.mat-primary .mat-ripple-element,
        .mat-mini-fab.mat-warn .mat-ripple-element,
        .mat-raised-button.mat-accent .mat-ripple-element,
        .mat-raised-button.mat-primary .mat-ripple-element,
        .mat-raised-button.mat-warn .mat-ripple-element {
            background-color: hsla(0, 0%, 100%, 0.1);
        }

    .mat-flat-button:not([class*="mat-elevation-z"]),
    .mat-stroked-button:not([class*="mat-elevation-z"]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    }

    .mat-raised-button:not([class*="mat-elevation-z"]) {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

    .mat-raised-button:not(.mat-button-disabled):active:not([class*="mat-elevation-z"]) {
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

    .mat-raised-button.mat-button-disabled:not([class*="mat-elevation-z"]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    }

    .mat-fab:not([class*="mat-elevation-z"]),
    .mat-mini-fab:not([class*="mat-elevation-z"]) {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    }

    .mat-fab:not(.mat-button-disabled):active:not([class*="mat-elevation-z"]),
    .mat-mini-fab:not(.mat-button-disabled):active:not([class*="mat-elevation-z"]) {
        box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
    }

    .mat-fab.mat-button-disabled:not([class*="mat-elevation-z"]),
    .mat-mini-fab.mat-button-disabled:not([class*="mat-elevation-z"]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    }

.mat-button-toggle-group,
.mat-button-toggle-standalone {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .mat-button-toggle-group-appearance-standard,
    .mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
        box-shadow: none;
    }

.mat-button-toggle {
    color: rgba(0, 0, 0, 0.38);
}

    .mat-button-toggle .mat-button-toggle-focus-overlay {
        background-color: rgba(0, 0, 0, 0.12);
    }

.mat-button-toggle-appearance-standard {
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}

    .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
        background-color: #000;
    }

.mat-button-toggle-group-appearance-standard
.mat-button-toggle + .mat-button-toggle {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

[dir="rtl"]
.mat-button-toggle-group-appearance-standard
.mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical
.mat-button-toggle + .mat-button-toggle {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-checked {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.54);
}

    .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
        color: rgba(0, 0, 0, 0.87);
    }

.mat-button-toggle-disabled {
    color: rgba(0, 0, 0, 0.26);
    background-color: #eee;
}

    .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
        background: #fff;
    }

    .mat-button-toggle-disabled.mat-button-toggle-checked {
        background-color: #bdbdbd;
    }

.mat-button-toggle-group-appearance-standard,
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
    line-height: 48px;
}

.mat-card {
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-card:not([class*="mat-elevation-z"]) {
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    }

    .mat-card.mat-card-flat:not([class*="mat-elevation-z"]) {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    }

.mat-card-subtitle {
    color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
    border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
    fill: #fafafa;
}

.mat-checkbox-checkmark-path {
    stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
    background-color: #fafafa;
}

.mat-checkbox-checked.mat-primary .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
    background-color: #3f51b5;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
    background-color: #ff4081;
}

.mat-checkbox-checked.mat-warn .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
    background-color: #f44336;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
    background-color: #b0b0b0;
}

#home img {
    width: 100%;
    max-height: 450px;
}

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
    border-color: #b0b0b0;
}

.mat-checkbox-disabled .mat-checkbox-label {
    color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox .mat-ripple-element {
    background-color: #000;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary
.mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary
.mat-ripple-element {
    background: #3f51b5;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent
.mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent
.mat-ripple-element {
    background: #ff4081;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
    background: #f44336;
}

.mat-chip.mat-standard-chip {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-chip.mat-standard-chip .mat-chip-remove {
        color: rgba(0, 0, 0, 0.87);
        opacity: 0.4;
    }

    .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
        box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    }

    .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
        opacity: 0.54;
    }

    .mat-chip.mat-standard-chip.mat-chip-disabled {
        opacity: 0.4;
    }

    .mat-chip.mat-standard-chip:after {
        background: #000;
    }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
        background-color: #3f51b5;
        color: #fff;
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
            color: #fff;
            opacity: 0.4;
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
            background-color: hsla(0, 0%, 100%, 0.1);
        }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
        background-color: #f44336;
        color: #fff;
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
            color: #fff;
            opacity: 0.4;
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
            background-color: hsla(0, 0%, 100%, 0.1);
        }

    .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
        background-color: #ff4081;
        color: #fff;
    }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
            color: #fff;
            opacity: 0.4;
        }

        .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
            background-color: hsla(0, 0%, 100%, 0.1);
        }

.mat-table {
    background: #fff;
}

    .mat-table-sticky,
    .mat-table tbody,
    .mat-table tfoot,
    .mat-table thead,
    [mat-footer-row],
    [mat-header-row],
    [mat-row],
    mat-footer-row,
    mat-header-row,
    mat-row {
        background: inherit;
    }

mat-footer-row,
mat-header-row,
mat-row,
td.mat-cell,
td.mat-footer-cell,
th.mat-header-cell {
    border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
    color: rgba(0, 0, 0, 0.54);
}

.mat-cell,
.mat-footer-cell {
    color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
    border-top-color: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button,
.mat-datepicker-toggle {
    color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header {
    color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-table-header-divider:after {
    background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-body-label {
    color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
    color: rgba(0, 0, 0, 0.87);
    border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-form-field-disabled .mat-date-range-input-separator {
    color: rgba(0, 0, 0, 0.38);
}

.cdk-keyboard-focused
.mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused
.mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(0, 0, 0, 0.04);
}

.mat-calendar-body-in-preview {
    color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range:before {
    background: rgba(63, 81, 181, 0.2);
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range:before {
    background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start:before,
[dir="rtl"] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient( 90deg, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 0 );
}

.mat-calendar-body-comparison-bridge-end:before,
[dir="rtl"] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient( 270deg, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 0 );
}

.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
    background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
    background: #46a35e;
}

.mat-calendar-body-selected {
    background-color: #3f51b5;
    color: #fff;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
    background-color: rgba(63, 81, 181, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff;
}

.mat-datepicker-content {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
        background: rgba(255, 64, 129, 0.2);
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
    .mat-datepicker-content.mat-accent
    .mat-calendar-body-in-comparison-range:before {
        background: rgba(249, 171, 0, 0.2);
    }

    .mat-datepicker-content.mat-accent
    .mat-calendar-body-comparison-bridge-start:before,
    .mat-datepicker-content.mat-accent
    [dir="rtl"]
    .mat-calendar-body-comparison-bridge-end:before {
        background: linear-gradient( 90deg, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 0 );
    }

    .mat-datepicker-content.mat-accent
    .mat-calendar-body-comparison-bridge-end:before,
    .mat-datepicker-content.mat-accent
    [dir="rtl"]
    .mat-calendar-body-comparison-bridge-start:before {
        background: linear-gradient( 270deg, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 0 );
    }

    .mat-datepicker-content.mat-accent
    .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
    .mat-datepicker-content.mat-accent
    .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
        background: #a8dab5;
    }

    .mat-datepicker-content.mat-accent
    .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
    .mat-datepicker-content.mat-accent
    .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
        background: #46a35e;
    }

    .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
        background-color: #ff4081;
        color: #fff;
    }

    .mat-datepicker-content.mat-accent
    .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(255, 64, 129, 0.4);
    }

    .mat-datepicker-content.mat-accent
    .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px #fff;
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
        background: rgba(244, 67, 54, 0.2);
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
    .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
        background: rgba(249, 171, 0, 0.2);
    }

    .mat-datepicker-content.mat-warn
    .mat-calendar-body-comparison-bridge-start:before,
    .mat-datepicker-content.mat-warn
    [dir="rtl"]
    .mat-calendar-body-comparison-bridge-end:before {
        background: linear-gradient( 90deg, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 0 );
    }

    .mat-datepicker-content.mat-warn
    .mat-calendar-body-comparison-bridge-end:before,
    .mat-datepicker-content.mat-warn
    [dir="rtl"]
    .mat-calendar-body-comparison-bridge-start:before {
        background: linear-gradient( 270deg, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 0 );
    }

    .mat-datepicker-content.mat-warn
    .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
    .mat-datepicker-content.mat-warn
    .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
        background: #a8dab5;
    }

    .mat-datepicker-content.mat-warn
    .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
    .mat-datepicker-content.mat-warn
    .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
        background: #46a35e;
    }

    .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
        background-color: #f44336;
        color: #fff;
    }

    .mat-datepicker-content.mat-warn
    .mat-calendar-body-disabled > .mat-calendar-body-selected {
        background-color: rgba(244, 67, 54, 0.4);
    }

    .mat-datepicker-content.mat-warn
    .mat-calendar-body-today.mat-calendar-body-selected {
        box-shadow: inset 0 0 0 1px #fff;
    }

.mat-datepicker-content-touch {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active {
    color: #3f51b5;
}

    .mat-datepicker-toggle-active.mat-accent {
        color: #ff4081;
    }

    .mat-datepicker-toggle-active.mat-warn {
        color: #f44336;
    }

.mat-date-range-input-inner[disabled] {
    color: rgba(0, 0, 0, 0.38);
}

.mat-dialog-container {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
    border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
    border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
    background: #fff;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-expansion-panel:not([class*="mat-elevation-z"]) {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

.mat-action-row {
    border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel
.mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled="true"]),
.mat-expansion-panel
.mat-expansion-panel-header.cdk-program-focused:not([aria-disabled="true"]),
.mat-expansion-panel:not(.mat-expanded)
.mat-expansion-panel-header:hover:not([aria-disabled="true"]) {
    background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
    .mat-expansion-panel:not(.mat-expanded):not([aria-disabled="true"])
    .mat-expansion-panel-header:hover {
        background: #fff;
    }
}

.mat-expansion-panel-header-title {
    color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-indicator:after,
.mat-expansion-panel-header-description {
    color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled="true"] {
    color: rgba(0, 0, 0, 0.26);
}

    .mat-expansion-panel-header[aria-disabled="true"]
    .mat-expansion-panel-header-description,
    .mat-expansion-panel-header[aria-disabled="true"]
    .mat-expansion-panel-header-title {
        color: inherit;
    }

.mat-expansion-panel-header {
    height: 48px;
}

    .mat-expansion-panel-header.mat-expanded {
        height: 64px;
    }

.mat-form-field-label,
.mat-hint {
    color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
    color: #3f51b5;
}

    .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
        color: #ff4081;
    }

    .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
        color: #f44336;
    }

.mat-focused .mat-form-field-required-marker {
    color: #ff4081;
}

.mat-form-field-ripple {
    background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
    background-color: #3f51b5;
}

    .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
        background-color: #ff4081;
    }

    .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
        background-color: #f44336;
    }

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid)
.mat-form-field-infix:after {
    color: #3f51b5;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent
.mat-form-field-infix:after {
    color: #ff4081;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn
.mat-form-field-infix:after,
.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid
.mat-form-field-label
.mat-form-field-required-marker {
    color: #f44336;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
    background-color: #f44336;
}

.mat-error {
    color: #f44336;
}

.mat-form-field-appearance-legacy .mat-form-field-label,
.mat-form-field-appearance-legacy .mat-hint {
    color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled
.mat-form-field-underline {
    background-image: linear-gradient( 90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0 );
    background-size: 4px 100%;
    background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
    background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled
.mat-form-field-underline {
    background-image: linear-gradient( 90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0 );
    background-size: 4px 100%;
    background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline:before {
    background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
    color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled
.mat-form-field-underline:before {
    background-color: initial;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
    color: rgba(0, 0, 0, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
    color: rgba(0, 0, 0, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
    color: #3f51b5;
}

.mat-form-field-appearance-outline.mat-focused.mat-accent
.mat-form-field-outline-thick {
    color: #ff4081;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn
.mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid
.mat-form-field-outline-thick {
    color: #f44336;
}

.mat-form-field-appearance-outline.mat-form-field-disabled
.mat-form-field-label {
    color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled
.mat-form-field-outline {
    color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
    color: #3f51b5;
}

.mat-icon.mat-accent {
    color: #ff4081;
}

.mat-icon.mat-warn {
    color: #f44336;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
    color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-type-mat-native-select.mat-form-field-disabled
.mat-form-field-infix:after,
.mat-input-element:disabled {
    color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
    caret-color: #3f51b5;
}

    .mat-input-element::placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element::-moz-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

    .mat-input-element:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.42);
    }

.mat-form-field.mat-accent .mat-input-element {
    caret-color: #ff4081;
}

.mat-form-field-invalid .mat-input-element,
.mat-form-field.mat-warn .mat-input-element {
    caret-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid
.mat-form-field-infix:after {
    color: #f44336;
}

.mat-list-base .mat-list-item,
.mat-list-base .mat-list-option {
    color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-subheader {
    color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
    background-color: #eee;
}

.mat-action-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-list-option:focus,
.mat-list-option:hover,
.mat-nav-list .mat-list-item:focus,
.mat-nav-list .mat-list-item:hover {
    background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option,
.mat-list-single-selected-option:focus,
.mat-list-single-selected-option:hover {
    background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
    background: #fff;
}

    .mat-menu-panel:not([class*="mat-elevation-z"]) {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    }

.mat-menu-item {
    background: transparent;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-menu-item[disabled],
    .mat-menu-item[disabled]:after {
        color: rgba(0, 0, 0, 0.38);
    }

    .mat-menu-item-submenu-trigger:after,
    .mat-menu-item .mat-icon-no-color {
        color: rgba(0, 0, 0, 0.54);
    }

    .mat-menu-item-highlighted:not([disabled]),
    .mat-menu-item.cdk-keyboard-focused:not([disabled]),
    .mat-menu-item.cdk-program-focused:not([disabled]),
    .mat-menu-item:hover:not([disabled]) {
        background: rgba(0, 0, 0, 0.04);
    }

.mat-paginator {
    background: #fff;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
    color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
    border-top: 2px solid rgba(0, 0, 0, 0.54);
    border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
    border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-last {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-paginator-container {
    min-height: 56px;
}

.mat-progress-bar-background {
    fill: #c5cae9;
}

.mat-progress-bar-buffer {
    background-color: #c5cae9;
}

.mat-progress-bar-fill:after {
    background-color: #3f51b5;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
    fill: #ff80ab;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
    background-color: #ff80ab;
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
    background-color: #ff4081;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
    fill: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #ffcdd2;
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
    background-color: #f44336;
}

.mat-progress-spinner circle,
.mat-spinner circle {
    stroke: #3f51b5;
}

.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
    stroke: #ff4081;
}

.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
    stroke: #f44336;
}

.mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
    border-color: #3f51b5;
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary
.mat-radio-ripple
.mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
    background-color: #3f51b5;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #ff4081;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent
.mat-radio-ripple
.mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #ff4081;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
    border-color: #f44336;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn
.mat-radio-ripple
.mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
    background-color: #f44336;
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
    color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
    background-color: #000;
}

.mat-select-value {
    color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
    color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
    color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
    color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
    background: #fff;
}

    .mat-select-panel:not([class*="mat-elevation-z"]) {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    }

    .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
        background: rgba(0, 0, 0, 0.12);
    }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
    color: #3f51b5;
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
    color: #ff4081;
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow,
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
    color: #f44336;
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
    color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
    color: rgba(0, 0, 0, 0.87);
}

    .mat-drawer,
    .mat-drawer.mat-drawer-push {
        background-color: #fff;
    }

        .mat-drawer:not(.mat-drawer-side) {
            box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
        }

.mat-drawer-side {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

    .mat-drawer-side.mat-drawer-end,
    [dir="rtl"] .mat-drawer-side {
        border-left: 1px solid rgba(0, 0, 0, 0.12);
        border-right: none;
    }

        [dir="rtl"] .mat-drawer-side.mat-drawer-end {
            border-left: none;
            border-right: 1px solid rgba(0, 0, 0, 0.12);
        }

.mat-drawer-backdrop.mat-drawer-shown {
    background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #ff4081;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(255, 64, 129, 0.54);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
    background-color: #ff4081;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
    background-color: #3f51b5;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(63, 81, 181, 0.54);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
    background-color: #3f51b5;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
    background-color: #f44336;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
    background-color: rgba(244, 67, 54, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
    background-color: #f44336;
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
    background-color: #000;
}

.mat-slide-toggle-thumb {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    background-color: #fafafa;
}

.mat-slide-toggle-bar {
    background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26);
}

.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label,
.mat-primary .mat-slider-track-fill {
    background-color: #3f51b5;
}

.mat-primary .mat-slider-thumb-label-text {
    color: #fff;
}

.mat-primary .mat-slider-focus-ring {
    background-color: rgba(63, 81, 181, 0.2);
}

.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label,
.mat-accent .mat-slider-track-fill {
    background-color: #ff4081;
}

.mat-accent .mat-slider-thumb-label-text {
    color: #fff;
}

.mat-accent .mat-slider-focus-ring {
    background-color: rgba(255, 64, 129, 0.2);
}

.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label,
.mat-warn .mat-slider-track-fill {
    background-color: #f44336;
}

.mat-warn .mat-slider-thumb-label-text {
    color: #fff;
}

.mat-warn .mat-slider-focus-ring {
    background-color: rgba(244, 67, 54, 0.2);
}

.cdk-focused .mat-slider-track-background,
.mat-slider:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-disabled .mat-slider-thumb,
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled:hover .mat-slider-track-background {
    background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
    background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused
.mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused
.mat-slider-thumb-label {
    background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.26);
    background-color: initial;
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused
.mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover
.mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled
.mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled
.mat-slider-thumb {
    border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper:after {
    border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
    background-image: repeating-linear-gradient( 90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent );
    background-image: -moz-repeating-linear-gradient( 0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent );
}

.mat-slider-vertical .mat-slider-ticks {
    background-image: repeating-linear-gradient( 180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent );
}

.mat-step-header.cdk-keyboard-focused,
.mat-step-header.cdk-program-focused,
.mat-step-header:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
    .mat-step-header:hover {
        background: none;
    }
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
    color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
}

.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
    background-color: #3f51b5;
    color: #fff;
}

.mat-step-header .mat-step-icon-state-error {
    background-color: initial;
    color: #f44336;
}

.mat-step-header .mat-step-label.mat-step-label-active {
    color: rgba(0, 0, 0, 0.87);
}

.mat-step-header .mat-step-label.mat-step-label-error {
    color: #f44336;
}

.mat-stepper-horizontal,
.mat-stepper-vertical {
    background-color: #fff;
}

.mat-stepper-vertical-line:before {
    border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header:after,
.mat-horizontal-stepper-header:before,
.mat-stepper-horizontal-line {
    border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
    height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
    padding: 24px;
}

.mat-stepper-vertical-line:before {
    top: -16px;
    bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before,
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
    top: 36px;
}

.mat-sort-header-arrow {
    color: #757575;
}

.mat-tab-header,
.mat-tab-nav-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-header,
.mat-tab-group-inverted-header .mat-tab-nav-bar {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: none;
}

.mat-tab-label,
.mat-tab-link {
    color: rgba(0, 0, 0, 0.87);
}

    .mat-tab-label.mat-tab-disabled,
    .mat-tab-link.mat-tab-disabled {
        color: rgba(0, 0, 0, 0.38);
    }

.mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
    border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*="mat-background-"] .mat-tab-header,
.mat-tab-nav-bar[class*="mat-background-"] {
    border-bottom: none;
    border-top: none;
}

.mat-tab-group.mat-primary
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(197, 202, 233, 0.3);
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #3f51b5;
}

.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
    background-color: #fff;
}

.mat-tab-group.mat-accent
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 128, 171, 0.3);
}

.mat-tab-group.mat-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent .mat-ink-bar {
    background-color: #ff4081;
}

.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
    background-color: #fff;
}

.mat-tab-group.mat-warn
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn .mat-ink-bar {
    background-color: #f44336;
}

.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
    background-color: #fff;
}

.mat-tab-group.mat-background-primary
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(197, 202, 233, 0.3);
}

.mat-tab-group.mat-background-primary .mat-tab-header,
.mat-tab-group.mat-background-primary .mat-tab-header-pagination,
.mat-tab-group.mat-background-primary .mat-tab-links,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-primary .mat-tab-links {
    background-color: #3f51b5;
}

.mat-tab-group.mat-background-primary .mat-tab-label,
.mat-tab-group.mat-background-primary .mat-tab-link,
.mat-tab-nav-bar.mat-background-primary .mat-tab-label,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link {
    color: #fff;
}

    .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,
    .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
        color: hsla(0, 0%, 100%, 0.4);
    }

.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
    border-color: #fff;
}

.mat-tab-group.mat-background-primary
.mat-tab-header-pagination-disabled
.mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary
.mat-tab-header-pagination-disabled
.mat-tab-header-pagination-chevron {
    border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-primary .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-tab-group.mat-background-accent
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 128, 171, 0.3);
}

.mat-tab-group.mat-background-accent .mat-tab-header,
.mat-tab-group.mat-background-accent .mat-tab-header-pagination,
.mat-tab-group.mat-background-accent .mat-tab-links,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-accent .mat-tab-links {
    background-color: #ff4081;
}

.mat-tab-group.mat-background-accent .mat-tab-label,
.mat-tab-group.mat-background-accent .mat-tab-link,
.mat-tab-nav-bar.mat-background-accent .mat-tab-label,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link {
    color: #fff;
}

    .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,
    .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
        color: hsla(0, 0%, 100%, 0.4);
    }

.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
    border-color: #fff;
}

.mat-tab-group.mat-background-accent
.mat-tab-header-pagination-disabled
.mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent
.mat-tab-header-pagination-disabled
.mat-tab-header-pagination-chevron {
    border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-accent .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-tab-group.mat-background-warn
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
.mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
.mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
.mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
.mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
    background-color: rgba(255, 205, 210, 0.3);
}

.mat-tab-group.mat-background-warn .mat-tab-header,
.mat-tab-group.mat-background-warn .mat-tab-header-pagination,
.mat-tab-group.mat-background-warn .mat-tab-links,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-warn .mat-tab-links {
    background-color: #f44336;
}

.mat-tab-group.mat-background-warn .mat-tab-label,
.mat-tab-group.mat-background-warn .mat-tab-link,
.mat-tab-nav-bar.mat-background-warn .mat-tab-label,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link {
    color: #fff;
}

    .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,
    .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,
    .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
        color: hsla(0, 0%, 100%, 0.4);
    }

.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
    border-color: #fff;
}

.mat-tab-group.mat-background-warn
.mat-tab-header-pagination-disabled
.mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn
.mat-tab-header-pagination-disabled
.mat-tab-header-pagination-chevron {
    border-color: hsla(0, 0%, 100%, 0.4);
}

.mat-tab-group.mat-background-warn .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
    background-color: hsla(0, 0%, 100%, 0.12);
}

.mat-toolbar {
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.87);
}

    .mat-toolbar.mat-primary {
        background: #3f51b5;
        color: #fff;
    }

    .mat-toolbar.mat-accent {
        background: #ff4081;
        color: #fff;
    }

    .mat-toolbar.mat-warn {
        background: #f44336;
        color: #fff;
    }

    .mat-toolbar .mat-focused .mat-form-field-ripple,
    .mat-toolbar .mat-form-field-ripple,
    .mat-toolbar .mat-form-field-underline {
        background-color: currentColor;
    }

    .mat-toolbar .mat-focused .mat-form-field-label,
    .mat-toolbar .mat-form-field-label,
    .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
    .mat-toolbar .mat-select-arrow,
    .mat-toolbar .mat-select-value {
        color: inherit;
    }

    .mat-toolbar .mat-input-element {
        caret-color: currentColor;
    }

.mat-toolbar-multiple-rows {
    min-height: 64px;
}

.mat-toolbar-row,
.mat-toolbar-single-row {
    height: 64px;
}

@media (max-width: 599px) {
    .mat-toolbar-multiple-rows {
        min-height: 56px;
    }

    .mat-toolbar-row,
    .mat-toolbar-single-row {
        height: 56px;
    }
}

.mat-tooltip {
    background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
    background: #fff;
}

.mat-nested-tree-node,
.mat-tree-node {
    color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
    min-height: 48px;
}

.mat-snack-bar-container {
    color: hsla(0, 0%, 100%, 0.7);
    background: #323232;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
    color: #ff4081;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: initial;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
}

.click {
    cursor: pointer;
}

.p-t-40 {
    padding-top: 40px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-15 {
    margin-top: 15px;
}

.p-l-15 {
    padding-left: 15px;
}

.bg-color-gray {
    background-color: #f7f9fb;
}

.bg-color-gray-dark {
    background-color: #7b848e;
}

a.sort-link {
    color: #b7bbb5 !important;
}

    a.sort-link:hover,
    a.sort-link .active {
        color: #337ab7 !important;
    }

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 600;
    font-size: 18px;
}

p {
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: justify;
}

form p {
    margin-bottom: 5px;
}

h5 {
    color: #006495 !important;
    font-weight: 600 !important;
    font-family: Almarai, sans-serif !important;
}

p:empty {
    display: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    -epub-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote {
    margin: 30px 0;
    padding: 20px 35px;
    background-color: #f6f6f6;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    font-style: italic;
    border-left: 5px solid #5fa845;
}

    blockquote cite,
    blockquote small {
        opacity: 0.7;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
    }

    blockquote cite,
    blockquote em,
    blockquote i {
        font-style: normal;
    }

    blockquote b,
    blockquote strong {
        font-weight: 400;
    }

    blockquote p {
        margin-bottom: 0;
    }

address,
cite,
dfn,
em,
i,
var {
    font-style: italic;
}

small {
    font-size: small;
}

.at-fancy-heading-v11-sep {
    background-color: #337ab7;
    content: "";
    display: block;
    height: 5px;
    width: 180px;
    float: left;
}

big {
    font-size: 125%;
}

sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: initial;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 24px;
}

ol,
ul {
    list-style: none;
    margin: 0 0 25px 25px;
}

    ol[dir="rtl"],
    ul[dir="rtl"] {
        margin: 0 25px 25px 0;
    }

ul {
    list-style: disc;
    margin: 0px;
}

ol {
    list-style: decimal;
}

li > ol,
li > ul {
    margin: 0 0 0 25px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    white-space: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    cursor: pointer;
}

    button[disabled],
    input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    margin-right: 10px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

.products,
.products td,
.products th {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

.products {
    border-collapse: initial;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
}

.products-wrapper {
    margin: 0 0 1.6em;
    max-width: 100%;
}

caption,
.products td,
.products th {
    font-weight: 400;
    text-align: left;
}

.products th {
    font-weight: 700;
}

.products td,
.products th {
    border-width: 0 1px 1px 0;
}

.products td,
.products th {
    padding: 0.4em;
}

del {
    color: #767676;
}

hr {
    background-color: #e5e5e5;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin: 20px 0;
}

.format-chat .entry-content p {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.wp-video {
    margin-bottom: 25px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.whitetext *,
.whitetext a {
    color: #fff !important;
}

    .whitetext a:hover {
        opacity: 0.8;
    }

.wpcf7-form-control {
    font-size: 13px;
    line-height: 18px;
    color: #222;
    background: #ddd;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 30px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

    .wpcf7-form-control:active,
    .wpcf7-form-control:focus {
        background: #fff;
        border-radius: 2px;
        border: 2px solid #5fa845;
        box-shadow: 0 0 0 2px #5fa845;
    }

.at-from-input {
    margin: 0 0 8%;
    width: 100%;
}

.at-staff-form .one_half {
    margin-bottom: 0;
}

div.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-response-output {
    margin: 0 0 10px;
    background-color: #c9f7b2;
    color: #61a600;
    padding: 18px 30px 18px 20px;
    font-size: 14px;
    border: none;
}

    div.wpcf7-response-output.wpcf7-validation-errors {
        background-color: #ffd9d9;
        color: red;
    }

    div.wpcf7-response-output.wpcf7-mail-sent-ng {
        background-color: #fff2b2;
        color: #f90;
    }

.contributor-posts-link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #5fa845;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 3px;
}

    .contributor-posts-link:hover,
    button:focus,
    button:hover,
    input[type="button"]:focus,
    input[type="button"]:hover,
    input[type="reset"]:focus,
    input[type="reset"]:hover,
    input[type="submit"]:focus,
    input[type="submit"]:hover {
        background-color: #333;
        color: #fff;
        outline: 0;
    }

    .contributor-posts-link:active,
    button:active,
    input[type="button"]:active,
    input[type="reset"]:active,
    input[type="submit"]:active {
        background-color: #444;
    }

.widget_calendar caption,
.widget_calendar td,
.widget_calendar th {
    text-align: center;
}
/* pre {
    background: url(code_bg.c3e76ea14ab5fb42a1c6.png) repeat scroll 0 0 #f6f6f6;
    font: 12px Courier\ 10 Pitch, Courier, monospace;
    line-height: 21px;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 20px 30px;
    border: 1px solid #eee;
    color: #444;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    border-radius: 3px;
} */
code,
kbd {
    font: 13px Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

#site-header img,
.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
    max-width: 100%;
}

.post-thumbnail img,
.wp-post-image,
img.size-full,
img.size-large {
    height: auto;
    max-width: 100%;
}

embed,
iframe,
object,
video {
    margin-bottom: 24px;
    max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 0;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.textcenter {
    text-align: center;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 17px;
    width: 50%;
}

    .site-content blockquote.alignleft p,
    .site-content blockquote.alignright p {
        margin-bottom: 17px;
    }

.wp-caption {
    margin-bottom: 24px;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin: auto;
    }

.wp-caption {
    color: #767676;
}

.wp-caption-text {
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px;
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.sticky .post_content {
    background-color: #fcf8e3;
}

.comment-edit-link,
.post-edit-link {
    font-weight: 700;
}

    .comment-edit-link:before,
    .post-edit-link:before {
        content: "\f040";
        font-family: Almarai, sans-serif;
        margin-right: 5px;
        line-height: 16px;
    }

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

.clear {
    width: auto;
    visibility: visible;
}

.clear,
.clearfix:after {
    clear: both;
    display: block;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

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

body,
input,
select,
textarea {
    font-family: Almarai, sans-serif;
    color: #444;
}

figure {
    margin: 0;
}

    figure img {
        width: auto;
        max-width: 100%;
    }

#pagebg {
    position: fixed;
    top: 0;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.section_row1 {
    background: #fff;
    padding: 40px 0 30px;
    position: relative;
    border-style: solid;
    border-color: #ddd;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.050980392156862744);
}

.at-fancy-heading-v1-sep {
    background-color: #337ab7;
    content: "";
    display: block;
    margin: 15px auto 20px;
    height: 3px;
    width: 100px;
}

.section_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.bodyoverlay {
    position: fixed;
    top: 0;
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: scroll;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a {
    outline: 0;
}

    a,
    a:hover {
        text-decoration: none;
    }

body {
    overflow-x: hidden;
}

#facts h2 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
}

.contant-details {
    margin-bottom: 20px;
    font-weight: 14px;
}

    .contant-details p {
        margin-bottom: 7px;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: Almarai, sans-serif !important;
    color: #333;
    font-weight: 300;
}

h1 {
    font-size: 30px;
    line-height: 1.35;
    margin-bottom: 0.4em;
}

h2 {
    font-size: 28px;
    line-height: 1.45;
    margin-bottom: 0.6em;
}

h3 {
    padding: 24px 0 0 0;
    text-align: center;
    font-size: 30px !important;
    font-family: Almarai, sans-serif !important;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 1em;
}

h5 {
    font-size: 16px;
}

h5,
h6 {
    line-height: 1.6;
    margin-bottom: 1.1em;
}

h6 {
    font-size: 14px;
}

h1 small {
    font-size: 18px;
    font-weight: 300;
}

h2 small {
    font-size: 16px;
    font-weight: 300;
}

h3 small {
    font-size: 14px;
    font-weight: 300;
}

h4 small {
    font-size: 12px;
    font-weight: 300;
}

#wrapper {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
}

.boxed #wrapper {
    width: 94%;
    max-width: 1280px;
    margin: 20px auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.inner,
.stretched #wrapper {
    width: 100%;
}

.inner {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}

    .inner:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

.one_half {
    width: 48%;
}

.one_third {
    width: 30.66%;
}

.two_third {
    width: 65.34%;
}

.one_fourth {
    width: 22%;
}

.one_fifth {
    width: 16.8%;
}

.three_fourth {
    width: 74%;
}

.four_fifth {
    width: 79.2%;
}

.two_fifth {
    width: 37.6%;
}

.three_fifth {
    width: 58.4%;
}

.one_sixth {
    width: 13.33%;
}

.five_sixth {
    width: 82.7%;
}

.five_sixth,
.four_fifth,
.one_fifth,
.one_fourth,
.one_half,
.one_sixth,
.one_third,
.three_fifth,
.three_fourth,
.two_fifth,
.two_third {
    position: relative;
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-right: 4%;
    margin-bottom: 15px;
}

.end,
.last {
    margin-right: 0 !important;
}

.nomargin.one_half {
    width: 50%;
}

.nomargin.one_third {
    width: 33.33%;
}

.nomargin.two_third {
    width: 66.66%;
}

.nomargin.one_fourth {
    width: 25%;
}

.nomargin.one_fifth {
    width: 20%;
}

.nomargin.three_fourth {
    width: 75%;
}

.nomargin.four_fifth {
    width: 80%;
}

.nomargin.two_fifth {
    width: 40%;
}

.nomargin.three_fifth {
    width: 60%;
}

.nomargin.one_sixth {
    width: 16.66%;
}

.nomargin.five_sixth {
    width: 83.33%;
}

.nomargin.five_sixth,
.nomargin.four_fifth,
.nomargin.one_fifth,
.nomargin.one_fourth,
.nomargin.one_half,
.nomargin.one_sixth,
.nomargin.one_third,
.nomargin.three_fifth,
.nomargin.three_fourth,
.nomargin.two_fifth,
.nomargin.two_third {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
}

.nomargin {
    margin: 0 !important;
}

.col_half {
    width: 48.5%;
}

.col_third {
    width: 31.33%;
}

.col_fourth {
    width: 22.75%;
}

.col_fifth {
    width: 17.6%;
}

.col_sixth {
    width: 13.33%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 65.67%;
}

.col_fifth,
.col_fourth,
.col_half,
.col_sixth,
.col_third,
.col_three_fourth,
.col_twothird {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 3%;
    margin-bottom: 2%;
}

    .col_fifth:after,
    .col_fourth:after,
    .col_half:after,
    .col_third:after,
    .col_three_fourth:after,
    .col_twothird:after,
    .end:after {
        clear: both;
        content: "";
        display: block;
    }

.entry-content-wrapper {
    padding: 0;
}

.page-template-labora-niche .entry-content-wrapper,
.page-template-template-blog .entry-content-wrapper,
.page-template-template-gallery .entry-content-wrapper,
.single-gallery.fullwidth .entry-content-wrapper,
.single-post.fullwidth .entry-content-wrapper,
.woocommerce-page .entry-content-wrapper {
    padding: 80px 0;
}

body:not(.fullwidth) .entry-content-wrapper {
    padding: 80px 0 40px;
}

#main {
    position: relative;
    z-index: 3;
    margin-top: -80px;
    padding-bottom: 50px;
    background: #f7f9fb;
}

.pagemid_section {
    padding: 0;
}

.pagemid {
    position: relative;
    margin: 0 auto;
}

    .pagemid > .inner {
        width: 100%;
        max-width: 1160px;
    }

    .pagemid:after,
    .pagemid:before {
        clear: both;
        content: "";
        display: block;
    }

.section_fullwidth {
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
}

.content-area .section_inner {
    width: 100%;
    padding-top: 60px;
    max-width: 1160px;
    min-height: 1000px;
    margin: 0 auto;
    z-index: 3;
}

.fullwidth .section_inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
}

.section_inner:after {
    clear: both;
    display: block;
    content: "";
}

.content-area {
    word-wrap: break-word;
}

    .content-area a {
        color: #5fa845;
    }

.leftsidebar #sidebar {
    position: relative;
    float: left;
    width: 25%;
    box-sizing: initial;
}

    .leftsidebar #sidebar .content {
        padding: 80px 40px 80px 0;
        margin-right: -1px;
    }

.leftsidebar .content-area {
    float: right;
    width: 75%;
    padding-left: 25px;
}

.rightsidebar #sidebar {
    position: relative;
    float: right;
    width: 25%;
}

    .rightsidebar #sidebar .content {
        padding: 80px 0 80px 25px;
    }

.rightsidebar .content-area {
    float: left;
    width: 75%;
    padding-right: 25px;
}

.content-area:after,
.content-area:before {
    clear: both;
    display: block;
    content: "";
}

.fullscreen {
    width: 100%;
}

#featured_slider {
    position: relative;
    margin: 0;
    z-index: 0;
}

.slider_wrapper {
    width: 100%;
    margin: 0 auto;
}

.slider_stretched {
    max-width: 100%;
}

.staticslider {
    position: relative;
    overflow: hidden;
}

    .staticslider img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

.flex-inner {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

.frontpage_section {
    position: relative;
    width: 1160px;
    margin: -180px auto auto;
}

.logo {
    display: table-cell;
    min-height: 70px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    min-width: 150px;
}

    .logo img {
        transition: all 0.3s ease-out;
    }

h1#site-title {
    margin: 0;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -1px;
    color: #666;
}

    h1#site-title a {
        color: #666;
    }

h2#site-description {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    text-decoration: none;
}

.header {
    position: relative;
    background-color: #f7f9fb;
    box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.03);
}

    .header:after {
        clear: both;
        content: "";
        display: block;
    }

.header-area {
    position: relative;
    display: table;
    height: 110px;
    margin: 0 auto;
    min-height: 70px;
    width: 100%;
    max-width: 1160px;
}

.header-right {
    float: right;
    width: 200px;
    font-size: 11px;
}

.header-style-default {
    position: relative;
    z-index: 6;
}

    .header-style-default .menuwrap {
        display: table-cell;
        margin: auto;
        padding: 0;
        vertical-align: middle;
    }

    .header-style-default .sf-menu > li > a {
        padding: 3.5em 0;
        margin: 0 1em;
    }

    .header-style-default .iva_socials {
        display: table;
        margin: 0 auto;
    }

.header-style1,
.header-style2,
.header-style3,
.header-style4 {
    z-index: 6;
}

    .header-style1 .menuwrap {
        display: table-cell;
        margin: auto;
        padding: 0;
        vertical-align: middle;
    }

    .header-style1 .sf-menu > li > a:hover {
        color: #5fa845;
    }

    .header-style1 .sf-menu > li > a {
        padding: 5px 0;
        margin: 0 1em;
    }

    .header-style1 .iva_socials {
        display: table;
        margin: 0 auto;
    }

    .header-style1 .headerSearch {
        height: 90px;
    }

    .header-style1 .ivaInput[type="text"] {
        padding: 15px 10px;
    }

    .header-style2 .header-area {
        width: 100%;
    }

    .header-style2 .logo {
        display: inline-block;
        float: left;
        width: 30%;
        margin: 0 auto;
        text-align: center;
        padding: 30px 0;
    }

    .header-style2 .menu-inner {
        position: relative;
    }

    .header-style2 #iva_menu,
    .header-style2 .menu-inner {
        display: table;
        margin: 0 auto;
    }

    .header-style2 .sf-menu {
        float: none;
    }

    .header-style2 .mini-cart:hover .widget_shopping_cart {
        top: 9px;
    }

    .header-style2 .header-area {
        max-width: 1160px;
    }

    .header-style2 .primarymenu {
        background-color: #fff;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header-style2 .sf-arrows .sf-with-ul:after {
        right: 0;
    }

.header-style3 {
    position: relative;
}

    .header-style3 .menu-inner {
        position: relative;
        display: table;
        margin: 0 auto;
        width: 100%;
        max-width: 1160px;
    }

    .header-style3 .primarymenu {
        background-color: #191919;
    }

    .header-style3 .sf-menu > li > a {
        color: #aaa;
        border-right: 1px solid hsla(0, 0%, 100%, 0.07);
    }

    .header-style3 .sf-menu {
        float: none;
    }

.header-widget-area {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 12px;
}

    .header-widget-area ul {
        margin: 0;
    }

        .header-widget-area ul li {
            display: inline-block;
            padding: 1px 5px;
        }

.header-s3-right {
    display: table-cell !important;
    vertical-align: middle;
    text-align: right;
    font-size: 13px;
}

    .header-s3-right ul {
        margin: 0;
    }

.header-style3 .sf-menu > li:first-child > a {
    padding-left: 0;
}

.header-style3 .sf-menu li.current-menu-ancestor > a,
.header-style3 .sf-menu li.current-menu-item > a,
.header-style3 .sf-menu li.current-page-ancestor > a {
    color: #5fa845;
}

.header-style3 .sf-menu li.current-menu-ancestor > a {
    color: #fff;
}

.header_section {
    position: relative;
    z-index: 6;
}

.header_section_bg {
    background-size: cover !important;
}

.header_section_bg,
.header_section_bg_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.header_section_bg_overlay {
    background-color: #000;
    opacity: 0.6;
}

.header-rightpart {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.header-style4 .header-area {
    width: 100%;
    max-width: 1160px;
}

.header-style4 .topbar {
    background-color: initial;
}

.header-style4 .logo {
    padding-left: 40px;
    border-radius: 50px 0 0 50px;
}

.header-style4 .primarymenu {
    display: table-cell;
    padding-right: 25px;
    border-radius: 0 50px 50px 0;
}

.header-style4 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    max-width: 1160px;
    margin: 40px auto 0;
}

    .header-style4 .inner {
        max-width: 1100px;
    }

    .header-style4 .header {
        border-radius: 50px;
    }

    .header-style4 .header-area {
        height: 70px;
    }

    .header-style4 .sf-menu > li a {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .header-style4 .icn_wrap_align {
        float: right;
        margin: 20px 20px 0 0;
    }

.topbar-right {
    float: right;
    width: 68%;
}

.header-style4 .header-rightpart {
    padding-right: 40px;
}

.header-style4 .header-widget-area {
    position: relative;
    float: right;
    top: 25px;
}

.header-style4 .mini-cart:hover .widget_shopping_cart {
    top: 10px;
}

.header-style4 .sf-arrows .sf-with-ul:after {
    position: relative;
    padding-right: 4px;
    right: -6px;
}

.header-style4 #social-icons {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
}

.iva-page_slider .header_wrapper {
    position: relative;
    min-height: 0 !important;
}

.page-template-template_contact .header_wrapper {
    min-height: 0 !important;
}

body:not(.home) .header_wrapper {
    position: relative;
    min-height: 109px;
}

    body:not(.home) .header_wrapper.header-style4 {
        position: relative;
        min-height: 140px;
    }

.header-style5 {
    background-color: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    max-width: 100%;
    margin: 0 auto;
}

    .header-style5 .topbar {
        background-color: initial;
    }

    .header-style5 .logo {
        text-align: left;
        min-width: 150px;
    }

    .header-style5 h1#site-title a {
        color: #fff;
    }

    .header-style5 .menuwrap {
        float: right;
        margin-right: 30px;
        padding-right: 20px;
        display: inline-block;
    }

    .header-style5 .minicartbag-wg {
        margin: 0;
        display: block;
        position: absolute;
        right: 10px;
        top: 25px;
    }

    .header-style5 .icn_wrap_align {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
    }

    .header-style5 .mini-cart .cart-contents {
        color: #fff;
    }

    .header-style5 .sf-menu > li > a {
        padding: 3.5em 0;
        margin: 0 1em;
        color: #f5f5f5;
    }

    .header-style5 .header {
        background-color: initial;
    }

    .header-style5 .ivaSearch.icnalign {
        color: #fff;
        margin-top: -12px;
    }

.header-default {
    left: 0;
    margin-top: 30px;
    min-height: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.default-header-widget {
    display: table-cell;
    vertical-align: middle;
}

.widget-left-s2 {
    float: left;
    text-align: left;
}

.widget-left-s2,
.widget-right-s2 {
    display: inline-block;
    width: 35%;
    margin: 0 auto;
    padding: 30px 0;
}

.widget-right-s2 {
    float: right;
    text-align: right;
}

.widget-left-s3 {
    display: inline-block;
    float: right;
    margin: 0 auto;
    text-align: left;
    padding: 30px 0;
}

.widget-left-s3-mobile {
    display: none;
}

.icon-box-w_al,
.icon-box-w_ar {
    display: inline-block;
    margin-right: 6px;
    color: #5fa845;
}

.right-w .icon-box_widget {
    margin: 0 0 0 auto;
}

.icon-box_widget {
    position: relative;
    margin-right: 25px;
    display: inline-block;
    padding-right: 25px;
    padding-top: 6px;
}

    .icon-box_widget:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

.icon-box-w_content {
    position: relative;
}

.icon-box-w_title {
    display: inline-block;
    margin-bottom: 0;
    font-size: 15px !important;
    opacity: 0.7;
}

.icon-box-w_desc {
    display: block;
    font-weight: 600;
    line-height: 24px;
}

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 3000;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
}

    .fixed-header .header-area {
        min-height: 30px;
        height: 30px;
        padding: 0 !important;
    }

#fixedheader .header-rightpart {
    padding: 0;
}

#fixedheader .sf-menu > li a {
    padding: 3.1em 1.2em;
}

#fixedheader .sf-arrows .sf-with-ul:after {
    margin-top: -15px;
}

#fixedheader.fixed-header .sf-menu > li a {
    padding: 1em 1.2em;
}

.topbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.050980392156862744);
    position: relative;
    font-size: 13px;
    overflow: hidden;
    background-color: #f7f9fb;
    z-index: 7;
    color: rgba(66, 95, 112, 0.71);
}

#text-2 .textwidget {
    padding: 5px 20px 5px 10px;
    float: left;
    border-right: 1px solid #e6e7e7;
    border-left: 1px solid #e6e7e7;
}

.language {
    background-image: url('../imgs/globe.svg');
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 30px;
    margin-left: 10px;
}

#boxed .topbar .inner,
.language {
    width: 100%;
}

.topbar a {
    color: rgba(66, 95, 112, 0.71);
}

    .topbar a:hover {
        text-decoration: underline;
    }

.topbar .one_half,
.topbar .one_third,
.topbar .two_third,
.topbar p {
    margin-bottom: 0 !important;
}

.topbar .iva_socials {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

.topbar .at-social-link {
    font-size: 12px;
}

.topbar .one_half.last,
.topbar .two_third.last {
    text-align: right;
}

.topbar .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}

    .topbar .widget_nav_menu ul li {
        display: inline-block;
        float: left;
        padding: 0 6px;
        font-size: 11px;
        text-transform: uppercase;
    }

.topbar-right aside {
    display: inline-block;
    float: left;
    width: 100%;
    max-height: 50px;
}

.iva_sub_nav {
    float: right;
}

    .iva_sub_nav ul {
        overflow: hidden;
        margin: 0;
    }

        .iva_sub_nav ul li {
            float: left;
            padding: 0 10px;
            border: solid #eee;
            border-width: 0 1px 0 0;
            list-style: none;
        }

    .iva_sub_nav > div > ul > li:last-child,
    .iva_sub_nav > ul > li:last-child {
        border: none;
        padding-right: 0;
    }

    .iva_sub_nav > div > ul > li > a,
    .iva_sub_nav > ul > li > a {
        color: #666;
        text-decoration: none;
    }

        .iva_sub_nav > div > ul > li > a:hover,
        .iva_sub_nav > ul > li > a:hover {
            text-decoration: underline;
        }

#ivaSearchbar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #f7f7f7;
    padding: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

    #ivaSearchbar:after {
        clear: both;
        content: "";
        display: block;
    }

.ivaInput[type="text"] {
    width: 100%;
    margin: 0 10px 0 0;
    padding: 24px 10px;
    font-size: 40px;
    font-weight: 600;
    border-width: 0 0 1px;
    border-bottom: none;
    background: none;
    box-shadow: none;
    letter-spacing: -2px;
}

    .ivaInput[type="text"]:focus {
        box-shadow: none;
        outline: 0 !important;
        -webkit-appearance: none;
    }

.ivaInput input::-webkit-input-placeholder {
    color: #444;
}

.ivaInput input:-moz-placeholder {
    color: #444;
}

.icn_wrap {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    text-align: right;
}

.ivaSearch {
    width: 30px;
    height: 24px;
    cursor: pointer;
}

    .ivaSearch.icnalign {
        color: #5fa845;
        line-height: 24px;
        font-size: 14px;
        text-align: right;
    }

.search-close {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -16px;
    color: #5fa845;
}

    .ivaSearch:hover i,
    .search-close:hover i {
        color: #444;
    }

.search-box input[type="text"] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px;
    outline: 0;
    border: none;
    border-bottom: 2px solid #eee;
    transition: all 0.35s ease-in-out;
}

    .search-box input[type="text"]:focus {
        border-bottom: 2px solid #5fa845;
    }

#sticky {
    top: 0;
    display: none;
    position: relative;
    width: 100%;
    padding: 10px 0;
    z-index: 1000;
    background-color: #5fa845;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

    #sticky a:hover {
        text-decoration: underline;
    }

#boxed #sticky {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
}

#boxed #fixedheader {
    max-width: 1280px;
}

.tarrow {
    position: absolute;
    right: 10px;
    z-index: 2000;
    cursor: pointer;
    font-size: 20px;
}

.iva-mini-cart {
    display: table-cell;
    margin: auto;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

#trigger {
    color: #5fa845;
}

#iva-mobile-nav-icon {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 50px auto;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

    #iva-mobile-nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #585858;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }

        #iva-mobile-nav-icon span:first-child {
            top: 0;
        }

        #iva-mobile-nav-icon span:nth-child(2),
        #iva-mobile-nav-icon span:nth-child(3) {
            top: 10px;
        }

        #iva-mobile-nav-icon span:nth-child(4) {
            top: 20px;
        }

    #iva-mobile-nav-icon.open span:first-child {
        top: 10px;
        width: 0;
        left: 50%;
    }

    #iva-mobile-nav-icon.open span:nth-child(2) {
        transform: rotate(45deg);
    }

    #iva-mobile-nav-icon.open span:nth-child(3) {
        transform: rotate(-45deg);
    }

    #iva-mobile-nav-icon.open span:nth-child(4) {
        top: 10px;
        width: 0;
        left: 50%;
    }

.iva-mobile-dropdown {
    display: none;
}

.iva_mmenu .iva_menuicon,
.sf-menu .iva_menuicon {
    margin-right: 10px;
}

.sf-menu {
    float: right;
}

    .sf-menu,
    .sf-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sf-menu li {
            position: relative;
        }

        .sf-menu ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 99;
        }

        .sf-menu > li {
            float: left;
        }

        .sf-menu a,
        .sf-menu li.sfHover > ul,
        .sf-menu li:hover > ul {
            display: block;
        }

        .sf-menu a {
            position: relative;
        }

        .sf-menu ul ul {
            top: 0;
            left: 100%;
            margin-left: -10px;
        }

        .sf-menu ul {
            min-width: 14em;
        }

        .sf-menu a {
            padding: 1em 1.3em;
            font-size: 17px;
            text-decoration: none;
            color: #2a2a2a;
            transition: all 0.2s ease;
        }

        .sf-menu > li {
            background: transparent;
        }

            .sf-menu > li:last-child {
                border-right: 0;
                padding-right: 0;
            }

            .primarymenu > li > a,
            .sf-menu > li > a {
                font-weight: 400;
                text-transform: capitalize;
            }

        .sf-menu ul li a {
            font-size: 16px;
            letter-spacing: 0;
            line-height: 24px;
            padding: 9px 15px !important;
            margin: 0;
        }

        .sf-menu ul {
            padding: 10px;
            background-color: #fff;
            box-shadow: 0 1px 5px rgb(0 0 0/15%);
        }

        .sf-menu li li.sfHover,
        .sf-menu li li:hover,
        .sf-menu li li a:active,
        .sf-menu li li a:focus,
        .sf-menu li li a:hover {
            text-decoration: none !important;
            color: #f7f9fb !important;
            background: #006495;
        }

        .sf-menu li li a {
            font-size: 16px;
            letter-spacing: 0;
            line-height: 24px;
            padding: 9px 15px !important;
            margin: 0;
        }

        .sf-menu ul a:hover {
            color: #999;
        }

        .sf-menu > li.current-menu-ancestor,
        .sf-menu > li.current-menu-ancestor:hover,
        .sf-menu > li.current-menu-item,
        .sf-menu > li.current-menu-item:hover,
        .sf-menu > li.current-page-ancestor,
        .sf-menu > li.current-page-ancestor:hover,
        .sf-menu li.current-menu-ancestor > a,
        .sf-menu li.current-menu-item > a,
        .sf-menu li.current-page-ancestor > a,
        .sf-menu li li.sfHover,
        .sf-menu li li:hover,
        .sf-menu li li a:active,
        .sf-menu li li a:focus,
        .sf-menu li li a:hover {
            color: #5fa845;
        }

        .sf-menu li a span {
            display: block;
            font-size: 11px;
            font-weight: 400;
        }

        .sf-menu > li > a:after {
            width: 0;
            height: 3px;
            position: absolute;
            top: 0;
            left: 50%;
            content: "";
            transition: all 0.35s ease;
            background-color: #5fa845;
        }

        .sf-menu > li > a:hover:after {
            top: 0;
            right: 0;
        }

        .sf-menu > li.current-menu-ancestor > a:after,
        .sf-menu > li.current-menu-item > a:after,
        .sf-menu > li.current-page-ancestor > a:after,
        .sf-menu > li > a:hover:after,
        .sf-menu > li > a:hover:before {
            width: 100%;
            left: 0;
        }

.sf-arrows .sf-with-ul:after {
    position: relative;
    content: "\f0d7";
    font-family: Almarai, sans-serif;
    font-size: 12px;
    font-weight: 400;
    right: 0;
    top: 50%;
    margin-left: 8px;
}

.sf-arrows > .sfHover > .sf-with-ul:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > li > .sf-with-ul:focus:after {
    border-top-color: #fff;
    content: "\f0d8";
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -12px;
    margin-right: 10px;
    border-color: transparent transparent transparent hsla(0, 0%, 100%, 0.5);
    content: "\f0da";
    font-family: Almarai, sans-serif;
    font-size: 12px;
}

.sf-arrows ul .sfHover > .sf-with-ul:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul li > .sf-with-ul:focus:after {
    border-left-color: #fff;
}

.iva-mobile-menu {
  display: none;
    position: relative;
    top: 0;
    background-color: #252525;
    padding: 0;
    z-index: 99999;
}

    .iva-mobile-menu > ul {
        margin: 0 auto;
        padding: 0;
    }

.iva_mmenu {
    display: table;
    margin: 0 auto;
}

.iva-mobile-menu ul li {
    list-style: none;
}

.iva-mobile-menu.iva_mobile_container > ul > li:first-child {
    padding-top: 10px;
}

.iva-mobile-menu.iva_mobile_container > ul > li:last-child {
    padding-bottom: 10px;
}

    .iva-mobile-menu.iva_mobile_container > ul > li:last-child a {
        border-bottom: 0;
    }

.iva-mobile-menu ul li a {
    border-bottom: 1px dotted #555;
    position: relative;
    display: block;
    padding: 14px 0 !important;
    font-size: 13px;
    color: #999;
    transition: color 0.3s ease-out;
}

    .iva-mobile-menu ul li.current-cat > a,
    .iva-mobile-menu ul li.current-menu-ancestor > a,
    .iva-mobile-menu ul li.current-page-ancestor > a,
    .iva-mobile-menu ul li.current_page_item > a,
    .iva-mobile-menu ul li a:hover {
        color: #fff;
    }

.iva-mobile-menu ul li ul {
    /*display: none;*/
    margin-left: 20px;
}

.iva-children-indenter {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    color: #999;
}

    .iva-children-indenter i {
        padding: 14px;
    }

.iva-menu-open .iva-children-indenter {
    color: #5fa845;
}

#iva_menu .iva-megamenu {
    position: inherit;
}

.sf-mega a,
.sf-mega li a {
    color: #fff;
    opacity: 0.8;
}

.sf-menu .sf-mega li a:hover,
.sf-menu .sf-mega li li a:hover {
    color: #fff;
    opacity: 1;
}

.sf-menu .sf-mega-wrap {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.sf-mega {
    background-color: #343434;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    padding: 30px 0;
    box-sizing: border-box;
    width: 100%;
}

.sf-mega-wrap {
    max-width: 1160px;
    width: 100%;
}

.sf-mega ul {
    background: transparent;
    box-shadow: none;
}

.sf-mega-section {
    display: table-cell;
    padding: 0;
    margin-right: 0;
}

    .sf-mega-section:last-child {
        margin-right: 0;
        border-right: 0;
    }

.sf-mega ul {
    position: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
    display: block;
}

.sf-mega li {
    margin-left: 0;
}

.sf-mega ul li a {
    padding: 2px 0 !important;
}

.sf-mega .col_title {
    font-size: 15px i !important;
    padding: 0;
    font-weight: 600;
    margin-bottom: 25px;
}

.flexslider {
    max-height: 500px;
}

.sf-mega .mmcol-1 {
    width: 100%;
    padding: 15px 10px;
}

.sf-mega .mmcol-2 {
    width: 50%;
    padding: 15px 10px;
}

.sf-mega .mmcol-3 {
    width: 33.33%;
    padding: 15px 10px;
}

.sf-mega .mmcol-4 {
    width: 25%;
    padding: 15px 10px;
}

.sf-mega .mmcol-5 {
    width: 20%;
    padding: 15px 10px;
}

.iva_menu_icon {
    margin-right: 10px;
}

#sidebar .widget_nav_menu .menu,
.sub_nav {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    #sidebar .widget_nav_menu li ul,
    .sub_nav li ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #sidebar .widget_nav_menu li ul li a,
        .sub_nav li ul li a {
            background: #f5f5f5;
            color: #999;
            padding: 9px 15px 9px 30px;
        }

    #sidebar .widget_nav_menu li a,
    .sub_nav li a {
        display: block;
        padding: 10px 25px;
        color: #666;
    }

#sidebar .widget_categories li.current-cat a,
#sidebar .widget_nav_menu li.current-menu-item a {
    border-left: 3px solid #990b6e;
}

#sidebar .widget_categories ul,
#sidebar .widget_nav_menu .menu {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 5px;
    list-style: none;
    margin: 0;
    position: relative;
}

    #sidebar .widget_categories li,
    #sidebar .widget_nav_menu .menu li {
        position: relative;
    }

        #sidebar .widget_nav_menu .menu li:before {
            background-color: #e0e0e0;
            content: "";
            height: 1px;
            left: 15px;
            right: 15px;
            position: absolute;
            top: -1px;
        }

        #sidebar .widget_nav_menu .menu li:first-of-type:before {
            height: 0;
        }

        #sidebar .widget_nav_menu .menu li.current_page_item:before,
        .menu-item:before {
            display: none;
        }

        #sidebar .widget_categories li a,
        #sidebar .widget_nav_menu li a {
            color: #444;
            display: block;
            margin: 1px 0;
            padding: 12px 20px;
            background-color: #fff;
            font-size: 14px;
            font-weight: 600;
        }

            #sidebar .widget_nav_menu li a:hover {
                color: #333;
                text-decoration: none;
            }

.menuinline li {
    padding: 10px 15px;
    border: 1px groove rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
}

.nav-horizontal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-horizontal ul li {
        margin: 2px 8px;
        float: left;
    }

        .nav-horizontal ul li:first-child {
            margin-left: 0;
        }

        .nav-horizontal ul li:last-child {
            margin-right: 0;
        }

.sidemenu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 250px;
    height: 100%;
    z-index: 6;
    background-color: #fff;
    box-shadow: 2px 0 4px 2px rgba(0, 0, 0, 0.15);
}

.vertical_leftmenu .sidebar-left {
    margin-left: 250px;
}

.boxed.vertical_leftmenu .sidebar-left {
    margin-left: 0;
}

.boxed.vertical_leftmenu {
    padding-left: 250px;
}

.vertical_leftmenu .inner {
    width: 94%;
}

.sidemenu .vertical_footerbar {
    border: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    line-height: 1.8;
    color: #777;
    border-top: 1px solid #e1e1e1;
}

.sidemenu .inner {
    width: 100%;
    text-align: center;
}

.sidemenu .iva_socials i {
    float: none;
    font-size: 12px;
}

.sidemenu .header-area {
    display: table;
    position: relative;
    width: 100%;
}

.sidemenu .logo {
    padding: 50px 0;
    display: block;
    text-align: center;
    margin: 10px 0;
}

.sidemenu .menuwrap {
    display: block;
}

.sidemenu .alignright {
    float: left;
    text-align: left;
}

.boxed .sidebar-left {
    margin: 0 auto;
}

.iva_vertical_menu {
    padding: 50px 0;
}

.sf-vertical {
    width: auto;
    min-width: 12em;
}

    .sf-vertical.sf-menu {
        float: none;
        margin: 0;
    }

        .sf-vertical.sf-menu > li a {
            display: inline-block;
            padding: 0.6em;
            width: 100%;
        }

        .sf-vertical.sf-menu ul li a {
            display: block;
        }

    .sf-vertical ul {
        left: 100%;
        top: 0;
        text-align: left;
        margin: 0;
        padding: 20px;
        box-shadow: none;
    }

    .sf-vertical > li {
        float: none;
        text-align: center;
    }

    .sf-vertical li {
        width: auto;
    }

    .sf-vertical.sf-menu > li > a:hover,
    .sf-vertical.sf-menu li.current-menu-ancestor > a,
    .sf-vertical.sf-menu li.current-menu-item > a,
    .sf-vertical.sf-menu li.current-page-ancestor > a {
        background: rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease-in-out;
    }

    .sf-vertical.sf-menu > li > a:after {
        height: 0;
    }

    .sf-vertical.sf-arrows > li > .sf-with-ul:after {
        margin-top: -3px;
        margin-right: -14px;
        border-color: transparent transparent transparent hsla(0, 0%, 100%, 0.5);
    }

    .sf-vertical.sf-arrows .sfHover > .sf-with-ul:after,
    .sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
    .sf-vertical.sf-arrows li > .sf-with-ul:focus:after {
        border-left-color: #fff;
    }

#sidebar .widget_recent_comments ul,
#sidebar .widget_recent_entries ul {
    margin: 0;
}

    #sidebar .widget_recent_comments ul li,
    #sidebar .widget_recent_entries ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-top: 5px;
        padding-bottom: 15px;
        margin-bottom: 10px;
        padding-left: 0;
    }

body .widget span.post-date {
    display: block;
    font-size: 13px;
    opacity: 0.5;
    margin-top: 1px;
}

#subheader {
    position: relative;
    margin: 0 auto;
    z-index: 4;
    padding: 30px 0;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    background-color: #3e3e3e;
    transition: height 0.5s ease-in;
}

.header_section #subheader,
.header_section .subheader_bg_image {
    background-image: none;
    background-color: initial;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .subheader-s1 {
        background-attachment: scroll !important;
        background-image: url('../imgs/banner.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .subheader-s2 {
        background-attachment: scroll !important;
        background-image: url('../imgs/banner1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#subheader .page-title {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
}

.subheader-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    z-index: 3;
}

.subheader_bg_image {
    z-index: 1;
}

.subheader_bg_image,
.subheader_bg_overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.subheader_bg_overlay {
    background: #000;
    z-index: 2;
    opacity: 0.6;
}

.subdesc {
    display: table-cell;
    vertical-align: middle;
}

#subheader .customtext {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
    margin: 10px 0 7px;
    color: #fff;
}

    #subheader .customtext ul {
        font-size: 20px;
        line-height: 20px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

#subheader.subdisabled {
    padding: 5px 0;
}

#subheader.sleft .customtext:after {
    left: 0;
    margin-left: 0;
}

#subheader.sright .customtext:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 0;
}

body.archive #subheader .customtext {
    margin-top: 0;
}

    body.archive #subheader .customtext:after {
        background: none;
        height: 0;
    }

.sright .subdesc {
    text-align: right;
}

.sright .breadcrumb-main {
    text-align: left;
}

.scenter .breadcrumb-main,
.scenter .subdesc {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.breadcrumb-wrap {
    position: relative;
    max-width: 1160px;
    z-index: 4;
    width: 100%;
}

.breadcrumbs {
    color: #252525;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 6px;
    position: relative;
    text-transform: capitalize;
}

    .breadcrumbs span {
        margin: 0 12px 10px 0;
    }

        .breadcrumbs span span {
            margin: 0;
        }

    .breadcrumbs a {
        color: #252525;
        opacity: 0.7;
    }

        .breadcrumbs a:hover {
            opacity: 1;
        }

    .breadcrumbs > span i.fa {
        color: inherit;
        opacity: 0.7;
    }

.breadcrumb-main {
    padding: 25px 0 15px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

.subheader-inner .breadcrumb-main {
    padding: 10px 0 0;
}

#subheader .breadcrumb-main {
    display: table-cell;
    vertical-align: middle;
}

#subheader .breadcrumbs,
#subheader .breadcrumbs a {
    color: #fff;
}

.iva-main-title {
    border-left: 3px solid #eee;
    margin-bottom: 50px;
    padding: 3px 0 3px 12px;
    line-height: 1em;
    font-weight: 400;
}

.sub_disabled .breadcrumb-wrap {
    position: relative;
    padding: 4px 2px;
    font-size: 10px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    z-index: 4;
}

#footer {
    position: relative;
    background-size: cover;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    color: hsla(0, 0%, 100%, 0.6);
}

.footer-area-top {
    background-color: #5fa845;
    margin: 0 auto;
    padding: 25px 0;
}

.footer-area-bottom {
    background-color: #e9ebe9;
    color: #777;
    letter-spacing: 0.5px;
    padding: 20px 0 18px;
}

    .footer-area-bottom .widget,
    .footer-area-top .widget {
        margin: 0;
    }

.footer-area-middle {
    margin: 0 auto;
    padding: 60px 0 40px;
}

    .footer-area-middle .inner-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .footer-area-middle .widget {
        padding-left: 15px;
        padding-right: 15px;
    }

        .footer-area-middle .widget a {
            color: #fff;
            opacity: 0.6;
            transition: all 0.2s linear;
        }

            .footer-area-middle .widget a:hover {
                color: #fff;
                opacity: 1;
                text-decoration: none;
            }

#footer a {
    display: none;
    color: #000;
    opacity: 0.6;
    transition: all 0.2s linear;
}

    #footer a:hover {
        opacity: 1;
        text-decoration: none;
    }

#footer .widget ol,
#footer .widget ul {
    list-style: outside none none;
    margin-left: 0;
}

.copyright {
    background-color: #191b29;
    padding: 15px 0;
    position: relative;
}

    .copyright p {
        margin-bottom: 0;
    }

.copyright_left {
    float: left;
    width: 50%;
    text-align: left;
    line-height: 35px;
}

.copyright_right {
    float: right;
    width: 50%;
    text-align: right;
    line-height: 35px;
}

.copyright a {
    color: #fff;
    opacity: 0.7;
}

    .copyright a:hover {
        color: #fff;
        opacity: 1;
    }

.at-footer-branches {
    margin-left: 5px;
    font-size: 12px;
    padding: 5px 12px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 3px;
}

    .at-footer-branches:after {
        content: "\f106";
        font-family: Almarai, sans-serif;
        margin-left: 10px;
    }

    .at-footer-branches.at-toggleOpen:after {
        content: "\f107";
    }

#footer a.at-footer-branches {
    color: #fff;
}

.footer-branches {
    position: relative;
    padding: 40px 0;
}

    .footer-branches .widget-title {
        display: none;
    }

.widget {
    margin: 0 0 45px;
}

    .widget ol,
    .widget ul {
        margin: 0 0 1.75em 1.3em;
        list-style: none;
    }

        .widget ol ol,
        .widget ul ul {
            margin: 0 0 0 1.25em;
            padding: 0;
        }

        .widget ul ul {
            margin-bottom: 0;
        }

        .widget ul li {
            background-repeat: no-repeat;
            word-wrap: break-word;
        }

.widget-title,
.widgettitle {
    font-size: 1em;
    line-height: 1.1em;
    margin: 0 0 15px;
    vertical-align: middle;
    color: #222;
}

#footer .widget-title,
#footer .widgettitle {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 30px;
}

#sidebar select {
    padding: 8px 5px;
    width: 100%;
}

.widget a {
    color: #5fa845;
}

    .widget a:hover {
        color: #666;
    }

#site-header img,
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="attachment-"],
img[class*="wp-image-"] {
    height: auto;
}

.entry-content img,
.post-thumbnail img,
.wp-post-image,
img.size-full,
img.size-large {
    height: auto;
    max-width: 100%;
}

.textwidget ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-bottom: 4em;
}

    .textwidget ol ol {
        margin: 0 0 0 2em;
    }

.iva_socials {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .iva_socials li a,
    .iva_socials li a:hover {
        color: hsla(0, 0%, 100%, 0.7) !important;
    }

    .iva_socials li {
        display: inline-block;
        margin: 0 2px;
        padding: 1px;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 32px;
        cursor: pointer;
        vertical-align: middle;
        border-radius: 50px;
        transition: all 0.2s ease-in;
    }

    .iva_socials .facebook {
        background-color: #3b5998;
    }

    .iva_socials .twitter {
        background-color: #00a0d1;
    }

    .iva_socials .beatport {
        background-color: #b6dd36;
    }

    .iva_socials .dribbble {
        background-color: #ea4c88;
    }

    .iva_socials .flickr {
        background-color: #fe0883;
    }

    .iva_socials .deviant {
        background-color: #5c7062;
    }

    .iva_socials .blogger {
        background-color: #f83;
    }

    .iva_socials .google-plus {
        background-color: #c63d2d;
    }

    .iva_socials .linkedin {
        background-color: #0077b5;
    }

    .iva_socials .instagram {
        background-color: #b77f5f;
    }

    .iva_socials .pinterest-p {
        background-color: #910101;
    }

    .iva_socials .reddit {
        background-color: #6cc0ff;
    }

    .iva_socials .rss {
        background-color: #fa9b39;
    }

    .iva_socials .stumbleupon {
        background-color: #eb4924;
    }

    .iva_socials .soundcloud {
        background-color: #fe531b;
    }

    .iva_socials .tumblr {
        background-color: #34526f;
    }

    .iva_socials .youtube {
        background-color: #c4302b;
    }

    .iva_socials .vimeo-square {
        background-color: #0caed4;
    }

    .iva_socials .digg {
        background-color: #910101;
    }

    .iva_socials .adn {
        background-color: #cc0001;
    }

    .iva_socials .android {
        background-color: #77c159;
    }

    .iva_socials .behance {
        background-color: #1377ff;
    }

    .iva_socials .delicious {
        background-color: #00f;
    }

    .iva_socials .lastfm {
        background-color: #d20039;
    }

    .iva_socials .skype {
        background-color: #02b4eb;
    }

    .iva_socials .whatsapp {
        background-color: #2db11f;
    }

    .iva_socials .yahoo {
        background-color: #65106e;
    }

    .iva_socials .yelp {
        background-color: #b4282e;
    }

    .iva_socials .vk {
        background-color: #4c75a3;
    }

    .iva_socials .paypal {
        background-color: #00488c;
    }

    .iva_socials .dropbox {
        background-color: #3277e3;
    }

    .iva_socials .deviantart {
        background-color: #04cc47;
    }

.iva_sociables_black li:hover {
    background-color: #222;
}

ul.atpsocials li.facebook:hover {
    background-color: #3b5998;
}

ul.atpsocials li.linkedin:hover {
    background-color: #0077b5;
}

ul.atpsocials li.twitter:hover {
    background-color: #00a0d1;
}

ul.atpsocials li.youtube:hover {
    background-color: #c4302b;
}

ul.atpsocials li:hover a {
    color: #fff;
}

ul.atpsocials li a {
    color: #3b3b3b;
}

.iva_socials li a:hover {
    color: #fff;
}

ul.atpsocials li {
    margin: 0 3px 3px 0;
    line-height: 24px;
}

.at-social-link {
    color: #444;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-right: 0;
    padding: 2px;
    text-align: center;
    transition: all 0.3s ease-out;
    width: 24px;
}

.entry-title a {
    color: #22222b;
}

    .entry-title a:hover {
        text-decoration: none;
    }

.singlepost .entry-content > p:first-child {
    font-size: 21px;
}

.singlepost .entry-content > p:first-of-type:first-letter {
    float: left;
    margin: 10px 10px 0 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 45px;
    color: #5fa845;
}

.entry-meta > span {
    display: inline-block;
    font-size: small;
}

    .entry-meta > span a {
        color: #222;
    }

        .entry-meta > span a:hover {
            text-decoration: underline;
        }

    .entry-meta > span:after {
        content: "";
        margin: 0 15px;
        font-size: 14px;
        border-right: 1px dotted rgba(0, 0, 0, 0.15);
    }

.entry-meta span:last-child:after {
    border-right: 0;
}

.entry-meta span.iva-love-count:after {
    margin: 0;
}

.entry-meta span.iva-pm-featured:after {
    content: "";
}

.post-password-form {
    position: relative;
}

    .post-password-form > :last-child {
        margin-bottom: 0;
    }

    .post-password-form input[type="password"] {
        position: relative;
        width: 100%;
    }

    .post-password-form input[type="submit"] {
        padding: 0.7917em;
        position: absolute !important;
        right: 0;
        bottom: 0;
    }

article.post:not(.singlepost) article.post:not(.at-blog-list-v1) {
    margin-bottom: 40px;
}

article.post:not(.singlepost) .postimg {
    position: relative;
    display: inline-block;
    width: 40%;
    float: left;
    margin: 0 4% 0 0;
}

article.singlepost .postimg {
    margin: 0 0 30px;
}

article.post .postimg-flat {
    display: block;
    width: 100%;
    margin: 0 0 2%;
}

.iva-post-content {
    position: relative;
    overflow: hidden;
}

article.post:not(.singlepost) {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.page-template-template-blog article.post:not(.singlepost) {
    margin-bottom: 40px;
}

article.post:last-child {
    border: 0;
}

.entry-header .entry-title {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 10px;
    font-weight: 600;
    letter-spacing: -1px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
    color: #222;
}

.leftsidebars article.post .entry-content,
.leftsidebars article.post .entry-header,
.leftsidebars article.post .postimg {
    margin-left: 40px;
}

.rightsidebars article.post .entry-content,
.rightsidebars article.post .entry-header,
.rightsidebars article.post .postimg {
    margin-right: 40px;
}

article.hentry .entry-header,
article.post .entry-header {
    padding-bottom: 2%;
}

article.post .more-link {
    display: table;
    margin-top: 20px;
}

    article.post .more-link:hover {
        text-decoration: none;
        color: #222;
    }

.post .sub-title {
    margin-bottom: 0;
    color: #b2b2b6;
    position: relative;
}

.post .quote {
    padding: 20px;
    background: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    font-family: Almarai, sans-serif;
    border-radius: 3px;
}

    .post .quote span {
        display: block;
        font-size: 14px;
        color: #999;
        text-align: left;
    }

        .post .quote span:before {
            content: "\2014 \00A0";
        }

.post_desc_holder {
    margin: 0 0 50px;
}

.post_desc .entry-title {
    margin-bottom: 5px;
}

.post_desc .more-link {
    margin-top: 5px;
}

.entry-content .wp-audio-shortcode {
    margin-bottom: 20px;
}

.iva-search-restult {
    padding: 30px 0;
}

.comment-reply-link:hover:after,
.more-link:hover:after,
.read_more:hover span:after {
    content: "\f105";
    font-family: Almarai, sans-serif;
    transition: all 0.2s ease;
    right: -15px;
    opacity: 1;
    position: absolute;
    line-height: 21px;
}

.comment-reply-link:after,
.more-link:after,
.read_more span:after {
    content: "\f105";
    font-family: Almarai, sans-serif;
    position: absolute;
    right: -5px;
    opacity: 0;
    transition: all 0.2s ease;
}

.comment-reply-link,
.more-link,
.read_more span {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: #343434;
}

.more-link {
    margin-top: 20px;
}

.hoverimg,
.sort_img,
.view {
    position: relative;
}

    .hoverimg img,
    .view img {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 3px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    }

.layout-half .postimg {
    width: 65%;
    float: left;
    display: inline;
    margin-right: 5%;
}

.layout-half .one_third,
.layout-half .two_third {
    width: 100%;
    margin-right: 0;
    float: none;
}

.singlepostlists {
    overflow: hidden;
    margin: 0 0 20px;
    padding: 20px 0;
}

    .singlepostlists ul {
        margin: 0;
        padding: 0;
    }

    .singlepostlists li {
        background-position: 0 8px;
        display: inline-block;
        margin: 0 0 5px;
        padding: 0;
    }

.iva-related-posts {
    padding-top: 50px;
}

    .iva-related-posts ul {
        margin-bottom: 0;
    }

    .iva-related-posts a:hover {
        color: #000;
    }

.related-date {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.07);
    padding: 0 8px;
    font-size: small;
    border-radius: 3px;
}

.select_wrapper {
    background-color: #fff;
}

    .select_wrapper:hover {
        background-color: #fff;
        border-color: #bbb #eee #eee #bbb;
        color: #333;
    }

    .select_wrapper span {
        height: 26px;
        line-height: 26px;
        position: absolute;
        z-index: 0;
        padding-left: 3px;
    }

.paging-navigation {
    margin-bottom: 30px;
}

.pagination {
    line-height: 38px;
}

    .pagination a,
    .pagination span.current {
        padding: 8px 14px;
        margin: 0 2px;
        font-size: 16px;
        font-weight: 700;
        color: #5fa845;
        border: 2px solid transparent;
        text-decoration: none;
    }

        .pagination a:hover,
        .pagination span.current {
            border-color: #5fa845;
            color: #5fa845;
        }

    .pagination span.extend {
        color: #919191;
        float: right;
        font-size: 11px;
        line-height: 35px;
    }

.page-links {
    clear: both;
    font-size: 12px;
    font-weight: 900;
    line-height: 2;
    margin: 24px 0;
    text-transform: uppercase;
}

    .page-links > span,
    .page-links a {
        display: inline-block;
        height: 30px;
        margin: 0 2px 2px 0;
        text-align: center;
        width: 30px;
        font-size: 12px;
        line-height: 28px;
        border-radius: 3px;
    }

    .page-links a {
        background: #444;
        border: 1px solid #444;
        color: #fff;
        text-decoration: none;
    }

        .page-links a:hover {
            background: #222;
            border: 1px solid #222;
            color: #999;
        }

    .page-links > .page-links-title {
        height: auto;
        margin: 0;
        padding-right: 7px;
        width: auto;
    }

.iva-np-headwrap {
    display: table;
    margin: 0 0 40px;
    width: 100%;
    position: relative;
}

.iva-np-allitems,
.iva-np-headwrap {
    min-height: 100px;
    background-color: #fff;
}

.iva-np-allitems {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    z-index: 2;
    text-align: center;
    box-shadow: inset 0 0 0 5px #ebebeb;
    border-radius: 20px;
}

    .iva-np-allitems a {
        color: #666;
        margin: auto;
        vertical-align: middle;
    }

.iva-np-title {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

    .iva-np-title h2 {
        margin-bottom: 0;
        font-weight: 700;
    }

.iva-np-navs {
    display: table-cell;
    width: 100px;
    min-height: 100px;
    background-color: #fff;
    z-index: 3;
    box-shadow: inset 0 0 0 5px #ebebeb;
    border-radius: 20px;
}

.iva-np-pagination {
    vertical-align: middle;
    margin: auto;
    display: table;
}

    .iva-np-pagination i {
        padding: 38px 17px;
    }

    .iva-np-pagination a {
        display: table-cell;
        color: #666;
    }

        .iva-np-pagination a:hover {
            color: #5fa845;
        }

#about-author {
    background-color: #f5f5f5;
    margin-top: 50px;
    padding: 30px 25px;
    border-width: 1px 0;
}

.author_containter {
    position: relative;
}

.author-avatar {
    float: left;
    margin: 0 25px 0 0;
}

.author-description p {
    margin-bottom: 0;
    color: #222;
    font-size: 13px;
    line-height: 24px;
}

#about-author h4 {
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 18px;
}

.author-description {
    overflow: hidden;
}

.sharing-box {
    display: table;
    width: 100%;
    padding: 15px 0;
    margin-top: 40px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-width: 1px 0;
}

    .sharing-box h4 {
        font-size: 14px;
        margin-bottom: 0;
        letter-spacing: 0.2em;
    }

    .sharing-box-ico,
    .sharing-box h4 {
        display: table-cell;
        vertical-align: middle;
    }

.sharing-box-ico {
    float: right;
    font-size: 11px;
    margin: 0;
    list-style: none outside none;
}

    .sharing-box-ico li {
        display: inline-block;
        position: relative;
        padding: 0 20px;
        margin: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.07);
    }

        .sharing-box-ico li:first-child {
            border: none;
        }

        .sharing-box-ico li a {
            color: #999;
        }

            .sharing-box-ico li a:hover {
                color: #222;
            }

.comments-title {
    font-size: 22px;
}

.comment-list {
    list-style: none;
    margin: 0 0 48px;
}

.comments-area {
    padding-top: 50px;
}

    .comments-area .comment-body {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
    }

.comment-edit-link {
    margin-left: 10px;
}

.comments-area .comment-author {
    position: relative;
    display: block;
    font-size: 14px;
}

    .comments-area .comment-author .avatar {
        float: left;
        margin-right: 21px;
    }

.comments-area .comment-content {
    clear: both;
    margin-top: 20px;
    padding-left: 80px;
}

.comment-meta .fn {
    font-style: normal;
    font-weight: 700;
}

.comment-list .reply,
.comment-metadata {
    font-size: 12px;
}

.comment-author a {
    color: #2b2b2b;
}

.comment-list .pingback a,
.comment-list .trackback a,
.comment-metadata a {
    color: #767676;
}

    .comment-author a:hover,
    .comment-list .pingback a:hover,
    .comment-list .trackback a:hover,
    .comment-metadata a:hover {
        color: #5fa845;
    }

.comment-list .pingback,
.comment-list .trackback,
.comment-list article {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    padding-top: 24px;
}

.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child,
.comment-list > li:first-child > article {
    border-top: 0;
}

.comment-content {
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

    .comment-content ol,
    .comment-content ul {
        margin: 0 0 24px 22px;
    }

    .comment-content > :last-child,
    .comment-content li > ol,
    .comment-content li > ul {
        margin-bottom: 0;
    }

.comment-list .children {
    list-style: none;
    margin-left: 30px;
}

.comment-respond {
    margin-top: 50px;
}

.comment-reply-title {
    font-size: 20px;
}

.comment-awaiting-moderation,
.form-allowed-tags,
.form-allowed-tags code,
.logged-in-as,
.no-comments {
    color: #767676;
}

.comment-awaiting-moderation,
.logged-in-as {
    font-size: 14px;
    line-height: 1.7142857142;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

.comment-form label {
    display: block;
}

.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="url"] {
    width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}

.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
}

    .comment-reply-title small a:hover {
        color: #5fa845;
    }

.navigation-section {
    padding-top: 50px;
}

.post-navigation {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    font-weight: 700;
}

    .post-navigation a {
        display: block;
        padding: 2% 1%;
    }

    .post-navigation span {
        display: block;
    }

    .post-navigation .meta-nav {
        color: #707070;
        color: rgba(51, 51, 51, 0.7);
        font-size: 12px;
        font-size: 1rem;
        letter-spacing: 0.04em;
        line-height: 1.5;
        position: relative;
        text-transform: uppercase;
        z-index: 2;
    }

    .post-navigation .post-title {
        font-size: 18px;
        font-size: 1.5rem;
        line-height: 1.3333;
        position: relative;
        z-index: 2;
    }

    .post-navigation .nav-next,
    .post-navigation .nav-previous {
        background-position: 50%;
        background-size: cover;
        position: relative;
    }

    .post-navigation a:before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .post-navigation a:focus:before,
    .post-navigation a:hover:before {
        opacity: 0.5;
    }

    .post-navigation .meta-nav {
        opacity: 0.7;
    }

    .post-navigation div + div {
        border-top: 1px solid #eaeaea;
        border-top: 1px solid rgba(51, 51, 51, 0.1);
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    }

.comment-navigation,
.image-navigation {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    color: #686868;
    font-family: Almarai, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin: 0 7.6923% 2.1538461538em;
    padding: 1.0769230769em 0;
}

.comment-navigation {
    margin-right: 0;
    margin-left: 0;
}

.comments-title + .comment-navigation {
    margin-bottom: 0;
}

.comment-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.image-navigation .nav-previous:not(:empty) {
    display: inline-block;
}

    .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
    .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
        content: "\002f";
        display: inline-block;
        opacity: 0.7;
        padding: 0 0.538461538em;
    }

.comment-form input[type="text"],
.comment-form textarea,
.post-password-form input[type="password"] {
    margin-bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.05);
    border-color: #ccc #eee #eee #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    border-radius: 3px;
    transition: all 0.3s ease-in 0s;
}

    .comment-form input[type="text"]:focus,
    .comment-form textarea:focus,
    .post-password-form input[type="password"]:focus {
        border-color: #ccc #eee #eee #ccc;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    }

.comment-form textarea {
    width: 100%;
}

.widget_postslist {
    padding: 0;
}

    .widget_postslist ul {
        margin: 0;
        padding: 0;
    }

        .widget_postslist ul li {
            padding: 10px 0 !important;
            list-style: none;
        }

#footer .widget_postslist ul li {
    border-bottom: 1px dotted hsla(0, 0%, 100%, 0.1);
}

.widget_postslist li:first-child {
    padding-top: 10px;
}

.widget_postslist li:last-child {
    background: none;
}

.widget_postslist p {
    font-size: 13px;
    margin-top: 3px;
    padding: 0;
    margin-bottom: 0;
}

.widget_postslist li .thumb {
    display: inline-block;
    float: left;
    padding-right: 15px;
    width: 35%;
}

.textright.widget_postslist li .thumb {
    float: right;
    margin: 0 0 0 10px;
}

.widget_postslist li .w-postmeta {
    font-size: 12px;
}

    .widget_postslist li .w-postmeta:before {
        font-family: Almarai, sans-serif;
        content: "\f017";
        padding-right: 8px;
        color: #5fa845;
        font-size: 14px;
    }

.widget_postslist li .pdesc {
    overflow: hidden;
    line-height: 131%;
}

    .widget_postslist li .pdesc a {
        font-weight: 600;
    }

        .widget_postslist li .pdesc a:hover {
            color: #5fa845 !important;
        }

#footer .mc4wp-form {
    margin-top: 15px;
    position: relative;
}

    #footer .mc4wp-form p {
        margin-bottom: 0;
    }

    #footer .mc4wp-form input {
        border: none;
        font-size: 14px;
        height: 45px;
    }

        #footer .mc4wp-form input[type="email"] {
            border-bottom-left-radius: 2px;
            border-top-left-radius: 2px;
            width: 97%;
            padding: 8px 12px;
        }

        #footer .mc4wp-form input[type="submit"] {
            border-radius: 0 2px 2px 0;
            color: #fff;
            font-family: inherit;
            height: 45px;
            padding: 0 15px;
            position: absolute;
            right: 0;
            text-transform: capitalize;
            top: 0;
        }

.widget.widget_product_tag_cloud .tagcloud,
.widget.widget_tag_cloud .tagcloud {
    font-size: 0;
}

    .widget.widget_product_tag_cloud .tagcloud a,
    .widget.widget_tag_cloud .tagcloud a {
        display: inline-block;
        vertical-align: top;
        padding: 3px 10px;
        font-size: 13px !important;
        color: #777;
        border: 1px solid #e2e2e2;
        border-radius: 2px;
        margin: 0 6px 7px 0;
        text-decoration: none;
        text-transform: lowercase;
        transition: all 0.3s ease;
    }

        .widget.widget_product_tag_cloud .tagcloud a:active,
        .widget.widget_product_tag_cloud .tagcloud a:hover,
        .widget.widget_tag_cloud .tagcloud a:active,
        .widget.widget_tag_cloud .tagcloud a:hover {
            background-color: #5fa845;
            color: #fff;
            border: 1px solid #5fa845;
            text-decoration: none;
        }

.singlepost .tagcloud a {
    background-color: #5fa845;
    color: #fff;
    border: 1px solid transparent;
    display: block;
    float: left;
    opacity: 0.5;
    margin: 5px 5px 0 0;
    padding: 0 8px;
    border-radius: 3px;
    font-size: small;
    transition: all 0.2s linear;
}

    .singlepost .tagcloud a:hover {
        opacity: 1;
    }

.taglist {
    margin: 0;
    padding: 0;
    border: none;
}

.emptybg {
    display: block;
    height: 40px;
    color: #000;
    padding-top: 20px;
    position: relative;
    text-align: center;
    background: none repeat scroll 0 0 #f5f5f5;
    border-radius: 3px;
}

.testimonial_sub input.txtfield,
.testimonial_sub textarea {
    margin-bottom: 0 !important;
    background-color: #ededed;
    border-color: #ccc #eee #eee #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    font-size: 12px;
    border-radius: 2px;
    transition: all 0.3s ease-in 0s;
}

    .testimonial_sub input.txtfield:focus,
    .testimonial_sub textarea:focus {
        background-color: #fff;
        border-color: #ccc #eee #eee #ccc;
        box-shadow: 0 0 2px 1px #5fa845;
    }

.select_wrapper span {
    height: 26px;
    line-height: 26px;
    position: absolute;
    z-index: 0;
    padding-left: 10px;
}

select.select {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 28px;
    z-index: 4;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

select :disabled {
    background-color: red;
}

.events-page {
    padding-top: 40px;
    padding-bottom: 40px;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: block;
}

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: calc(11.1% - 4px);
}

    .gallery-columns-1 .gallery-item:nth-of-type(1n),
    .gallery-columns-2 .gallery-item:nth-of-type(2n),
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-4 .gallery-item:nth-of-type(4n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-6 .gallery-item:nth-of-type(6n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-8 .gallery-item:nth-of-type(8n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 0;
    }

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

    .gallery-caption:before {
        content: "";
        height: 100%;
        min-height: 49px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

#footer .contactinfo-wrap,
#footer .contactinfo-wrap .details,
#footer .contactinfo-wrap p {
    border: 0;
    margin-bottom: 8px;
}

.contactinfo-wg {
    margin-bottom: 40px;
}

.contactinfo-wrap {
    position: relative;
    border-style: solid;
    border-color: inherit;
}

    .contactinfo-wrap p {
        margin-bottom: 8px;
        padding: 0;
    }

    .contactinfo-wrap .icon {
        display: inline-block;
        width: 40px;
        vertical-align: top;
        line-height: 22px;
    }

    .contactinfo-wrap .details {
        display: inline-block;
    }

#footer .contactinfo-wrap .icon {
    color: #5fa845;
}

.iva_tip,
.labora_tip {
    position: relative;
    font-size: 16px;
}

.sharing-box-ico .ttip {
    bottom: 25px;
}

.ttip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-top: 6px solid #333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}

#back-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 999;
}

    #back-top span {
        display: block;
        padding: 3px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background-color: #5fa845;
        transition: all 0.5s ease-in;
    }

    #back-top a {
        color: #fff;
    }

        #back-top a:hover {
            color: #f5f5f5;
        }

.wrap404 {
    background-color: #fff;
}

.error_404 {
    position: relative;
    margin: 100px auto;
    display: table;
    width: 100%;
    max-width: 1160px;
    text-align: center;
}

    .error_404 h2 {
        font-size: 120px;
        line-height: 100px;
        margin-bottom: 50px;
    }

    .error_404 h5 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 10px;
    }

body.error404.logged-in {
    background-image: none;
    background-color: #fff;
}

.act {
    display: none;
}

.iva_instagram__wrap {
    position: relative;
}

.iva_instagram__inner {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
}

.iva_instagram__content {
    text-align: center;
    color: #fff;
}

.iva_instagram .one_fifth {
    width: 20%;
    margin: 0 !important;
}

.iva_instagram {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .iva_instagram li {
        display: inline-block;
        float: left;
        width: auto;
        background-color: #000;
    }

        .iva_instagram li img {
            max-width: 100%;
            width: auto;
            opacity: 0.5;
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray;
            transition: all 0.3s ease-out;
        }

            .iva_instagram li img:hover {
                opacity: 1;
                -moz-filter: none;
                -ms-filter: none;
                filter: none;
            }

        .iva_instagram li a {
            display: block;
        }

    .iva_instagram li {
        margin: 0;
        padding: 0;
    }

.iva_instagram_title {
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    letter-spacing: -2px;
}

.iva_instagram_desc {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

    .iva_instagram_desc a {
        color: #fff;
        opacity: 0.7;
    }

        .iva_instagram_desc a:hover {
            opacity: 1;
        }
/* .labora_page_loader {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    background-image: url(grid.8a87e5b97ef6db1e0457.svg);
    background-repeat: no-repeat;
    background-color: #22222b;
    background-position: 50%;
    background-size: 30px 30px;
} */
.vc_column_container {
    min-height: 0;
}

.iva_map {
    width: 100%;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
}

.header-style5 .primarymenu > li > a,
.header-style5 .sf-menu > li > a {
    color: #fff;
}

.opac60 {
    opacity: 0.7;
}

.iva_frontpage .speaker-desc > span,
.iva_frontpage .speaker-title a {
    color: #fff;
}

.wpcf7 .email-subscription {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 45px;
}

.vacancy_data_list {
    padding: 20px;
    position: relative;
    margin: 10px 5px;
    display: inline-block;
}

.vacancy_data_desc .info {
    margin-right: 30px;
    margin-left: 30px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
}

.info .vacancy_data_i {
    margin-right: 6px;
    display: inline-block;
}

.info .vacancy_data_title {
    line-height: 15px;
}

.info .vacancy_data_desc {
    display: block;
    line-height: 15px;
}

.footer-area-middle .col_1,
.footer-area-middle .col_2,
.footer-area-middle .col_3,
.footer-area-middle .col_4,
.footer-area-middle .col_5,
.footer-area-middle .col_6,
.footer-area-middle .col_7,
.footer-area-middle .col_8,
.footer-area-middle .col_9,
.footer-area-middle .col_10,
.footer-area-middle .col_11,
.footer-area-middle .col_12 {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-bottom: 15px;
}

.footer-area-middle .col_1 {
    width: 8.33333%;
}

.footer-area-middle .col_2 {
    width: 16.66667%;
}

.footer-area-middle .col_3 {
    width: 25%;
}

.footer-area-middle .col_4 {
    width: 33.33333%;
}

.footer-area-middle .col_5 {
    width: 41.66667%;
}

.footer-area-middle .col_6 {
    width: 50%;
}

.footer-area-middle .col_7 {
    width: 58.33333%;
}

.footer-area-middle .col_8 {
    width: 66.66667%;
}

.footer-area-middle .col_9 {
    width: 75%;
}

.footer-area-middle .col_10 {
    width: 83.33333%;
}

.footer-area-middle .col_11 {
    width: 91.66667%;
}

.footer-area-middle .col_12 {
    width: 100%;
}

.custompost_details {
    overflow: hidden;
}

.labora-title {
    font-size: 28px;
    margin-bottom: 5px;
}

    .labora-title span {
        font-size: 18px;
    }

.hover_type {
    display: none;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
}

    .hover_type a {
        position: absolute;
        top: 0;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background-color: #333;
        background-repeat: no-repeat;
        background-position: 50%;
        transition: all 0.3s ease;
    }

    .hover_type.selected {
        display: block !important;
        opacity: 1 !important;
    }

    .hover_type a.hovergallery {
        background-image: url(src/assets/images/icon_gallery.png);
    }

    .hover_type a.hoverimage {
        background-image: url(src/assets/images/icon_image.png);
    }

        .hover_type a.hovergallery:hover,
        .hover_type a.hoverimage:hover {
            background-color: #5fa845;
        }

input[type="email"],
input[type="password"],
input[type="number"],
input[type="text"],
select,
textarea {
    display: block;
    width: 100%;
    color: #5f5f5f;
    box-sizing: border-box;
    padding: 5px 10px;
    background-color: #ededed;
    border-color: #ccc #e7e7e7 #e7e7e7 #ccc;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 15px;
    outline: 0;
}

    input[type="email"]:focus,
    input[type="password"]:focus,
    input[type="text"]:focus,
    select:focus,
    textarea:focus {
        background-color: #fff;
        box-shadow: inset 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.2s ease-in 0s;
    }

input[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.has-error {
    border-bottom: 2px solid #cc2a2a !important;
}

.iva_message_box {
    background-color: #f6f6f6;
    border-color: #e1e1e1;
    margin: 20px 0;
    position: relative;
    text-align: center;
}

    .iva_message_box.iva-box-large {
        padding: 35px;
    }

    .iva_message_box.iva-box-solid {
        border: 2px solid;
    }

    .iva_message_box.success,
    .iva_message_box.success a {
        color: #4f5f39;
        border-color: #b0cbaa;
        background-color: #d7f8cf;
        text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.7);
    }

.rightsidebar .sub_nav li.current_page_item > a {
    background-image: url(src/assets/images/sub_arrowleft.png);
    background-position: 10px;
    background-repeat: no-repeat;
}

.sticky-sidebar .sub_nav li.current_page_item > a {
    color: #fff;
    background-color: #5fa845;
}

.sub_nav li a {
    display: block;
    padding: 10px 30px;
    border: 1px solid #e8e8e8;
    border-bottom-color: #eee;
}

.social ul {
    display: inline-flex;
}

.social {
    float: left;
    border-right: 1px solid #e6e7e7;
    padding: 10px 20px 3px 10px;
}

    .social .fb {
        list-style-type: none;
    }

    .social .fb,
    .social .in {
        background-image: url(../imgs/social.svg);
        background-repeat: no-repeat;
        width: 30px;
        height: 24px;
    }

    .social .in {
        background-position-x: -76px;
    }

    .social .tw {
        background-image: url(../imgs/social.svg);
        background-repeat: no-repeat;
        width: 30px;
        height: 24px;
        background-position-x: -37px;
    }

    .social .y {
        background-image: url(../imgs/social.svg);
        background-position-x: -114px;
        background-repeat: no-repeat;
        width: 30px;
        height: 24px;
    }

.box {
    height: 400px;
    margin: 10px 5px;
}

@media (min-width: 992px) {
    .col-md-4 {
        display: inline-block;
        width: 32.333333% !important;
    }
}

@media (max-width: 700px) {
    #main {
        position: relative;
        z-index: 3;
        margin: 0 !important;
        width: 100% !important;
    }

    .box img {
        width: 100%;
        height: 300px;
    }

    .box {
        padding: 0 20px;
    }
}

.language select {
    background-color: #f7f9fb;
    border: 0;
    padding: 5px 0;
    color: #000;
}

.search {
    float: right;
    width: 59%;
}

    .search .ivaInput[type="text"] {
        width: 60%;
        margin: 6px 0 6px 20px;
        padding: 8px;
        font-size: 12px;
        font-weight: 600;
        background: none;
        box-shadow: none;
        letter-spacing: 1px;
        border: 1px solid #e6e7e7;
    }

    .search [type="button"] {
        float: right;
        position: absolute;
        z-index: 999;
        right: 10%;
        top: 6px;
        background-color: #006495;
        color: #fff;
        padding: 7px 18px;
        border-radius: 0 3px 3px 0;
    }

.leftm {
    font-family: Almarai, sans-serif !important;
    font-weight: 600;
    border-color: #ddd;
    box-shadow: 4px 3px 6px 2px rgba(0, 0, 0, 0.050980392156862744);
    height: auto;
    background: #fff;
    margin-top: 75px;
}

.lmenu li {
    padding: 18px 18px;
    font-size: 16px;
    list-style-type: none;
    border: 1px solid #ddd;
}

.lmenu {
    margin: 0;
    padding: 0;
}

    .lmenu li:hover {
        background: #004f8c;
    }

        .lmenu li:hover a {
            color: #fff !important;
        }

    .lmenu li a {
        color: #555;
        font-weight: 100;
    }

        .lmenu li a:hover {
            color: #5fa845;
        }

        .lmenu li a:active {
        }

.ourj h4 {
    color: #006495;
    font-size: 26px;
    font-weight: 600;
    line-height: inherit;
    margin-bottom: 10px;
}

.box a {
    color: #fff;
    background: #337ab7;
    padding: 6px 10px;
    border-radius: 5px;
}

.name {
    color: #080808;
    font-weight: 600;
    padding: 10px 10px 0;
}

.tit {
    padding: 0 10px;
}

.managment_box {
    padding: 0 !important;
    margin: 8px 4px !important;
    background: #ececec4f;
    border-color: #ddd;
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.050980392156862744);
    height: 320px;
    text-align: center;
}

    .managment_box img {
        width: 175px;
        height: 200px;
    }

.seffects {
    background: #fff;
    height: 479px;
    margin-top: 75px;
    text-align: center;
    box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.050980392156862744);
    border: 1px solid #ddd;
    border-radius: 19px;
}

    .seffects img {
        width: 100px;
    }

    .seffects .a1 {
        border-radius: 5px;
    }

        .seffects .a1,
        .seffects .a1:hover {
            display: block;
            margin: 15px;
            background: #006495;
            padding: 5px 21px;
            font-size: 16px;
            text-decoration: none;
            text-align: center;
            color: #fff;
        }

            .seffects .a1:hover {
                border-radius: 5px;
                border: 1px solid #fff;
            }

    .seffects h2 {
        font-size: 19px;
        color: #006495;
        font-weight: 800;
        line-height: 1.5;
    }

    .seffects h2,
    .t1 {
        text-align: center;
    }

.t1 {
    width: 20%;
}

.t1,
.t2 {
    padding: 15px;
}

.t2 {
    width: 80%;
}

.tabel1 {
    box-shadow: 4px 3px 6px 2px rgba(0, 0, 0, 0.050980392156862744);
    height: auto;
}

.box,
.tabel1 {
    border-color: #ddd;
    background: #fff;
}

.box {
    height: 500px;
    box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.050980392156862744);
    margin-top: 10px;
    margin-bottom: 10px;
}

.products th {
    border-bottom: 4px solid #337ab7;
}

.products th,
.products tr {
    padding: 10px;
    font-size: 16px;
}

.products tr {
    border-bottom: 2px solid #ccc;
}

.products td {
    padding: 10px;
}

.products {
    border-color: #ddd;
}

.dropdownfilter,
.products {
    background: #fff;
    box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.050980392156862744);
}

.paginator-form {
    border: 1px solid transparent;
}

    .paginator-form,
    .paginator-form input {
        background-color: transparent;
    }

.dropdownfilter,
.paginator-form {
    width: 100%;
    background-position: 100%;
    padding: 10px 15px;
    text-align: center;
}

.dropdownfilter {
    border: 1px solid #ddd;
}

    .dropdownfilter .btn {
        font-size: 17px;
        width: 100%;
        background: hsla(0, 0%, 100%, 0) !important;
        font-family: Almarai, sans-serif !important;
    }

    .dropdownfilter .dropdown-item {
        color: #000;
        background: #fff;
    }

        .dropdownfilter .dropdown-item,
        .dropdownfilter .dropdown-item:hover {
            display: block !important;
            width: 100% !important;
            font-family: Almarai, sans-serif !important;
        }

            .dropdownfilter .dropdown-item:hover {
                color: #fff;
                background: #006495;
            }

.dropdown-menu {
    width: 100% !important;
}

.dropdown-menu,
.filterbtn {
    font-family: Almarai, sans-serif !important;
}

.filterbtn {
    margin-top: 50px;
}

    .filterbtn .btn {
        color: #fff;
        background: #006495;
        width: 100% !important;
        padding: 11px;
        font-size: 21px;
    }

    .filter_section,
    .filterbtn .btn {
        font-family: Almarai, sans-serif !important;
    }

.filter_section {
    /*padding: 35px 0;*/
    padding: 60px 0 0;
}

.dropdownfilter .btn:hover {
    font-size: 17px;
    width: 100%;
    background: hsla(0, 0%, 100%, 0) !important;
}

.dropdownfilter .btn:hover,
.pagination {
    font-family: Almarai, sans-serif !important;
}

.pagination {
    text-align: center !important;
}

.date {
    display: none;
    color: #5fa845;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.contact {
    padding: 80px 0 0;
}

.ALL {
    display: grid;
    padding: 20px;
    text-align: center;
}

    .all a {
        font-size: 22px;
        padding: 7px;
    }

@font-face {
    font-family: flexslider-icon;
    src: url(src/assets/css/fonts/flexslider-icon.eot);
    src: url(src/assets/css/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(src/assets/css/fonts/flexslider-icon.woff) format("woff"), url(src/assets/css/fonts/flexslider-icon.ttf) format("truetype"), url(src/assets/css/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal;
}

.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover {
    outline: none;
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    min-height: 100px;
    background: #fff url(src/assets/ajax-loader.gif) no-repeat 50%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.carousel li {
    margin-right: 5px;
}

.flexslider .slides > li {
    max-height: 400px;
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
    margin-left: 0;
}

.flexslider .slides img {
    display: block;
    height: auto;
    margin: 0 auto;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flex-viewport {
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flex-caption,
.flexslider .slides {
    zoom: 1;
}

.flex-caption {
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 88%;
    max-width: 1200px;
    transition: all 1s ease;
}

.flex-caption,
.flex-caption-inner {
    position: absolute;
    top: 0;
    margin: 0 auto;
}

.flex-title h2 {
    font-size: 36px !important;
    text-align: center;
}

.flex-caption-inner {
    width: 40%;
    padding: 30px 0;
}

.fs-center .flex-caption-inner {
    left: 0;
    right: 0;
    text-align: center;
}

.fs-left .flex-caption-inner,
.fs-right .flex-caption-inner {
    left: 65%;
    text-align: left;
    top: 350px;
    background: #00000066;
    padding: 12px 6px;
    text-align: center;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 hsla(0, 0%, 100%, 0.3);
    transition: all 0.3s ease;
}

.flex-direction-nav li {
    padding: 0;
    margin: 0;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 20px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 20px;
}

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: Almarai, sans-serif;
    font-size: 40px;
    display: inline-block;
    content: "\f104";
    line-height: 100%;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: flexslider-icon;
        font-size: 20px;
        display: inline-block;
        content: "\f004";
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: "\f003";
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 2;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: 0.7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-caption-inner {
        background-color: initial;
        top: 40px;
        bottom: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .flex-caption-inner {
        background-color: initial;
        top: 40px;
        bottom: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .flex-caption-inner {
        background-color: initial;
        top: 40px;
        bottom: 40px;
    }

    .flex-content {
        display: none;
    }
}

.flex-title h2 {
    font-size: 36px;
    line-height: 50px;
    padding: 10px 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 900;
}

.flex-content {
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}

    .flex-content p,
    .flex-title h4 {
        color: #fff;
    }

@media screen and (max-width: 860px) {
    .flex-title h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: normal;
    }

    .flex-title h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .flex-caption-inner {
        background-color: initial;
        top: 40px;
        bottom: 40px;
    }
}

.flex-caption-anim {
    opacity: 1;
    animation: slideOut;
    animation-duration: 1s;
}

@keyframes slideIn {
    0% {
        left: 30%;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

@media only screen and (max-width: 959px) {
    .topbar,
    .widget-left-s2,
    .widget-right-s2 {
    }

    .widget-left-s3-mobile {
        display: table;
        width: 100%;
    }

        .widget-left-s3-mobile .icon_box_widget {
            padding-right: 20px;
            padding-top: 20px;
            margin: 0;
        }

    .iva-mobile-dropdown {
        display: block;
        position: absolute !important;
        top: 50%;
        right: 2%;
        margin-top: -10px !important;
    }

    .front-boxes .vc_column_container {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .entry-content-wrapper .bcallout {
        margin-top: 0 !important;
    }

    .minicart-wrap {
        display: none !important;
    }

    .partial_section_wrap {
        height: auto;
    }

    .ivaSearch {
        display: none;
    }

    .sf-menu {
        display: none !important;
    }

    .schedule-tabs li {
        border: 0 !important;
        width: 50%;
    }

    .verticle-middle {
        transform: translateY(0);
    }

    .header-style4 {
        position: relative;
        margin-top: 0;
    }

        .header-style4 #social-icons {
            display: none !important;
        }

        .header-style4 .menuwrap {
            float: right;
        }

        .header-style4 .header {
            border-radius: 0;
        }

    .header-style4 {
        padding-top: 0;
    }

    .header-style5 {
        position: relative;
    }

        .header-style5 .header {
            background-color: #fff;
        }

        .header-style5 .header-area {
            display: table;
        }

        .header-style5 .logo {
            display: table-cell;
        }

        .header-style5 .iva-mobile-dropdown {
            margin: 20px 20px 0 auto;
        }

    .md-modal {
        max-width: 400px;
        min-width: 75%;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .milestone_icon {
        font-size: inherit;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1169px) {
    figure img,
    img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .header .header-area,
    .inner,
    .iva_bk_inner,
    .pagemid > .inner,
    .section_inner,
    .subheader-inner,
    .videoslider {
        width: 1000px !important;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        box-shadow: none;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .header-style4 .iva-mobile-dropdown {
        margin: 10px 0;
    }

    .header-style4 .header-area {
        width: 100% !important;
    }

    .header-style4 .iva-mobile-menu {
        position: absolute;
        top: 70px;
        background-color: #252525;
        padding: 0;
        z-index: 99999;
        width: 100%;
        left: 0;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
    .icn_wrap {
        display: none;
    }

    .iva-mobile-dropdown {
        position: absolute !important;
        top: 50%;
        right: 2%;
        margin-top: -10px !important;
    }

    .topbar {
    }

    figure img,
    img {
        max-width: 100%;
        height: auto;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        box-shadow: none;
    }

    .content-area .section_inner,
    .header-area,
    .inner,
    .iva_mmenu,
    .menu-inner,
    .page_content,
    .pagemid > .inner,
    .section_inner,
    .subheader-inner,
    .videoslider {
        width: 98%;
    }

    .header-style4 .iva-mobile-dropdown {
        margin: 10px 0;
    }

    .header-style4 .header-area {
        width: 100% !important;
        display: block !important;
    }

    .header-style4 .iva-mobile-menu {
        position: absolute;
        top: 70px;
        background-color: #252525;
        padding: 0;
        z-index: 99999;
        width: 100%;
        left: 0;
    }

    .widget-left-s2 {
        float: none;
    }

    .vertical_leftmenu .iva-mobile-dropdown {
        display: block;
        position: absolute !important;
        top: 50%;
        right: 2%;
        margin-top: -10px !important;
    }

    .serv-block {
        padding: 50px;
    }

    .footer-area-middle {
        padding: 60px 0 40px 40px;
    }

    .header .menu-dropdown {
        display: block;
        right: 0 !important;
        float: right;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .header-style4 .logo {
        padding-top: 15px;
    }

    .callOutBox .callout_text {
        float: none;
    }

    .callout_text .fancyheading {
        text-align: center;
    }

    .callOutBox .callout_btn {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .flex-title h5 {
        font-size: 26px;
    }

    .copyright_left,
    .copyright_right,
    .copyright_right .textright {
        float: none;
        width: 100%;
        text-align: center;
    }

    #iva-mobile-nav-icon {
        margin: 0 0 0 auto;
    }

    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu {
        display: none;
    }

    .iva-mobile-dropdown {
        display: block;
    }

    .vertical_footerbar {
        display: none;
    }

    body.boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .content-block {
        padding: 10px 60px !important;
    }

    .sf-menu {
        display: none !important;
    }

    .header-style4 {
        position: relative;
        margin: 0;
    }

        .header-style4 .header {
            border-radius: 0;
        }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #iva-mobile-nav-icon {
        margin: 0 0 0 auto;
    }

    figure img,
    img {
        max-width: 100%;
        height: auto;
    }

    .widget-left-s3 {
    }

    .widget-left-s3-mobile {
        background-color: #353535;
        color: #fff;
    }

        .widget-left-s3-mobile .widget-left-s3 {
            width: 90%;
            float: none;
            display: table;
        }

        .widget-left-s3-mobile .icon-box_widget {
            vertical-align: middle;
            display: table-cell;
        }

    .fixed-header {
        position: relative;
    }

    .callOutBox .callout_btn {
        float: left !important;
        margin-left: 10px;
        margin-top: 10px;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        box-shadow: none;
    }

    .header-area,
    .inner,
    .iva_mmenu,
    .page_content,
    .pagemid > .inner,
    .section_inner,
    .subheader-inner,
    .videoslider {
        width: 90% !important;
    }

    .header-style2 .menu-inner {
        width: auto !important;
    }

    .header-style2 .primarymenu {
        border: none;
        display: table-cell;
        margin: 0 0 0 auto;
        padding: 0;
        position: relative;
        vertical-align: middle;
    }

    .header-style2 .logo {
        display: table-cell;
        margin: 0 auto 0 0;
    }

    .header-style3 .iva-mobile-dropdown {
        margin: 10px 0 10px auto;
    }

    .header-style4 .iva-mobile-menu > ul {
        padding: 0 15px;
    }

    #fixedheader .iva-mobile-dropdown,
    .header-style5 .iva-mobile-dropdown {
        margin: 20px 0 0 auto;
    }

    .nomargin.one_third {
        width: 33%;
    }

    .leftsidebar .content-area,
    .rightsidebar .content-area {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        border: none;
    }

    .nomargin.one_fourth {
        width: 35%;
    }

    .speakers-wrap .one_fourth {
        width: 25%;
        margin-right: 0;
        float: left;
    }

    .at-staff-wapper .at-staff-info .info {
        display: table-cell;
        font-size: 13px;
        vertical-align: top;
        font-weight: 600;
        line-height: 24px;
    }

    .footer-area .one_fourth {
        width: 48%;
    }

        .footer-area .one_fourth:nth-child(2n) {
            margin-right: 0;
        }

    .leftsidebar #sidebar,
    .rightsidebar #sidebar {
        float: left;
        width: 100%;
    }

        .leftsidebar #sidebar .content,
        .rightsidebar #sidebar .content {
            padding: 0;
            border: none;
        }

    .section_bg {
        background-image: none !important;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .check-wrap {
        margin-left: 0;
        display: inline-block;
    }

    .partial_section_content,
    .partial_section_image {
        display: block;
        width: 100%;
    }

    .header-style4 .iva-mobile-dropdown {
        margin: 10px 0;
    }

    .header-style4 .header-area {
        width: 100% !important;
    }

    .header-style4 .iva-mobile-menu {
        position: absolute;
        top: 70px;
        background-color: #252525;
        padding: 0;
        z-index: 99999;
        width: 100%;
        left: 0;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .service {
        padding: 50px 5px !important;
    }

    .nomargin.one_fourth {
        width: 25%;
    }

    .milestones_area .vc_col-sm-3 {
        width: 33%;
    }

    .copyright_left,
    .copyright_right,
    .copyright_right .textright,
    .milestone_content,
    .milestone_icon {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }

    .gallery-list.col_fourth,
    .iva_blogpost_wrap .blog-item.col_fourth,
    .iva_blogpost_wrap .blog-item.col_third {
        width: 48%;
    }

        .gallery-list.col_fourth:nth-child(2n),
        .partial-content-wrap {
            width: 100% !important;
        }

    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu,
    .vertical_footerbar {
        display: none;
    }

    .boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .nomargin.one_half .content-block {
        width: 100%;
    }

    .content-block {
        padding: 10px 60px !important;
    }

    .iva-mobile-dropdown {
        display: block;
    }

    #sidebar,
    .flex-content {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 466px) {
    .three_fifth {
        padding: 15px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .at-partner.style1 .at-partner-image {
        float: none;
        margin: 0 auto 30px 0;
        max-width: 100%;
    }

    .at-service-container.col_1 .at-item.style1,
    .at-service-container.col_1 .at-item.style2,
    .at-service-container.col_1 .at-item.style3,
    .at-service-container.col_2 .at-item.style1,
    .at-service-container.col_2 .at-item.style2,
    .at-service-container.col_2 .at-item.style3,
    .at-service-container.col_3 .at-item.style1,
    .at-service-container.col_3 .at-item.style2,
    .at-service-container.col_3 .at-item.style3,
    .at-service-container.col_4 .at-item.style1,
    .at-service-container.col_4 .at-item.style2,
    .at-service-container.col_4 .at-item.style3 {
        width: 100%;
    }

    .at-career-table td:nth-child(2),
    .at-career-table th:nth-child(2) {
        display: none;
    }

    #iva-mobile-nav-icon {
        margin: 0;
    }

    .fixed-header {
        position: relative;
    }

    .flexslider,
    .widget-left-s3 {
    }

    .widget-left-s3-mobile {
        background-color: #353535;
        color: #fff;
    }

        .widget-left-s3-mobile .widget-left-s3 {
            width: 90%;
            float: none;
            display: table;
        }

        .widget-left-s3-mobile .icon-box_widget {
            vertical-align: middle;
            display: block;
        }

    .callOutBox .callout_btn {
        float: left !important;
        margin-left: 10px;
        margin-top: 10px;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        box-shadow: none;
    }

    .header-area,
    .inner,
    .iva_mmenu,
    .menu-inner,
    .page_content,
    .pagemid > .inner,
    .section_inner,
    .subheader-inner,
    .videoslider {
        width: 90% !important;
    }

    .header-style-default .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .header-style2 .primarymenu {
        border: none;
        display: table-cell;
        margin: 0 0 0 auto;
        padding: 0;
        position: relative;
        vertical-align: middle;
    }

    .header-style2 .logo {
        display: table-cell;
        margin: 0 auto 0 0;
    }

    .header-style3 .iva-mobile-dropdown {
        margin: 0;
    }

    .leftsidebar #sidebar,
    .rightsidebar #sidebar {
        float: left;
        width: 100%;
    }

    .leftsidebar .content-area {
        float: none;
        width: auto;
        padding-left: 0;
        border: none;
    }

    .rightsidebar .content-area {
        float: none;
        width: auto;
        padding-right: 0;
        border: none;
    }

    .leftsidebar #sidebar .content,
    .rightsidebar #sidebar .content {
        padding: 0;
        border: none;
    }

    .breadcrumbs,
    .subdesc {
        float: none !important;
        display: block !important;
    }

    .at-person.grid.col_3 ul li,
    .five_sixth,
    .four_fifth,
    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third,
    .three_fifth,
    .three_fourth,
    .two_fifth,
    .two_third {
        width: 100% !important;
        margin-right: 0;
    }

    .section_bg {
        background-image: none !important;
    }

    .topbar * {
        text-align: center !important;
    }

    .copyright_left,
    .copyright_right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .pricetable .column {
        float: none;
        width: 100%;
        border-width: 1px;
        margin-bottom: 20px;
    }

    .post-metadata {
        display: none;
    }

    .iva_one_half,
    .iva_one_third {
        width: 100%;
    }

    .iva-testimonial {
        display: block;
        border-width: 0 0 1px;
    }

    .vertabs .tabs {
        float: none;
        width: 100%;
    }

        .vertabs .tabs li {
            border-width: 1px 1px 0;
        }

            .vertabs .tabs li:last-child {
                border-width: 1px;
            }

    .iva-np-title {
        display: none;
    }

    .iva-np-allitems,
    .iva-np-navs {
        width: 160px;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .tc-details {
        float: none;
        margin-bottom: 15px;
    }

    .header-style2 .menu-dropdown {
        margin-top: 30px;
    }

    .fancyheading .xlarge {
        font-size: 30px !important;
    }

    .fancyheading .large {
        font-size: 26px !important;
    }

    .hortabs .tabs li,
    .vertabs .tabs li {
        width: 100%;
        float: none;
    }

    blockquote.aligncenter,
    blockquote.alignleft,
    blockquote.alignright {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .blog-item {
        width: 100%;
    }

    .content-block {
        padding: 0 60px !important;
    }

    .milestone_icon {
        margin: 0 auto;
        display: table;
        float: none;
    }

    .copyright_left .textright,
    .copyright_right .textright {
        text-align: center;
    }

    .appt_field label {
        display: block;
        margin: 5px 0;
        padding: 5px;
        background-color: #f9f9f9;
    }

    .testimonial-carousel {
        margin: 0 10px;
    }

    .comments-area .comment-author .avatar {
        width: 40px;
    }

    .comments-area .comment-content {
        padding-left: 0;
    }

    .sharing-box-ico,
    .sharing-box h4 {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 10px auto;
        text-align: center;
    }

    #back-top {
        display: none !important;
    }

    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu,
    .vertical_footerbar {
        display: none;
    }

    body.boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .one_half .content-area {
        width: 100%;
    }

    #sidebar,
    .flex-content {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .col_2,
    .col_3,
    .col_4,
    .col_5,
    .col_6,
    .col_7,
    .col_8,
    .col_9,
    .col_10,
    .col_11,
    .col_12 {
        width: 100% !important;
        float: none !important;
    }

    .at-cases-main .at-cases-item,
    .at-cases-wrapper.col_3 .at-cases-item {
        width: 100%;
    }

    .at-staff-wapper .at-staff-info .info {
        display: block;
    }

    .at-partner.style1 .at-partner-image,
    .at-person.list .at-person-image {
        float: none;
        margin: 0 auto 30px 0;
        max-width: 100% !important;
    }

    .at-partner.style1 .at-partner-content,
    .at-person.list .at-person-content {
        overflow: visible !important;
    }

    .header-style-default .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .iva-mobile-menu > ul {
        padding: 0 15px;
    }

    body:not(.fullwidth) .entry-content-wrapper {
        padding: 80px 15px 40px;
    }

    .at-service-container.col_1 .at-item.style1,
    .at-service-container.col_1 .at-item.style2,
    .at-service-container.col_1 .at-item.style3,
    .at-service-container.col_2 .at-item.style1,
    .at-service-container.col_2 .at-item.style2,
    .at-service-container.col_2 .at-item.style3,
    .at-service-container.col_3 .at-item.style1,
    .at-service-container.col_3 .at-item.style2,
    .at-service-container.col_3 .at-item.style3,
    .at-service-container.col_4 .at-item.style1,
    .at-service-container.col_4 .at-item.style2,
    .at-service-container.col_4 .at-item.style3 {
        width: 100%;
    }

    .subheader-inner {
        display: block;
    }

    #subheader {
        padding: 0 20px;
    }

        #subheader .page-title {
            font-size: 15px !important;
            text-align: center;
        }

    .subdesc {
        padding-right: 0;
    }

    #subheader .breadcrumb-main {
        display: block;
        padding-left: 0;
        text-align: center;
    }

    .company-heading h2 {
        font-size: 18px !important;
    }

    .at-career-table td:nth-child(2),
    .at-career-table th:nth-child(2) {
        display: none;
    }

    #iva-mobile-nav-icon {
        margin: 0;
    }

    .flexslider,
    .widget-left-s3 {
    }

    .widget-left-s3-mobile {
        background-color: #353535;
        color: #fff;
    }

        .widget-left-s3-mobile .widget-left-s3 {
            width: 90%;
            float: none;
            display: table;
        }

        .widget-left-s3-mobile .icon-box_widget {
            vertical-align: middle;
            display: block;
        }

    figure img,
    img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .fixed-header {
        position: relative;
    }

    .callOutBox .callout_btn {
        float: left !important;
        margin-left: 10px;
        margin-top: 10px;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        box-shadow: none;
    }

    .leftsidebar .content-area {
        float: none;
        width: auto;
        padding-left: 0;
        border: none;
    }

    .rightsidebar .content-area {
        float: none;
        width: auto;
        padding-right: 0;
        border: none;
    }

    .iva-location-image,
    .sermon-thumb {
        float: none !important;
        margin-right: 0 !important;
    }

    .iva-location-details,
    .iva-location-image,
    .iva-location-indetails,
    .sermon-thumb {
        display: block !important;
        width: auto !important;
    }

    .header-area,
    .inner,
    .iva_mmenu,
    .menu-inner,
    .page_content,
    .pagemid > .inner,
    .section_inner,
    .subheader-inner,
    .videoslider {
        width: 100%;
    }

    .leftsidebar #sidebar,
    .rightsidebar #sidebar {
        float: left;
        width: 100%;
        padding: 0 20px;
    }

        .leftsidebar #sidebar .content,
        .rightsidebar #sidebar .content {
            padding: 0;
            border: none;
        }

    .header-style2 .logo {
        display: block;
    }

    .at-person.grid.col_3 ul li,
    .five_sixth,
    .four_fifth,
    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third,
    .three_fifth,
    .three_fourth,
    .two_fifth,
    .two_third {
        width: 100% !important;
        margin-right: 0;
        padding: 0 20px;
    }

    .col_fifth,
    .col_fourth,
    .col_half,
    .col_third,
    .col_three_fourth,
    .col_twothird {
        float: none !important;
        width: 100% !important;
    }

    .section_bg {
        background-image: none !important;
    }

    .topbar * {
        text-align: center !important;
    }

    .copyright_left,
    .copyright_right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .pricetable .column {
        float: none;
        width: 100%;
        border-width: 1px;
        margin-bottom: 20px;
    }

    .post-metadata {
        display: none;
    }

    .breadcrumbs,
    .subdesc {
        float: none !important;
        display: block !important;
    }

    .iva_one_half,
    .iva_one_third {
        width: 100%;
    }

    .iva-testimonial {
        display: block;
        border-width: 0 0 1px;
    }

    .vertabs .tabs {
        float: none;
        width: 100%;
    }

        .vertabs .tabs li {
            border-width: 1px 1px 0;
        }

            .vertabs .tabs li:last-child {
                border-width: 1px;
            }

    .iva-np-title {
        display: none;
    }

    .iva-np-allitems,
    .iva-np-navs {
        width: 160px;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .tc-details {
        float: none;
        margin-bottom: 15px;
    }

    .header-style2 .menu-dropdown {
        margin-top: 30px;
    }

    .fancyheading .xlarge {
        font-size: 30px !important;
    }

    .fancyheading .large {
        font-size: 26px !important;
    }

    .hortabs .tabs li,
    .vertabs .tabs li {
        width: 100%;
        float: none;
    }

    blockquote.aligncenter,
    blockquote.alignleft,
    blockquote.alignright {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .comments-area .comment-author .avatar {
        width: 40px;
    }

    .comments-area .comment-content {
        padding-left: 0;
    }

    .copyright_left .textright,
    .copyright_right .textright {
        text-align: center;
    }

    .appt_field label {
        display: block;
        margin: 5px 0;
        padding: 5px;
        background-color: #f9f9f9;
    }

    .session-counter-button,
    .session-counter-text,
    .session_details,
    .session_info,
    .session_list {
        width: 100% !important;
        display: block !important;
    }

    .session-counter-text {
        margin-bottom: 10px;
    }

    .testimonial-carousel {
        margin: 0 10px;
    }

    .speaker-right {
        padding-top: 30px;
    }

    .sharing-box-ico,
    .sharing-box h4 {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 10px auto;
        text-align: center;
    }

    .single-session-meta,
    .single-session-speakers {
        display: block;
        text-align: center;
        width: 100%;
        border: 0;
    }

    #back-top {
        display: none !important;
    }

    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu,
    .vertical_footerbar {
        display: none;
    }

    body.boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .flex-content {
        display: none;
    }

    .at-staff-wapper .at-staff-info .info {
        display: block !important;
    }

    .at-callOut_btn,
    .at-callOut_text {
        display: block;
        text-align: center;
    }

    .at-callout-action-text h2 {
        font-size: 18px !important;
    }

    .content-block {
        padding: 10px 60px !important;
    }

    .at-callOut_btn {
        float: none;
    }

    .ps_content {
        padding: 20px;
    }

    #sidebar {
        display: none;
    }
}

@media only screen and (min-width: 240px) and (max-width: 319px) {
    .at-partner.style1 .at-partner-image {
        float: none;
        margin: 0 auto 30px 0;
        max-width: 100%;
    }

    .at-career-table td:nth-child(2),
    .at-career-table th:nth-child(2) {
        display: none;
    }

    .header-style-default .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .at-service-container.col_1 .at-item.style1,
    .at-service-container.col_1 .at-item.style2,
    .at-service-container.col_1 .at-item.style3,
    .at-service-container.col_2 .at-item.style1,
    .at-service-container.col_2 .at-item.style2,
    .at-service-container.col_2 .at-item.style3,
    .at-service-container.col_3 .at-item.style1,
    .at-service-container.col_3 .at-item.style2,
    .at-service-container.col_3 .at-item.style3,
    .at-service-container.col_4 .at-item.style1,
    .at-service-container.col_4 .at-item.style2,
    .at-service-container.col_4 .at-item.style3 {
        width: 100%;
    }

    #iva-mobile-nav-icon {
        margin: 0;
    }

    .fixed-header {
        position: relative;
    }

    .flexslider,
    .widget-left-s3 {
    }

    .widget-left-s3-mobile {
        background-color: #353535;
        color: #fff;
    }

        .widget-left-s3-mobile .widget-left-s3 {
            width: 90%;
            float: none;
            display: table;
        }

        .widget-left-s3-mobile .icon-box_widget {
            vertical-align: middle;
            display: block;
        }

    .header-area,
    .logo {
        display: block;
    }

    .logo {
        padding: 20px 60px 20px 20px;
    }

    .header-style1 .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .header-style2 .logo {
        display: block;
        margin: 0 auto;
        float: none;
        padding: 20px 60px 20px 20px;
        width: auto;
        text-align: inherit;
    }

    .header-style2 .menuwrap,
    .header-style3 .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .callOutBox .callout_btn {
        float: left !important;
        margin-left: 10px;
        margin-top: 10px;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        box-shadow: none;
    }

    .header .inner,
    .inner,
    .iva_mmenu,
    .menu-inner,
    .page_content,
    .pagemid > .inner,
    .section_inner,
    .subheader-inner,
    .videoslider {
        width: 90% !important;
        margin: 0 auto;
    }

    .leftsidebar .content-area {
        width: auto;
        padding-left: 0;
        border: none;
    }

    .rightsidebar .content-area {
        width: auto;
        padding-right: 0;
        border: none;
    }

    .iva-location-image {
        float: none !important;
        margin-right: 0 !important;
    }

    .iva-location-details,
    .iva-location-image,
    .iva-location-indetails {
        width: auto !important;
    }

    .leftsidebar #sidebar,
    .rightsidebar #sidebar {
        float: left;
        width: 100%;
    }

        .leftsidebar #sidebar .content,
        .rightsidebar #sidebar .content {
            padding: 0;
        }

    .header .inner,
    .inner,
    .iva_bk_inner,
    .leftsidebar .content-area,
    .pagemid > .inner,
    .rightsidebar .content-area,
    .section_inner,
    .subheader-inner,
    .videoslider {
        width: 200px;
        margin: 0 auto;
    }

    .at-person.grid.col_3 ul li,
    .five_sixth,
    .four_fifth,
    .one_fifth,
    .one_fourth,
    .one_half,
    .one_sixth,
    .one_third,
    .three_fifth,
    .three_fourth,
    .two_fifth,
    .two_third {
        width: 200px;
        margin: 0 auto;
        float: none;
    }

    .section_bg {
        background-image: none !important;
    }

    .topbar * {
        text-align: center !important;
    }

    .copyright_left,
    .copyright_right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .pricetable .column {
        float: none;
        width: 100%;
        border-width: 1px;
        margin-bottom: 20px;
    }

    .post-metadata {
        display: none;
    }

    .breadcrumbs,
    .subdesc {
        float: none !important;
        display: block !important;
    }

    .iva_one_half,
    .iva_one_third {
        width: 100%;
    }

    .iva-testimonial {
        display: block;
        border-width: 0 0 1px;
    }

    .vertabs .tabs {
        float: none;
        width: 100%;
    }

        .vertabs .tabs li {
            border-width: 1px 1px 0;
        }

            .vertabs .tabs li:last-child {
                border-width: 1px;
            }

    .iva-np-title {
        display: none;
    }

    .iva-np-allitems,
    .iva-np-navs {
        width: 160px;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .tc-details {
        float: none;
        margin-bottom: 15px;
    }

    .header-style2 .menu-dropdown {
        margin-top: 30px;
    }

    .fancyheading .xlarge {
        font-size: 30px !important;
    }

    .fancyheading .large {
        font-size: 26px !important;
    }

    .hortabs .tabs li,
    .vertabs .tabs li {
        width: 100%;
        float: none;
    }

    blockquote.aligncenter,
    blockquote.alignleft,
    blockquote.alignright {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .speaker-left {
        width: 100%;
        float: none;
        display: block;
        margin-right: 0;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .schedule-subtabs li,
    .schedule-tabs li {
        width: 100%;
    }

    .schedule-subtab-list .active {
        right: 0;
        left: 90%;
        bottom: 15px;
    }

    .milestone_icon {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .session-counter-text {
        margin-bottom: 10px;
    }

    .testimonial-carousel {
        margin: 0 10px;
    }

    .sharing-box-ico,
    .sharing-box h4 {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 10px auto;
        text-align: center;
    }

    #back-top {
        display: none !important;
    }

    .comments-area .comment-author .avatar {
        width: 40px;
    }

    .comments-area .comment-content {
        padding-left: 0;
    }

    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu,
    .vertical_footerbar {
        display: none;
    }

    body.boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .at-staff-wapper .at-staff-info .info {
        display: block !important;
    }

    #sidebar,
    .flex-content {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .at-career-table td:nth-child(2),
    .at-career-table th:nth-child(2) {
        display: none;
    }

    .at-service-container.col_1 .at-item.style1,
    .at-service-container.col_1 .at-item.style2,
    .at-service-container.col_1 .at-item.style3,
    .at-service-container.col_2 .at-item.style1,
    .at-service-container.col_2 .at-item.style2,
    .at-service-container.col_2 .at-item.style3,
    .at-service-container.col_3 .at-item.style1,
    .at-service-container.col_3 .at-item.style2,
    .at-service-container.col_3 .at-item.style3,
    .at-service-container.col_4 .at-item.style1,
    .at-service-container.col_4 .at-item.style2,
    .at-service-container.col_4 .at-item.style3 {
        width: 100%;
    }

    #iva-mobile-nav-icon {
        margin: 0;
    }

    figure img,
    img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .flexslider,
    .widget-left-s3 {
    }

    .widget-left-s3-mobile {
        background-color: #353535;
        color: #fff;
    }

        .widget-left-s3-mobile .widget-left-s3 {
            width: 90%;
            float: none;
            display: table;
        }

        .widget-left-s3-mobile .icon-box_widget {
            vertical-align: middle;
            display: block;
        }

    .fixed-header {
        position: relative;
    }

    .logo {
        padding: 20px 60px 20px 20px;
        display: block;
    }

    .header-style1 .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .header-style2 .logo {
        display: block;
        margin: 0 auto;
        float: none;
        padding: 20px 60px 20px 20px;
        width: auto;
        text-align: inherit;
    }

    .header-style2 .menuwrap,
    .header-style3 .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .header-style3 .primarymenu {
        border: none;
    }

    #fixedheader .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .nomargin.five_sixth,
    .nomargin.four_fifth,
    .nomargin.one_fifth,
    .nomargin.one_fourth,
    .nomargin.one_half,
    .nomargin.one_sixth,
    .nomargin.one_third,
    .nomargin.three_fifth,
    .nomargin.three_fourth,
    .nomargin.two_fifth,
    .nomargin.two_third {
        margin-bottom: 20px;
        float: none;
        width: 100%;
    }

    .partial_section_content,
    .partial_section_image {
        display: block;
        width: 100%;
    }

    .iva-bookings {
        margin: 0 0 10px !important;
    }

    .header-s3-right {
        display: none;
    }

    .logo img {
        transform: scale(1);
    }

    .icn_wrap {
        display: none;
    }

    .services-box {
        margin-top: 0 !important;
    }

    .header-area {
        width: 100% !important;
        display: block;
        height: auto;
        margin: 0 auto;
    }

    .header-style4 .logo {
        text-align: left;
        padding: 20px 60px 20px 20px;
        margin: 0;
        max-width: none;
        display: block;
    }

    .header-rightpart {
        display: block;
        padding: 0;
    }

    .topbar * {
        text-align: center !important;
    }

    .topbar-left,
    .topbar-right {
        float: none;
        width: 100%;
        padding: 0;
    }

        .topbar-right .atpsocials {
            float: none;
            margin: 5px 0;
        }

    .icn_wrap_align {
        display: none;
    }

    .header-style4 .menuwrap {
        float: none;
    }

    .header-style4 .iva-mobile-dropdown {
        margin: 15px auto;
    }

    .offers-content {
        padding: 30px 0;
    }

    .special_offers_item {
        padding: 0;
    }

    .sessiontab-title-details {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .sessiontab-button {
        overflow: hidden;
        float: none;
        margin: 0 auto;
        display: table;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .milestone_icon {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .footer-area-middle {
        padding: 60px 0 40px 20px;
    }

    #back-top {
        display: none !important;
    }

    article.post:not(.singlepost) .postimg {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    .comments-area .comment-author .avatar {
        width: 40px;
    }

    .comments-area .comment-content {
        padding-left: 0;
    }

    .comment-list .children {
        margin-left: 10px;
    }

    #sticky,
    .tarrow {
        display: none;
    }

    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu,
    .vertical_footerbar {
        display: none;
    }

    .boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .footer-area-bottom.inner.logo {
        display: none !important;
    }

    #sidebar,
    .flex-content {
        display: none;
    }
}

body,
html {
    height: 100%;
}

body {
    margin: 0;
    font-family: Almarai, sans-serif;
}

.main-color {
    color: #004f8c;
}

a.list-group-item.list-group-item-action:hover {
    background-color: #004f8c;
    color: #fff;
}

.section-team {
    align-items: center;
    text-align: center;
}

    .section-team .header-section {
        margin-bottom: 50px;
    }

        .section-team .header-section .small-title {
            margin-bottom: 25px;
            font-size: 16px;
            font-weight: 500;
            color: #3e64ff;
        }

        .section-team .header-section .title {
            font-weight: 700;
            font-size: 45px;
        }

    .section-team .single-person {
        margin-top: 30px;
        padding: 30px;
        background-color: #f4f4f4;
        border-radius: 5px;
        height: 400px;
    }

        .section-team .single-person:hover {
            background: linear-gradient(to right, #004f8c, #00b5f7);
        }

        .section-team .single-person .person-image {
            position: relative;
            margin-bottom: 20px;
            border-radius: 50%;
            border: 4px dashed transparent;
            transition: padding 0.3s;
        }

        .section-team .single-person:hover .person-image {
            padding: 12px;
        }

        .section-team .single-person .person-image img {
            width: 90%;
            border-radius: 50%;
        }

        .section-team .single-person .person-image .icon {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 50%);
            display: inline-block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background: linear-gradient(to right, #016cec, #00b5f7);
            color: #fff;
            border-radius: 50%;
            font-size: 24px;
        }

        .section-team .single-person:hover .person-image .icon {
            background: none;
            background-color: #fff;
            color: #016cec;
        }

        .section-team .single-person .person-info .full-name {
            margin-bottom: 10px;
            font-size: 20px !important;
            font-weight: 700;
            color: #004f8c;
        }

        .section-team .single-person .person-info .speciality {
            text-transform: uppercase;
            font-size: 14px;
            color: #595959;
        }

        .section-team .single-person:hover .full-name,
        .section-team .single-person:hover .speciality {
            color: #fff;
        }

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 50%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175);
            margin-top: 15px;
            background: #fff;
        }

        .timeline > li.timeline-inverted + li:not(.timeline-inverted),
        .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
            margin-top: -0px;
        }

        .timeline > li:not(.timeline-inverted) {
            padding-right: 120px;
        }

        .timeline > li.timeline-inverted {
            padding-left: 120px;
        }

        .timeline > li > .timeline-panel:before {
            position: absolute;
            top: 26px;
            right: -15px;
            display: inline-block;
            border-top: 15px solid transparent;
            border-left: 15px solid #ccc;
            border-right: 0 solid #ccc;
            border-bottom: 15px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-panel:after {
            position: absolute;
            top: 27px;
            right: -14px;
            display: inline-block;
            border-top: 14px solid transparent;
            border-left: 14px solid #fff;
            border-right: 0 solid #fff;
            border-bottom: 14px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 80px;
            height: 80px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -40px;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            background-color: #fff;
        }

            .timeline > li > .timeline-badge img {
                width: 80px;
                height: 80px;
                border: 1.5px solid #b3b3b3;
                border-radius: 50%;
                padding-bottom: 5px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

.newstit {
    text-align: left !important;
    direction: ltr;
}

.newstit-ar {
    text-align: right !important;
    direction: rtl;
}


/*style of slider*/


/*
* jQuery FlexSlider v2.4.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
    font-family: "flexslider-icon";
    src: url("~/css/fonts/flexslider-icon.eot");
    src: url("~/css/fonts/flexslider-icon.eot?#iefix)") format("embedded-opentype"), url("~/css/fonts/flexslider-icon.woff") format("woff"), url("~/css/fonts/flexslider-icon.ttf") format("truetype"), url("~/css/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
    min-height: 100px;
    background: #ffffff url(../ajax-loader.gif) no-repeat center center;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.carousel li {
    margin-right: 5px;
}

.flexslider .slides > li {
    max-height: 400px;
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
    margin-left: 0;
}

.flexslider .slides img {
    display: block;
    height: auto;
    margin: 0 auto;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme
*********************************/
.flex-viewport {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
    zoom: 1;
}

.flex-caption {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-caption-inner {
    width: 40%;
    position: absolute;
    top: 0%;
    margin: 0 auto 0 auto;
    padding: 30px 0;
}

.flex-caption-inner-en {
    width: 40%;
    position: absolute;
    top: 0%;
    margin: 0 auto 0 auto;
    padding: 30px 0;
}

.fs-center .flex-caption-inner {
    left: 0;
    right: 0;
    text-align: center;
}

.fs-center .flex-caption-inner-en {
    left: 0;
    right: 0;
    text-align: center;
}

.fs-left .flex-caption-inner {
    left: 0;
    text-align: left;
}

.fs-left .flex-caption-inner-en,
.fs-right .flex-caption-inner-en {
    left: 1;
    text-align: left;
}

.fs-right .flex-caption-inner {
    left: 0;
    text-align: left;
}

.fs-left .flex-caption-inner-en,
.fs-right .flex-caption-inner-en {
    right: 65% !important;
}

.fs-left .flex-caption-inner-en,
.fs-right .flex-caption-inner-en {
    left: 65%;
    text-align: left;
    top: 350px;
    background: rgba(0, 0, 0, 0.4);
    padding: 12px 6px;
    text-align: center;
}
/* Direction Nav */
.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flex-direction-nav li {
    padding: 0;
    margin: 0;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 20px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 20px;
}

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "fontawesome";
    font-size: 40px;
    display: inline-block;
    content: "\f104";
    line-height: 100%;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: "\f004";
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: "\f003";
    }

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 2;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: 0.7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-caption-inner {
        background-color: transparent;
        top: 40px;
        bottom: 40px;
    }

    .flex-caption-inner-en {
        background-color: transparent;
        top: 40px;
        bottom: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .flex-caption-inner {
        background-color: transparent;
        top: 40px;
        bottom: 40px;
    }

    .flex-caption-inner-en {
        background-color: transparent;
        top: 40px;
        bottom: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .flex-caption-inner {
        background-color: transparent;
        top: 40px;
        bottom: 40px;
    }

    .flex-caption-inner-en {
        background-color: transparent;
        top: 40px;
        bottom: 40px;
    }

    .flex-content {
        display: none;
    }
}

.flex-title h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 10px 0;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -2px;
}

.flex-content {
    padding: 10px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 100;
}

    .flex-content p {
        color: #fff;
    }

.flex-title h4 {
    color: #ffffff;
}

@media screen and (max-width: 860px) {
    .flex-title h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: normal;
    }

    .flex-title h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .flex-caption-inner {
        background-color: transparent;
        top: 40px;
        bottom: 40px;
    }

    .flex-caption-inner-en {
        background-color: transparent;
        top: 40px;
        bottom: 40px;
    }
}

.flex-caption-anim {
    opacity: 1;
    -webkit-animation: slideOut;
    -moz-animation: slideOut;
    -o-animation: slideOut;
    animation: slideOut;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes slideOut {
    0% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@-moz-keyframes slideIn {
    0% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@-o-keyframes slideIn {
    0% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        left: 30%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}
/*responsive style*/
/* Responsive CSS
 * Author : MAQK
 * Author URI : www.aivahthemes.com
======================================================================== */
/* Mobile Menu & Custom CSS
======================================================================== */

@media only screen and (max-width: 959px) {
    .widget-left-s2,
    .widget-right-s2,
    .topbar {
    }

    .widget-left-s3-mobile {
        display: table;
        width: 100%;
    }

        .widget-left-s3-mobile .icon_box_widget {
            padding-right: 20px;
            padding-top: 20px;
            margin: 0;
        }

    .iva-mobile-dropdown {
        display: block;
        position: absolute !important;
        top: 50%;
        right: 2%;
        margin-top: -10px !important;
    }

    .front-boxes .vc_column_container {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .entry-content-wrapper .bcallout {
        margin-top: 0 !important;
    }

    /* MiniCart Hidden */
    .minicart-wrap {
        display: none !important;
    }

    .partial_section_wrap {
        height: auto;
    }

    .ivaSearch {
        display: none;
    }

    .sf-menu {
        display: none !important;
    }

    .schedule-tabs li {
        border: 0 !important;
        width: 50%;
    }

    .verticle-middle {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header-style4 {
        position: relative;
        margin-top: 0;
    }

        .header-style4 #social-icons {
            display: none !important;
        }

        .header-style4 .menuwrap {
            float: right;
        }

        .header-style4 .header {
            border-radius: 0;
        }

    .header-style4 {
        padding-top: 0;
    }

    .header-style5 {
        position: relative;
    }

        .header-style5 .header {
            background-color: #ffffff;
        }

        .header-style5 .header-area {
            display: table;
        }

        .header-style5 .logo {
            display: table-cell;
        }

        .header-style5 .iva-mobile-dropdown {
            margin: 20px 20px 0 auto;
        }

    .md-modal {
        max-width: 400px;
        min-width: 75%;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .milestone_icon {
        font-size: inherit;
    }
}

/* Regular Desktop Resolution
======================================================================== */

@media only screen and (min-width: 1025px) and (max-width: 1169px) {
    img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    figure img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .inner,
    .pagemid > .inner,
    .section_inner,
    .videoslider,
    .header .header-area,
    .subheader-inner,
    .iva_bk_inner {
        width: 1000px !important;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .header-style4 .iva-mobile-dropdown {
        margin: 10px 0;
    }

    .header-style4 .header-area {
        width: 100% !important;
    }

    .header-style4 .iva-mobile-menu {
        position: absolute;
        top: 70px;
        background-color: #252525;
        padding: 0;
        z-index: 99999;
        width: 100%;
        left: 0;
    }
}

/* Small Desktop Resolution and iPad Landscape
======================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1024px) {
    .icn_wrap {
        display: none;
    }

    .iva-mobile-dropdown {
        display: block;
        position: absolute !important;
        top: 50%;
        right: 2%;
        margin-top: -10px !important;
    }

    .topbar {
    }

    img {
        max-width: 100%;
        height: auto;
    }

    figure img {
        max-width: 100%;
        height: auto;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .inner,
    .pagemid > .inner,
    .section_inner,
    .videoslider,
    .header-area,
    .page_content,
    .menu-inner,
    .iva_mmenu,
    .subheader-inner,
    .content-area .section_inner {
        width: 98%;
    }

    .header-style4 .iva-mobile-dropdown {
        margin: 10px 0;
    }

    .header-style4 .header-area {
        width: 100% !important;
        display: block !important;
    }

    .header-style4 .iva-mobile-menu {
        position: absolute;
        top: 70px;
        background-color: #252525;
        padding: 0;
        z-index: 99999;
        width: 100%;
        left: 0;
    }

    .widget-left-s2 {
        float: none;
    }

    .vertical_leftmenu .iva-mobile-dropdown {
        display: block;
        position: absolute !important;
        top: 50%;
        right: 2%;
        margin-top: -10px !important;
    }

    .serv-block {
        padding: 50px;
    }

    .footer-area-middle {
        padding: 60px 0 40px 40px;
    }

    .header .menu-dropdown {
        display: block;
        right: 0px !important;
        float: right;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .header-style4 .logo {
        padding-top: 15px;
    }

    .callOutBox .callout_text {
        float: none;
    }

    .callout_text .fancyheading {
        text-align: center;
    }

    .callOutBox .callout_btn {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .flex-title h5 {
        font-size: 26px;
    }

    .copyright_left,
    .copyright_right,
    .copyright_right .textright {
        float: none;
        width: 100%;
        text-align: center;
    }

    /* Verticle Menu */
    #iva-mobile-nav-icon {
        margin: 0 0 0 auto;
    }

    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu {
        display: none;
    }

    .iva-mobile-dropdown {
        display: block;
    }

    .vertical_footerbar {
        display: none;
    }

    body.boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .content-block {
        padding: 10px 60px !important;
    }

    .sf-menu {
        display: none !important;
    }

    .header-style4 {
        position: relative;
        margin: 0;
    }

        .header-style4 .header {
            border-radius: 0;
        }
}

/* iPad Portrait
======================================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #iva-mobile-nav-icon {
        margin: 0 0 0 auto;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    figure img {
        max-width: 100%;
        height: auto;
    }

    .widget-left-s3 {
        display: none;
    }

    .widget-left-s3-mobile {
        background-color: #353535;
        color: #ffffff;
    }

        .widget-left-s3-mobile .widget-left-s3 {
            width: 90%;
            float: none;
            display: table;
        }

        .widget-left-s3-mobile .icon-box_widget {
            vertical-align: middle;
            display: table-cell;
        }

    .fixed-header {
        position: relative;
    }

    .callOutBox .callout_btn {
        float: left !important;
        margin-left: 10px;
        margin-top: 10px;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .inner,
    .pagemid > .inner,
    .videoslider,
    .header-area,
    .page_content,
    .section_inner,
    .iva_mmenu,
    .subheader-inner {
        width: 90% !important;
    }

    .header-style2 .menu-inner {
        width: auto !important;
    }

    .header-style2 .primarymenu {
        border: none;
        display: table-cell;
        margin: 0 0 0 auto;
        padding: 0;
        position: relative;
        vertical-align: middle;
    }

    .header-style2 .logo {
        display: table-cell;
        margin: 0 auto 0 0;
    }

    .header-style3 .iva-mobile-dropdown {
        margin: 10px 0 10px auto;
    }

    .header-style4 .iva-mobile-menu > ul {
        padding: 0 15px;
    }

    .header-style5 .iva-mobile-dropdown {
        margin: 20px 0 0 auto;
    }

    #fixedheader .iva-mobile-dropdown {
        margin: 20px 0 0 auto;
    }

    .nomargin.one_third {
        width: 33%;
    }

    .leftsidebar .content-area,
    .rightsidebar .content-area {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        border: none;
    }

    .nomargin.one_fourth {
        width: 35%;
    }

    .speakers-wrap .one_fourth {
        width: 25%;
        margin-right: 0;
        float: left;
    }

    .at-staff-wapper .at-staff-info .info {
        display: table-cell;
        font-size: 13px;
        vertical-align: top;
        font-weight: 600;
        line-height: 24px;
    }

    /* Footer 2 Columns */
    .footer-area .one_fourth {
        width: 48%;
    }

        .footer-area .one_fourth:nth-child(even) {
            margin-right: 0;
        }

    .rightsidebar #sidebar,
    .leftsidebar #sidebar {
        float: left;
        width: 100%;
    }

        .rightsidebar #sidebar .content {
            padding: 0;
            border: none;
        }

        .leftsidebar #sidebar .content {
            padding: 0;
            border: none;
        }

    .section_bg {
        background-image: none !important;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .check-wrap {
        margin-left: 0;
        display: inline-block;
    }

    .partial_section_image {
        display: block;
        width: 100%;
    }

    .partial_section_content {
        display: block;
        width: 100%;
    }

    .header-style4 .iva-mobile-dropdown {
        margin: 10px 0;
    }

    .header-style4 .header-area {
        width: 100% !important;
    }

    .header-style4 .iva-mobile-menu {
        position: absolute;
        top: 70px;
        background-color: #252525;
        padding: 0;
        z-index: 99999;
        width: 100%;
        left: 0;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .service {
        padding: 50px 5px !important;
    }

    .nomargin.one_fourth {
        width: 25%;
    }

    .milestones_area .vc_col-sm-3 {
        width: 33%;
    }

    .milestone_content,
    .milestone_icon,
    .copyright_left,
    .copyright_right,
    .copyright_right .textright {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }

    .iva_blogpost_wrap .blog-item.col_fourth,
    .iva_blogpost_wrap .blog-item.col_third {
        width: 48%;
    }

    .gallery-list.col_fourth {
        width: 48%;
    }

        .gallery-list.col_fourth:nth-child(2n),
        .partial-content-wrap {
            width: 100% !important;
        }

    /* since - 2.0.0 */
    /* Verticle Menu */
    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu {
        display: none;
    }

    .vertical_footerbar {
        display: none;
    }

    .boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .nomargin.one_half .content-block {
        width: 100%;
    }

    .content-block {
        padding: 10px 60px !important;
    }

    .iva-mobile-dropdown {
        display: block;
    }

    .flex-content {
        display: none;
    }

    #sidebar {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 466px) {
    .three_fifth {
        padding: 15px 15px !important;
    }
}

/* iPhone 5s(landscape)
======================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .at-partner.style1 .at-partner-image {
        float: none;
        margin: 0 auto 30px 0;
        max-width: 100%;
    }

    .at-service-container.col_3 .at-item.style1,
    .at-service-container.col_3 .at-item.style2,
    .at-service-container.col_3 .at-item.style3,
    .at-service-container.col_4 .at-item.style1,
    .at-service-container.col_4 .at-item.style2,
    .at-service-container.col_4 .at-item.style3,
    .at-service-container.col_2 .at-item.style1,
    .at-service-container.col_2 .at-item.style2,
    .at-service-container.col_2 .at-item.style3,
    .at-service-container.col_1 .at-item.style1,
    .at-service-container.col_1 .at-item.style2,
    .at-service-container.col_1 .at-item.style3 {
        width: 100%;
    }

    .at-career-table td:nth-child(2),
    .at-career-table th:nth-child(2) {
        display: none;
    }

    #iva-mobile-nav-icon {
        margin: 0;
    }

    .fixed-header {
        position: relative;
    }

    .widget-left-s3 {
        display: none;
    }

    .widget-left-s3-mobile {
        background-color: #353535;
        color: #ffffff;
    }

        .widget-left-s3-mobile .widget-left-s3 {
            width: 90%;
            float: none;
            display: table;
        }

        .widget-left-s3-mobile .icon-box_widget {
            vertical-align: middle;
            display: block;
        }

    .callOutBox .callout_btn {
        float: left !important;
        margin-left: 10px;
        margin-top: 10px;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .inner,
    .pagemid > .inner,
    .section_inner,
    .videoslider,
    .header-area,
    .subheader-inner,
    .menu-inner,
    .iva_mmenu,
    .page_content {
        width: 90% !important;
    }

    .header-style-default .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .header-style2 .primarymenu {
        border: none;
        display: table-cell;
        margin: 0 0 0 auto;
        padding: 0;
        position: relative;
        vertical-align: middle;
    }

    .header-style2 .logo {
        display: table-cell;
        margin: 0 auto 0 0;
    }

    .header-style3 .iva-mobile-dropdown {
        margin: 0;
    }

    .rightsidebar #sidebar,
    .leftsidebar #sidebar {
        float: left;
        width: 100%;
    }

    .leftsidebar .content-area {
        float: none;
        width: auto;
        padding-left: 0;
        border: none;
    }

    .rightsidebar .content-area {
        float: none;
        width: auto;
        padding-right: 0;
        border: none;
    }

    .rightsidebar #sidebar .content {
        padding: 0;
        border: none;
    }

    .leftsidebar #sidebar .content {
        padding: 0;
        border: none;
    }

    .subdesc,
    .breadcrumbs {
        float: none !important;
        display: block !important;
    }

    .one_half,
    .one_third,
    .two_third,
    .one_fourth,
    .one_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth,
    .two_fifth,
    .three_fifth,
    .at-person.grid.col_3 ul li,
    .three_fourth {
        width: 100% !important;
        margin-right: 0;
    }

    .section_bg {
        background-image: none !important;
    }

    .topbar * {
        text-align: center !important;
    }

    .copyright_left,
    .copyright_right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .pricetable .column {
        float: none;
        width: 100%;
        border-width: 1px;
        margin-bottom: 20px;
    }

    .post-metadata {
        display: none;
    }

    .iva_one_half,
    .iva_one_third {
        width: 100%;
    }

    .iva-testimonial {
        display: block;
        border-width: 0 0 1px 0;
    }

    .vertabs .tabs {
        float: none;
        width: 100%;
    }

        .vertabs .tabs li {
            border-width: 1px 1px 0;
        }

            .vertabs .tabs li:last-child {
                border-width: 1px 1px 1px 1px;
            }

    .iva-np-title {
        display: none;
    }

    .iva-np-allitems,
    .iva-np-navs {
        width: 160px;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .tc-details {
        float: none;
        margin-bottom: 15px;
    }

    .header-style2 .menu-dropdown {
        margin-top: 30px;
    }

    /* New Fixes */
    .fancyheading .xlarge {
        font-size: 30px !important;
    }

    .fancyheading .large {
        font-size: 26px !important;
    }

    .vertabs .tabs li,
    .hortabs .tabs li {
        width: 100%;
        float: none;
    }

    blockquote.alignright,
    blockquote.alignleft,
    blockquote.aligncenter {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .blog-item {
        width: 100%;
    }

    .content-block {
        padding: 0 60px !important;
    }

    .milestone_icon {
        margin: 0 auto;
        display: table;
        float: none;
    }

    .copyright_left .textright,
    .copyright_right .textright {
        text-align: center;
    }

    .appt_field label {
        display: block;
        margin: 5px 0;
        padding: 5px;
        background-color: #f9f9f9;
    }

    .testimonial-carousel {
        margin: 0 10px;
    }

    .comments-area .comment-author .avatar {
        width: 40px;
    }

    .comments-area .comment-content {
        padding-left: 0;
    }

    .sharing-box h4,
    .sharing-box-ico {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 10px auto;
        text-align: center;
    }

    #back-top {
        display: none !important;
    }

    /* Verticle Menu */
    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu {
        display: none;
    }

    .vertical_footerbar {
        display: none;
    }

    body.boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .one_half .content-area {
        width: 100%;
    }

    .flex-content {
        display: none;
    }

    #sidebar {
        display: none;
    }
}

/* Smartphones and iPhone 4s(landscape)
======================================================================== */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .col_2,
    .col_3,
    .col_4,
    .col_5,
    .col_6,
    .col_7,
    .col_8,
    .col_9,
    .col_10,
    .col_11,
    .col_12 {
        width: 100% !important;
        float: none !important;
    }

    .at-cases-main .at-cases-item,
    .at-cases-wrapper.col_3 .at-cases-item {
        width: 100%;
    }

    .at-staff-wapper .at-staff-info .info {
        display: block;
    }

    .at-partner.style1 .at-partner-image,
    .at-person.list .at-person-image {
        float: none;
        margin: 0 auto 30px 0;
        max-width: 100% !important;
    }

    .at-partner.style1 .at-partner-content,
    .at-person.list .at-person-content {
        overflow: visible !important;
    }

    .header-style-default .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .iva-mobile-menu > ul {
        padding: 0 15px;
    }

    body:not(.fullwidth) .entry-content-wrapper {
        padding: 80px 15px 40px 15px;
    }

    .at-service-container.col_3 .at-item.style1,
    .at-service-container.col_3 .at-item.style2,
    .at-service-container.col_3 .at-item.style3,
    .at-service-container.col_4 .at-item.style1,
    .at-service-container.col_4 .at-item.style2,
    .at-service-container.col_4 .at-item.style3,
    .at-service-container.col_2 .at-item.style1,
    .at-service-container.col_2 .at-item.style2,
    .at-service-container.col_2 .at-item.style3,
    .at-service-container.col_1 .at-item.style1,
    .at-service-container.col_1 .at-item.style2,
    .at-service-container.col_1 .at-item.style3 {
        width: 100%;
    }

    .subheader-inner {
        display: block;
    }

    #subheader {
        padding: 0 20px;
    }

        #subheader .page-title {
            font-size: 15px !important;
            text-align: center;
        }

    .subdesc {
        padding-right: 0;
    }

    #subheader .breadcrumb-main {
        display: block;
        padding-left: 0;
        text-align: center;
    }

    .company-heading h2 {
        font-size: 18px !important;
    }

    .at-career-table td:nth-child(2),
    .at-career-table th:nth-child(2) {
        display: none;
    }

    #iva-mobile-nav-icon {
        margin: 0;
    }

    .flexslider {
        display: none;
    }

    .widget-left-s3 {
    }

    .widget-left-s3-mobile {
        background-color: #353535;
        color: #ffffff;
    }

        .widget-left-s3-mobile .widget-left-s3 {
            width: 90%;
            float: none;
            display: table;
        }

        .widget-left-s3-mobile .icon-box_widget {
            vertical-align: middle;
            display: block;
        }

    img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    figure img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .fixed-header {
        position: relative;
    }

    .callOutBox .callout_btn {
        float: left !important;
        margin-left: 10px;
        margin-top: 10px;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .leftsidebar .content-area {
        float: none;
        width: auto;
        padding-left: 0;
        border: none;
    }

    .rightsidebar .content-area {
        float: none;
        width: auto;
        padding-right: 0;
        border: none;
    }

    .sermon-thumb,
    .iva-location-image {
        display: block !important;
        float: none !important;
        width: auto !important;
        margin-right: 0 !important;
    }

    .iva-location-indetails,
    .iva-location-details {
        display: block !important;
        width: auto !important;
    }

    .inner,
    .pagemid > .inner,
    .section_inner,
    .videoslider,
    .header-area,
    .subheader-inner,
    .menu-inner,
    .iva_mmenu,
    .page_content {
        width: 100%;
    }

    .rightsidebar #sidebar,
    .leftsidebar #sidebar {
        float: left;
        width: 100%;
        padding: 0 20px;
    }

        .rightsidebar #sidebar .content {
            padding: 0;
            border: none;
        }

        .leftsidebar #sidebar .content {
            padding: 0;
            border: none;
        }

    .header-style2 .logo {
        display: block;
    }

    .one_half,
    .one_third,
    .two_third,
    .one_fourth,
    .one_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth,
    .two_fifth,
    .three_fifth,
    .at-person.grid.col_3 ul li,
    .three_fourth {
        width: 100% !important;
        margin-right: 0;
        padding: 0 20px;
    }

    /* Column Grid  */
    .col_half,
    .col_third,
    .col_twothird,
    .col_three_fourth,
    .col_fourth,
    .col_fifth {
        float: none !important;
        width: 100% !important;
    }

    .section_bg {
        background-image: none !important;
    }

    .topbar * {
        text-align: center !important;
    }

    .copyright_left,
    .copyright_right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .pricetable .column {
        float: none;
        width: 100%;
        border-width: 1px;
        margin-bottom: 20px;
    }

    .post-metadata {
        display: none;
    }

    .subdesc,
    .breadcrumbs {
        float: none !important;
        display: block !important;
    }

    .iva_one_half,
    .iva_one_third {
        width: 100%;
    }

    .iva-testimonial {
        display: block;
        border-width: 0 0 1px 0;
    }

    .vertabs .tabs {
        float: none;
        width: 100%;
    }

        .vertabs .tabs li {
            border-width: 1px 1px 0;
        }

            .vertabs .tabs li:last-child {
                border-width: 1px 1px 1px 1px;
            }

    .iva-np-title {
        display: none;
    }

    .iva-np-allitems,
    .iva-np-navs {
        width: 160px;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .tc-details {
        float: none;
        margin-bottom: 15px;
    }

    .header-style2 .menu-dropdown {
        margin-top: 30px;
    }

    /* New Fixes */
    .fancyheading .xlarge {
        font-size: 30px !important;
    }

    .fancyheading .large {
        font-size: 26px !important;
    }

    .vertabs .tabs li,
    .hortabs .tabs li {
        width: 100%;
        float: none;
    }

    blockquote.alignright,
    blockquote.alignleft,
    blockquote.aligncenter {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .comments-area .comment-author .avatar {
        width: 40px;
    }

    .comments-area .comment-content {
        padding-left: 0;
    }

    .copyright_left .textright,
    .copyright_right .textright {
        text-align: center;
    }

    .appt_field label {
        display: block;
        margin: 5px 0;
        padding: 5px;
        background-color: #f9f9f9;
    }

    .session-counter-text,
    .session-counter-button,
    .session_list,
    .session_info,
    .session_details {
        width: 100% !important;
        display: block !important;
    }

    .session-counter-text {
        margin-bottom: 10px;
    }

    .testimonial-carousel {
        margin: 0 10px;
    }

    .speaker-right {
        padding-top: 30px;
    }

    .sharing-box h4,
    .sharing-box-ico {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 10px auto;
        text-align: center;
    }

    .single-session-meta,
    .single-session-speakers {
        display: block;
        text-align: center;
        width: 100%;
        border: 0;
    }

    #back-top {
        display: none !important;
    }

    /* Verticle Menu */
    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu {
        display: none;
    }

    .vertical_footerbar {
        display: none;
    }

    body.boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .flex-content {
        display: none;
    }

    .at-staff-wapper .at-staff-info .info {
        display: block !important;
    }

    .at-callOut_btn,
    .at-callOut_text {
        display: block;
        text-align: center;
    }

    .at-callout-action-text h2 {
        font-size: 18px !important;
    }

    .content-block {
        padding: 10px 60px !important;
    }

    .at-callOut_btn {
        float: none;
    }

    .ps_content {
        padding: 20px;
    }

    #sidebar {
        display: none;
    }
}

/* Small Mobile Devices
======================================================================== */
@media only screen and (min-width: 240px) and (max-width: 319px) {
    .at-partner.style1 .at-partner-image {
        float: none;
        margin: 0 auto 30px 0;
        max-width: 100%;
    }

    .at-career-table td:nth-child(2),
    .at-career-table th:nth-child(2) {
        display: none;
    }

    .header-style-default .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .at-service-container.col_3 .at-item.style1,
    .at-service-container.col_3 .at-item.style2,
    .at-service-container.col_3 .at-item.style3,
    .at-service-container.col_4 .at-item.style1,
    .at-service-container.col_4 .at-item.style2,
    .at-service-container.col_4 .at-item.style3,
    .at-service-container.col_2 .at-item.style1,
    .at-service-container.col_2 .at-item.style2,
    .at-service-container.col_2 .at-item.style3,
    .at-service-container.col_1 .at-item.style1,
    .at-service-container.col_1 .at-item.style2,
    .at-service-container.col_1 .at-item.style3 {
        width: 100%;
    }

    #iva-mobile-nav-icon {
        margin: 0;
    }

    .fixed-header {
        position: relative;
    }

    .flexslider {
        display: none;
    }

    .widget-left-s3-mobile {
        background-color: #353535;
        color: #ffffff;
    }

        .widget-left-s3-mobile .widget-left-s3 {
            width: 90%;
            float: none;
            display: table;
        }

        .widget-left-s3-mobile .icon-box_widget {
            vertical-align: middle;
            display: block;
        }
    /* Header */
    .header-area {
        display: block;
    }

    .logo {
        padding: 20px 60px 20px 20px;
        display: block;
    }

    .header-style1 .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .header-style2 .logo {
        display: block;
        margin: 0 auto;
        float: none;
        padding: 20px 60px 20px 20px;
        width: auto;
        text-align: inherit;
    }

    .header-style2 .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .header-style3 .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .callOutBox .callout_btn {
        float: left !important;
        margin-left: 10px;
        margin-top: 10px;
    }

    #boxed #wrapper {
        width: auto !important;
        margin: 0 auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .inner,
    .pagemid > .inner,
    .section_inner,
    .videoslider,
    .header .inner,
    .subheader-inner,
    .iva_mmenu,
    .menu-inner,
    .page_content {
        width: 90% !important;
        margin: 0 auto;
    }

    .leftsidebar .content-area {
        width: auto;
        padding-left: 0;
        border: none;
    }

    .rightsidebar .content-area {
        width: auto;
        padding-right: 0;
        border: none;
    }

    .iva-location-image {
        float: none !important;
        width: auto !important;
        margin-right: 0 !important;
    }

    .iva-location-indetails,
    .iva-location-details {
        width: auto !important;
    }

    .rightsidebar #sidebar,
    .leftsidebar #sidebar {
        float: left;
        width: 100%;
    }

        .rightsidebar #sidebar .content {
            padding: 0;
        }

        .leftsidebar #sidebar .content {
            padding: 0;
        }

    .inner,
    .pagemid > .inner,
    .section_inner,
    .videoslider,
    .header .inner,
    .subheader-inner,
    .iva_bk_inner,
    .leftsidebar .content-area,
    .rightsidebar .content-area {
        width: 200px;
        margin: 0 auto;
    }

    .one_half,
    .one_third,
    .two_third,
    .one_fourth,
    .one_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth,
    .two_fifth,
    .three_fifth,
    .at-person.grid.col_3 ul li,
    .three_fourth {
        width: 200px;
        margin: 0 auto;
        float: none;
    }

    .section_bg {
        background-image: none !important;
    }

    .topbar * {
        text-align: center !important;
    }

    .copyright_left,
    .copyright_right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .pricetable .column {
        float: none;
        width: 100%;
        border-width: 1px;
        margin-bottom: 20px;
    }

    .post-metadata {
        display: none;
    }

    .subdesc,
    .breadcrumbs {
        float: none !important;
        display: block !important;
    }

    .iva_one_half,
    .iva_one_third {
        width: 100%;
    }

    .iva-testimonial {
        display: block;
        border-width: 0 0 1px 0;
    }

    .vertabs .tabs {
        float: none;
        width: 100%;
    }

        .vertabs .tabs li {
            border-width: 1px 1px 0;
        }

            .vertabs .tabs li:last-child {
                border-width: 1px 1px 1px 1px;
            }

    .iva-np-title {
        display: none;
    }

    .iva-np-allitems,
    .iva-np-navs {
        width: 160px;
    }

    .header-style4 .search-box {
        display: none !important;
    }

    .tc-details {
        float: none;
        margin-bottom: 15px;
    }

    .header-style2 .menu-dropdown {
        margin-top: 30px;
    }

    /* New Fixes */
    .fancyheading .xlarge {
        font-size: 30px !important;
    }

    .fancyheading .large {
        font-size: 26px !important;
    }

    .vertabs .tabs li,
    .hortabs .tabs li {
        width: 100%;
        float: none;
    }

    blockquote.alignright,
    blockquote.alignleft,
    blockquote.aligncenter {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .speaker-left {
        width: 100%;
        float: none;
        display: block;
        margin-right: 0;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .schedule-tabs li {
        width: 100%;
    }

    .schedule-subtabs li {
        width: 100%;
    }

    .schedule-subtab-list .active {
        right: 0;
        left: 90%;
        bottom: 15px;
    }

    .milestone_icon {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .session-counter-text {
        margin-bottom: 10px;
    }

    .testimonial-carousel {
        margin: 0 10px;
    }

    .sharing-box h4,
    .sharing-box-ico {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin: 10px auto;
        text-align: center;
    }

    #back-top {
        display: none !important;
    }

    .comments-area .comment-author .avatar {
        width: 40px;
    }

    .comments-area .comment-content {
        padding-left: 0;
    }

    /* Verticle Menu */
    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu {
        display: none;
    }

    .vertical_footerbar {
        display: none;
    }

    body.boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .at-staff-wapper .at-staff-info .info {
        display: block !important;
    }

    .flex-content {
        display: none;
    }

    #sidebar {
        display: none;
    }
}

/* Responsive Header
======================================================================== */
@media only screen and (max-width: 767px) {
    .at-career-table td:nth-child(2),
    .at-career-table th:nth-child(2) {
        display: none;
    }

    .at-service-container.col_3 .at-item.style1,
    .at-service-container.col_3 .at-item.style2,
    .at-service-container.col_3 .at-item.style3,
    .at-service-container.col_4 .at-item.style1,
    .at-service-container.col_4 .at-item.style2,
    .at-service-container.col_4 .at-item.style3,
    .at-service-container.col_2 .at-item.style1,
    .at-service-container.col_2 .at-item.style2,
    .at-service-container.col_2 .at-item.style3,
    .at-service-container.col_1 .at-item.style1,
    .at-service-container.col_1 .at-item.style2,
    .at-service-container.col_1 .at-item.style3 {
        width: 100%;
    }

    #iva-mobile-nav-icon {
        margin: 0;
    }

    img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    figure img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .flexslider {
    }

    .widget-left-s3 {
    }

    .widget-left-s3-mobile {
        background-color: #353535;
        color: #ffffff;
    }

        .widget-left-s3-mobile .widget-left-s3 {
            width: 90%;
            float: none;
            display: table;
        }

        .widget-left-s3-mobile .icon-box_widget {
            vertical-align: middle;
            display: block;
        }

    .fixed-header {
        position: relative;
    }

    /* Header */
    .header-area {
        display: block;
    }

    .logo {
        padding: 20px 60px 20px 20px;
        display: block;
    }

    .header-style1 .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .header-style2 .logo {
        display: block;
        margin: 0 auto;
        float: none;
        padding: 20px 60px 20px 20px;
        width: auto;
        text-align: inherit;
    }

    .header-style2 .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .header-style3 .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .header-style3 .primarymenu {
        border: none;
    }

    #fixedheader .menuwrap {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    .nomargin.one_half,
    .nomargin.one_third,
    .nomargin.two_third,
    .nomargin.one_fourth,
    .nomargin.one_fifth,
    .nomargin.four_fifth,
    .nomargin.one_sixth,
    .nomargin.five_sixth,
    .nomargin.two_fifth,
    .nomargin.three_fifth,
    .nomargin.three_fourth {
        margin-bottom: 20px;
        float: none;
        width: 100%;
    }

    .partial_section_image {
        display: block;
        width: 100%;
    }

    .partial_section_content {
        display: block;
        width: 100%;
    }

    .iva-bookings {
        margin: 0 0 10px 0 !important;
    }

    .header-s3-right {
        display: none;
    }

    .logo img {
        transform: scale(1);
    }

    .icn_wrap {
        display: none;
    }

    /* Header Style 4 */
    .services-box {
        margin-top: 0 !important;
    }

    .header-area {
        width: 100% !important;
        display: block;
        height: auto;
        margin: 0 auto;
    }

    .header-style4 .logo {
        text-align: left;
        padding: 20px 60px 20px 20px;
        margin: 0;
        max-width: none;
        display: block;
    }

    .header-rightpart {
        display: block;
        padding: 0;
    }

    .topbar * {
        text-align: center !important;
    }

    .topbar-left {
        float: none;
        width: 100%;
        padding: 0;
    }

    .topbar-right {
        float: none;
        width: 100%;
        padding: 0;
    }

        .topbar-right .atpsocials {
            float: none;
            margin: 5px 0;
        }

    .icn_wrap_align {
        display: none;
    }

    .header-style4 .menuwrap {
        float: none;
    }

    .header-style4 .iva-mobile-dropdown {
        margin: 15px auto;
    }

    .offers-content {
        padding: 30px 0;
    }

    .special_offers_item {
        padding: 0;
    }

    .sessiontab-title-details {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .sessiontab-button {
        overflow: hidden;
        float: none;
        margin: 0 auto;
        display: table;
    }

    .iva_instagram .one_fifth {
        width: 50%;
        margin: 0 !important;
    }

    .milestone_icon {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .footer-area-middle {
        padding: 60px 0 40px 20px;
    }

    #back-top {
        display: none !important;
    }

    article.post:not(.singlepost) .postimg {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    .comments-area .comment-author .avatar {
        width: 40px;
    }

    .comments-area .comment-content {
        padding-left: 0;
    }

    .comment-list .children {
        margin-left: 10px;
    }

    #sticky,
    .tarrow {
        display: none;
    }

    /* Verticle Menu */
    .sidemenu {
        position: relative;
        width: 100%;
        box-shadow: none;
    }

    .iva_vertical_menu {
        display: none;
    }

    .vertical_footerbar {
        display: none;
    }

    .boxed.vertical_leftmenu {
        padding: 0;
    }

    .iva-children-indenter {
        display: block !important;
    }

    .sidemenu .logo {
        padding: 20px 60px 20px 20px;
        text-align: left;
        margin: 0;
    }

    .sidemenu .menuwrap {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }

    #sidebar {
        display: none;
    }

    .flex-content {
        display: none;
    }
}


/*style map*/
/*contact tab*/
/*@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;700&display=swap');

ul.tabs {
    font-family: 'Almarai', sans-serif;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0px 0 0;
    padding: 0;
    width: 30%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

    ul.tabs li {
        font-size: 20px;
        font-family: 'Almarai', sans-serif;
        margin: 0;
        cursor: pointer;
        padding: 0px 15px;
        line-height: 41px;
        text-align: left;
        font-weight: bold;
        background: #f4f4f4;
        border-bottom: 2px solid #eee;
        text-transform: capitalize;
        font-weight: normal;
        color: #868686;
    }

        ul.tabs li:before {
            content: '';
            float: left;
            height: 41px;
            width: 3px;
            background-color: #337ab7;
            left: 0;
            position: absolute;
        }

font-family: 'Almarai', sans-serif;
ul.tabs li:hover {
    background: #f4f4f4;
    color: #868686;
}

ul.tabs li.active {
    background: #fff;
    color: #3b50a1;
    font-family: 'Almarai', sans-serif;
}

    ul.tabs li.active:before {
        content: '';
        float: left;
        height: 41px;
        font-family: 'Almarai', sans-serif;
        width: 3px;
        background-color: #5cb85c;
        left: 0;
        position: absolute;
    }

.tab_container {
    display: inline-block;
    vertical-align: top;
    font-family: 'Almarai', sans-serif;
    position: relative;
    z-index: 20;
    left: -1%;*/
   /* width: 70%;*/
    /*min-width: 10px;
    text-align: left;
    background: white;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
}

.tab_content {
    padding: 15px;
    height: 100%;
    font-family: 'Almarai', sans-serif;
    display: none;
}

.tab_drawer_heading {
    display: none;
    font-family: 'Almarai', sans-serif;
}

@media screen and (max-width: 781px) {
    .tab_content img {
        width: 100%;
    }

    ul.tabs {
        display: none;
    }

    ul.tabs {
        vertical-align: top;
        position: relative;
        z-index: 10;
        margin: 0px 0 0;
        padding: 0;
        width: 100% !important;
        min-width: 175px;
        list-style: none;
        -ms-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    }

    .tab_container {
        display: block;
        font-family: 'Almarai', sans-serif;
        margin: 0 auto;
        width: 95% !important;
        border-top: none;
        border-radius: 0;*/
        /*-shadow: 0px 0px 10px black;*/
    /*}

    .tab_drawer_heading {
        font-family: 'Almarai', sans-serif;*/
        /*background: #e3e3e3;*/
        /* Old browsers */
        /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#600026', endColorstr='#c60943',GradientType=0 );*/
        /* IE6-9 */
        /*color: #868686;
        margin: 0;
        padding: 15px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: left;
        position: relative;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: bold;
    }


    .d_active {
        font-family: 'Almarai', sans-serif;
        background: #fff !important;*/
        /*background: -moz-linear-gradient(top, #4c001e 0%, #9f0735 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c001e), color-stop(100%, #9f0735));
    background: -webkit-linear-gradient(top, #4c001e 0%, #9f0735 100%);
    background: -o-linear-gradient(top, #4c001e 0%, #9f0735 100%);
    background: -ms-linear-gradient(top, #4c001e 0%, #9f0735 100%);
    background: linear-gradient(to bottom, #4c001e 0%, #9f0735 100%);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c001e', endColorstr='#9f0735',GradientType=0 );
        color: #60a511;
    }

        .d_active.tab_drawer_heading:before {
            content: '';
            float: none;
            height: 2px;
            font-family: 'Almarai', sans-serif;
            width: 100%;
            left: 0;
            position: absolute;
            top: 0;
            background-color: #337ab7;
        }
}

.tab_drawer_heading:before {
    content: '';
    float: none;
    height: 2px;
    font-family: 'Almarai', sans-serif;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background-color: #337ab7;
}

.tab_content li {
    font-family: 'Almarai', sans-serif;
    list-style: none;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 10px;
}

li.email {
    font-family: 'Almarai', sans-serif;
    background-image: url('../imgs/email-icon-(1).png');
    background-repeat: no-repeat;
    padding-left: 40px;
}

li.address {
    font-family: 'Almarai', sans-serif;
    background-image: url('../imgs/address-icon.png');
    background-repeat: no-repeat;
    padding-left: 40px;
}

li.phone {
    font-family: 'Almarai', sans-serif;
    background-image: url('../imgs/phone-icon1.png');
    background-repeat: no-repeat;
    padding-left: 40px;
}

#whatsapp {
    font-family: 'Almarai', sans-serif;
    display: block;
    position: fixed;
    left: 5px;
    bottom: 15px;
    z-index: 1055;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../img/whatsapp.png) no-repeat center 46%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .85;
}

ul.download-pdf {
    font-family: 'Almarai', sans-serif;
    list-style: none;
}

.download-pdf li {
    font-family: 'Almarai', sans-serif;
    position: relative;
    border: 1px solid #eee;
    display: table;
    margin-bottom: 5px;
    line-height: 43px;
    width: 49%;
    float: left;
    margin-right: 1%;
}

    .download-pdf li:before {
        font-family: 'Almarai', sans-serif;
        content: '';
        left: 0;
        width: 3px;
        position: absolute
    }

    .download-pdf li img {
        font-family: 'Almarai', sans-serif;
        float: left;
        margin-right: 10px;
    }

    .download-pdf li a {
        font-family: 'Almarai', sans-serif;
        display: block;
        width: 100%;
        color: #000;
        text-align: left;
    }

.stock-text {
    font-family: 'Almarai', sans-serif;
    text-align: center;
}*/

/*style media and news*/

.tab {
    padding-top: 5px;
    overflow: hidden;
    background-color: #f7f9fb;
    width: 100%;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: black;
    width: 200px;
    margin-left: 15px;
}

    /* Change background color of buttons on hover */
    .tab button:hover {
        /* border-bottom: 3px solid #5fa845; */
        color: #5fa845;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        /* border-bottom: 3px solid #5fa845; */
        color: #5fa845 !important;
    }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
}
/*style arabic*/


/*@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap);*/
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap");
@import url(style.css);

body {
    margin: 0;
    font-family: Almarai, sans-serif;
}

.sub-menu-ar > li:hover {
    background: #216b9a;
    color: #f7f9fb;
}

.sub-menu-ar li a:hover {
    text-decoration: none !important;
    color: #f7f9fb !important;
}

.sub-menu-ar {
    direction: rtl;
    text-align: right;
    font-family: "Almarai", sans-serif;
}

.sf-menu > li:last-child {
    border-right: 0;
    padding-right: 0;
}

.sf-menu {
    float: right !important;
}

    .primarymenu > li > a,
    .sf-menu > li > a {
        font-weight: 400;
        text-transform: capitalize;
    }

.ar-header-style1 .sf-menu > li > a {
    padding: 5px 0;
    margin: 0 15px;
    font-family: Almarai, sans-serif;
    font-size: 17px !important;
}

.sf-menu ul li a {
    font-size: 17px !important;
    letter-spacing: 0;
    line-height: 24px;
    padding: 9px 10px !important;
    margin: 0;
    font-family: Almarai, sans-serif;
}

.sf-menu ul li a {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 9px 10px !important;
    margin: 0;
    font-family: "Almarai", sans-serif;
}

.sf-menu > li.sfHover,
.sf-menu > li:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu ul {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.sf-menu li a span {
    display: block;
    font-size: 11px;
    font-weight: 400;
}

.sf-menu ul a:hover {
    color: #999;
}

.sf-menu li li a:active,
.sf-menu li li a:focus,
.sf-menu li li a:hover,
.sf-menu li li.sfHover,
.sf-menu li li:hover {
    color: #5fa845;
}

.sf-menu li.current-menu-ancestor > a,
.sf-menu li.current-menu-item > a,
.sf-menu li.current-page-ancestor > a {
    color: #5fa845;
}

.sf-menu > li.current-menu-ancestor,
.sf-menu > li.current-menu-item,
.sf-menu > li.current-page-ancestor {
    color: #5fa845;
}

    .sf-menu > li.current-menu-ancestor:hover,
    .sf-menu > li.current-menu-item:hover,
    .sf-menu > li.current-page-ancestor:hover {
        color: #5fa845;
    }

.sf-menu li a span {
    display: block;
    font-size: 11px;
    font-weight: 400;
}

.ar-header-style1 .menuwrap {
    display: table-cell;
    margin: auto;
    padding: 0;
    vertical-align: middle;
}

.ar-header-style1 .sf-menu > li > a:hover {
    color: #5fa845;
}

.ar-header-style1 .sf-menu > li > a:hover {
    color: #5fa845;
}

.ar-header-style1 .sf-menu > li > a {
    padding: 5px 0;
    margin: 0 1em;
    font-family: "Almarai", sans-serif;
    font-size: 20px;
}

.ar-header-style1 .iva_socials {
    display: table;
    margin: 0 auto;
}

.ar-header-style1 .headerSearch {
    height: 90px;
}

.ar-header-style1 .ivaInput[type="text"] {
    padding: 15px 10px;
}

.header-style2 .logo {
    display: inline-block;
    float: left;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}

.ar-header-style1 .header-area {
    width: 100%;
    direction: rtl;
}

.ar-header-style1 .header-area {
    max-width: 1160px;
    font-family: "Almarai", sans-serif;
}

.section_row-ar {
    text-align: right;
    direction: rtl;
    font-family: "Almarai", sans-serif;
}

.sright .breadcrumb-main {
    font-family: "Almarai", sans-serif;
    text-align: right;
}

.sright .subdesc {
    text-align: left;
}

.at-fancy-heading-v1 {
    font-family: "Almarai", sans-serif;
}

.lmenu li a {
    color: #555;
    font-weight: 500;
    font-size: 20px;
}

.h5,
h5 {
    font-size: 19px !important;
}

.h6,
h6 {
    font-family: "Almarai", sans-serif;
    font-size: 17px !important;
}

.fs-right .flex-caption-inner {
    text-align: right !important;
    direction: rtl !important;
}

.ar-v1 {
    background-color: #337ab7;
    content: "";
    display: block;
    height: 5px;
    width: 180px;
    float: right;
}

.dropdownfilter,
.ar-products {
    font-family: "Almarai", sans-serif;
    background: #fff;
    box-shadow: 4px 6px 6px rgb(0 0 0 / 5%);
    text-align: right;
    direction: rtl;
}

.seffects .a1,
.seffects .a1:hover {
    font-family: "Almarai", sans-serif;
}

.seffects h2,
.timeline-title {
    font-family: "Almarai", sans-serif;
}

.page-title {
    font-family: "Almarai", sans-serif;
}

.mat-h2,
.mat-title,
.mat-typography h2 {
    font-family: "Almarai", sans-serif;
}

.mat-h1,
.mat-headline,
.mat-typography h1 {
    font: 400 24px/32px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
    font-family: "Almarai", sans-serif;
}

.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
    font: 400 16px/28px Roboto, Helvetica Neue, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
    font-family: "Almarai", sans-serif;
}

.flex-title-ar h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 10px 0;
    margin-bottom: 0;
    color: #ffffff;
    text-align: right;
    font-family: "Almarai", sans-serif;
}

.name-ar {
    font-family: "Almarai", sans-serif;
}

.fs-left .flex-caption-inner,
.fs-right .flex-caption-inner {
    right: 65% !important;
}

/*pagging style*/
.holder {
    margin: 15px 0;
}

    .holder a {
        font-size: 12px;
        cursor: pointer;
        margin: 0 5px;
        color: #333;
    }

        .holder a:hover {
            background-color: #222;
            color: #fff;
        }

        .holder a.jp-previous {
            margin-right: 15px;
        }

        .holder a.jp-next {
            margin-left: 15px;
        }

        .holder a.jp-current, a.jp-current:hover {
            color: #FF4242;
            font-weight: bold;
        }

        .holder a.jp-disabled, a.jp-disabled:hover {
            color: #bbb;
        }

        .holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
            cursor: default;
            background: none;
        }

    .holder span {
        margin: 0 5px;
    }
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-banner p {
    margin: 0;
    padding-right: 10px;
    font-size: 14px;
}

.cookie-banner button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
}

.cookie-banner button:hover {
    background-color: #45a049;
}
