.modal-video .video-popup2 .primary-color {
color: var(--bs-primary);
}
.bg-bluevivid {
background-color: var(--bs-primary);
}
.vc_col-sm-12 {
width: 100%;
}
#hero-3,
#hero-2 {
margin-top: 0 !important;
}
.wpb_images_carousel .perch-slide-item img {
object-fit: cover;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.float-start {
float: left !important;
}
.float-end {
float: right !important;
}
.float-none {
float: none !important;
}
.opacity-0 {
opacity: 0 !important;
}
.opacity-25 {
opacity: 0.25 !important;
}
.opacity-50 {
opacity: 0.5 !important;
}
.opacity-75 {
opacity: 0.75 !important;
}
.opacity-100 {
opacity: 1 !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-scroll {
overflow: scroll !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: sticky !important;
}
.top-0 {
top: 0 !important;
}
.top-50 {
top: 50% !important;
}
.top-100 {
top: 100% !important;
}
.bottom-0 {
bottom: 0 !important;
}
.bottom-50 {
bottom: 50% !important;
}
.bottom-100 {
bottom: 100% !important;
}
.start-0 {
left: 0 !important;
}
.start-50 {
left: 50% !important;
}
.start-100 {
left: 100% !important;
}
.end-0 {
right: 0 !important;
}
.end-50 {
right: 50% !important;
}
.end-100 {
right: 100% !important;
}
.translate-middle {
transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
transform: translateX(-50%) !important;
}
.translate-middle-y {
transform: translateY(-50%) !important;
}
.border {
border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
border: 0 !important;
}
.border-top {
border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-end {
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
border-right: 0 !important;
}
.border-bottom {
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-start {
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
border-left: 0 !important;
}
.border-primary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
--bs-border-width: 1px;
}
.border-2 {
--bs-border-width: 2px;
}
.border-3 {
--bs-border-width: 3px;
}
.border-4 {
--bs-border-width: 4px;
}
.border-5 {
--bs-border-width: 5px;
}
.border-opacity-10 {
--bs-border-opacity: 0.1;
}
.border-opacity-25 {
--bs-border-opacity: 0.25;
}
.border-opacity-50 {
--bs-border-opacity: 0.5;
}
.border-opacity-75 {
--bs-border-opacity: 0.75;
}
.border-opacity-100 {
--bs-border-opacity: 1;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.vw-100 {
width: 100vw !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mh-100 {
max-height: 100% !important;
}
.vh-100 {
height: 100vh !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.justify-content-evenly {
justify-content: space-evenly !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
.order-first {
order: -1 !important;
}
.order-0 {
order: 0 !important;
}
.order-1 {
order: 1 !important;
}
.order-2 {
order: 2 !important;
}
.order-3 {
order: 3 !important;
}
.order-4 {
order: 4 !important;
}
.order-5 {
order: 5 !important;
}
.order-last {
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
.gap-0 {
gap: 0 !important;
}
.gap-1 {
gap: 0.25rem !important;
}
.gap-2 {
gap: 0.5rem !important;
}
.gap-3 {
gap: 1rem !important;
}
.gap-4 {
gap: 1.5rem !important;
}
.gap-5 {
gap: 3rem !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
font-size: 1.25rem !important;
}
.fs-6 {
font-size: 1rem !important;
}
.fst-italic {
font-style: italic !important;
}
.fst-normal {
font-style: normal !important;
}
.fw-light {
font-weight: 300 !important;
}
.fw-lighter {
font-weight: lighter !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-semibold {
font-weight: 600 !important;
}
.fw-bolder {
font-weight: bolder !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
} .text-break {
word-wrap: break-word !important;
word-break: break-word !important;
} .text-primary {
--bs-text-opacity: 1;
color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
--bs-text-opacity: 1;
color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
--bs-text-opacity: 1;
color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
--bs-text-opacity: 1;
color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
--bs-text-opacity: 1;
color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
--bs-text-opacity: 1;
color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
--bs-text-opacity: 1;
color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
--bs-text-opacity: 1;
color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
--bs-text-opacity: 1;
color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
--bs-text-opacity: 1;
color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
--bs-text-opacity: 1;
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
--bs-text-opacity: 1;
color: #6c757d !important;
}
.text-black-50 {
--bs-text-opacity: 1;
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
--bs-text-opacity: 1;
color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
--bs-text-opacity: 1;
color: inherit !important;
}
.text-opacity-25 {
--bs-text-opacity: 0.25;
}
.text-opacity-50 {
--bs-text-opacity: 0.5;
}
.text-opacity-75 {
--bs-text-opacity: 0.75;
}
.text-opacity-100 {
--bs-text-opacity: 1;
}
.bg-primary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
--bs-bg-opacity: 1;
background-color: transparent !important;
}
.bg-opacity-10 {
--bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
--bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
--bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
--bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
--bs-bg-opacity: 1;
}
.bg-gradient {
background-image: var(--bs-gradient) !important;
}
.user-select-all {
user-select: all !important;
}
.user-select-auto {
user-select: auto !important;
}
.user-select-none {
user-select: none !important;
}
.pe-none {
pointer-events: none !important;
}
.pe-auto {
pointer-events: auto !important;
}
.rounded {
border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
border-top-left-radius: var(--bs-border-radius) !important;
border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-end {
border-top-right-radius: var(--bs-border-radius) !important;
border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
border-bottom-right-radius: var(--bs-border-radius) !important;
border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
border-bottom-left-radius: var(--bs-border-radius) !important;
border-top-left-radius: var(--bs-border-radius) !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media (min-width: 576px) {
.float-sm-start {
float: left !important;
}
.float-sm-end {
float: right !important;
}
.float-sm-none {
float: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.justify-content-sm-evenly {
justify-content: space-evenly !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
.order-sm-first {
order: -1 !important;
}
.order-sm-0 {
order: 0 !important;
}
.order-sm-1 {
order: 1 !important;
}
.order-sm-2 {
order: 2 !important;
}
.order-sm-3 {
order: 3 !important;
}
.order-sm-4 {
order: 4 !important;
}
.order-sm-5 {
order: 5 !important;
}
.order-sm-last {
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 0.25rem !important;
}
.gap-sm-2 {
gap: 0.5rem !important;
}
.gap-sm-3 {
gap: 1rem !important;
}
.gap-sm-4 {
gap: 1.5rem !important;
}
.gap-sm-5 {
gap: 3rem !important;
}
.text-sm-start {
text-align: left !important;
}
.text-sm-end {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
.float-md-none {
float: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.justify-content-md-evenly {
justify-content: space-evenly !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
.order-md-first {
order: -1 !important;
}
.order-md-0 {
order: 0 !important;
}
.order-md-1 {
order: 1 !important;
}
.order-md-2 {
order: 2 !important;
}
.order-md-3 {
order: 3 !important;
}
.order-md-4 {
order: 4 !important;
}
.order-md-5 {
order: 5 !important;
}
.order-md-last {
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 0.25rem !important;
}
.gap-md-2 {
gap: 0.5rem !important;
}
.gap-md-3 {
gap: 1rem !important;
}
.gap-md-4 {
gap: 1.5rem !important;
}
.gap-md-5 {
gap: 3rem !important;
}
.text-md-start {
text-align: left !important;
}
.text-md-end {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.float-lg-start {
float: left !important;
}
.float-lg-end {
float: right !important;
}
.float-lg-none {
float: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.justify-content-lg-evenly {
justify-content: space-evenly !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
.order-lg-first {
order: -1 !important;
}
.order-lg-0 {
order: 0 !important;
}
.order-lg-1 {
order: 1 !important;
}
.order-lg-2 {
order: 2 !important;
}
.order-lg-3 {
order: 3 !important;
}
.order-lg-4 {
order: 4 !important;
}
.order-lg-5 {
order: 5 !important;
}
.order-lg-last {
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 0.25rem !important;
}
.gap-lg-2 {
gap: 0.5rem !important;
}
.gap-lg-3 {
gap: 1rem !important;
}
.gap-lg-4 {
gap: 1.5rem !important;
}
.gap-lg-5 {
gap: 3rem !important;
}
.text-lg-start {
text-align: left !important;
}
.text-lg-end {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-xl-start {
float: left !important;
}
.float-xl-end {
float: right !important;
}
.float-xl-none {
float: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.justify-content-xl-evenly {
justify-content: space-evenly !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
.order-xl-first {
order: -1 !important;
}
.order-xl-0 {
order: 0 !important;
}
.order-xl-1 {
order: 1 !important;
}
.order-xl-2 {
order: 2 !important;
}
.order-xl-3 {
order: 3 !important;
}
.order-xl-4 {
order: 4 !important;
}
.order-xl-5 {
order: 5 !important;
}
.order-xl-last {
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 0.25rem !important;
}
.gap-xl-2 {
gap: 0.5rem !important;
}
.gap-xl-3 {
gap: 1rem !important;
}
.gap-xl-4 {
gap: 1.5rem !important;
}
.gap-xl-5 {
gap: 3rem !important;
}
.text-xl-start {
text-align: left !important;
}
.text-xl-end {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1400px) {
.float-xxl-start {
float: left !important;
}
.float-xxl-end {
float: right !important;
}
.float-xxl-none {
float: none !important;
}
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
flex: 1 1 auto !important;
}
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-content-xxl-stretch {
align-content: stretch !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.align-self-xxl-stretch {
align-self: stretch !important;
}
.order-xxl-first {
order: -1 !important;
}
.order-xxl-0 {
order: 0 !important;
}
.order-xxl-1 {
order: 1 !important;
}
.order-xxl-2 {
order: 2 !important;
}
.order-xxl-3 {
order: 3 !important;
}
.order-xxl-4 {
order: 4 !important;
}
.order-xxl-5 {
order: 5 !important;
}
.order-xxl-last {
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.5rem !important;
}
.p-xxl-3 {
padding: 1rem !important;
}
.p-xxl-4 {
padding: 1.5rem !important;
}
.p-xxl-5 {
padding: 3rem !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.5rem !important;
}
.pt-xxl-3 {
padding-top: 1rem !important;
}
.pt-xxl-4 {
padding-top: 1.5rem !important;
}
.pt-xxl-5 {
padding-top: 3rem !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.5rem !important;
}
.pe-xxl-3 {
padding-right: 1rem !important;
}
.pe-xxl-4 {
padding-right: 1.5rem !important;
}
.pe-xxl-5 {
padding-right: 3rem !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
padding-bottom: 1rem !important;
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
padding-bottom: 3rem !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !important;
}
.gap-xxl-0 {
gap: 0 !important;
}
.gap-xxl-1 {
gap: 0.25rem !important;
}
.gap-xxl-2 {
gap: 0.5rem !important;
}
.gap-xxl-3 {
gap: 1rem !important;
}
.gap-xxl-4 {
gap: 1.5rem !important;
}
.gap-xxl-5 {
gap: 3rem !important;
}
.text-xxl-start {
text-align: left !important;
}
.text-xxl-end {
text-align: right !important;
}
.text-xxl-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.fs-1 {
font-size: 2.5rem !important;
}
.fs-2 {
font-size: 2rem !important;
}
.fs-3 {
font-size: 1.75rem !important;
}
.fs-4 {
font-size: 1.5rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}.selectize-control,.selectize-input{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#343a40;font-family:inherit;font-size:inherit;line-height:1.5;-webkit-font-smoothing:inherit}.selectize-control.single .selectize-input.input-active,.selectize-input{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #ced4da;padding:.375rem .75rem;display:inline-block;width:100%;overflow:hidden;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem}.selectize-control.multi .selectize-input.has-items{padding:calc(.375rem - 1px - 0) .75rem calc(.375rem - 1px - 3px - 0)}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default!important}.selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:1px 3px;background:#efefef;color:#343a40;border:0 solid #999}.selectize-control.multi .selectize-input>div.active{background:#007bff;color:#fff;border:0 solid transparent}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#878787;background:#fff;border:0 solid #e6e6e6}.selectize-input>input{display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0!important;text-indent:0!important;border:0!important;background:0 0!important;line-height:inherit!important;-webkit-user-select:auto!important;-webkit-box-shadow:none;box-shadow:none}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:0!important}.selectize-input::after{content:' ';display:block;clear:left}.selectize-input.dropdown-active::before{content:' ';position:absolute;background:#fff;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;border:1px solid #d0d0d0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(255,237,40,.4);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.selectize-dropdown .optgroup-header,.selectize-dropdown .option{padding:3px .75rem}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#6c757d;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f8f9fa;color:#16181b}.selectize-dropdown .active.create{color:#16181b}.selectize-dropdown .create{color:rgba(52,58,64,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;-webkit-overflow-scrolling:touch}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:' ';display:block;position:absolute;top:50%;right:calc(.75rem + 5px);margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0;border-color:#343a40 transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px;border-color:transparent transparent #343a40}.selectize-control.rtl.single .selectize-input:after{left:calc(.75rem + 5px);right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px!important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fff}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible!important;background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;border:0!important;-webkit-box-shadow:inset 0 0 12px 4px #fff;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:'!';visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-dropdown-header{position:relative;border-bottom:1px solid #d0d0d0;background:#f8f8f8;-webkit-border-radius:.25rem .25rem 0 0;-moz-border-radius:.25rem .25rem 0 0;border-radius:.25rem .25rem 0 0}.selectize-dropdown-header-close{position:absolute;right:.75rem;top:50%;color:#343a40;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.selectize-dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px!important}.selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:17px;text-align:center;font-weight:700;font-size:12px;color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:1px 0 0;border-left:1px solid #999;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:transparent}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:0 0}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#e6e6e6}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.selectize-dropdown,.selectize-dropdown.form-control{height:auto;padding:0;margin:2px 0 0;z-index:1000;background:#fff;border:1px solid rgba(0,0,0,.15);-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.selectize-dropdown .optgroup-header{font-size:.875rem;line-height:1.5}.selectize-dropdown .optgroup:first-child:before{display:none}.selectize-dropdown .optgroup:before{content:' ';display:block;height:0;margin:.5rem -.75rem;overflow:hidden;border-top:1px solid #e5e5e5}.selectize-dropdown .create{padding-left:.75rem}.selectize-dropdown-content{padding:5px 0}.selectize-dropdown-header{padding:6px .75rem}.selectize-input{min-height:calc(2.25rem + 2px)}.selectize-input.dropdown-active{-webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem}.selectize-input.dropdown-active::before{display:none}.selectize-input.focus{border-color:#adb5bd;outline:0;-webkit-box-shadow:none;box-shadow:none}.is-invalid .selectize-input{border-color:#dc3545;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.is-invalid .selectize-input:focus{border-color:#bd2130;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #eb8c95;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #eb8c95}.selectize-control.multi .selectize-input.has-items{padding-left:calc(.75rem - 3px);padding-right:calc(.75rem - 3px)}.selectize-control.multi .selectize-input>div{-webkit-border-radius:calc(.25rem - 1px);-moz-border-radius:calc(.25rem - 1px);border-radius:calc(.25rem - 1px)}.form-control.selectize-control{padding:0;height:auto;border:none;background:0 0;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}@font-face {
font-family: "Flaticon";
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/fonts/Flaticon.eot?v=1);
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/fonts/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/fonts/Flaticon.woff?v=1) format("woff"),
url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/fonts/Flaticon.ttf?v=1) format("truetype"),
url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/fonts/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/fonts/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 0;
}
.flaticon-001-clock-1:before { content: "\f100"; }
.flaticon-002-medicine-2:before { content: "\f101"; }
.flaticon-003-chat:before { content: "\f102"; }
.flaticon-004-blood-sample-2:before { content: "\f103"; }
.flaticon-005-blood-donation-3:before { content: "\f104"; }
.flaticon-006-cardiogram-8:before { content: "\f105"; }
.flaticon-007-calendar-3:before { content: "\f106"; }
.flaticon-008-ambulance-6:before { content: "\f107"; }
.flaticon-009-cardiogram-7:before { content: "\f108"; }
.flaticon-010-mortar-2:before { content: "\f109"; }
.flaticon-011-atoms:before { content: "\f10a"; }
.flaticon-012-calendar-2:before { content: "\f10b"; }
.flaticon-013-blood-donation-2:before { content: "\f10c"; }
.flaticon-014-clinic-history-8:before { content: "\f10d"; }
.flaticon-015-blood-donation-1:before { content: "\f10e"; }
.flaticon-016-doctor-1:before { content: "\f10f"; }
.flaticon-017-molecules:before { content: "\f110"; }
.flaticon-018-scale-1:before { content: "\f111"; }
.flaticon-019-skull:before { content: "\f112"; }
.flaticon-020-hospital-bed-1:before { content: "\f113"; }
.flaticon-021-hospital-9:before { content: "\f114"; }
.flaticon-022-fish:before { content: "\f115"; }
.flaticon-023-knife:before { content: "\f116"; }
.flaticon-024-spermatozoon:before { content: "\f117"; }
.flaticon-025-printer:before { content: "\f118"; }
.flaticon-026-bones:before { content: "\f119"; }
.flaticon-027-stomach:before { content: "\f11a"; }
.flaticon-028-cardiogram-6:before { content: "\f11b"; }
.flaticon-029-stretcher-1:before { content: "\f11c"; }
.flaticon-030-clinic-history-7:before { content: "\f11d"; }
.flaticon-031-scanner:before { content: "\f11e"; }
.flaticon-032-laptop-3:before { content: "\f11f"; }
.flaticon-033-scale:before { content: "\f120"; }
.flaticon-034-folder:before { content: "\f121"; }
.flaticon-035-clinic-history-6:before { content: "\f122"; }
.flaticon-036-hospital-8:before { content: "\f123"; }
.flaticon-037-tablets:before { content: "\f124"; }
.flaticon-038-medicine-book-1:before { content: "\f125"; }
.flaticon-039-emergency-call-1:before { content: "\f126"; }
.flaticon-040-placeholder:before { content: "\f127"; }
.flaticon-041-helicopter:before { content: "\f128"; }
.flaticon-042-hospital-7:before { content: "\f129"; }
.flaticon-043-dropper-1:before { content: "\f12a"; }
.flaticon-044-dumbbell:before { content: "\f12b"; }
.flaticon-045-molecule:before { content: "\f12c"; }
.flaticon-046-cardiogram-5:before { content: "\f12d"; }
.flaticon-047-head:before { content: "\f12e"; }
.flaticon-048-lungs:before { content: "\f12f"; }
.flaticon-049-glasses:before { content: "\f130"; }
.flaticon-050-mortar-1:before { content: "\f131"; }
.flaticon-051-emergency-call:before { content: "\f132"; }
.flaticon-052-flask-2:before { content: "\f133"; }
.flaticon-053-medical-history:before { content: "\f134"; }
.flaticon-054-ambulance-5:before { content: "\f135"; }
.flaticon-055-calendar-1:before { content: "\f136"; }
.flaticon-056-first-aid-kit-5:before { content: "\f137"; }
.flaticon-057-crutch:before { content: "\f138"; }
.flaticon-058-blood-transfusion-2:before { content: "\f139"; }
.flaticon-059-ambulance-4:before { content: "\f13a"; }
.flaticon-060-cardiogram-4:before { content: "\f13b"; }
.flaticon-061-nuclear-1:before { content: "\f13c"; }
.flaticon-062-cardiogram-3:before { content: "\f13d"; }
.flaticon-063-thermometer-2:before { content: "\f13e"; }
.flaticon-064-hospital-6:before { content: "\f13f"; }
.flaticon-065-hospital-bed:before { content: "\f140"; }
.flaticon-066-cardiogram-2:before { content: "\f141"; }
.flaticon-067-clinic-history-5:before { content: "\f142"; }
.flaticon-068-ambulance-3:before { content: "\f143"; }
.flaticon-069-test-tube:before { content: "\f144"; }
.flaticon-070-first-aid-kit-4:before { content: "\f145"; }
.flaticon-071-clipboard-2:before { content: "\f146"; }
.flaticon-072-hospital-5:before { content: "\f147"; }
.flaticon-073-laptop-2:before { content: "\f148"; }
.flaticon-074-laptop-1:before { content: "\f149"; }
.flaticon-075-cardiogram-1:before { content: "\f14a"; }
.flaticon-076-microscope:before { content: "\f14b"; }
.flaticon-077-ribbon:before { content: "\f14c"; }
.flaticon-078-patch-2:before { content: "\f14d"; }
.flaticon-079-safebox:before { content: "\f14e"; }
.flaticon-080-shield:before { content: "\f14f"; }
.flaticon-081-dropper:before { content: "\f150"; }
.flaticon-082-pills-3:before { content: "\f151"; }
.flaticon-083-stethoscope:before { content: "\f152"; }
.flaticon-084-pills-2:before { content: "\f153"; }
.flaticon-085-blood-sample-1:before { content: "\f154"; }
.flaticon-086-flask-1:before { content: "\f155"; }
.flaticon-087-glass-of-water:before { content: "\f156"; }
.flaticon-088-injection-1:before { content: "\f157"; }
.flaticon-089-blood-transfusion-1:before { content: "\f158"; }
.flaticon-090-vaccine:before { content: "\f159"; }
.flaticon-091-no-smoking:before { content: "\f15a"; }
.flaticon-092-clock:before { content: "\f15b"; }
.flaticon-093-pills-1:before { content: "\f15c"; }
.flaticon-094-blood-drop-1:before { content: "\f15d"; }
.flaticon-095-patch-1:before { content: "\f15e"; }
.flaticon-096-calendar:before { content: "\f15f"; }
.flaticon-097-flask:before { content: "\f160"; }
.flaticon-098-blood-drop:before { content: "\f161"; }
.flaticon-099-first-aid-kit-3:before { content: "\f162"; }
.flaticon-100-voltmeter:before { content: "\f163"; }
.flaticon-101-cardiogram:before { content: "\f164"; }
.flaticon-102-hospital-4:before { content: "\f165"; }
.flaticon-103-nuclear:before { content: "\f166"; }
.flaticon-104-blood-sample:before { content: "\f167"; }
.flaticon-105-first-aid-kit-2:before { content: "\f168"; }
.flaticon-106-first-aid-kit-1:before { content: "\f169"; }
.flaticon-107-medicine-1:before { content: "\f16a"; }
.flaticon-108-hospital-3:before { content: "\f16b"; }
.flaticon-109-injection:before { content: "\f16c"; }
.flaticon-110-hospital-2:before { content: "\f16d"; }
.flaticon-111-ambulance-2:before { content: "\f16e"; }
.flaticon-112-mortar:before { content: "\f16f"; }
.flaticon-113-clinic-history-4:before { content: "\f170"; }
.flaticon-114-pill:before { content: "\f171"; }
.flaticon-115-ambulance-1:before { content: "\f172"; }
.flaticon-116-patch:before { content: "\f173"; }
.flaticon-117-stretcher:before { content: "\f174"; }
.flaticon-118-blood-transfusion:before { content: "\f175"; }
.flaticon-119-clipboard-1:before { content: "\f176"; }
.flaticon-120-monitor-1:before { content: "\f177"; }
.flaticon-121-smartphone-4:before { content: "\f178"; }
.flaticon-122-clinic-history-3:before { content: "\f179"; }
.flaticon-123-smartphone-3:before { content: "\f17a"; }
.flaticon-124-laptop:before { content: "\f17b"; }
.flaticon-125-clinic-history-2:before { content: "\f17c"; }
.flaticon-126-medicine:before { content: "\f17d"; }
.flaticon-127-thermometer-1:before { content: "\f17e"; }
.flaticon-128-thermometer:before { content: "\f17f"; }
.flaticon-129-hospital-1:before { content: "\f180"; }
.flaticon-130-clinic-history-1:before { content: "\f181"; }
.flaticon-131-venus:before { content: "\f182"; }
.flaticon-132-medicine-book:before { content: "\f183"; }
.flaticon-133-smartphone-2:before { content: "\f184"; }
.flaticon-134-smartphone-1:before { content: "\f185"; }
.flaticon-135-hospital:before { content: "\f186"; }
.flaticon-136-monitor:before { content: "\f187"; }
.flaticon-137-doctor:before { content: "\f188"; }
.flaticon-138-loupe:before { content: "\f189"; }
.flaticon-139-first-aid-kit:before { content: "\f18a"; }
.flaticon-140-healthcare:before { content: "\f18b"; }
.flaticon-141-clinic-history:before { content: "\f18c"; }
.flaticon-142-ambulance:before { content: "\f18d"; }
.flaticon-143-teeth:before { content: "\f18e"; }
.flaticon-144-blood-donation:before { content: "\f18f"; }
.flaticon-145-flag:before { content: "\f190"; }
.flaticon-146-archive:before { content: "\f191"; }
.flaticon-147-pills:before { content: "\f192"; }
.flaticon-148-smartphone:before { content: "\f193"; }
.flaticon-149-bottle:before { content: "\f194"; }
.flaticon-150-clipboard:before { content: "\f195"; }@font-face {
font-family: 'Tonicons';
src:  url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/fonts/Tonicons.eot?7oxe9t);
src:  url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/fonts/Tonicons.eot?7oxe9t#iefix) format('embedded-opentype'),
url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/fonts/Tonicons.ttf?7oxe9t) format('truetype'),
url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/fonts/Tonicons.woff?7oxe9t) format('woff'),
url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/fonts/Tonicons.svg?7oxe9t#Tonicons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] { font-family: 'Tonicons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-Line-3d-glasses:before {
content: "\e900";
}
.ti-Line-Airplane:before {
content: "\e901";
}
.ti-Line-Allign-center:before {
content: "\e902";
}
.ti-Line-Allign-left:before {
content: "\e903";
}
.ti-Line-Allign-right:before {
content: "\e904";
}
.ti-Line-Allign:before {
content: "\e905";
}
.ti-Line-Arrow:before {
content: "\e906";
}
.ti-Line-Attach:before {
content: "\e907";
}
.ti-Line-Backpack:before {
content: "\e908";
}
.ti-Line-Bag-1:before {
content: "\e909";
}
.ti-Line-Bag-2:before {
content: "\e90a";
}
.ti-Line-Bagel:before {
content: "\e90b";
}
.ti-Line-Baseball:before {
content: "\e90c";
}
.ti-Line-Battery:before {
content: "\e90d";
}
.ti-Line-Bike:before {
content: "\e90e";
}
.ti-Line-Billiard-ball:before {
content: "\e90f";
}
.ti-Line-Bluetooth:before {
content: "\e910";
}
.ti-Line-Bowling-ball:before {
content: "\e911";
}
.ti-Line-Box-1:before {
content: "\e912";
}
.ti-Line-Box-2:before {
content: "\e913";
}
.ti-Line-Box-3:before {
content: "\e914";
}
.ti-Line-Burger:before {
content: "\e915";
}
.ti-Line-Cake:before {
content: "\e916";
}
.ti-Line-Calculator:before {
content: "\e917";
}
.ti-Line-Calendar-1:before {
content: "\e918";
}
.ti-Line-Calendar-2:before {
content: "\e919";
}
.ti-Line-Camera-1:before {
content: "\e91a";
}
.ti-Line-Camera:before {
content: "\e91b";
}
.ti-Line-Car:before {
content: "\e91c";
}
.ti-Line-Cash-register:before {
content: "\e91d";
}
.ti-Line-Chart-1:before {
content: "\e91e";
}
.ti-Line-Chart-2:before {
content: "\e91f";
}
.ti-Line-Chart-3:before {
content: "\e920";
}
.ti-Line-Chart-4:before {
content: "\e921";
}
.ti-Line-Chart-5:before {
content: "\e922";
}
.ti-Line-Chart-6:before {
content: "\e923";
}
.ti-Line-Chart-7:before {
content: "\e924";
}
.ti-Line-Chat-1:before {
content: "\e925";
}
.ti-Line-Chat-2:before {
content: "\e926";
}
.ti-Line-Check:before {
content: "\e927";
}
.ti-Line-Clapper:before {
content: "\e928";
}
.ti-Line-Clock-2:before {
content: "\e929";
}
.ti-Line-Clock-tower:before {
content: "\e92a";
}
.ti-Line-Clock:before {
content: "\e92b";
}
.ti-Line-Cloud-1:before {
content: "\e92c";
}
.ti-Line-Cloud-2:before {
content: "\e92d";
}
.ti-Line-Cloud-3:before {
content: "\e92e";
}
.ti-Line-Cloud-4:before {
content: "\e92f";
}
.ti-Line-Cloud-5:before {
content: "\e930";
}
.ti-Line-Cloud-6:before {
content: "\e931";
}
.ti-Line-Cloud-7:before {
content: "\e932";
}
.ti-Line-Cloud-8:before {
content: "\e933";
}
.ti-Line-Cloud-9:before {
content: "\e934";
}
.ti-Line-Cloud-10:before {
content: "\e935";
}
.ti-Line-Cloud-11:before {
content: "\e936";
}
.ti-Line-Cloud-12:before {
content: "\e937";
}
.ti-Line-Cloud-13:before {
content: "\e938";
}
.ti-Line-Cloud-14:before {
content: "\e939";
}
.ti-Line-Cloud-15:before {
content: "\e93a";
}
.ti-Line-Cloud-16:before {
content: "\e93b";
}
.ti-Line-Cloud-17:before {
content: "\e93c";
}
.ti-Line-Cloud-18:before {
content: "\e93d";
}
.ti-Line-Cocktail:before {
content: "\e93e";
}
.ti-Line-Coffee-mug-2 .path1:before {
content: "\e93f";
color: rgb(91, 85, 77);
}
.ti-Line-Coffee-mug-2 .path2:before {
content: "\e940";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Coffee-mug-2 .path3:before {
content: "\e941";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.ti-Line-Coffee-mug-2 .path4:before {
content: "\e942";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Coffee-mug-2 .path5:before {
content: "\e943";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Coffee-mug-3 .path1:before {
content: "\e944";
color: rgb(91, 85, 77);
}
.ti-Line-Coffee-mug-3 .path2:before {
content: "\e945";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Coffee-mug-3 .path3:before {
content: "\e946";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.ti-Line-Coffee-mug-3 .path4:before {
content: "\e947";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Coffee-mug-3 .path5:before {
content: "\e948";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Coffee-mug-4:before {
content: "\e949";
}
.ti-Line-Coffee-mug:before {
content: "\e94a";
}
.ti-Line-Cog:before {
content: "\e94b";
}
.ti-Line-Cogs:before {
content: "\e94c";
}
.ti-Line-Compass:before {
content: "\e94d";
}
.ti-Line-Credit-Card:before {
content: "\e94e";
}
.ti-Line-Crescent-moon:before {
content: "\e94f";
}
.ti-Line-Crop:before {
content: "\e950";
}
.ti-Line-Data:before {
content: "\e951";
}
.ti-Line-Database:before {
content: "\e952";
}
.ti-Line-Degree-1:before {
content: "\e953";
}
.ti-Line-Diamond:before {
content: "\e955";
}
.ti-Line-Dollar:before {
content: "\e956";
}
.ti-Line-Dont-disturb:before {
content: "\e957";
}
.ti-Line-Download-1:before {
content: "\e958";
}
.ti-Line-Download-2:before {
content: "\e959";
}
.ti-Line-Download-3:before {
content: "\e95a";
}
.ti-Line-Download-4:before {
content: "\e95b";
}
.ti-Line-Download-5:before {
content: "\e95c";
}
.ti-Line-Eiffel-tower:before {
content: "\e95d";
}
.ti-Line-Eject:before {
content: "\e95e";
}
.ti-Line-Email-2:before {
content: "\e95f";
}
.ti-Line-Email-3:before {
content: "\e960";
}
.ti-Line-Email:before {
content: "\e961";
}
.ti-Line-Equalizer-2:before {
content: "\e962";
}
.ti-Line-Equalizer:before {
content: "\e963";
}
.ti-Line-Euro:before {
content: "\e964";
}
.ti-Line-Eye:before {
content: "\e965";
}
.ti-Line-File-1:before {
content: "\e966";
}
.ti-Line-File-2:before {
content: "\e967";
}
.ti-Line-File-3:before {
content: "\e968";
}
.ti-Line-File-4:before {
content: "\e969";
}
.ti-Line-File-5:before {
content: "\e96a";
}
.ti-Line-File-6:before {
content: "\e96b";
}
.ti-Line-File-7:before {
content: "\e96c";
}
.ti-Line-File-8:before {
content: "\e96d";
}
.ti-Line-File-9:before {
content: "\e96e";
}
.ti-Line-File-10:before {
content: "\e96f";
}
.ti-Line-File-11:before {
content: "\e970";
}
.ti-Line-File-12:before {
content: "\e971";
}
.ti-Line-File-13:before {
content: "\e972";
}
.ti-Line-File-14:before {
content: "\e973";
}
.ti-Line-File-15:before {
content: "\e974";
}
.ti-Line-File-16:before {
content: "\e975";
}
.ti-Line-File-17:before {
content: "\e976";
}
.ti-Line-File-18:before {
content: "\e977";
}
.ti-Line-File-19:before {
content: "\e978";
}
.ti-Line-File-20:before {
content: "\e979";
}
.ti-Line-File-21:before {
content: "\e97a";
}
.ti-Line-File-22:before {
content: "\e97b";
}
.ti-Line-Film-roll:before {
content: "\e97c";
}
.ti-Line-Film-strip:before {
content: "\e97d";
}
.ti-Line-Fire:before {
content: "\e97e";
}
.ti-Line-Flag-2:before {
content: "\e97f";
}
.ti-Line-Flag:before {
content: "\e980";
}
.ti-Line-Flash:before {
content: "\e981";
}
.ti-Line-Folder-1:before {
content: "\e982";
}
.ti-Line-Folder-2:before {
content: "\e983";
}
.ti-Line-Folder-3:before {
content: "\e984";
}
.ti-Line-Folder-4:before {
content: "\e985";
}
.ti-Line-Folder-5:before {
content: "\e986";
}
.ti-Line-Folder-6:before {
content: "\e987";
}
.ti-Line-Football:before {
content: "\e988";
}
.ti-Line-Forward:before {
content: "\e989";
}
.ti-Line-Fries:before {
content: "\e98a";
}
.ti-Line-Gallery-2:before {
content: "\e98b";
}
.ti-Line-Gallery-3:before {
content: "\e98c";
}
.ti-Line-Gallery:before {
content: "\e98d";
}
.ti-Line-Glass-1:before {
content: "\e98e";
}
.ti-Line-Glass-2:before {
content: "\e98f";
}
.ti-Line-Globe:before {
content: "\e990";
}
.ti-Line-Gong:before {
content: "\e991";
}
.ti-Line-Guitar .path1:before {
content: "\e992";
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path2:before {
content: "\e993";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path3:before {
content: "\e994";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path4:before {
content: "\e995";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path5:before {
content: "\e996";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path6:before {
content: "\e997";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path7:before {
content: "\e998";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path8:before {
content: "\e999";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path9:before {
content: "\e99a";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path10:before {
content: "\e99b";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path11:before {
content: "\e99c";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path12:before {
content: "\e99d";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path13:before {
content: "\e99e";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path14:before {
content: "\e99f";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path15:before {
content: "\e9a0";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path16:before {
content: "\e9a1";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path17:before {
content: "\e9a2";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path18:before {
content: "\e9a3";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path19:before {
content: "\e9a4";
margin-left: -1em;
color: rgb(91, 85, 77);
}
.ti-Line-Guitar .path20:before {
content: "\e9a5";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.ti-Line-Hat-glasses:before {
content: "\e9a6";
}
.ti-Line-Headphone-1:before {
content: "\e9a7";
}
.ti-Line-Headphone-2:before {
content: "\e9a8";
}
.ti-Line-Heart:before {
content: "\e9a9";
}
.ti-Line-Home:before {
content: "\e9aa";
}
.ti-Line-Hot-dog:before {
content: "\e9ab";
}
.ti-Line-Ice-cream-1:before {
content: "\e9ac";
}
.ti-Line-Ice-cream-2:before {
content: "\e9ad";
}
.ti-Line-icon:before {
content: "\e9ae";
}
.ti-Line-ID:before {
content: "\e9af";
}
.ti-Line-Info:before {
content: "\e9b0";
}
.ti-Line-Island:before {
content: "\e9b1";
}
.ti-Line-Key-2:before {
content: "\e9b2";
}
.ti-Line-Key:before {
content: "\e9b3";
}
.ti-Line-Knives-forks-2:before {
content: "\e9b4";
}
.ti-Line-Knives-forks:before {
content: "\e9b5";
}
.ti-Line-Label:before {
content: "\e9b6";
}
.ti-Line-Laptop:before {
content: "\e9b7";
}
.ti-Line-Lemon:before {
content: "\e9b8";
}
.ti-Line-Link:before {
content: "\e9b9";
}
.ti-Line-Loading:before {
content: "\e9ba";
}
.ti-Line-Lock-1:before {
content: "\e9bb";
}
.ti-Line-Lock-2:before {
content: "\e9bc";
}
.ti-Line-Map-Pin-2:before {
content: "\e9bd";
}
.ti-Line-Map-Pin-3:before {
content: "\e9be";
}
.ti-Line-Map-Pin-4:before {
content: "\e9bf";
}
.ti-Line-Map-Pin:before {
content: "\e9c0";
}
.ti-Line-Medal:before {
content: "\e9c1";
}
.ti-Line-Megaphone-1:before {
content: "\e9c2";
}
.ti-Line-Megaphone:before {
content: "\e9c3";
}
.ti-Line-Microphone-2:before {
content: "\e9c4";
}
.ti-Line-Microphone-3:before {
content: "\e9c5";
}
.ti-Line-Microphone:before {
content: "\e9c6";
}
.ti-Line-Money-1:before {
content: "\e9c7";
}
.ti-Line-Money-2:before {
content: "\e9c8";
}
.ti-Line-Motorcycle:before {
content: "\e9c9";
}
.ti-Line-Mustache:before {
content: "\e9ca";
}
.ti-Line-Navigation:before {
content: "\e9cb";
}
.ti-Line-Network-1:before {
content: "\e9cc";
}
.ti-Line-Network-2:before {
content: "\e9cd";
}
.ti-Line-Network-3:before {
content: "\e9ce";
}
.ti-Line-New-email:before {
content: "\e9cf";
}
.ti-Line-New:before {
content: "\e9d0";
}
.ti-Line-Newspaper:before {
content: "\e9d1";
}
.ti-Line-Nota-1:before {
content: "\e9d2";
}
.ti-Line-Nota-2:before {
content: "\e9d3";
}
.ti-Line-Open-1:before {
content: "\e9d4";
}
.ti-Line-Open:before {
content: "\e9d5";
}
.ti-Line-Origami:before {
content: "\e9d6";
}
.ti-Line-Paint-roll:before {
content: "\e9d7";
}
.ti-Line-Paper-plane:before {
content: "\e9d8";
}
.ti-Line-Passport:before {
content: "\e9d9";
}
.ti-Line-Pause:before {
content: "\e9da";
}
.ti-Line-Pen:before {
content: "\e9db";
}
.ti-Line-People-1:before {
content: "\e9dc";
}
.ti-Line-People-2:before {
content: "\e9dd";
}
.ti-Line-Person:before {
content: "\e9de";
}
.ti-Line-Phone:before {
content: "\e9df";
}
.ti-Line-Photo-1:before {
content: "\e9e0";
}
.ti-Line-Photo-2:before {
content: "\e9e1";
}
.ti-Line-Piano:before {
content: "\e9e2";
}
.ti-Line-Pie-Chart-1:before {
content: "\e9e3";
}
.ti-Line-Pie-Chart-2:before {
content: "\e9e4";
}
.ti-Line-Pin-helmet:before {
content: "\e9e5";
}
.ti-Line-Pizza:before {
content: "\e9e6";
}
.ti-Line-Play:before {
content: "\e9e7";
}
.ti-Line-Popcorn:before {
content: "\e9e8";
}
.ti-Line-Printer-fax:before {
content: "\e9e9";
}
.ti-Line-Pyramids:before {
content: "\e9ea";
}
.ti-Line-Radio:before {
content: "\e9eb";
}
.ti-Line-Rain:before {
content: "\e9ec";
}
.ti-Line-Refresh-1:before {
content: "\e9ed";
}
.ti-Line-Refresh-2:before {
content: "\e9ee";
}
.ti-Line-Rugby-ball:before {
content: "\e9ef";
}
.ti-Line-Satellite-2:before {
content: "\e9f0";
}
.ti-Line-Satellite:before {
content: "\e9f1";
}
.ti-Line-Scale-1:before {
content: "\e9f2";
}
.ti-Line-Scale-2:before {
content: "\e9f3";
}
.ti-Line-Scale-3:before {
content: "\e9f4";
}
.ti-Line-Scale-4:before {
content: "\e9f5";
}
.ti-Line-scissors:before {
content: "\e9f6";
}
.ti-Line-Screen-1:before {
content: "\e9f7";
}
.ti-Line-Screen-2:before {
content: "\e9f8";
}
.ti-Line-Screen-3:before {
content: "\e9f9";
}
.ti-Line-Screen-4:before {
content: "\e9fa";
}
.ti-Line-Send-1:before {
content: "\e9fb";
}
.ti-Line-Send-2:before {
content: "\e9fc";
}
.ti-Line-Setup-1:before {
content: "\e9fd";
}
.ti-Line-Share:before {
content: "\e9fe";
}
.ti-Line-Ship:before {
content: "\e9ff";
}
.ti-Line-Shopping-basket-1:before {
content: "\ea00";
}
.ti-Line-Shopping-basket-2:before {
content: "\ea01";
}
.ti-Line-Shopping-basket-3:before {
content: "\ea02";
}
.ti-Line-Shopping-cart-1:before {
content: "\ea03";
}
.ti-Line-Shopping-cart-2:before {
content: "\ea04";
}
.ti-Line-Shopping-cart-3:before {
content: "\ea05";
}
.ti-Line-Shuffle:before {
content: "\ea06";
}
.ti-Line-Smartphone-1:before {
content: "\ea07";
}
.ti-Line-Smartphone-2:before {
content: "\ea08";
}
.ti-Line-Soccer-ball:before {
content: "\ea09";
}
.ti-Line-Sound-2:before {
content: "\ea0a";
}
.ti-Line-Sound-close:before {
content: "\ea0b";
}
.ti-Line-Sound:before {
content: "\ea0c";
}
.ti-Line-Speaker:before {
content: "\ea0d";
}
.ti-Line-Speech-bubble-1:before {
content: "\ea0e";
}
.ti-Line-Speech-bubble-2:before {
content: "\ea0f";
}
.ti-Line-Speech-bubble-3:before {
content: "\ea10";
}
.ti-Line-Speech-bubble-4:before {
content: "\ea11";
}
.ti-Line-Speech-bubble-5:before {
content: "\ea12";
}
.ti-Line-Speech-bubble-6:before {
content: "\ea13";
}
.ti-Line-Speech-bubble-7:before {
content: "\ea14";
}
.ti-Line-Star:before {
content: "\ea15";
}
.ti-Line-Stop:before {
content: "\ea16";
}
.ti-Line-Stopwatch:before {
content: "\ea17";
}
.ti-Line-Store:before {
content: "\ea18";
}
.ti-Line-Suitcase-1:before {
content: "\ea19";
}
.ti-Line-Suitcase-2:before {
content: "\ea1a";
}
.ti-Line-Sun:before {
content: "\ea1b";
}
.ti-Line-Sunbed:before {
content: "\ea1c";
}
.ti-Line-Tablet:before {
content: "\ea1d";
}
.ti-Line-Target:before {
content: "\ea1e";
}
.ti-Line-Tennis-ball:before {
content: "\ea1f";
}
.ti-Line-Tent:before {
content: "\ea20";
}
.ti-Line-Test-tube:before {
content: "\ea21";
}
.ti-Line-Text-1:before {
content: "\ea22";
}
.ti-Line-Text-2:before {
content: "\ea23";
}
.ti-Line-Thermometer:before {
content: "\ea24";
}
.ti-Line-Thinking-bubble-1:before {
content: "\ea25";
}
.ti-Line-Thinking-bubble-2:before {
content: "\ea26";
}
.ti-Line-Thinking-bubble-3:before {
content: "\ea27";
}
.ti-Line-Thinking-bubble:before {
content: "\ea28";
}
.ti-Line-Thumbs-up:before {
content: "\ea29";
}
.ti-Line-Tool:before {
content: "\ea2a";
}
.ti-Line-Tornado:before {
content: "\ea2b";
}
.ti-Line-Train:before {
content: "\ea2c";
}
.ti-Line-Trash:before {
content: "\ea2d";
}
.ti-Line-Turn-table:before {
content: "\ea2e";
}
.ti-Line-Umbrella-1:before {
content: "\ea2f";
}
.ti-Line-Umbrella-2:before {
content: "\ea30";
}
.ti-Line-Umbrella-3:before {
content: "\ea31";
}
.ti-Line-Umbrella-4:before {
content: "\ea32";
}
.ti-Line-Upload-1:before {
content: "\ea33";
}
.ti-Line-Upload-2:before {
content: "\ea34";
}
.ti-Line-Upload-3:before {
content: "\ea35";
}
.ti-Line-Volleyball:before {
content: "\ea36";
}
.ti-Line-Wind-1:before {
content: "\ea37";
}
.ti-Line-Wind-2:before {
content: "\ea38";
}
.ti-Line-Wind-3:before {
content: "\ea39";
}
.ti-Line-Wind-4:before {
content: "\ea3a";
}
.ti-Line-Wind-cock:before {
content: "\ea3b";
}
.ti-Line-Wind:before {
content: "\ea3c";
}
.ti-Line-Zoom-in1:before {
content: "\ea3d";
}
.ti-Line-Zoom-in2:before {
content: "\ea3e";
}
.ti-Line-Zoom-out1:before {
content: "\ea3f";
}
.ti-Line-Zoom-out2:before {
content: "\ea40";
}.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900); }
.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-2xs {
font-size: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em; }
.fa-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em; }
.fa-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em; }
.fa-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em; }
.fa-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em; }
.fa-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: var(--fa-li-margin, 2.5em);
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: calc(var(--fa-li-width, 2em) * -1);
position: absolute;
text-align: center;
width: var(--fa-li-width, 2em);
line-height: inherit; }
.fa-border {
border-color: var(--fa-border-color, #eee);
border-radius: var(--fa-border-radius, 0.1em);
border-style: var(--fa-border-style, solid);
border-width: var(--fa-border-width, 0.08em);
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
.fa-pull-left {
float: left;
margin-right: var(--fa-pull-margin, 0.3em); }
.fa-pull-right {
float: right;
margin-left: var(--fa-pull-margin, 0.3em); }
.fa-beat {
-webkit-animation-name: fa-beat;
animation-name: fa-beat;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-bounce {
-webkit-animation-name: fa-bounce;
animation-name: fa-bounce;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fa-fade {
-webkit-animation-name: fa-fade;
animation-name: fa-fade;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-beat-fade {
-webkit-animation-name: fa-beat-fade;
animation-name: fa-beat-fade;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fa-flip {
-webkit-animation-name: fa-flip;
animation-name: fa-flip;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
.fa-shake {
-webkit-animation-name: fa-shake;
animation-name: fa-shake;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-delay: var(--fa-animation-delay, 0);
animation-delay: var(--fa-animation-delay, 0);
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 2s);
animation-duration: var(--fa-animation-duration, 2s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
animation-timing-function: var(--fa-animation-timing, linear); }
.fa-spin-reverse {
--fa-animation-direction: reverse; }
.fa-pulse,
.fa-spin-pulse {
-webkit-animation-name: fa-spin;
animation-name: fa-spin;
-webkit-animation-direction: var(--fa-animation-direction, normal);
animation-direction: var(--fa-animation-direction, normal);
-webkit-animation-duration: var(--fa-animation-duration, 1s);
animation-duration: var(--fa-animation-duration, 1s);
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
animation-timing-function: var(--fa-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
.fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
-webkit-animation-delay: -1ms;
animation-delay: -1ms;
-webkit-animation-duration: 1ms;
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s; } }
@-webkit-keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1); }
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-beat {
0%, 90% {
-webkit-transform: scale(1);
transform: scale(1); }
45% {
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
transform: scale(var(--fa-beat-scale, 1.25)); } }
@-webkit-keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); } }
@keyframes fa-bounce {
0% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
10% {
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
50% {
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
64% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); }
100% {
-webkit-transform: scale(1, 1) translateY(0);
transform: scale(1, 1) translateY(0); } }
@-webkit-keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-fade {
50% {
opacity: var(--fa-fade-opacity, 0.4); } }
@-webkit-keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-beat-fade {
0%, 100% {
opacity: var(--fa-beat-fade-opacity, 0.4);
-webkit-transform: scale(1);
transform: scale(1); }
50% {
opacity: 1;
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@-webkit-keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-flip {
50% {
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@-webkit-keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg); }
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg); }
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg); }
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg); }
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg); }
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg); }
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@keyframes fa-shake {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
4% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg); }
8%, 24% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg); }
12%, 28% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg); }
16% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg); }
20% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg); }
32% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg); }
36% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg); }
40%, 100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
.fa-rotate-by {
-webkit-transform: rotate(var(--fa-rotate-angle, none));
transform: rotate(var(--fa-rotate-angle, none)); }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fa-stack-z-index, auto); }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: var(--fa-inverse, #fff); } .fa-0::before {
content: "\30"; }
.fa-1::before {
content: "\31"; }
.fa-2::before {
content: "\32"; }
.fa-3::before {
content: "\33"; }
.fa-4::before {
content: "\34"; }
.fa-5::before {
content: "\35"; }
.fa-6::before {
content: "\36"; }
.fa-7::before {
content: "\37"; }
.fa-8::before {
content: "\38"; }
.fa-9::before {
content: "\39"; }
.fa-a::before {
content: "\41"; }
.fa-address-book::before {
content: "\f2b9"; }
.fa-contact-book::before {
content: "\f2b9"; }
.fa-address-card::before {
content: "\f2bb"; }
.fa-contact-card::before {
content: "\f2bb"; }
.fa-vcard::before {
content: "\f2bb"; }
.fa-align-center::before {
content: "\f037"; }
.fa-align-justify::before {
content: "\f039"; }
.fa-align-left::before {
content: "\f036"; }
.fa-align-right::before {
content: "\f038"; }
.fa-anchor::before {
content: "\f13d"; }
.fa-anchor-circle-check::before {
content: "\e4aa"; }
.fa-anchor-circle-exclamation::before {
content: "\e4ab"; }
.fa-anchor-circle-xmark::before {
content: "\e4ac"; }
.fa-anchor-lock::before {
content: "\e4ad"; }
.fa-angle-down::before {
content: "\f107"; }
.fa-angle-left::before {
content: "\f104"; }
.fa-angle-right::before {
content: "\f105"; }
.fa-angle-up::before {
content: "\f106"; }
.fa-angles-down::before {
content: "\f103"; }
.fa-angle-double-down::before {
content: "\f103"; }
.fa-angles-left::before {
content: "\f100"; }
.fa-angle-double-left::before {
content: "\f100"; }
.fa-angles-right::before {
content: "\f101"; }
.fa-angle-double-right::before {
content: "\f101"; }
.fa-angles-up::before {
content: "\f102"; }
.fa-angle-double-up::before {
content: "\f102"; }
.fa-ankh::before {
content: "\f644"; }
.fa-apple-whole::before {
content: "\f5d1"; }
.fa-apple-alt::before {
content: "\f5d1"; }
.fa-archway::before {
content: "\f557"; }
.fa-arrow-down::before {
content: "\f063"; }
.fa-arrow-down-1-9::before {
content: "\f162"; }
.fa-sort-numeric-asc::before {
content: "\f162"; }
.fa-sort-numeric-down::before {
content: "\f162"; }
.fa-arrow-down-9-1::before {
content: "\f886"; }
.fa-sort-numeric-desc::before {
content: "\f886"; }
.fa-sort-numeric-down-alt::before {
content: "\f886"; }
.fa-arrow-down-a-z::before {
content: "\f15d"; }
.fa-sort-alpha-asc::before {
content: "\f15d"; }
.fa-sort-alpha-down::before {
content: "\f15d"; }
.fa-arrow-down-long::before {
content: "\f175"; }
.fa-long-arrow-down::before {
content: "\f175"; }
.fa-arrow-down-short-wide::before {
content: "\f884"; }
.fa-sort-amount-desc::before {
content: "\f884"; }
.fa-sort-amount-down-alt::before {
content: "\f884"; }
.fa-arrow-down-up-across-line::before {
content: "\e4af"; }
.fa-arrow-down-up-lock::before {
content: "\e4b0"; }
.fa-arrow-down-wide-short::before {
content: "\f160"; }
.fa-sort-amount-asc::before {
content: "\f160"; }
.fa-sort-amount-down::before {
content: "\f160"; }
.fa-arrow-down-z-a::before {
content: "\f881"; }
.fa-sort-alpha-desc::before {
content: "\f881"; }
.fa-sort-alpha-down-alt::before {
content: "\f881"; }
.fa-arrow-left::before {
content: "\f060"; }
.fa-arrow-left-long::before {
content: "\f177"; }
.fa-long-arrow-left::before {
content: "\f177"; }
.fa-arrow-pointer::before {
content: "\f245"; }
.fa-mouse-pointer::before {
content: "\f245"; }
.fa-arrow-right::before {
content: "\f061"; }
.fa-arrow-right-arrow-left::before {
content: "\f0ec"; }
.fa-exchange::before {
content: "\f0ec"; }
.fa-arrow-right-from-bracket::before {
content: "\f08b"; }
.fa-sign-out::before {
content: "\f08b"; }
.fa-arrow-right-long::before {
content: "\f178"; }
.fa-long-arrow-right::before {
content: "\f178"; }
.fa-arrow-right-to-bracket::before {
content: "\f090"; }
.fa-sign-in::before {
content: "\f090"; }
.fa-arrow-right-to-city::before {
content: "\e4b3"; }
.fa-arrow-rotate-left::before {
content: "\f0e2"; }
.fa-arrow-left-rotate::before {
content: "\f0e2"; }
.fa-arrow-rotate-back::before {
content: "\f0e2"; }
.fa-arrow-rotate-backward::before {
content: "\f0e2"; }
.fa-undo::before {
content: "\f0e2"; }
.fa-arrow-rotate-right::before {
content: "\f01e"; }
.fa-arrow-right-rotate::before {
content: "\f01e"; }
.fa-arrow-rotate-forward::before {
content: "\f01e"; }
.fa-redo::before {
content: "\f01e"; }
.fa-arrow-trend-down::before {
content: "\e097"; }
.fa-arrow-trend-up::before {
content: "\e098"; }
.fa-arrow-turn-down::before {
content: "\f149"; }
.fa-level-down::before {
content: "\f149"; }
.fa-arrow-turn-up::before {
content: "\f148"; }
.fa-level-up::before {
content: "\f148"; }
.fa-arrow-up::before {
content: "\f062"; }
.fa-arrow-up-1-9::before {
content: "\f163"; }
.fa-sort-numeric-up::before {
content: "\f163"; }
.fa-arrow-up-9-1::before {
content: "\f887"; }
.fa-sort-numeric-up-alt::before {
content: "\f887"; }
.fa-arrow-up-a-z::before {
content: "\f15e"; }
.fa-sort-alpha-up::before {
content: "\f15e"; }
.fa-arrow-up-from-bracket::before {
content: "\e09a"; }
.fa-arrow-up-from-ground-water::before {
content: "\e4b5"; }
.fa-arrow-up-from-water-pump::before {
content: "\e4b6"; }
.fa-arrow-up-long::before {
content: "\f176"; }
.fa-long-arrow-up::before {
content: "\f176"; }
.fa-arrow-up-right-dots::before {
content: "\e4b7"; }
.fa-arrow-up-right-from-square::before {
content: "\f08e"; }
.fa-external-link::before {
content: "\f08e"; }
.fa-arrow-up-short-wide::before {
content: "\f885"; }
.fa-sort-amount-up-alt::before {
content: "\f885"; }
.fa-arrow-up-wide-short::before {
content: "\f161"; }
.fa-sort-amount-up::before {
content: "\f161"; }
.fa-arrow-up-z-a::before {
content: "\f882"; }
.fa-sort-alpha-up-alt::before {
content: "\f882"; }
.fa-arrows-down-to-line::before {
content: "\e4b8"; }
.fa-arrows-down-to-people::before {
content: "\e4b9"; }
.fa-arrows-left-right::before {
content: "\f07e"; }
.fa-arrows-h::before {
content: "\f07e"; }
.fa-arrows-left-right-to-line::before {
content: "\e4ba"; }
.fa-arrows-rotate::before {
content: "\f021"; }
.fa-refresh::before {
content: "\f021"; }
.fa-sync::before {
content: "\f021"; }
.fa-arrows-spin::before {
content: "\e4bb"; }
.fa-arrows-split-up-and-left::before {
content: "\e4bc"; }
.fa-arrows-to-circle::before {
content: "\e4bd"; }
.fa-arrows-to-dot::before {
content: "\e4be"; }
.fa-arrows-to-eye::before {
content: "\e4bf"; }
.fa-arrows-turn-right::before {
content: "\e4c0"; }
.fa-arrows-turn-to-dots::before {
content: "\e4c1"; }
.fa-arrows-up-down::before {
content: "\f07d"; }
.fa-arrows-v::before {
content: "\f07d"; }
.fa-arrows-up-down-left-right::before {
content: "\f047"; }
.fa-arrows::before {
content: "\f047"; }
.fa-arrows-up-to-line::before {
content: "\e4c2"; }
.fa-asterisk::before {
content: "\2a"; }
.fa-at::before {
content: "\40"; }
.fa-atom::before {
content: "\f5d2"; }
.fa-audio-description::before {
content: "\f29e"; }
.fa-austral-sign::before {
content: "\e0a9"; }
.fa-award::before {
content: "\f559"; }
.fa-b::before {
content: "\42"; }
.fa-baby::before {
content: "\f77c"; }
.fa-baby-carriage::before {
content: "\f77d"; }
.fa-carriage-baby::before {
content: "\f77d"; }
.fa-backward::before {
content: "\f04a"; }
.fa-backward-fast::before {
content: "\f049"; }
.fa-fast-backward::before {
content: "\f049"; }
.fa-backward-step::before {
content: "\f048"; }
.fa-step-backward::before {
content: "\f048"; }
.fa-bacon::before {
content: "\f7e5"; }
.fa-bacteria::before {
content: "\e059"; }
.fa-bacterium::before {
content: "\e05a"; }
.fa-bag-shopping::before {
content: "\f290"; }
.fa-shopping-bag::before {
content: "\f290"; }
.fa-bahai::before {
content: "\f666"; }
.fa-haykal::before {
content: "\f666"; }
.fa-baht-sign::before {
content: "\e0ac"; }
.fa-ban::before {
content: "\f05e"; }
.fa-cancel::before {
content: "\f05e"; }
.fa-ban-smoking::before {
content: "\f54d"; }
.fa-smoking-ban::before {
content: "\f54d"; }
.fa-bandage::before {
content: "\f462"; }
.fa-band-aid::before {
content: "\f462"; }
.fa-barcode::before {
content: "\f02a"; }
.fa-bars::before {
content: "\f0c9"; }
.fa-navicon::before {
content: "\f0c9"; }
.fa-bars-progress::before {
content: "\f828"; }
.fa-tasks-alt::before {
content: "\f828"; }
.fa-bars-staggered::before {
content: "\f550"; }
.fa-reorder::before {
content: "\f550"; }
.fa-stream::before {
content: "\f550"; }
.fa-baseball::before {
content: "\f433"; }
.fa-baseball-ball::before {
content: "\f433"; }
.fa-baseball-bat-ball::before {
content: "\f432"; }
.fa-basket-shopping::before {
content: "\f291"; }
.fa-shopping-basket::before {
content: "\f291"; }
.fa-basketball::before {
content: "\f434"; }
.fa-basketball-ball::before {
content: "\f434"; }
.fa-bath::before {
content: "\f2cd"; }
.fa-bathtub::before {
content: "\f2cd"; }
.fa-battery-empty::before {
content: "\f244"; }
.fa-battery-0::before {
content: "\f244"; }
.fa-battery-full::before {
content: "\f240"; }
.fa-battery::before {
content: "\f240"; }
.fa-battery-5::before {
content: "\f240"; }
.fa-battery-half::before {
content: "\f242"; }
.fa-battery-3::before {
content: "\f242"; }
.fa-battery-quarter::before {
content: "\f243"; }
.fa-battery-2::before {
content: "\f243"; }
.fa-battery-three-quarters::before {
content: "\f241"; }
.fa-battery-4::before {
content: "\f241"; }
.fa-bed::before {
content: "\f236"; }
.fa-bed-pulse::before {
content: "\f487"; }
.fa-procedures::before {
content: "\f487"; }
.fa-beer-mug-empty::before {
content: "\f0fc"; }
.fa-beer::before {
content: "\f0fc"; }
.fa-bell::before {
content: "\f0f3"; }
.fa-bell-concierge::before {
content: "\f562"; }
.fa-concierge-bell::before {
content: "\f562"; }
.fa-bell-slash::before {
content: "\f1f6"; }
.fa-bezier-curve::before {
content: "\f55b"; }
.fa-bicycle::before {
content: "\f206"; }
.fa-binoculars::before {
content: "\f1e5"; }
.fa-biohazard::before {
content: "\f780"; }
.fa-bitcoin-sign::before {
content: "\e0b4"; }
.fa-blender::before {
content: "\f517"; }
.fa-blender-phone::before {
content: "\f6b6"; }
.fa-blog::before {
content: "\f781"; }
.fa-bold::before {
content: "\f032"; }
.fa-bolt::before {
content: "\f0e7"; }
.fa-zap::before {
content: "\f0e7"; }
.fa-bolt-lightning::before {
content: "\e0b7"; }
.fa-bomb::before {
content: "\f1e2"; }
.fa-bone::before {
content: "\f5d7"; }
.fa-bong::before {
content: "\f55c"; }
.fa-book::before {
content: "\f02d"; }
.fa-book-atlas::before {
content: "\f558"; }
.fa-atlas::before {
content: "\f558"; }
.fa-book-bible::before {
content: "\f647"; }
.fa-bible::before {
content: "\f647"; }
.fa-book-bookmark::before {
content: "\e0bb"; }
.fa-book-journal-whills::before {
content: "\f66a"; }
.fa-journal-whills::before {
content: "\f66a"; }
.fa-book-medical::before {
content: "\f7e6"; }
.fa-book-open::before {
content: "\f518"; }
.fa-book-open-reader::before {
content: "\f5da"; }
.fa-book-reader::before {
content: "\f5da"; }
.fa-book-quran::before {
content: "\f687"; }
.fa-quran::before {
content: "\f687"; }
.fa-book-skull::before {
content: "\f6b7"; }
.fa-book-dead::before {
content: "\f6b7"; }
.fa-book-tanakh::before {
content: "\f827"; }
.fa-tanakh::before {
content: "\f827"; }
.fa-bookmark::before {
content: "\f02e"; }
.fa-border-all::before {
content: "\f84c"; }
.fa-border-none::before {
content: "\f850"; }
.fa-border-top-left::before {
content: "\f853"; }
.fa-border-style::before {
content: "\f853"; }
.fa-bore-hole::before {
content: "\e4c3"; }
.fa-bottle-droplet::before {
content: "\e4c4"; }
.fa-bottle-water::before {
content: "\e4c5"; }
.fa-bowl-food::before {
content: "\e4c6"; }
.fa-bowl-rice::before {
content: "\e2eb"; }
.fa-bowling-ball::before {
content: "\f436"; }
.fa-box::before {
content: "\f466"; }
.fa-box-archive::before {
content: "\f187"; }
.fa-archive::before {
content: "\f187"; }
.fa-box-open::before {
content: "\f49e"; }
.fa-box-tissue::before {
content: "\e05b"; }
.fa-boxes-packing::before {
content: "\e4c7"; }
.fa-boxes-stacked::before {
content: "\f468"; }
.fa-boxes::before {
content: "\f468"; }
.fa-boxes-alt::before {
content: "\f468"; }
.fa-braille::before {
content: "\f2a1"; }
.fa-brain::before {
content: "\f5dc"; }
.fa-brazilian-real-sign::before {
content: "\e46c"; }
.fa-bread-slice::before {
content: "\f7ec"; }
.fa-bridge::before {
content: "\e4c8"; }
.fa-bridge-circle-check::before {
content: "\e4c9"; }
.fa-bridge-circle-exclamation::before {
content: "\e4ca"; }
.fa-bridge-circle-xmark::before {
content: "\e4cb"; }
.fa-bridge-lock::before {
content: "\e4cc"; }
.fa-bridge-water::before {
content: "\e4ce"; }
.fa-briefcase::before {
content: "\f0b1"; }
.fa-briefcase-medical::before {
content: "\f469"; }
.fa-broom::before {
content: "\f51a"; }
.fa-broom-ball::before {
content: "\f458"; }
.fa-quidditch::before {
content: "\f458"; }
.fa-quidditch-broom-ball::before {
content: "\f458"; }
.fa-brush::before {
content: "\f55d"; }
.fa-bucket::before {
content: "\e4cf"; }
.fa-bug::before {
content: "\f188"; }
.fa-bug-slash::before {
content: "\e490"; }
.fa-bugs::before {
content: "\e4d0"; }
.fa-building::before {
content: "\f1ad"; }
.fa-building-circle-arrow-right::before {
content: "\e4d1"; }
.fa-building-circle-check::before {
content: "\e4d2"; }
.fa-building-circle-exclamation::before {
content: "\e4d3"; }
.fa-building-circle-xmark::before {
content: "\e4d4"; }
.fa-building-columns::before {
content: "\f19c"; }
.fa-bank::before {
content: "\f19c"; }
.fa-institution::before {
content: "\f19c"; }
.fa-museum::before {
content: "\f19c"; }
.fa-university::before {
content: "\f19c"; }
.fa-building-flag::before {
content: "\e4d5"; }
.fa-building-lock::before {
content: "\e4d6"; }
.fa-building-ngo::before {
content: "\e4d7"; }
.fa-building-shield::before {
content: "\e4d8"; }
.fa-building-un::before {
content: "\e4d9"; }
.fa-building-user::before {
content: "\e4da"; }
.fa-building-wheat::before {
content: "\e4db"; }
.fa-bullhorn::before {
content: "\f0a1"; }
.fa-bullseye::before {
content: "\f140"; }
.fa-burger::before {
content: "\f805"; }
.fa-hamburger::before {
content: "\f805"; }
.fa-burst::before {
content: "\e4dc"; }
.fa-bus::before {
content: "\f207"; }
.fa-bus-simple::before {
content: "\f55e"; }
.fa-bus-alt::before {
content: "\f55e"; }
.fa-business-time::before {
content: "\f64a"; }
.fa-briefcase-clock::before {
content: "\f64a"; }
.fa-c::before {
content: "\43"; }
.fa-cable-car::before {
content: "\f7da"; }
.fa-tram::before {
content: "\f7da"; }
.fa-cake-candles::before {
content: "\f1fd"; }
.fa-birthday-cake::before {
content: "\f1fd"; }
.fa-cake::before {
content: "\f1fd"; }
.fa-calculator::before {
content: "\f1ec"; }
.fa-calendar::before {
content: "\f133"; }
.fa-calendar-check::before {
content: "\f274"; }
.fa-calendar-day::before {
content: "\f783"; }
.fa-calendar-days::before {
content: "\f073"; }
.fa-calendar-alt::before {
content: "\f073"; }
.fa-calendar-minus::before {
content: "\f272"; }
.fa-calendar-plus::before {
content: "\f271"; }
.fa-calendar-week::before {
content: "\f784"; }
.fa-calendar-xmark::before {
content: "\f273"; }
.fa-calendar-times::before {
content: "\f273"; }
.fa-camera::before {
content: "\f030"; }
.fa-camera-alt::before {
content: "\f030"; }
.fa-camera-retro::before {
content: "\f083"; }
.fa-camera-rotate::before {
content: "\e0d8"; }
.fa-campground::before {
content: "\f6bb"; }
.fa-candy-cane::before {
content: "\f786"; }
.fa-cannabis::before {
content: "\f55f"; }
.fa-capsules::before {
content: "\f46b"; }
.fa-car::before {
content: "\f1b9"; }
.fa-automobile::before {
content: "\f1b9"; }
.fa-car-battery::before {
content: "\f5df"; }
.fa-battery-car::before {
content: "\f5df"; }
.fa-car-burst::before {
content: "\f5e1"; }
.fa-car-crash::before {
content: "\f5e1"; }
.fa-car-on::before {
content: "\e4dd"; }
.fa-car-rear::before {
content: "\f5de"; }
.fa-car-alt::before {
content: "\f5de"; }
.fa-car-side::before {
content: "\f5e4"; }
.fa-car-tunnel::before {
content: "\e4de"; }
.fa-caravan::before {
content: "\f8ff"; }
.fa-caret-down::before {
content: "\f0d7"; }
.fa-caret-left::before {
content: "\f0d9"; }
.fa-caret-right::before {
content: "\f0da"; }
.fa-caret-up::before {
content: "\f0d8"; }
.fa-carrot::before {
content: "\f787"; }
.fa-cart-arrow-down::before {
content: "\f218"; }
.fa-cart-flatbed::before {
content: "\f474"; }
.fa-dolly-flatbed::before {
content: "\f474"; }
.fa-cart-flatbed-suitcase::before {
content: "\f59d"; }
.fa-luggage-cart::before {
content: "\f59d"; }
.fa-cart-plus::before {
content: "\f217"; }
.fa-cart-shopping::before {
content: "\f07a"; }
.fa-shopping-cart::before {
content: "\f07a"; }
.fa-cash-register::before {
content: "\f788"; }
.fa-cat::before {
content: "\f6be"; }
.fa-cedi-sign::before {
content: "\e0df"; }
.fa-cent-sign::before {
content: "\e3f5"; }
.fa-certificate::before {
content: "\f0a3"; }
.fa-chair::before {
content: "\f6c0"; }
.fa-chalkboard::before {
content: "\f51b"; }
.fa-blackboard::before {
content: "\f51b"; }
.fa-chalkboard-user::before {
content: "\f51c"; }
.fa-chalkboard-teacher::before {
content: "\f51c"; }
.fa-champagne-glasses::before {
content: "\f79f"; }
.fa-glass-cheers::before {
content: "\f79f"; }
.fa-charging-station::before {
content: "\f5e7"; }
.fa-chart-area::before {
content: "\f1fe"; }
.fa-area-chart::before {
content: "\f1fe"; }
.fa-chart-bar::before {
content: "\f080"; }
.fa-bar-chart::before {
content: "\f080"; }
.fa-chart-column::before {
content: "\e0e3"; }
.fa-chart-gantt::before {
content: "\e0e4"; }
.fa-chart-line::before {
content: "\f201"; }
.fa-line-chart::before {
content: "\f201"; }
.fa-chart-pie::before {
content: "\f200"; }
.fa-pie-chart::before {
content: "\f200"; }
.fa-chart-simple::before {
content: "\e473"; }
.fa-check::before {
content: "\f00c"; }
.fa-check-double::before {
content: "\f560"; }
.fa-check-to-slot::before {
content: "\f772"; }
.fa-vote-yea::before {
content: "\f772"; }
.fa-cheese::before {
content: "\f7ef"; }
.fa-chess::before {
content: "\f439"; }
.fa-chess-bishop::before {
content: "\f43a"; }
.fa-chess-board::before {
content: "\f43c"; }
.fa-chess-king::before {
content: "\f43f"; }
.fa-chess-knight::before {
content: "\f441"; }
.fa-chess-pawn::before {
content: "\f443"; }
.fa-chess-queen::before {
content: "\f445"; }
.fa-chess-rook::before {
content: "\f447"; }
.fa-chevron-down::before {
content: "\f078"; }
.fa-chevron-left::before {
content: "\f053"; }
.fa-chevron-right::before {
content: "\f054"; }
.fa-chevron-up::before {
content: "\f077"; }
.fa-child::before {
content: "\f1ae"; }
.fa-child-dress::before {
content: "\e59c"; }
.fa-child-reaching::before {
content: "\e59d"; }
.fa-child-rifle::before {
content: "\e4e0"; }
.fa-children::before {
content: "\e4e1"; }
.fa-church::before {
content: "\f51d"; }
.fa-circle::before {
content: "\f111"; }
.fa-circle-arrow-down::before {
content: "\f0ab"; }
.fa-arrow-circle-down::before {
content: "\f0ab"; }
.fa-circle-arrow-left::before {
content: "\f0a8"; }
.fa-arrow-circle-left::before {
content: "\f0a8"; }
.fa-circle-arrow-right::before {
content: "\f0a9"; }
.fa-arrow-circle-right::before {
content: "\f0a9"; }
.fa-circle-arrow-up::before {
content: "\f0aa"; }
.fa-arrow-circle-up::before {
content: "\f0aa"; }
.fa-circle-check::before {
content: "\f058"; }
.fa-check-circle::before {
content: "\f058"; }
.fa-circle-chevron-down::before {
content: "\f13a"; }
.fa-chevron-circle-down::before {
content: "\f13a"; }
.fa-circle-chevron-left::before {
content: "\f137"; }
.fa-chevron-circle-left::before {
content: "\f137"; }
.fa-circle-chevron-right::before {
content: "\f138"; }
.fa-chevron-circle-right::before {
content: "\f138"; }
.fa-circle-chevron-up::before {
content: "\f139"; }
.fa-chevron-circle-up::before {
content: "\f139"; }
.fa-circle-dollar-to-slot::before {
content: "\f4b9"; }
.fa-donate::before {
content: "\f4b9"; }
.fa-circle-dot::before {
content: "\f192"; }
.fa-dot-circle::before {
content: "\f192"; }
.fa-circle-down::before {
content: "\f358"; }
.fa-arrow-alt-circle-down::before {
content: "\f358"; }
.fa-circle-exclamation::before {
content: "\f06a"; }
.fa-exclamation-circle::before {
content: "\f06a"; }
.fa-circle-h::before {
content: "\f47e"; }
.fa-hospital-symbol::before {
content: "\f47e"; }
.fa-circle-half-stroke::before {
content: "\f042"; }
.fa-adjust::before {
content: "\f042"; }
.fa-circle-info::before {
content: "\f05a"; }
.fa-info-circle::before {
content: "\f05a"; }
.fa-circle-left::before {
content: "\f359"; }
.fa-arrow-alt-circle-left::before {
content: "\f359"; }
.fa-circle-minus::before {
content: "\f056"; }
.fa-minus-circle::before {
content: "\f056"; }
.fa-circle-nodes::before {
content: "\e4e2"; }
.fa-circle-notch::before {
content: "\f1ce"; }
.fa-circle-pause::before {
content: "\f28b"; }
.fa-pause-circle::before {
content: "\f28b"; }
.fa-circle-play::before {
content: "\f144"; }
.fa-play-circle::before {
content: "\f144"; }
.fa-circle-plus::before {
content: "\f055"; }
.fa-plus-circle::before {
content: "\f055"; }
.fa-circle-question::before {
content: "\f059"; }
.fa-question-circle::before {
content: "\f059"; }
.fa-circle-radiation::before {
content: "\f7ba"; }
.fa-radiation-alt::before {
content: "\f7ba"; }
.fa-circle-right::before {
content: "\f35a"; }
.fa-arrow-alt-circle-right::before {
content: "\f35a"; }
.fa-circle-stop::before {
content: "\f28d"; }
.fa-stop-circle::before {
content: "\f28d"; }
.fa-circle-up::before {
content: "\f35b"; }
.fa-arrow-alt-circle-up::before {
content: "\f35b"; }
.fa-circle-user::before {
content: "\f2bd"; }
.fa-user-circle::before {
content: "\f2bd"; }
.fa-circle-xmark::before {
content: "\f057"; }
.fa-times-circle::before {
content: "\f057"; }
.fa-xmark-circle::before {
content: "\f057"; }
.fa-city::before {
content: "\f64f"; }
.fa-clapperboard::before {
content: "\e131"; }
.fa-clipboard::before {
content: "\f328"; }
.fa-clipboard-check::before {
content: "\f46c"; }
.fa-clipboard-list::before {
content: "\f46d"; }
.fa-clipboard-question::before {
content: "\e4e3"; }
.fa-clipboard-user::before {
content: "\f7f3"; }
.fa-clock::before {
content: "\f017"; }
.fa-clock-four::before {
content: "\f017"; }
.fa-clock-rotate-left::before {
content: "\f1da"; }
.fa-history::before {
content: "\f1da"; }
.fa-clone::before {
content: "\f24d"; }
.fa-closed-captioning::before {
content: "\f20a"; }
.fa-cloud::before {
content: "\f0c2"; }
.fa-cloud-arrow-down::before {
content: "\f0ed"; }
.fa-cloud-download::before {
content: "\f0ed"; }
.fa-cloud-download-alt::before {
content: "\f0ed"; }
.fa-cloud-arrow-up::before {
content: "\f0ee"; }
.fa-cloud-upload::before {
content: "\f0ee"; }
.fa-cloud-upload-alt::before {
content: "\f0ee"; }
.fa-cloud-bolt::before {
content: "\f76c"; }
.fa-thunderstorm::before {
content: "\f76c"; }
.fa-cloud-meatball::before {
content: "\f73b"; }
.fa-cloud-moon::before {
content: "\f6c3"; }
.fa-cloud-moon-rain::before {
content: "\f73c"; }
.fa-cloud-rain::before {
content: "\f73d"; }
.fa-cloud-showers-heavy::before {
content: "\f740"; }
.fa-cloud-showers-water::before {
content: "\e4e4"; }
.fa-cloud-sun::before {
content: "\f6c4"; }
.fa-cloud-sun-rain::before {
content: "\f743"; }
.fa-clover::before {
content: "\e139"; }
.fa-code::before {
content: "\f121"; }
.fa-code-branch::before {
content: "\f126"; }
.fa-code-commit::before {
content: "\f386"; }
.fa-code-compare::before {
content: "\e13a"; }
.fa-code-fork::before {
content: "\e13b"; }
.fa-code-merge::before {
content: "\f387"; }
.fa-code-pull-request::before {
content: "\e13c"; }
.fa-coins::before {
content: "\f51e"; }
.fa-colon-sign::before {
content: "\e140"; }
.fa-comment::before {
content: "\f075"; }
.fa-comment-dollar::before {
content: "\f651"; }
.fa-comment-dots::before {
content: "\f4ad"; }
.fa-commenting::before {
content: "\f4ad"; }
.fa-comment-medical::before {
content: "\f7f5"; }
.fa-comment-slash::before {
content: "\f4b3"; }
.fa-comment-sms::before {
content: "\f7cd"; }
.fa-sms::before {
content: "\f7cd"; }
.fa-comments::before {
content: "\f086"; }
.fa-comments-dollar::before {
content: "\f653"; }
.fa-compact-disc::before {
content: "\f51f"; }
.fa-compass::before {
content: "\f14e"; }
.fa-compass-drafting::before {
content: "\f568"; }
.fa-drafting-compass::before {
content: "\f568"; }
.fa-compress::before {
content: "\f066"; }
.fa-computer::before {
content: "\e4e5"; }
.fa-computer-mouse::before {
content: "\f8cc"; }
.fa-mouse::before {
content: "\f8cc"; }
.fa-cookie::before {
content: "\f563"; }
.fa-cookie-bite::before {
content: "\f564"; }
.fa-copy::before {
content: "\f0c5"; }
.fa-copyright::before {
content: "\f1f9"; }
.fa-couch::before {
content: "\f4b8"; }
.fa-cow::before {
content: "\f6c8"; }
.fa-credit-card::before {
content: "\f09d"; }
.fa-credit-card-alt::before {
content: "\f09d"; }
.fa-crop::before {
content: "\f125"; }
.fa-crop-simple::before {
content: "\f565"; }
.fa-crop-alt::before {
content: "\f565"; }
.fa-cross::before {
content: "\f654"; }
.fa-crosshairs::before {
content: "\f05b"; }
.fa-crow::before {
content: "\f520"; }
.fa-crown::before {
content: "\f521"; }
.fa-crutch::before {
content: "\f7f7"; }
.fa-cruzeiro-sign::before {
content: "\e152"; }
.fa-cube::before {
content: "\f1b2"; }
.fa-cubes::before {
content: "\f1b3"; }
.fa-cubes-stacked::before {
content: "\e4e6"; }
.fa-d::before {
content: "\44"; }
.fa-database::before {
content: "\f1c0"; }
.fa-delete-left::before {
content: "\f55a"; }
.fa-backspace::before {
content: "\f55a"; }
.fa-democrat::before {
content: "\f747"; }
.fa-desktop::before {
content: "\f390"; }
.fa-desktop-alt::before {
content: "\f390"; }
.fa-dharmachakra::before {
content: "\f655"; }
.fa-diagram-next::before {
content: "\e476"; }
.fa-diagram-predecessor::before {
content: "\e477"; }
.fa-diagram-project::before {
content: "\f542"; }
.fa-project-diagram::before {
content: "\f542"; }
.fa-diagram-successor::before {
content: "\e47a"; }
.fa-diamond::before {
content: "\f219"; }
.fa-diamond-turn-right::before {
content: "\f5eb"; }
.fa-directions::before {
content: "\f5eb"; }
.fa-dice::before {
content: "\f522"; }
.fa-dice-d20::before {
content: "\f6cf"; }
.fa-dice-d6::before {
content: "\f6d1"; }
.fa-dice-five::before {
content: "\f523"; }
.fa-dice-four::before {
content: "\f524"; }
.fa-dice-one::before {
content: "\f525"; }
.fa-dice-six::before {
content: "\f526"; }
.fa-dice-three::before {
content: "\f527"; }
.fa-dice-two::before {
content: "\f528"; }
.fa-disease::before {
content: "\f7fa"; }
.fa-display::before {
content: "\e163"; }
.fa-divide::before {
content: "\f529"; }
.fa-dna::before {
content: "\f471"; }
.fa-dog::before {
content: "\f6d3"; }
.fa-dollar-sign::before {
content: "\24"; }
.fa-dollar::before {
content: "\24"; }
.fa-usd::before {
content: "\24"; }
.fa-dolly::before {
content: "\f472"; }
.fa-dolly-box::before {
content: "\f472"; }
.fa-dong-sign::before {
content: "\e169"; }
.fa-door-closed::before {
content: "\f52a"; }
.fa-door-open::before {
content: "\f52b"; }
.fa-dove::before {
content: "\f4ba"; }
.fa-down-left-and-up-right-to-center::before {
content: "\f422"; }
.fa-compress-alt::before {
content: "\f422"; }
.fa-down-long::before {
content: "\f309"; }
.fa-long-arrow-alt-down::before {
content: "\f309"; }
.fa-download::before {
content: "\f019"; }
.fa-dragon::before {
content: "\f6d5"; }
.fa-draw-polygon::before {
content: "\f5ee"; }
.fa-droplet::before {
content: "\f043"; }
.fa-tint::before {
content: "\f043"; }
.fa-droplet-slash::before {
content: "\f5c7"; }
.fa-tint-slash::before {
content: "\f5c7"; }
.fa-drum::before {
content: "\f569"; }
.fa-drum-steelpan::before {
content: "\f56a"; }
.fa-drumstick-bite::before {
content: "\f6d7"; }
.fa-dumbbell::before {
content: "\f44b"; }
.fa-dumpster::before {
content: "\f793"; }
.fa-dumpster-fire::before {
content: "\f794"; }
.fa-dungeon::before {
content: "\f6d9"; }
.fa-e::before {
content: "\45"; }
.fa-ear-deaf::before {
content: "\f2a4"; }
.fa-deaf::before {
content: "\f2a4"; }
.fa-deafness::before {
content: "\f2a4"; }
.fa-hard-of-hearing::before {
content: "\f2a4"; }
.fa-ear-listen::before {
content: "\f2a2"; }
.fa-assistive-listening-systems::before {
content: "\f2a2"; }
.fa-earth-africa::before {
content: "\f57c"; }
.fa-globe-africa::before {
content: "\f57c"; }
.fa-earth-americas::before {
content: "\f57d"; }
.fa-earth::before {
content: "\f57d"; }
.fa-earth-america::before {
content: "\f57d"; }
.fa-globe-americas::before {
content: "\f57d"; }
.fa-earth-asia::before {
content: "\f57e"; }
.fa-globe-asia::before {
content: "\f57e"; }
.fa-earth-europe::before {
content: "\f7a2"; }
.fa-globe-europe::before {
content: "\f7a2"; }
.fa-earth-oceania::before {
content: "\e47b"; }
.fa-globe-oceania::before {
content: "\e47b"; }
.fa-egg::before {
content: "\f7fb"; }
.fa-eject::before {
content: "\f052"; }
.fa-elevator::before {
content: "\e16d"; }
.fa-ellipsis::before {
content: "\f141"; }
.fa-ellipsis-h::before {
content: "\f141"; }
.fa-ellipsis-vertical::before {
content: "\f142"; }
.fa-ellipsis-v::before {
content: "\f142"; }
.fa-envelope::before {
content: "\f0e0"; }
.fa-envelope-circle-check::before {
content: "\e4e8"; }
.fa-envelope-open::before {
content: "\f2b6"; }
.fa-envelope-open-text::before {
content: "\f658"; }
.fa-envelopes-bulk::before {
content: "\f674"; }
.fa-mail-bulk::before {
content: "\f674"; }
.fa-equals::before {
content: "\3d"; }
.fa-eraser::before {
content: "\f12d"; }
.fa-ethernet::before {
content: "\f796"; }
.fa-euro-sign::before {
content: "\f153"; }
.fa-eur::before {
content: "\f153"; }
.fa-euro::before {
content: "\f153"; }
.fa-exclamation::before {
content: "\21"; }
.fa-expand::before {
content: "\f065"; }
.fa-explosion::before {
content: "\e4e9"; }
.fa-eye::before {
content: "\f06e"; }
.fa-eye-dropper::before {
content: "\f1fb"; }
.fa-eye-dropper-empty::before {
content: "\f1fb"; }
.fa-eyedropper::before {
content: "\f1fb"; }
.fa-eye-low-vision::before {
content: "\f2a8"; }
.fa-low-vision::before {
content: "\f2a8"; }
.fa-eye-slash::before {
content: "\f070"; }
.fa-f::before {
content: "\46"; }
.fa-face-angry::before {
content: "\f556"; }
.fa-angry::before {
content: "\f556"; }
.fa-face-dizzy::before {
content: "\f567"; }
.fa-dizzy::before {
content: "\f567"; }
.fa-face-flushed::before {
content: "\f579"; }
.fa-flushed::before {
content: "\f579"; }
.fa-face-frown::before {
content: "\f119"; }
.fa-frown::before {
content: "\f119"; }
.fa-face-frown-open::before {
content: "\f57a"; }
.fa-frown-open::before {
content: "\f57a"; }
.fa-face-grimace::before {
content: "\f57f"; }
.fa-grimace::before {
content: "\f57f"; }
.fa-face-grin::before {
content: "\f580"; }
.fa-grin::before {
content: "\f580"; }
.fa-face-grin-beam::before {
content: "\f582"; }
.fa-grin-beam::before {
content: "\f582"; }
.fa-face-grin-beam-sweat::before {
content: "\f583"; }
.fa-grin-beam-sweat::before {
content: "\f583"; }
.fa-face-grin-hearts::before {
content: "\f584"; }
.fa-grin-hearts::before {
content: "\f584"; }
.fa-face-grin-squint::before {
content: "\f585"; }
.fa-grin-squint::before {
content: "\f585"; }
.fa-face-grin-squint-tears::before {
content: "\f586"; }
.fa-grin-squint-tears::before {
content: "\f586"; }
.fa-face-grin-stars::before {
content: "\f587"; }
.fa-grin-stars::before {
content: "\f587"; }
.fa-face-grin-tears::before {
content: "\f588"; }
.fa-grin-tears::before {
content: "\f588"; }
.fa-face-grin-tongue::before {
content: "\f589"; }
.fa-grin-tongue::before {
content: "\f589"; }
.fa-face-grin-tongue-squint::before {
content: "\f58a"; }
.fa-grin-tongue-squint::before {
content: "\f58a"; }
.fa-face-grin-tongue-wink::before {
content: "\f58b"; }
.fa-grin-tongue-wink::before {
content: "\f58b"; }
.fa-face-grin-wide::before {
content: "\f581"; }
.fa-grin-alt::before {
content: "\f581"; }
.fa-face-grin-wink::before {
content: "\f58c"; }
.fa-grin-wink::before {
content: "\f58c"; }
.fa-face-kiss::before {
content: "\f596"; }
.fa-kiss::before {
content: "\f596"; }
.fa-face-kiss-beam::before {
content: "\f597"; }
.fa-kiss-beam::before {
content: "\f597"; }
.fa-face-kiss-wink-heart::before {
content: "\f598"; }
.fa-kiss-wink-heart::before {
content: "\f598"; }
.fa-face-laugh::before {
content: "\f599"; }
.fa-laugh::before {
content: "\f599"; }
.fa-face-laugh-beam::before {
content: "\f59a"; }
.fa-laugh-beam::before {
content: "\f59a"; }
.fa-face-laugh-squint::before {
content: "\f59b"; }
.fa-laugh-squint::before {
content: "\f59b"; }
.fa-face-laugh-wink::before {
content: "\f59c"; }
.fa-laugh-wink::before {
content: "\f59c"; }
.fa-face-meh::before {
content: "\f11a"; }
.fa-meh::before {
content: "\f11a"; }
.fa-face-meh-blank::before {
content: "\f5a4"; }
.fa-meh-blank::before {
content: "\f5a4"; }
.fa-face-rolling-eyes::before {
content: "\f5a5"; }
.fa-meh-rolling-eyes::before {
content: "\f5a5"; }
.fa-face-sad-cry::before {
content: "\f5b3"; }
.fa-sad-cry::before {
content: "\f5b3"; }
.fa-face-sad-tear::before {
content: "\f5b4"; }
.fa-sad-tear::before {
content: "\f5b4"; }
.fa-face-smile::before {
content: "\f118"; }
.fa-smile::before {
content: "\f118"; }
.fa-face-smile-beam::before {
content: "\f5b8"; }
.fa-smile-beam::before {
content: "\f5b8"; }
.fa-face-smile-wink::before {
content: "\f4da"; }
.fa-smile-wink::before {
content: "\f4da"; }
.fa-face-surprise::before {
content: "\f5c2"; }
.fa-surprise::before {
content: "\f5c2"; }
.fa-face-tired::before {
content: "\f5c8"; }
.fa-tired::before {
content: "\f5c8"; }
.fa-fan::before {
content: "\f863"; }
.fa-faucet::before {
content: "\e005"; }
.fa-faucet-drip::before {
content: "\e006"; }
.fa-fax::before {
content: "\f1ac"; }
.fa-feather::before {
content: "\f52d"; }
.fa-feather-pointed::before {
content: "\f56b"; }
.fa-feather-alt::before {
content: "\f56b"; }
.fa-ferry::before {
content: "\e4ea"; }
.fa-file::before {
content: "\f15b"; }
.fa-file-arrow-down::before {
content: "\f56d"; }
.fa-file-download::before {
content: "\f56d"; }
.fa-file-arrow-up::before {
content: "\f574"; }
.fa-file-upload::before {
content: "\f574"; }
.fa-file-audio::before {
content: "\f1c7"; }
.fa-file-circle-check::before {
content: "\e5a0"; }
.fa-file-circle-exclamation::before {
content: "\e4eb"; }
.fa-file-circle-minus::before {
content: "\e4ed"; }
.fa-file-circle-plus::before {
content: "\e494"; }
.fa-file-circle-question::before {
content: "\e4ef"; }
.fa-file-circle-xmark::before {
content: "\e5a1"; }
.fa-file-code::before {
content: "\f1c9"; }
.fa-file-contract::before {
content: "\f56c"; }
.fa-file-csv::before {
content: "\f6dd"; }
.fa-file-excel::before {
content: "\f1c3"; }
.fa-file-export::before {
content: "\f56e"; }
.fa-arrow-right-from-file::before {
content: "\f56e"; }
.fa-file-image::before {
content: "\f1c5"; }
.fa-file-import::before {
content: "\f56f"; }
.fa-arrow-right-to-file::before {
content: "\f56f"; }
.fa-file-invoice::before {
content: "\f570"; }
.fa-file-invoice-dollar::before {
content: "\f571"; }
.fa-file-lines::before {
content: "\f15c"; }
.fa-file-alt::before {
content: "\f15c"; }
.fa-file-text::before {
content: "\f15c"; }
.fa-file-medical::before {
content: "\f477"; }
.fa-file-pdf::before {
content: "\f1c1"; }
.fa-file-pen::before {
content: "\f31c"; }
.fa-file-edit::before {
content: "\f31c"; }
.fa-file-powerpoint::before {
content: "\f1c4"; }
.fa-file-prescription::before {
content: "\f572"; }
.fa-file-shield::before {
content: "\e4f0"; }
.fa-file-signature::before {
content: "\f573"; }
.fa-file-video::before {
content: "\f1c8"; }
.fa-file-waveform::before {
content: "\f478"; }
.fa-file-medical-alt::before {
content: "\f478"; }
.fa-file-word::before {
content: "\f1c2"; }
.fa-file-zipper::before {
content: "\f1c6"; }
.fa-file-archive::before {
content: "\f1c6"; }
.fa-fill::before {
content: "\f575"; }
.fa-fill-drip::before {
content: "\f576"; }
.fa-film::before {
content: "\f008"; }
.fa-filter::before {
content: "\f0b0"; }
.fa-filter-circle-dollar::before {
content: "\f662"; }
.fa-funnel-dollar::before {
content: "\f662"; }
.fa-filter-circle-xmark::before {
content: "\e17b"; }
.fa-fingerprint::before {
content: "\f577"; }
.fa-fire::before {
content: "\f06d"; }
.fa-fire-burner::before {
content: "\e4f1"; }
.fa-fire-extinguisher::before {
content: "\f134"; }
.fa-fire-flame-curved::before {
content: "\f7e4"; }
.fa-fire-alt::before {
content: "\f7e4"; }
.fa-fire-flame-simple::before {
content: "\f46a"; }
.fa-burn::before {
content: "\f46a"; }
.fa-fish::before {
content: "\f578"; }
.fa-fish-fins::before {
content: "\e4f2"; }
.fa-flag::before {
content: "\f024"; }
.fa-flag-checkered::before {
content: "\f11e"; }
.fa-flag-usa::before {
content: "\f74d"; }
.fa-flask::before {
content: "\f0c3"; }
.fa-flask-vial::before {
content: "\e4f3"; }
.fa-floppy-disk::before {
content: "\f0c7"; }
.fa-save::before {
content: "\f0c7"; }
.fa-florin-sign::before {
content: "\e184"; }
.fa-folder::before {
content: "\f07b"; }
.fa-folder-blank::before {
content: "\f07b"; }
.fa-folder-closed::before {
content: "\e185"; }
.fa-folder-minus::before {
content: "\f65d"; }
.fa-folder-open::before {
content: "\f07c"; }
.fa-folder-plus::before {
content: "\f65e"; }
.fa-folder-tree::before {
content: "\f802"; }
.fa-font::before {
content: "\f031"; }
.fa-football::before {
content: "\f44e"; }
.fa-football-ball::before {
content: "\f44e"; }
.fa-forward::before {
content: "\f04e"; }
.fa-forward-fast::before {
content: "\f050"; }
.fa-fast-forward::before {
content: "\f050"; }
.fa-forward-step::before {
content: "\f051"; }
.fa-step-forward::before {
content: "\f051"; }
.fa-franc-sign::before {
content: "\e18f"; }
.fa-frog::before {
content: "\f52e"; }
.fa-futbol::before {
content: "\f1e3"; }
.fa-futbol-ball::before {
content: "\f1e3"; }
.fa-soccer-ball::before {
content: "\f1e3"; }
.fa-g::before {
content: "\47"; }
.fa-gamepad::before {
content: "\f11b"; }
.fa-gas-pump::before {
content: "\f52f"; }
.fa-gauge::before {
content: "\f624"; }
.fa-dashboard::before {
content: "\f624"; }
.fa-gauge-med::before {
content: "\f624"; }
.fa-tachometer-alt-average::before {
content: "\f624"; }
.fa-gauge-high::before {
content: "\f625"; }
.fa-tachometer-alt::before {
content: "\f625"; }
.fa-tachometer-alt-fast::before {
content: "\f625"; }
.fa-gauge-simple::before {
content: "\f629"; }
.fa-gauge-simple-med::before {
content: "\f629"; }
.fa-tachometer-average::before {
content: "\f629"; }
.fa-gauge-simple-high::before {
content: "\f62a"; }
.fa-tachometer::before {
content: "\f62a"; }
.fa-tachometer-fast::before {
content: "\f62a"; }
.fa-gavel::before {
content: "\f0e3"; }
.fa-legal::before {
content: "\f0e3"; }
.fa-gear::before {
content: "\f013"; }
.fa-cog::before {
content: "\f013"; }
.fa-gears::before {
content: "\f085"; }
.fa-cogs::before {
content: "\f085"; }
.fa-gem::before {
content: "\f3a5"; }
.fa-genderless::before {
content: "\f22d"; }
.fa-ghost::before {
content: "\f6e2"; }
.fa-gift::before {
content: "\f06b"; }
.fa-gifts::before {
content: "\f79c"; }
.fa-glass-water::before {
content: "\e4f4"; }
.fa-glass-water-droplet::before {
content: "\e4f5"; }
.fa-glasses::before {
content: "\f530"; }
.fa-globe::before {
content: "\f0ac"; }
.fa-golf-ball-tee::before {
content: "\f450"; }
.fa-golf-ball::before {
content: "\f450"; }
.fa-gopuram::before {
content: "\f664"; }
.fa-graduation-cap::before {
content: "\f19d"; }
.fa-mortar-board::before {
content: "\f19d"; }
.fa-greater-than::before {
content: "\3e"; }
.fa-greater-than-equal::before {
content: "\f532"; }
.fa-grip::before {
content: "\f58d"; }
.fa-grip-horizontal::before {
content: "\f58d"; }
.fa-grip-lines::before {
content: "\f7a4"; }
.fa-grip-lines-vertical::before {
content: "\f7a5"; }
.fa-grip-vertical::before {
content: "\f58e"; }
.fa-group-arrows-rotate::before {
content: "\e4f6"; }
.fa-guarani-sign::before {
content: "\e19a"; }
.fa-guitar::before {
content: "\f7a6"; }
.fa-gun::before {
content: "\e19b"; }
.fa-h::before {
content: "\48"; }
.fa-hammer::before {
content: "\f6e3"; }
.fa-hamsa::before {
content: "\f665"; }
.fa-hand::before {
content: "\f256"; }
.fa-hand-paper::before {
content: "\f256"; }
.fa-hand-back-fist::before {
content: "\f255"; }
.fa-hand-rock::before {
content: "\f255"; }
.fa-hand-dots::before {
content: "\f461"; }
.fa-allergies::before {
content: "\f461"; }
.fa-hand-fist::before {
content: "\f6de"; }
.fa-fist-raised::before {
content: "\f6de"; }
.fa-hand-holding::before {
content: "\f4bd"; }
.fa-hand-holding-dollar::before {
content: "\f4c0"; }
.fa-hand-holding-usd::before {
content: "\f4c0"; }
.fa-hand-holding-droplet::before {
content: "\f4c1"; }
.fa-hand-holding-water::before {
content: "\f4c1"; }
.fa-hand-holding-hand::before {
content: "\e4f7"; }
.fa-hand-holding-heart::before {
content: "\f4be"; }
.fa-hand-holding-medical::before {
content: "\e05c"; }
.fa-hand-lizard::before {
content: "\f258"; }
.fa-hand-middle-finger::before {
content: "\f806"; }
.fa-hand-peace::before {
content: "\f25b"; }
.fa-hand-point-down::before {
content: "\f0a7"; }
.fa-hand-point-left::before {
content: "\f0a5"; }
.fa-hand-point-right::before {
content: "\f0a4"; }
.fa-hand-point-up::before {
content: "\f0a6"; }
.fa-hand-pointer::before {
content: "\f25a"; }
.fa-hand-scissors::before {
content: "\f257"; }
.fa-hand-sparkles::before {
content: "\e05d"; }
.fa-hand-spock::before {
content: "\f259"; }
.fa-handcuffs::before {
content: "\e4f8"; }
.fa-hands::before {
content: "\f2a7"; }
.fa-sign-language::before {
content: "\f2a7"; }
.fa-signing::before {
content: "\f2a7"; }
.fa-hands-asl-interpreting::before {
content: "\f2a3"; }
.fa-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-asl-interpreting::before {
content: "\f2a3"; }
.fa-hands-american-sign-language-interpreting::before {
content: "\f2a3"; }
.fa-hands-bound::before {
content: "\e4f9"; }
.fa-hands-bubbles::before {
content: "\e05e"; }
.fa-hands-wash::before {
content: "\e05e"; }
.fa-hands-clapping::before {
content: "\e1a8"; }
.fa-hands-holding::before {
content: "\f4c2"; }
.fa-hands-holding-child::before {
content: "\e4fa"; }
.fa-hands-holding-circle::before {
content: "\e4fb"; }
.fa-hands-praying::before {
content: "\f684"; }
.fa-praying-hands::before {
content: "\f684"; }
.fa-handshake::before {
content: "\f2b5"; }
.fa-handshake-angle::before {
content: "\f4c4"; }
.fa-hands-helping::before {
content: "\f4c4"; }
.fa-handshake-simple::before {
content: "\f4c6"; }
.fa-handshake-alt::before {
content: "\f4c6"; }
.fa-handshake-simple-slash::before {
content: "\e05f"; }
.fa-handshake-alt-slash::before {
content: "\e05f"; }
.fa-handshake-slash::before {
content: "\e060"; }
.fa-hanukiah::before {
content: "\f6e6"; }
.fa-hard-drive::before {
content: "\f0a0"; }
.fa-hdd::before {
content: "\f0a0"; }
.fa-hashtag::before {
content: "\23"; }
.fa-hat-cowboy::before {
content: "\f8c0"; }
.fa-hat-cowboy-side::before {
content: "\f8c1"; }
.fa-hat-wizard::before {
content: "\f6e8"; }
.fa-head-side-cough::before {
content: "\e061"; }
.fa-head-side-cough-slash::before {
content: "\e062"; }
.fa-head-side-mask::before {
content: "\e063"; }
.fa-head-side-virus::before {
content: "\e064"; }
.fa-heading::before {
content: "\f1dc"; }
.fa-header::before {
content: "\f1dc"; }
.fa-headphones::before {
content: "\f025"; }
.fa-headphones-simple::before {
content: "\f58f"; }
.fa-headphones-alt::before {
content: "\f58f"; }
.fa-headset::before {
content: "\f590"; }
.fa-heart::before {
content: "\f004"; }
.fa-heart-circle-bolt::before {
content: "\e4fc"; }
.fa-heart-circle-check::before {
content: "\e4fd"; }
.fa-heart-circle-exclamation::before {
content: "\e4fe"; }
.fa-heart-circle-minus::before {
content: "\e4ff"; }
.fa-heart-circle-plus::before {
content: "\e500"; }
.fa-heart-circle-xmark::before {
content: "\e501"; }
.fa-heart-crack::before {
content: "\f7a9"; }
.fa-heart-broken::before {
content: "\f7a9"; }
.fa-heart-pulse::before {
content: "\f21e"; }
.fa-heartbeat::before {
content: "\f21e"; }
.fa-helicopter::before {
content: "\f533"; }
.fa-helicopter-symbol::before {
content: "\e502"; }
.fa-helmet-safety::before {
content: "\f807"; }
.fa-hard-hat::before {
content: "\f807"; }
.fa-hat-hard::before {
content: "\f807"; }
.fa-helmet-un::before {
content: "\e503"; }
.fa-highlighter::before {
content: "\f591"; }
.fa-hill-avalanche::before {
content: "\e507"; }
.fa-hill-rockslide::before {
content: "\e508"; }
.fa-hippo::before {
content: "\f6ed"; }
.fa-hockey-puck::before {
content: "\f453"; }
.fa-holly-berry::before {
content: "\f7aa"; }
.fa-horse::before {
content: "\f6f0"; }
.fa-horse-head::before {
content: "\f7ab"; }
.fa-hospital::before {
content: "\f0f8"; }
.fa-hospital-alt::before {
content: "\f0f8"; }
.fa-hospital-wide::before {
content: "\f0f8"; }
.fa-hospital-user::before {
content: "\f80d"; }
.fa-hot-tub-person::before {
content: "\f593"; }
.fa-hot-tub::before {
content: "\f593"; }
.fa-hotdog::before {
content: "\f80f"; }
.fa-hotel::before {
content: "\f594"; }
.fa-hourglass::before {
content: "\f254"; }
.fa-hourglass-empty::before {
content: "\f254"; }
.fa-hourglass-end::before {
content: "\f253"; }
.fa-hourglass-3::before {
content: "\f253"; }
.fa-hourglass-half::before {
content: "\f252"; }
.fa-hourglass-2::before {
content: "\f252"; }
.fa-hourglass-start::before {
content: "\f251"; }
.fa-hourglass-1::before {
content: "\f251"; }
.fa-house::before {
content: "\f015"; }
.fa-home::before {
content: "\f015"; }
.fa-home-alt::before {
content: "\f015"; }
.fa-home-lg-alt::before {
content: "\f015"; }
.fa-house-chimney::before {
content: "\e3af"; }
.fa-home-lg::before {
content: "\e3af"; }
.fa-house-chimney-crack::before {
content: "\f6f1"; }
.fa-house-damage::before {
content: "\f6f1"; }
.fa-house-chimney-medical::before {
content: "\f7f2"; }
.fa-clinic-medical::before {
content: "\f7f2"; }
.fa-house-chimney-user::before {
content: "\e065"; }
.fa-house-chimney-window::before {
content: "\e00d"; }
.fa-house-circle-check::before {
content: "\e509"; }
.fa-house-circle-exclamation::before {
content: "\e50a"; }
.fa-house-circle-xmark::before {
content: "\e50b"; }
.fa-house-crack::before {
content: "\e3b1"; }
.fa-house-fire::before {
content: "\e50c"; }
.fa-house-flag::before {
content: "\e50d"; }
.fa-house-flood-water::before {
content: "\e50e"; }
.fa-house-flood-water-circle-arrow-right::before {
content: "\e50f"; }
.fa-house-laptop::before {
content: "\e066"; }
.fa-laptop-house::before {
content: "\e066"; }
.fa-house-lock::before {
content: "\e510"; }
.fa-house-medical::before {
content: "\e3b2"; }
.fa-house-medical-circle-check::before {
content: "\e511"; }
.fa-house-medical-circle-exclamation::before {
content: "\e512"; }
.fa-house-medical-circle-xmark::before {
content: "\e513"; }
.fa-house-medical-flag::before {
content: "\e514"; }
.fa-house-signal::before {
content: "\e012"; }
.fa-house-tsunami::before {
content: "\e515"; }
.fa-house-user::before {
content: "\e1b0"; }
.fa-home-user::before {
content: "\e1b0"; }
.fa-hryvnia-sign::before {
content: "\f6f2"; }
.fa-hryvnia::before {
content: "\f6f2"; }
.fa-hurricane::before {
content: "\f751"; }
.fa-i::before {
content: "\49"; }
.fa-i-cursor::before {
content: "\f246"; }
.fa-ice-cream::before {
content: "\f810"; }
.fa-icicles::before {
content: "\f7ad"; }
.fa-icons::before {
content: "\f86d"; }
.fa-heart-music-camera-bolt::before {
content: "\f86d"; }
.fa-id-badge::before {
content: "\f2c1"; }
.fa-id-card::before {
content: "\f2c2"; }
.fa-drivers-license::before {
content: "\f2c2"; }
.fa-id-card-clip::before {
content: "\f47f"; }
.fa-id-card-alt::before {
content: "\f47f"; }
.fa-igloo::before {
content: "\f7ae"; }
.fa-image::before {
content: "\f03e"; }
.fa-image-portrait::before {
content: "\f3e0"; }
.fa-portrait::before {
content: "\f3e0"; }
.fa-images::before {
content: "\f302"; }
.fa-inbox::before {
content: "\f01c"; }
.fa-indent::before {
content: "\f03c"; }
.fa-indian-rupee-sign::before {
content: "\e1bc"; }
.fa-indian-rupee::before {
content: "\e1bc"; }
.fa-inr::before {
content: "\e1bc"; }
.fa-industry::before {
content: "\f275"; }
.fa-infinity::before {
content: "\f534"; }
.fa-info::before {
content: "\f129"; }
.fa-italic::before {
content: "\f033"; }
.fa-j::before {
content: "\4a"; }
.fa-jar::before {
content: "\e516"; }
.fa-jar-wheat::before {
content: "\e517"; }
.fa-jedi::before {
content: "\f669"; }
.fa-jet-fighter::before {
content: "\f0fb"; }
.fa-fighter-jet::before {
content: "\f0fb"; }
.fa-jet-fighter-up::before {
content: "\e518"; }
.fa-joint::before {
content: "\f595"; }
.fa-jug-detergent::before {
content: "\e519"; }
.fa-k::before {
content: "\4b"; }
.fa-kaaba::before {
content: "\f66b"; }
.fa-key::before {
content: "\f084"; }
.fa-keyboard::before {
content: "\f11c"; }
.fa-khanda::before {
content: "\f66d"; }
.fa-kip-sign::before {
content: "\e1c4"; }
.fa-kit-medical::before {
content: "\f479"; }
.fa-first-aid::before {
content: "\f479"; }
.fa-kitchen-set::before {
content: "\e51a"; }
.fa-kiwi-bird::before {
content: "\f535"; }
.fa-l::before {
content: "\4c"; }
.fa-land-mine-on::before {
content: "\e51b"; }
.fa-landmark::before {
content: "\f66f"; }
.fa-landmark-dome::before {
content: "\f752"; }
.fa-landmark-alt::before {
content: "\f752"; }
.fa-landmark-flag::before {
content: "\e51c"; }
.fa-language::before {
content: "\f1ab"; }
.fa-laptop::before {
content: "\f109"; }
.fa-laptop-code::before {
content: "\f5fc"; }
.fa-laptop-file::before {
content: "\e51d"; }
.fa-laptop-medical::before {
content: "\f812"; }
.fa-lari-sign::before {
content: "\e1c8"; }
.fa-layer-group::before {
content: "\f5fd"; }
.fa-leaf::before {
content: "\f06c"; }
.fa-left-long::before {
content: "\f30a"; }
.fa-long-arrow-alt-left::before {
content: "\f30a"; }
.fa-left-right::before {
content: "\f337"; }
.fa-arrows-alt-h::before {
content: "\f337"; }
.fa-lemon::before {
content: "\f094"; }
.fa-less-than::before {
content: "\3c"; }
.fa-less-than-equal::before {
content: "\f537"; }
.fa-life-ring::before {
content: "\f1cd"; }
.fa-lightbulb::before {
content: "\f0eb"; }
.fa-lines-leaning::before {
content: "\e51e"; }
.fa-link::before {
content: "\f0c1"; }
.fa-chain::before {
content: "\f0c1"; }
.fa-link-slash::before {
content: "\f127"; }
.fa-chain-broken::before {
content: "\f127"; }
.fa-chain-slash::before {
content: "\f127"; }
.fa-unlink::before {
content: "\f127"; }
.fa-lira-sign::before {
content: "\f195"; }
.fa-list::before {
content: "\f03a"; }
.fa-list-squares::before {
content: "\f03a"; }
.fa-list-check::before {
content: "\f0ae"; }
.fa-tasks::before {
content: "\f0ae"; }
.fa-list-ol::before {
content: "\f0cb"; }
.fa-list-1-2::before {
content: "\f0cb"; }
.fa-list-numeric::before {
content: "\f0cb"; }
.fa-list-ul::before {
content: "\f0ca"; }
.fa-list-dots::before {
content: "\f0ca"; }
.fa-litecoin-sign::before {
content: "\e1d3"; }
.fa-location-arrow::before {
content: "\f124"; }
.fa-location-crosshairs::before {
content: "\f601"; }
.fa-location::before {
content: "\f601"; }
.fa-location-dot::before {
content: "\f3c5"; }
.fa-map-marker-alt::before {
content: "\f3c5"; }
.fa-location-pin::before {
content: "\f041"; }
.fa-map-marker::before {
content: "\f041"; }
.fa-location-pin-lock::before {
content: "\e51f"; }
.fa-lock::before {
content: "\f023"; }
.fa-lock-open::before {
content: "\f3c1"; }
.fa-locust::before {
content: "\e520"; }
.fa-lungs::before {
content: "\f604"; }
.fa-lungs-virus::before {
content: "\e067"; }
.fa-m::before {
content: "\4d"; }
.fa-magnet::before {
content: "\f076"; }
.fa-magnifying-glass::before {
content: "\f002"; }
.fa-search::before {
content: "\f002"; }
.fa-magnifying-glass-arrow-right::before {
content: "\e521"; }
.fa-magnifying-glass-chart::before {
content: "\e522"; }
.fa-magnifying-glass-dollar::before {
content: "\f688"; }
.fa-search-dollar::before {
content: "\f688"; }
.fa-magnifying-glass-location::before {
content: "\f689"; }
.fa-search-location::before {
content: "\f689"; }
.fa-magnifying-glass-minus::before {
content: "\f010"; }
.fa-search-minus::before {
content: "\f010"; }
.fa-magnifying-glass-plus::before {
content: "\f00e"; }
.fa-search-plus::before {
content: "\f00e"; }
.fa-manat-sign::before {
content: "\e1d5"; }
.fa-map::before {
content: "\f279"; }
.fa-map-location::before {
content: "\f59f"; }
.fa-map-marked::before {
content: "\f59f"; }
.fa-map-location-dot::before {
content: "\f5a0"; }
.fa-map-marked-alt::before {
content: "\f5a0"; }
.fa-map-pin::before {
content: "\f276"; }
.fa-marker::before {
content: "\f5a1"; }
.fa-mars::before {
content: "\f222"; }
.fa-mars-and-venus::before {
content: "\f224"; }
.fa-mars-and-venus-burst::before {
content: "\e523"; }
.fa-mars-double::before {
content: "\f227"; }
.fa-mars-stroke::before {
content: "\f229"; }
.fa-mars-stroke-right::before {
content: "\f22b"; }
.fa-mars-stroke-h::before {
content: "\f22b"; }
.fa-mars-stroke-up::before {
content: "\f22a"; }
.fa-mars-stroke-v::before {
content: "\f22a"; }
.fa-martini-glass::before {
content: "\f57b"; }
.fa-glass-martini-alt::before {
content: "\f57b"; }
.fa-martini-glass-citrus::before {
content: "\f561"; }
.fa-cocktail::before {
content: "\f561"; }
.fa-martini-glass-empty::before {
content: "\f000"; }
.fa-glass-martini::before {
content: "\f000"; }
.fa-mask::before {
content: "\f6fa"; }
.fa-mask-face::before {
content: "\e1d7"; }
.fa-mask-ventilator::before {
content: "\e524"; }
.fa-masks-theater::before {
content: "\f630"; }
.fa-theater-masks::before {
content: "\f630"; }
.fa-mattress-pillow::before {
content: "\e525"; }
.fa-maximize::before {
content: "\f31e"; }
.fa-expand-arrows-alt::before {
content: "\f31e"; }
.fa-medal::before {
content: "\f5a2"; }
.fa-memory::before {
content: "\f538"; }
.fa-menorah::before {
content: "\f676"; }
.fa-mercury::before {
content: "\f223"; }
.fa-message::before {
content: "\f27a"; }
.fa-comment-alt::before {
content: "\f27a"; }
.fa-meteor::before {
content: "\f753"; }
.fa-microchip::before {
content: "\f2db"; }
.fa-microphone::before {
content: "\f130"; }
.fa-microphone-lines::before {
content: "\f3c9"; }
.fa-microphone-alt::before {
content: "\f3c9"; }
.fa-microphone-lines-slash::before {
content: "\f539"; }
.fa-microphone-alt-slash::before {
content: "\f539"; }
.fa-microphone-slash::before {
content: "\f131"; }
.fa-microscope::before {
content: "\f610"; }
.fa-mill-sign::before {
content: "\e1ed"; }
.fa-minimize::before {
content: "\f78c"; }
.fa-compress-arrows-alt::before {
content: "\f78c"; }
.fa-minus::before {
content: "\f068"; }
.fa-subtract::before {
content: "\f068"; }
.fa-mitten::before {
content: "\f7b5"; }
.fa-mobile::before {
content: "\f3ce"; }
.fa-mobile-android::before {
content: "\f3ce"; }
.fa-mobile-phone::before {
content: "\f3ce"; }
.fa-mobile-button::before {
content: "\f10b"; }
.fa-mobile-retro::before {
content: "\e527"; }
.fa-mobile-screen::before {
content: "\f3cf"; }
.fa-mobile-android-alt::before {
content: "\f3cf"; }
.fa-mobile-screen-button::before {
content: "\f3cd"; }
.fa-mobile-alt::before {
content: "\f3cd"; }
.fa-money-bill::before {
content: "\f0d6"; }
.fa-money-bill-1::before {
content: "\f3d1"; }
.fa-money-bill-alt::before {
content: "\f3d1"; }
.fa-money-bill-1-wave::before {
content: "\f53b"; }
.fa-money-bill-wave-alt::before {
content: "\f53b"; }
.fa-money-bill-transfer::before {
content: "\e528"; }
.fa-money-bill-trend-up::before {
content: "\e529"; }
.fa-money-bill-wave::before {
content: "\f53a"; }
.fa-money-bill-wheat::before {
content: "\e52a"; }
.fa-money-bills::before {
content: "\e1f3"; }
.fa-money-check::before {
content: "\f53c"; }
.fa-money-check-dollar::before {
content: "\f53d"; }
.fa-money-check-alt::before {
content: "\f53d"; }
.fa-monument::before {
content: "\f5a6"; }
.fa-moon::before {
content: "\f186"; }
.fa-mortar-pestle::before {
content: "\f5a7"; }
.fa-mosque::before {
content: "\f678"; }
.fa-mosquito::before {
content: "\e52b"; }
.fa-mosquito-net::before {
content: "\e52c"; }
.fa-motorcycle::before {
content: "\f21c"; }
.fa-mound::before {
content: "\e52d"; }
.fa-mountain::before {
content: "\f6fc"; }
.fa-mountain-city::before {
content: "\e52e"; }
.fa-mountain-sun::before {
content: "\e52f"; }
.fa-mug-hot::before {
content: "\f7b6"; }
.fa-mug-saucer::before {
content: "\f0f4"; }
.fa-coffee::before {
content: "\f0f4"; }
.fa-music::before {
content: "\f001"; }
.fa-n::before {
content: "\4e"; }
.fa-naira-sign::before {
content: "\e1f6"; }
.fa-network-wired::before {
content: "\f6ff"; }
.fa-neuter::before {
content: "\f22c"; }
.fa-newspaper::before {
content: "\f1ea"; }
.fa-not-equal::before {
content: "\f53e"; }
.fa-notdef::before {
content: "\e1fe"; }
.fa-note-sticky::before {
content: "\f249"; }
.fa-sticky-note::before {
content: "\f249"; }
.fa-notes-medical::before {
content: "\f481"; }
.fa-o::before {
content: "\4f"; }
.fa-object-group::before {
content: "\f247"; }
.fa-object-ungroup::before {
content: "\f248"; }
.fa-oil-can::before {
content: "\f613"; }
.fa-oil-well::before {
content: "\e532"; }
.fa-om::before {
content: "\f679"; }
.fa-otter::before {
content: "\f700"; }
.fa-outdent::before {
content: "\f03b"; }
.fa-dedent::before {
content: "\f03b"; }
.fa-p::before {
content: "\50"; }
.fa-pager::before {
content: "\f815"; }
.fa-paint-roller::before {
content: "\f5aa"; }
.fa-paintbrush::before {
content: "\f1fc"; }
.fa-paint-brush::before {
content: "\f1fc"; }
.fa-palette::before {
content: "\f53f"; }
.fa-pallet::before {
content: "\f482"; }
.fa-panorama::before {
content: "\e209"; }
.fa-paper-plane::before {
content: "\f1d8"; }
.fa-paperclip::before {
content: "\f0c6"; }
.fa-parachute-box::before {
content: "\f4cd"; }
.fa-paragraph::before {
content: "\f1dd"; }
.fa-passport::before {
content: "\f5ab"; }
.fa-paste::before {
content: "\f0ea"; }
.fa-file-clipboard::before {
content: "\f0ea"; }
.fa-pause::before {
content: "\f04c"; }
.fa-paw::before {
content: "\f1b0"; }
.fa-peace::before {
content: "\f67c"; }
.fa-pen::before {
content: "\f304"; }
.fa-pen-clip::before {
content: "\f305"; }
.fa-pen-alt::before {
content: "\f305"; }
.fa-pen-fancy::before {
content: "\f5ac"; }
.fa-pen-nib::before {
content: "\f5ad"; }
.fa-pen-ruler::before {
content: "\f5ae"; }
.fa-pencil-ruler::before {
content: "\f5ae"; }
.fa-pen-to-square::before {
content: "\f044"; }
.fa-edit::before {
content: "\f044"; }
.fa-pencil::before {
content: "\f303"; }
.fa-pencil-alt::before {
content: "\f303"; }
.fa-people-arrows::before {
content: "\e068"; }
.fa-people-arrows-left-right::before {
content: "\e068"; }
.fa-people-carry-box::before {
content: "\f4ce"; }
.fa-people-carry::before {
content: "\f4ce"; }
.fa-people-group::before {
content: "\e533"; }
.fa-people-line::before {
content: "\e534"; }
.fa-people-pulling::before {
content: "\e535"; }
.fa-people-robbery::before {
content: "\e536"; }
.fa-people-roof::before {
content: "\e537"; }
.fa-pepper-hot::before {
content: "\f816"; }
.fa-percent::before {
content: "\25"; }
.fa-percentage::before {
content: "\25"; }
.fa-person::before {
content: "\f183"; }
.fa-male::before {
content: "\f183"; }
.fa-person-arrow-down-to-line::before {
content: "\e538"; }
.fa-person-arrow-up-from-line::before {
content: "\e539"; }
.fa-person-biking::before {
content: "\f84a"; }
.fa-biking::before {
content: "\f84a"; }
.fa-person-booth::before {
content: "\f756"; }
.fa-person-breastfeeding::before {
content: "\e53a"; }
.fa-person-burst::before {
content: "\e53b"; }
.fa-person-cane::before {
content: "\e53c"; }
.fa-person-chalkboard::before {
content: "\e53d"; }
.fa-person-circle-check::before {
content: "\e53e"; }
.fa-person-circle-exclamation::before {
content: "\e53f"; }
.fa-person-circle-minus::before {
content: "\e540"; }
.fa-person-circle-plus::before {
content: "\e541"; }
.fa-person-circle-question::before {
content: "\e542"; }
.fa-person-circle-xmark::before {
content: "\e543"; }
.fa-person-digging::before {
content: "\f85e"; }
.fa-digging::before {
content: "\f85e"; }
.fa-person-dots-from-line::before {
content: "\f470"; }
.fa-diagnoses::before {
content: "\f470"; }
.fa-person-dress::before {
content: "\f182"; }
.fa-female::before {
content: "\f182"; }
.fa-person-dress-burst::before {
content: "\e544"; }
.fa-person-drowning::before {
content: "\e545"; }
.fa-person-falling::before {
content: "\e546"; }
.fa-person-falling-burst::before {
content: "\e547"; }
.fa-person-half-dress::before {
content: "\e548"; }
.fa-person-harassing::before {
content: "\e549"; }
.fa-person-hiking::before {
content: "\f6ec"; }
.fa-hiking::before {
content: "\f6ec"; }
.fa-person-military-pointing::before {
content: "\e54a"; }
.fa-person-military-rifle::before {
content: "\e54b"; }
.fa-person-military-to-person::before {
content: "\e54c"; }
.fa-person-praying::before {
content: "\f683"; }
.fa-pray::before {
content: "\f683"; }
.fa-person-pregnant::before {
content: "\e31e"; }
.fa-person-rays::before {
content: "\e54d"; }
.fa-person-rifle::before {
content: "\e54e"; }
.fa-person-running::before {
content: "\f70c"; }
.fa-running::before {
content: "\f70c"; }
.fa-person-shelter::before {
content: "\e54f"; }
.fa-person-skating::before {
content: "\f7c5"; }
.fa-skating::before {
content: "\f7c5"; }
.fa-person-skiing::before {
content: "\f7c9"; }
.fa-skiing::before {
content: "\f7c9"; }
.fa-person-skiing-nordic::before {
content: "\f7ca"; }
.fa-skiing-nordic::before {
content: "\f7ca"; }
.fa-person-snowboarding::before {
content: "\f7ce"; }
.fa-snowboarding::before {
content: "\f7ce"; }
.fa-person-swimming::before {
content: "\f5c4"; }
.fa-swimmer::before {
content: "\f5c4"; }
.fa-person-through-window::before {
content: "\e5a9"; }
.fa-person-walking::before {
content: "\f554"; }
.fa-walking::before {
content: "\f554"; }
.fa-person-walking-arrow-loop-left::before {
content: "\e551"; }
.fa-person-walking-arrow-right::before {
content: "\e552"; }
.fa-person-walking-dashed-line-arrow-right::before {
content: "\e553"; }
.fa-person-walking-luggage::before {
content: "\e554"; }
.fa-person-walking-with-cane::before {
content: "\f29d"; }
.fa-blind::before {
content: "\f29d"; }
.fa-peseta-sign::before {
content: "\e221"; }
.fa-peso-sign::before {
content: "\e222"; }
.fa-phone::before {
content: "\f095"; }
.fa-phone-flip::before {
content: "\f879"; }
.fa-phone-alt::before {
content: "\f879"; }
.fa-phone-slash::before {
content: "\f3dd"; }
.fa-phone-volume::before {
content: "\f2a0"; }
.fa-volume-control-phone::before {
content: "\f2a0"; }
.fa-photo-film::before {
content: "\f87c"; }
.fa-photo-video::before {
content: "\f87c"; }
.fa-piggy-bank::before {
content: "\f4d3"; }
.fa-pills::before {
content: "\f484"; }
.fa-pizza-slice::before {
content: "\f818"; }
.fa-place-of-worship::before {
content: "\f67f"; }
.fa-plane::before {
content: "\f072"; }
.fa-plane-arrival::before {
content: "\f5af"; }
.fa-plane-circle-check::before {
content: "\e555"; }
.fa-plane-circle-exclamation::before {
content: "\e556"; }
.fa-plane-circle-xmark::before {
content: "\e557"; }
.fa-plane-departure::before {
content: "\f5b0"; }
.fa-plane-lock::before {
content: "\e558"; }
.fa-plane-slash::before {
content: "\e069"; }
.fa-plane-up::before {
content: "\e22d"; }
.fa-plant-wilt::before {
content: "\e5aa"; }
.fa-plate-wheat::before {
content: "\e55a"; }
.fa-play::before {
content: "\f04b"; }
.fa-plug::before {
content: "\f1e6"; }
.fa-plug-circle-bolt::before {
content: "\e55b"; }
.fa-plug-circle-check::before {
content: "\e55c"; }
.fa-plug-circle-exclamation::before {
content: "\e55d"; }
.fa-plug-circle-minus::before {
content: "\e55e"; }
.fa-plug-circle-plus::before {
content: "\e55f"; }
.fa-plug-circle-xmark::before {
content: "\e560"; }
.fa-plus::before {
content: "\2b"; }
.fa-add::before {
content: "\2b"; }
.fa-plus-minus::before {
content: "\e43c"; }
.fa-podcast::before {
content: "\f2ce"; }
.fa-poo::before {
content: "\f2fe"; }
.fa-poo-storm::before {
content: "\f75a"; }
.fa-poo-bolt::before {
content: "\f75a"; }
.fa-poop::before {
content: "\f619"; }
.fa-power-off::before {
content: "\f011"; }
.fa-prescription::before {
content: "\f5b1"; }
.fa-prescription-bottle::before {
content: "\f485"; }
.fa-prescription-bottle-medical::before {
content: "\f486"; }
.fa-prescription-bottle-alt::before {
content: "\f486"; }
.fa-print::before {
content: "\f02f"; }
.fa-pump-medical::before {
content: "\e06a"; }
.fa-pump-soap::before {
content: "\e06b"; }
.fa-puzzle-piece::before {
content: "\f12e"; }
.fa-q::before {
content: "\51"; }
.fa-qrcode::before {
content: "\f029"; }
.fa-question::before {
content: "\3f"; }
.fa-quote-left::before {
content: "\f10d"; }
.fa-quote-left-alt::before {
content: "\f10d"; }
.fa-quote-right::before {
content: "\f10e"; }
.fa-quote-right-alt::before {
content: "\f10e"; }
.fa-r::before {
content: "\52"; }
.fa-radiation::before {
content: "\f7b9"; }
.fa-radio::before {
content: "\f8d7"; }
.fa-rainbow::before {
content: "\f75b"; }
.fa-ranking-star::before {
content: "\e561"; }
.fa-receipt::before {
content: "\f543"; }
.fa-record-vinyl::before {
content: "\f8d9"; }
.fa-rectangle-ad::before {
content: "\f641"; }
.fa-ad::before {
content: "\f641"; }
.fa-rectangle-list::before {
content: "\f022"; }
.fa-list-alt::before {
content: "\f022"; }
.fa-rectangle-xmark::before {
content: "\f410"; }
.fa-rectangle-times::before {
content: "\f410"; }
.fa-times-rectangle::before {
content: "\f410"; }
.fa-window-close::before {
content: "\f410"; }
.fa-recycle::before {
content: "\f1b8"; }
.fa-registered::before {
content: "\f25d"; }
.fa-repeat::before {
content: "\f363"; }
.fa-reply::before {
content: "\f3e5"; }
.fa-mail-reply::before {
content: "\f3e5"; }
.fa-reply-all::before {
content: "\f122"; }
.fa-mail-reply-all::before {
content: "\f122"; }
.fa-republican::before {
content: "\f75e"; }
.fa-restroom::before {
content: "\f7bd"; }
.fa-retweet::before {
content: "\f079"; }
.fa-ribbon::before {
content: "\f4d6"; }
.fa-right-from-bracket::before {
content: "\f2f5"; }
.fa-sign-out-alt::before {
content: "\f2f5"; }
.fa-right-left::before {
content: "\f362"; }
.fa-exchange-alt::before {
content: "\f362"; }
.fa-right-long::before {
content: "\f30b"; }
.fa-long-arrow-alt-right::before {
content: "\f30b"; }
.fa-right-to-bracket::before {
content: "\f2f6"; }
.fa-sign-in-alt::before {
content: "\f2f6"; }
.fa-ring::before {
content: "\f70b"; }
.fa-road::before {
content: "\f018"; }
.fa-road-barrier::before {
content: "\e562"; }
.fa-road-bridge::before {
content: "\e563"; }
.fa-road-circle-check::before {
content: "\e564"; }
.fa-road-circle-exclamation::before {
content: "\e565"; }
.fa-road-circle-xmark::before {
content: "\e566"; }
.fa-road-lock::before {
content: "\e567"; }
.fa-road-spikes::before {
content: "\e568"; }
.fa-robot::before {
content: "\f544"; }
.fa-rocket::before {
content: "\f135"; }
.fa-rotate::before {
content: "\f2f1"; }
.fa-sync-alt::before {
content: "\f2f1"; }
.fa-rotate-left::before {
content: "\f2ea"; }
.fa-rotate-back::before {
content: "\f2ea"; }
.fa-rotate-backward::before {
content: "\f2ea"; }
.fa-undo-alt::before {
content: "\f2ea"; }
.fa-rotate-right::before {
content: "\f2f9"; }
.fa-redo-alt::before {
content: "\f2f9"; }
.fa-rotate-forward::before {
content: "\f2f9"; }
.fa-route::before {
content: "\f4d7"; }
.fa-rss::before {
content: "\f09e"; }
.fa-feed::before {
content: "\f09e"; }
.fa-ruble-sign::before {
content: "\f158"; }
.fa-rouble::before {
content: "\f158"; }
.fa-rub::before {
content: "\f158"; }
.fa-ruble::before {
content: "\f158"; }
.fa-rug::before {
content: "\e569"; }
.fa-ruler::before {
content: "\f545"; }
.fa-ruler-combined::before {
content: "\f546"; }
.fa-ruler-horizontal::before {
content: "\f547"; }
.fa-ruler-vertical::before {
content: "\f548"; }
.fa-rupee-sign::before {
content: "\f156"; }
.fa-rupee::before {
content: "\f156"; }
.fa-rupiah-sign::before {
content: "\e23d"; }
.fa-s::before {
content: "\53"; }
.fa-sack-dollar::before {
content: "\f81d"; }
.fa-sack-xmark::before {
content: "\e56a"; }
.fa-sailboat::before {
content: "\e445"; }
.fa-satellite::before {
content: "\f7bf"; }
.fa-satellite-dish::before {
content: "\f7c0"; }
.fa-scale-balanced::before {
content: "\f24e"; }
.fa-balance-scale::before {
content: "\f24e"; }
.fa-scale-unbalanced::before {
content: "\f515"; }
.fa-balance-scale-left::before {
content: "\f515"; }
.fa-scale-unbalanced-flip::before {
content: "\f516"; }
.fa-balance-scale-right::before {
content: "\f516"; }
.fa-school::before {
content: "\f549"; }
.fa-school-circle-check::before {
content: "\e56b"; }
.fa-school-circle-exclamation::before {
content: "\e56c"; }
.fa-school-circle-xmark::before {
content: "\e56d"; }
.fa-school-flag::before {
content: "\e56e"; }
.fa-school-lock::before {
content: "\e56f"; }
.fa-scissors::before {
content: "\f0c4"; }
.fa-cut::before {
content: "\f0c4"; }
.fa-screwdriver::before {
content: "\f54a"; }
.fa-screwdriver-wrench::before {
content: "\f7d9"; }
.fa-tools::before {
content: "\f7d9"; }
.fa-scroll::before {
content: "\f70e"; }
.fa-scroll-torah::before {
content: "\f6a0"; }
.fa-torah::before {
content: "\f6a0"; }
.fa-sd-card::before {
content: "\f7c2"; }
.fa-section::before {
content: "\e447"; }
.fa-seedling::before {
content: "\f4d8"; }
.fa-sprout::before {
content: "\f4d8"; }
.fa-server::before {
content: "\f233"; }
.fa-shapes::before {
content: "\f61f"; }
.fa-triangle-circle-square::before {
content: "\f61f"; }
.fa-share::before {
content: "\f064"; }
.fa-arrow-turn-right::before {
content: "\f064"; }
.fa-mail-forward::before {
content: "\f064"; }
.fa-share-from-square::before {
content: "\f14d"; }
.fa-share-square::before {
content: "\f14d"; }
.fa-share-nodes::before {
content: "\f1e0"; }
.fa-share-alt::before {
content: "\f1e0"; }
.fa-sheet-plastic::before {
content: "\e571"; }
.fa-shekel-sign::before {
content: "\f20b"; }
.fa-ils::before {
content: "\f20b"; }
.fa-shekel::before {
content: "\f20b"; }
.fa-sheqel::before {
content: "\f20b"; }
.fa-sheqel-sign::before {
content: "\f20b"; }
.fa-shield::before {
content: "\f132"; }
.fa-shield-blank::before {
content: "\f132"; }
.fa-shield-cat::before {
content: "\e572"; }
.fa-shield-dog::before {
content: "\e573"; }
.fa-shield-halved::before {
content: "\f3ed"; }
.fa-shield-alt::before {
content: "\f3ed"; }
.fa-shield-heart::before {
content: "\e574"; }
.fa-shield-virus::before {
content: "\e06c"; }
.fa-ship::before {
content: "\f21a"; }
.fa-shirt::before {
content: "\f553"; }
.fa-t-shirt::before {
content: "\f553"; }
.fa-tshirt::before {
content: "\f553"; }
.fa-shoe-prints::before {
content: "\f54b"; }
.fa-shop::before {
content: "\f54f"; }
.fa-store-alt::before {
content: "\f54f"; }
.fa-shop-lock::before {
content: "\e4a5"; }
.fa-shop-slash::before {
content: "\e070"; }
.fa-store-alt-slash::before {
content: "\e070"; }
.fa-shower::before {
content: "\f2cc"; }
.fa-shrimp::before {
content: "\e448"; }
.fa-shuffle::before {
content: "\f074"; }
.fa-random::before {
content: "\f074"; }
.fa-shuttle-space::before {
content: "\f197"; }
.fa-space-shuttle::before {
content: "\f197"; }
.fa-sign-hanging::before {
content: "\f4d9"; }
.fa-sign::before {
content: "\f4d9"; }
.fa-signal::before {
content: "\f012"; }
.fa-signal-5::before {
content: "\f012"; }
.fa-signal-perfect::before {
content: "\f012"; }
.fa-signature::before {
content: "\f5b7"; }
.fa-signs-post::before {
content: "\f277"; }
.fa-map-signs::before {
content: "\f277"; }
.fa-sim-card::before {
content: "\f7c4"; }
.fa-sink::before {
content: "\e06d"; }
.fa-sitemap::before {
content: "\f0e8"; }
.fa-skull::before {
content: "\f54c"; }
.fa-skull-crossbones::before {
content: "\f714"; }
.fa-slash::before {
content: "\f715"; }
.fa-sleigh::before {
content: "\f7cc"; }
.fa-sliders::before {
content: "\f1de"; }
.fa-sliders-h::before {
content: "\f1de"; }
.fa-smog::before {
content: "\f75f"; }
.fa-smoking::before {
content: "\f48d"; }
.fa-snowflake::before {
content: "\f2dc"; }
.fa-snowman::before {
content: "\f7d0"; }
.fa-snowplow::before {
content: "\f7d2"; }
.fa-soap::before {
content: "\e06e"; }
.fa-socks::before {
content: "\f696"; }
.fa-solar-panel::before {
content: "\f5ba"; }
.fa-sort::before {
content: "\f0dc"; }
.fa-unsorted::before {
content: "\f0dc"; }
.fa-sort-down::before {
content: "\f0dd"; }
.fa-sort-desc::before {
content: "\f0dd"; }
.fa-sort-up::before {
content: "\f0de"; }
.fa-sort-asc::before {
content: "\f0de"; }
.fa-spa::before {
content: "\f5bb"; }
.fa-spaghetti-monster-flying::before {
content: "\f67b"; }
.fa-pastafarianism::before {
content: "\f67b"; }
.fa-spell-check::before {
content: "\f891"; }
.fa-spider::before {
content: "\f717"; }
.fa-spinner::before {
content: "\f110"; }
.fa-splotch::before {
content: "\f5bc"; }
.fa-spoon::before {
content: "\f2e5"; }
.fa-utensil-spoon::before {
content: "\f2e5"; }
.fa-spray-can::before {
content: "\f5bd"; }
.fa-spray-can-sparkles::before {
content: "\f5d0"; }
.fa-air-freshener::before {
content: "\f5d0"; }
.fa-square::before {
content: "\f0c8"; }
.fa-square-arrow-up-right::before {
content: "\f14c"; }
.fa-external-link-square::before {
content: "\f14c"; }
.fa-square-caret-down::before {
content: "\f150"; }
.fa-caret-square-down::before {
content: "\f150"; }
.fa-square-caret-left::before {
content: "\f191"; }
.fa-caret-square-left::before {
content: "\f191"; }
.fa-square-caret-right::before {
content: "\f152"; }
.fa-caret-square-right::before {
content: "\f152"; }
.fa-square-caret-up::before {
content: "\f151"; }
.fa-caret-square-up::before {
content: "\f151"; }
.fa-square-check::before {
content: "\f14a"; }
.fa-check-square::before {
content: "\f14a"; }
.fa-square-envelope::before {
content: "\f199"; }
.fa-envelope-square::before {
content: "\f199"; }
.fa-square-full::before {
content: "\f45c"; }
.fa-square-h::before {
content: "\f0fd"; }
.fa-h-square::before {
content: "\f0fd"; }
.fa-square-minus::before {
content: "\f146"; }
.fa-minus-square::before {
content: "\f146"; }
.fa-square-nfi::before {
content: "\e576"; }
.fa-square-parking::before {
content: "\f540"; }
.fa-parking::before {
content: "\f540"; }
.fa-square-pen::before {
content: "\f14b"; }
.fa-pen-square::before {
content: "\f14b"; }
.fa-pencil-square::before {
content: "\f14b"; }
.fa-square-person-confined::before {
content: "\e577"; }
.fa-square-phone::before {
content: "\f098"; }
.fa-phone-square::before {
content: "\f098"; }
.fa-square-phone-flip::before {
content: "\f87b"; }
.fa-phone-square-alt::before {
content: "\f87b"; }
.fa-square-plus::before {
content: "\f0fe"; }
.fa-plus-square::before {
content: "\f0fe"; }
.fa-square-poll-horizontal::before {
content: "\f682"; }
.fa-poll-h::before {
content: "\f682"; }
.fa-square-poll-vertical::before {
content: "\f681"; }
.fa-poll::before {
content: "\f681"; }
.fa-square-root-variable::before {
content: "\f698"; }
.fa-square-root-alt::before {
content: "\f698"; }
.fa-square-rss::before {
content: "\f143"; }
.fa-rss-square::before {
content: "\f143"; }
.fa-square-share-nodes::before {
content: "\f1e1"; }
.fa-share-alt-square::before {
content: "\f1e1"; }
.fa-square-up-right::before {
content: "\f360"; }
.fa-external-link-square-alt::before {
content: "\f360"; }
.fa-square-virus::before {
content: "\e578"; }
.fa-square-xmark::before {
content: "\f2d3"; }
.fa-times-square::before {
content: "\f2d3"; }
.fa-xmark-square::before {
content: "\f2d3"; }
.fa-staff-snake::before {
content: "\e579"; }
.fa-rod-asclepius::before {
content: "\e579"; }
.fa-rod-snake::before {
content: "\e579"; }
.fa-staff-aesculapius::before {
content: "\e579"; }
.fa-stairs::before {
content: "\e289"; }
.fa-stamp::before {
content: "\f5bf"; }
.fa-stapler::before {
content: "\e5af"; }
.fa-star::before {
content: "\f005"; }
.fa-star-and-crescent::before {
content: "\f699"; }
.fa-star-half::before {
content: "\f089"; }
.fa-star-half-stroke::before {
content: "\f5c0"; }
.fa-star-half-alt::before {
content: "\f5c0"; }
.fa-star-of-david::before {
content: "\f69a"; }
.fa-star-of-life::before {
content: "\f621"; }
.fa-sterling-sign::before {
content: "\f154"; }
.fa-gbp::before {
content: "\f154"; }
.fa-pound-sign::before {
content: "\f154"; }
.fa-stethoscope::before {
content: "\f0f1"; }
.fa-stop::before {
content: "\f04d"; }
.fa-stopwatch::before {
content: "\f2f2"; }
.fa-stopwatch-20::before {
content: "\e06f"; }
.fa-store::before {
content: "\f54e"; }
.fa-store-slash::before {
content: "\e071"; }
.fa-street-view::before {
content: "\f21d"; }
.fa-strikethrough::before {
content: "\f0cc"; }
.fa-stroopwafel::before {
content: "\f551"; }
.fa-subscript::before {
content: "\f12c"; }
.fa-suitcase::before {
content: "\f0f2"; }
.fa-suitcase-medical::before {
content: "\f0fa"; }
.fa-medkit::before {
content: "\f0fa"; }
.fa-suitcase-rolling::before {
content: "\f5c1"; }
.fa-sun::before {
content: "\f185"; }
.fa-sun-plant-wilt::before {
content: "\e57a"; }
.fa-superscript::before {
content: "\f12b"; }
.fa-swatchbook::before {
content: "\f5c3"; }
.fa-synagogue::before {
content: "\f69b"; }
.fa-syringe::before {
content: "\f48e"; }
.fa-t::before {
content: "\54"; }
.fa-table::before {
content: "\f0ce"; }
.fa-table-cells::before {
content: "\f00a"; }
.fa-th::before {
content: "\f00a"; }
.fa-table-cells-large::before {
content: "\f009"; }
.fa-th-large::before {
content: "\f009"; }
.fa-table-columns::before {
content: "\f0db"; }
.fa-columns::before {
content: "\f0db"; }
.fa-table-list::before {
content: "\f00b"; }
.fa-th-list::before {
content: "\f00b"; }
.fa-table-tennis-paddle-ball::before {
content: "\f45d"; }
.fa-ping-pong-paddle-ball::before {
content: "\f45d"; }
.fa-table-tennis::before {
content: "\f45d"; }
.fa-tablet::before {
content: "\f3fb"; }
.fa-tablet-android::before {
content: "\f3fb"; }
.fa-tablet-button::before {
content: "\f10a"; }
.fa-tablet-screen-button::before {
content: "\f3fa"; }
.fa-tablet-alt::before {
content: "\f3fa"; }
.fa-tablets::before {
content: "\f490"; }
.fa-tachograph-digital::before {
content: "\f566"; }
.fa-digital-tachograph::before {
content: "\f566"; }
.fa-tag::before {
content: "\f02b"; }
.fa-tags::before {
content: "\f02c"; }
.fa-tape::before {
content: "\f4db"; }
.fa-tarp::before {
content: "\e57b"; }
.fa-tarp-droplet::before {
content: "\e57c"; }
.fa-taxi::before {
content: "\f1ba"; }
.fa-cab::before {
content: "\f1ba"; }
.fa-teeth::before {
content: "\f62e"; }
.fa-teeth-open::before {
content: "\f62f"; }
.fa-temperature-arrow-down::before {
content: "\e03f"; }
.fa-temperature-down::before {
content: "\e03f"; }
.fa-temperature-arrow-up::before {
content: "\e040"; }
.fa-temperature-up::before {
content: "\e040"; }
.fa-temperature-empty::before {
content: "\f2cb"; }
.fa-temperature-0::before {
content: "\f2cb"; }
.fa-thermometer-0::before {
content: "\f2cb"; }
.fa-thermometer-empty::before {
content: "\f2cb"; }
.fa-temperature-full::before {
content: "\f2c7"; }
.fa-temperature-4::before {
content: "\f2c7"; }
.fa-thermometer-4::before {
content: "\f2c7"; }
.fa-thermometer-full::before {
content: "\f2c7"; }
.fa-temperature-half::before {
content: "\f2c9"; }
.fa-temperature-2::before {
content: "\f2c9"; }
.fa-thermometer-2::before {
content: "\f2c9"; }
.fa-thermometer-half::before {
content: "\f2c9"; }
.fa-temperature-high::before {
content: "\f769"; }
.fa-temperature-low::before {
content: "\f76b"; }
.fa-temperature-quarter::before {
content: "\f2ca"; }
.fa-temperature-1::before {
content: "\f2ca"; }
.fa-thermometer-1::before {
content: "\f2ca"; }
.fa-thermometer-quarter::before {
content: "\f2ca"; }
.fa-temperature-three-quarters::before {
content: "\f2c8"; }
.fa-temperature-3::before {
content: "\f2c8"; }
.fa-thermometer-3::before {
content: "\f2c8"; }
.fa-thermometer-three-quarters::before {
content: "\f2c8"; }
.fa-tenge-sign::before {
content: "\f7d7"; }
.fa-tenge::before {
content: "\f7d7"; }
.fa-tent::before {
content: "\e57d"; }
.fa-tent-arrow-down-to-line::before {
content: "\e57e"; }
.fa-tent-arrow-left-right::before {
content: "\e57f"; }
.fa-tent-arrow-turn-left::before {
content: "\e580"; }
.fa-tent-arrows-down::before {
content: "\e581"; }
.fa-tents::before {
content: "\e582"; }
.fa-terminal::before {
content: "\f120"; }
.fa-text-height::before {
content: "\f034"; }
.fa-text-slash::before {
content: "\f87d"; }
.fa-remove-format::before {
content: "\f87d"; }
.fa-text-width::before {
content: "\f035"; }
.fa-thermometer::before {
content: "\f491"; }
.fa-thumbs-down::before {
content: "\f165"; }
.fa-thumbs-up::before {
content: "\f164"; }
.fa-thumbtack::before {
content: "\f08d"; }
.fa-thumb-tack::before {
content: "\f08d"; }
.fa-ticket::before {
content: "\f145"; }
.fa-ticket-simple::before {
content: "\f3ff"; }
.fa-ticket-alt::before {
content: "\f3ff"; }
.fa-timeline::before {
content: "\e29c"; }
.fa-toggle-off::before {
content: "\f204"; }
.fa-toggle-on::before {
content: "\f205"; }
.fa-toilet::before {
content: "\f7d8"; }
.fa-toilet-paper::before {
content: "\f71e"; }
.fa-toilet-paper-slash::before {
content: "\e072"; }
.fa-toilet-portable::before {
content: "\e583"; }
.fa-toilets-portable::before {
content: "\e584"; }
.fa-toolbox::before {
content: "\f552"; }
.fa-tooth::before {
content: "\f5c9"; }
.fa-torii-gate::before {
content: "\f6a1"; }
.fa-tornado::before {
content: "\f76f"; }
.fa-tower-broadcast::before {
content: "\f519"; }
.fa-broadcast-tower::before {
content: "\f519"; }
.fa-tower-cell::before {
content: "\e585"; }
.fa-tower-observation::before {
content: "\e586"; }
.fa-tractor::before {
content: "\f722"; }
.fa-trademark::before {
content: "\f25c"; }
.fa-traffic-light::before {
content: "\f637"; }
.fa-trailer::before {
content: "\e041"; }
.fa-train::before {
content: "\f238"; }
.fa-train-subway::before {
content: "\f239"; }
.fa-subway::before {
content: "\f239"; }
.fa-train-tram::before {
content: "\e5b4"; }
.fa-transgender::before {
content: "\f225"; }
.fa-transgender-alt::before {
content: "\f225"; }
.fa-trash::before {
content: "\f1f8"; }
.fa-trash-arrow-up::before {
content: "\f829"; }
.fa-trash-restore::before {
content: "\f829"; }
.fa-trash-can::before {
content: "\f2ed"; }
.fa-trash-alt::before {
content: "\f2ed"; }
.fa-trash-can-arrow-up::before {
content: "\f82a"; }
.fa-trash-restore-alt::before {
content: "\f82a"; }
.fa-tree::before {
content: "\f1bb"; }
.fa-tree-city::before {
content: "\e587"; }
.fa-triangle-exclamation::before {
content: "\f071"; }
.fa-exclamation-triangle::before {
content: "\f071"; }
.fa-warning::before {
content: "\f071"; }
.fa-trophy::before {
content: "\f091"; }
.fa-trowel::before {
content: "\e589"; }
.fa-trowel-bricks::before {
content: "\e58a"; }
.fa-truck::before {
content: "\f0d1"; }
.fa-truck-arrow-right::before {
content: "\e58b"; }
.fa-truck-droplet::before {
content: "\e58c"; }
.fa-truck-fast::before {
content: "\f48b"; }
.fa-shipping-fast::before {
content: "\f48b"; }
.fa-truck-field::before {
content: "\e58d"; }
.fa-truck-field-un::before {
content: "\e58e"; }
.fa-truck-front::before {
content: "\e2b7"; }
.fa-truck-medical::before {
content: "\f0f9"; }
.fa-ambulance::before {
content: "\f0f9"; }
.fa-truck-monster::before {
content: "\f63b"; }
.fa-truck-moving::before {
content: "\f4df"; }
.fa-truck-pickup::before {
content: "\f63c"; }
.fa-truck-plane::before {
content: "\e58f"; }
.fa-truck-ramp-box::before {
content: "\f4de"; }
.fa-truck-loading::before {
content: "\f4de"; }
.fa-tty::before {
content: "\f1e4"; }
.fa-teletype::before {
content: "\f1e4"; }
.fa-turkish-lira-sign::before {
content: "\e2bb"; }
.fa-try::before {
content: "\e2bb"; }
.fa-turkish-lira::before {
content: "\e2bb"; }
.fa-turn-down::before {
content: "\f3be"; }
.fa-level-down-alt::before {
content: "\f3be"; }
.fa-turn-up::before {
content: "\f3bf"; }
.fa-level-up-alt::before {
content: "\f3bf"; }
.fa-tv::before {
content: "\f26c"; }
.fa-television::before {
content: "\f26c"; }
.fa-tv-alt::before {
content: "\f26c"; }
.fa-u::before {
content: "\55"; }
.fa-umbrella::before {
content: "\f0e9"; }
.fa-umbrella-beach::before {
content: "\f5ca"; }
.fa-underline::before {
content: "\f0cd"; }
.fa-universal-access::before {
content: "\f29a"; }
.fa-unlock::before {
content: "\f09c"; }
.fa-unlock-keyhole::before {
content: "\f13e"; }
.fa-unlock-alt::before {
content: "\f13e"; }
.fa-up-down::before {
content: "\f338"; }
.fa-arrows-alt-v::before {
content: "\f338"; }
.fa-up-down-left-right::before {
content: "\f0b2"; }
.fa-arrows-alt::before {
content: "\f0b2"; }
.fa-up-long::before {
content: "\f30c"; }
.fa-long-arrow-alt-up::before {
content: "\f30c"; }
.fa-up-right-and-down-left-from-center::before {
content: "\f424"; }
.fa-expand-alt::before {
content: "\f424"; }
.fa-up-right-from-square::before {
content: "\f35d"; }
.fa-external-link-alt::before {
content: "\f35d"; }
.fa-upload::before {
content: "\f093"; }
.fa-user::before {
content: "\f007"; }
.fa-user-astronaut::before {
content: "\f4fb"; }
.fa-user-check::before {
content: "\f4fc"; }
.fa-user-clock::before {
content: "\f4fd"; }
.fa-user-doctor::before {
content: "\f0f0"; }
.fa-user-md::before {
content: "\f0f0"; }
.fa-user-gear::before {
content: "\f4fe"; }
.fa-user-cog::before {
content: "\f4fe"; }
.fa-user-graduate::before {
content: "\f501"; }
.fa-user-group::before {
content: "\f500"; }
.fa-user-friends::before {
content: "\f500"; }
.fa-user-injured::before {
content: "\f728"; }
.fa-user-large::before {
content: "\f406"; }
.fa-user-alt::before {
content: "\f406"; }
.fa-user-large-slash::before {
content: "\f4fa"; }
.fa-user-alt-slash::before {
content: "\f4fa"; }
.fa-user-lock::before {
content: "\f502"; }
.fa-user-minus::before {
content: "\f503"; }
.fa-user-ninja::before {
content: "\f504"; }
.fa-user-nurse::before {
content: "\f82f"; }
.fa-user-pen::before {
content: "\f4ff"; }
.fa-user-edit::before {
content: "\f4ff"; }
.fa-user-plus::before {
content: "\f234"; }
.fa-user-secret::before {
content: "\f21b"; }
.fa-user-shield::before {
content: "\f505"; }
.fa-user-slash::before {
content: "\f506"; }
.fa-user-tag::before {
content: "\f507"; }
.fa-user-tie::before {
content: "\f508"; }
.fa-user-xmark::before {
content: "\f235"; }
.fa-user-times::before {
content: "\f235"; }
.fa-users::before {
content: "\f0c0"; }
.fa-users-between-lines::before {
content: "\e591"; }
.fa-users-gear::before {
content: "\f509"; }
.fa-users-cog::before {
content: "\f509"; }
.fa-users-line::before {
content: "\e592"; }
.fa-users-rays::before {
content: "\e593"; }
.fa-users-rectangle::before {
content: "\e594"; }
.fa-users-slash::before {
content: "\e073"; }
.fa-users-viewfinder::before {
content: "\e595"; }
.fa-utensils::before {
content: "\f2e7"; }
.fa-cutlery::before {
content: "\f2e7"; }
.fa-v::before {
content: "\56"; }
.fa-van-shuttle::before {
content: "\f5b6"; }
.fa-shuttle-van::before {
content: "\f5b6"; }
.fa-vault::before {
content: "\e2c5"; }
.fa-vector-square::before {
content: "\f5cb"; }
.fa-venus::before {
content: "\f221"; }
.fa-venus-double::before {
content: "\f226"; }
.fa-venus-mars::before {
content: "\f228"; }
.fa-vest::before {
content: "\e085"; }
.fa-vest-patches::before {
content: "\e086"; }
.fa-vial::before {
content: "\f492"; }
.fa-vial-circle-check::before {
content: "\e596"; }
.fa-vial-virus::before {
content: "\e597"; }
.fa-vials::before {
content: "\f493"; }
.fa-video::before {
content: "\f03d"; }
.fa-video-camera::before {
content: "\f03d"; }
.fa-video-slash::before {
content: "\f4e2"; }
.fa-vihara::before {
content: "\f6a7"; }
.fa-virus::before {
content: "\e074"; }
.fa-virus-covid::before {
content: "\e4a8"; }
.fa-virus-covid-slash::before {
content: "\e4a9"; }
.fa-virus-slash::before {
content: "\e075"; }
.fa-viruses::before {
content: "\e076"; }
.fa-voicemail::before {
content: "\f897"; }
.fa-volcano::before {
content: "\f770"; }
.fa-volleyball::before {
content: "\f45f"; }
.fa-volleyball-ball::before {
content: "\f45f"; }
.fa-volume-high::before {
content: "\f028"; }
.fa-volume-up::before {
content: "\f028"; }
.fa-volume-low::before {
content: "\f027"; }
.fa-volume-down::before {
content: "\f027"; }
.fa-volume-off::before {
content: "\f026"; }
.fa-volume-xmark::before {
content: "\f6a9"; }
.fa-volume-mute::before {
content: "\f6a9"; }
.fa-volume-times::before {
content: "\f6a9"; }
.fa-vr-cardboard::before {
content: "\f729"; }
.fa-w::before {
content: "\57"; }
.fa-walkie-talkie::before {
content: "\f8ef"; }
.fa-wallet::before {
content: "\f555"; }
.fa-wand-magic::before {
content: "\f0d0"; }
.fa-magic::before {
content: "\f0d0"; }
.fa-wand-magic-sparkles::before {
content: "\e2ca"; }
.fa-magic-wand-sparkles::before {
content: "\e2ca"; }
.fa-wand-sparkles::before {
content: "\f72b"; }
.fa-warehouse::before {
content: "\f494"; }
.fa-water::before {
content: "\f773"; }
.fa-water-ladder::before {
content: "\f5c5"; }
.fa-ladder-water::before {
content: "\f5c5"; }
.fa-swimming-pool::before {
content: "\f5c5"; }
.fa-wave-square::before {
content: "\f83e"; }
.fa-weight-hanging::before {
content: "\f5cd"; }
.fa-weight-scale::before {
content: "\f496"; }
.fa-weight::before {
content: "\f496"; }
.fa-wheat-awn::before {
content: "\e2cd"; }
.fa-wheat-alt::before {
content: "\e2cd"; }
.fa-wheat-awn-circle-exclamation::before {
content: "\e598"; }
.fa-wheelchair::before {
content: "\f193"; }
.fa-wheelchair-move::before {
content: "\e2ce"; }
.fa-wheelchair-alt::before {
content: "\e2ce"; }
.fa-whiskey-glass::before {
content: "\f7a0"; }
.fa-glass-whiskey::before {
content: "\f7a0"; }
.fa-wifi::before {
content: "\f1eb"; }
.fa-wifi-3::before {
content: "\f1eb"; }
.fa-wifi-strong::before {
content: "\f1eb"; }
.fa-wind::before {
content: "\f72e"; }
.fa-window-maximize::before {
content: "\f2d0"; }
.fa-window-minimize::before {
content: "\f2d1"; }
.fa-window-restore::before {
content: "\f2d2"; }
.fa-wine-bottle::before {
content: "\f72f"; }
.fa-wine-glass::before {
content: "\f4e3"; }
.fa-wine-glass-empty::before {
content: "\f5ce"; }
.fa-wine-glass-alt::before {
content: "\f5ce"; }
.fa-won-sign::before {
content: "\f159"; }
.fa-krw::before {
content: "\f159"; }
.fa-won::before {
content: "\f159"; }
.fa-worm::before {
content: "\e599"; }
.fa-wrench::before {
content: "\f0ad"; }
.fa-x::before {
content: "\58"; }
.fa-x-ray::before {
content: "\f497"; }
.fa-xmark::before {
content: "\f00d"; }
.fa-close::before {
content: "\f00d"; }
.fa-multiply::before {
content: "\f00d"; }
.fa-remove::before {
content: "\f00d"; }
.fa-times::before {
content: "\f00d"; }
.fa-xmarks-lines::before {
content: "\e59a"; }
.fa-y::before {
content: "\59"; }
.fa-yen-sign::before {
content: "\f157"; }
.fa-cny::before {
content: "\f157"; }
.fa-jpy::before {
content: "\f157"; }
.fa-rmb::before {
content: "\f157"; }
.fa-yen::before {
content: "\f157"; }
.fa-yin-yang::before {
content: "\f6ad"; }
.fa-z::before {
content: "\5a"; }
.sr-only,
.fa-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0; }
:root, :host {
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-brands-400.woff2) format("woff2"), url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-brands-400.ttf) format("truetype"); }
.fab,
.fa-brands {
font-family: 'Font Awesome 6 Brands';
font-weight: 400; }
.fa-42-group:before {
content: "\e080"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-alipay:before {
content: "\f642"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-audible:before {
content: "\f373"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-aws:before {
content: "\f375"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-bilibili:before {
content: "\e3d9"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-bots:before {
content: "\e340"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cmplid:before {
content: "\e360"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envira:before {
content: "\f299"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-evernote:before {
content: "\f839"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-figma:before {
content: "\f799"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-fly:before {
content: "\f417"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-flag:before {
content: "\f2b4"; }
.fa-font-awesome-logo-full:before {
content: "\f2b4"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golang:before {
content: "\e40f"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hashnode:before {
content: "\e499"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-ideal:before {
content: "\e013"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-js:before {
content: "\f3b8"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-less:before {
content: "\f41d"; }
.fa-line:before {
content: "\f3c0"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f23a"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-meta:before {
content: "\e49b"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-nfc-directional:before {
content: "\e530"; }
.fa-nfc-symbol:before {
content: "\e531"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-padlet:before {
content: "\e4a0"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pix:before {
content: "\e43a"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-renren:before {
content: "\f18b"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-rust:before {
content: "\e07a"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-screenpal:before {
content: "\e570"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sith:before {
content: "\f512"; }
.fa-sitrox:before {
content: "\e44a"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f198"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ab"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-space-awesome:before {
content: "\e5ac"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-square-behance:before {
content: "\f1b5"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-square-dribbble:before {
content: "\f397"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-square-facebook:before {
content: "\f082"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-square-font-awesome:before {
content: "\e5ad"; }
.fa-square-font-awesome-stroke:before {
content: "\f35c"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-square-git:before {
content: "\f1d2"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-square-github:before {
content: "\f092"; }
.fa-github-square:before {
content: "\f092"; }
.fa-square-gitlab:before {
content: "\e5ae"; }
.fa-gitlab-square:before {
content: "\e5ae"; }
.fa-square-google-plus:before {
content: "\f0d4"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-square-hacker-news:before {
content: "\f3af"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-square-instagram:before {
content: "\e055"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-square-js:before {
content: "\f3b9"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-square-lastfm:before {
content: "\f203"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-square-odnoklassniki:before {
content: "\f264"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-square-pied-piper:before {
content: "\e01e"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-square-pinterest:before {
content: "\f0d3"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-square-reddit:before {
content: "\f1a2"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-square-snapchat:before {
content: "\f2ad"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-square-steam:before {
content: "\f1b7"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-square-tumblr:before {
content: "\f174"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-square-twitter:before {
content: "\f081"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-square-viadeo:before {
content: "\f2aa"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-square-vimeo:before {
content: "\f194"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-square-whatsapp:before {
content: "\f40c"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-square-xing:before {
content: "\f169"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-square-youtube:before {
content: "\f431"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-strava:before {
content: "\f428"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f2c6"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trello:before {
content: "\f181"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viber:before {
content: "\f409"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wirsindhandwerk:before {
content: "\e2d0"; }
.fa-wsh:before {
content: "\e2d0"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-rendact:before {
content: "\f3e4"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-zhihu:before {
content: "\f63f"; }
:root, :host {
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-regular-400.woff2) format("woff2"), url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-regular-400.ttf) format("truetype"); }
.far,
.fa-regular {
font-family: 'Font Awesome 6 Free';
font-weight: 400; }
:root, :host {
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-solid-900.woff2) format("woff2"), url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-solid-900.ttf) format("truetype"); }
.fas,
.fa-solid {
font-family: 'Font Awesome 6 Free';
font-weight: 900; }
@font-face {
font-family: "Font Awesome 5 Brands";
font-display: block;
font-weight: 400;
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-brands-400.woff2) format("woff2"), url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: "Font Awesome 5 Free";
font-display: block;
font-weight: 900;
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-solid-900.woff2) format("woff2"), url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: "Font Awesome 5 Free";
font-display: block;
font-weight: 400;
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-regular-400.woff2) format("woff2"), url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-regular-400.ttf) format("truetype"); }
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-solid-900.woff2) format("woff2"), url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-solid-900.ttf) format("truetype"); }
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-brands-400.woff2) format("woff2"), url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-brands-400.ttf) format("truetype"); }
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-regular-400.woff2) format("woff2"), url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-regular-400.ttf) format("truetype");
unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-v4compatibility.woff2) format("woff2"), url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/webfonts/fa-v4compatibility.ttf) format("truetype");
unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#ff8000 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px solid #444;border-left:1px solid #333;border-right:1px solid #333;border-top:1px solid #333;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: pointer; }
.mfp-zoom {
cursor: pointer; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.wsmenu html, .wsmenu body, .wsmenu iframe, .wsmenu h1, .wsmenu h2, .wsmenu h3, .wsmenu h4, .wsmenu h5, .wsmenu h6 {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
font-weight: normal;
font-size: 12px;
line-height: 18px;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: subpixel-antialiased;
}
.wsmenu .cl {
clear: both;
}
.wsmenu img {
border: 0 none;
max-width: 100%;
}
object, embed, video {
border: 0 none;
max-width: 100%;
}
.wsmenu a:focus {
outline: none;
}
.wsmenu:before {
content: "";
display: table;
}
.wsmenu:after {
content: "";
display: table;
clear: both;
}  .wsmenucontainer {
background-size: cover;
overflow: hidden;
background-attachment: fixed;
background-position: 50% 0;
background-repeat: no-repeat;
}
.wsmainfull {
width: 100%;
background-color: #fff;
z-index: 999;
box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
transition: all 450ms ease-in-out;
}
.wsmainfull.navbar-fixed {
position: fixed;
left: 0;
right: 0;
}
.wsmainwp {
margin: 0 auto;
padding: 0 15px;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.desktoplogo {
padding: 16px 0px;
margin: 0;
}
#header-2 .desktoplogo {
padding: 0;
}
#header-2 .wsmainfull .desktoplogo {
display: none;
} .wsmenu {
color: #fff;
font-size: 14.5px;
font-weight: 400;
padding: 0;
display: block;
}
#header-2 .wsmenu {
float: left;
}
.wsmenu > .wsmenu-list {
text-align: left;
margin: 0 auto 0 auto;
width: 100%;
display: flex;
align-items: center;
padding: 0;
}
.wsmenu > .wsmenu-list > li {
text-align: center;
display: block;
padding: 0;
margin: 0;
}
.wsmenu > .wsmenu-list > li a {
color: #666;
}
.wsmenu > .wsmenu-list > li:hover > a {
color: #00a3c8;
}
.wsmenu > .wsmenu-list > li > a {
display: block;
padding: 10px 32px 10px 18px;
line-height: 50px;
text-decoration: none;
position: relative;
}
@media only screen and (min-width: 992px) {
.navbar-dark .wsmenu > .wsmenu-list > li > a, .scrollbg-dark.cloned .wsmenu > .wsmenu-list > li > a {
color: #fff;
}
.navbar-light .wsmenu > .wsmenu-list > li > a, .scrollbg-light.cloned .wsmenu > .wsmenu-list > li > a {
color: #666;
}
}
#header-2 .wsmenu > .wsmenu-list > li > a {
padding: 10px 30px 10px 10px;
}
.wsmenu > .wsmenu-list > li:last-child > a {
border-right: 0px;
} .header-button span {
background-color: #00a3c8;
color: #fff !important;
line-height: 30px;
margin-left: 10px;
padding: 5px 15px 5px 15px;
border-radius: 4px;
}
.wsmenu > .wsmenu-list > li.header-btn a {
background-color: #00a3c8;
color: #fff !important;
line-height: 30px;
margin-left: 10px;
padding: 5px 15px 5px 15px;
border-radius: 4px;
}
.wsmenu > .wsmenu-list > li.header-btn.green-btn a {
background-color: #0dc176;
}
.wsmenu > .wsmenu-list > li.header-btn.lime-btn a {
background-color: #89be19;
}
#header-2 .wsmenu > .wsmenu-list > li.header-btn a {
padding: 5px 15px 5px 15px;
display: none;
}
.header-button {
display: inline-block;
float: right;
text-align: right;
}
.header-button span {
display: block;
transition: all 450ms ease-in-out;
}
.header-button span a {
color: #fff;
font-size: 14px;
font-weight: 400;
}
.wsmenu > .wsmenu-list > li.header-btn a:hover {
background-color: #0e8eab;
color: #fff !important;
}
.wsmenu > .wsmenu-list > li a.menuhomeicon {
padding-left: 29px;
padding-right: 29px;
}
.wsmenu > .wsmenu-list > li > a i {
display: inline-block;
font-size: 14px;
line-height: inherit;
margin-right: 12px;
vertical-align: top;
}
.wsmenu > .wsmenu-list > li > a.menuhomeicon i {
margin-right: 0px;
font-size: 15px;
}
.wsmenu > .wsmenu-list > li > a .wsarrow:after {
border-left: 4px solid rgba(0, 0, 0, 0);
border-right: 4px solid rgba(0, 0, 0, 0);
border-top: 4px solid;
content: "";
float: right;
right: 15px;
height: 0;
margin: 0 0 0 14px;
position: absolute;
text-align: right;
top: 34px;
width: 0;
}
.wsmenu > .wsmenu-list > li.rightmenu {
float: right;
float: right;
}
.wsmenu > .wsmenu-list > li.rightmenu a {
padding: 0px 30px 0px 20px;
border-right: none;
}
.wsmenu > .wsmenu-list > li.rightmenu a i {
font-size: 15px;
}
.wsmenu > .wsmenu-list > li.rightmenu:before {
content: "";
display: table;
} .wsmenu-list > li.rightmenu:after {
content: "";
display: table;
}
.wsmenu > .wsmenu-list > li.rightmenu {
zoom: 1;
}
.wsmenu > .wsmenu-list > li.rightmenu:after {
clear: both;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch {
float: right;
width: 210px;
height: 39px;
position: relative;
margin: 16px 0px 0px 0px;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .searchicon {
transition: all 0.7s ease 0s;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input {
width: 100%;
position: relative;
float: right;
top: 0;
right: 0;
bottom: 0;
width: 100%;
border: 0;
padding: 0;
margin: 0;
text-indent: 15px;
height: 39px;
z-index: 2;
outline: none;
color: #333;
background-color: #efefef;
transition: all 0.7s ease 0s;
font-size: 12px;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input::placeholder {
color: #a9a9a9;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus {
color: #333;
width: 220px;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus ~ .btnstyle i {
color: #000;
opacity: 1;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus ~ .searchicon {
opacity: 1;
z-index: 3;
color: #FFFFFF;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .btnstyle {
top: 0px;
position: absolute;
right: 0;
bottom: 0;
width: 40px;
line-height: 30px;
z-index: 1;
cursor: pointer;
opacity: 0.3;
color: #333;
z-index: 1000;
background-color: transparent;
border: solid 0px;
transition: all 0.7s ease 0s;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .btnstyle i {
line-height: 37px;
margin: 0;
padding: 0;
text-align: center;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch .btnstyle:hover i {
opacity: 1;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu {
position: absolute;
top: 70px;
z-index: 1000;
margin: 0px;
padding: 0px;
min-width: 190px;
background-color: #fff;
border: solid 1px #eee;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li {
position: relative;
margin: 0px;
padding: 0px;
display: block;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
position: relative;
background-image: none;
color: #888;
border-right: 0 none;
text-align: left;
display: block;
line-height: 22px;
padding: 8px 15px;
text-transform: none;
font-size: 15px;
font-weight: 400;
letter-spacing: normal;
border-right: 0px solid;
transition: all 400ms ease-in-out;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
background-color: #00a3c8;
color: #fff;
padding: 8px 15px 8px 23px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > i {
position: absolute;
top: 12px;
right: 12px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
min-width: 200px;
position: absolute;
left: 100%;
top: 0;
margin: 0;
padding: 0;
list-style: none;
background-color: #fff;
border: solid 1px #eeeeee;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
position: relative;
margin: 0px;
padding: 0px;
display: block;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
position: relative;
background-image: none;
color: #888;
border-right: 0 none;
text-align: left;
display: block;
line-height: 22px;
padding: 8px 15px;
text-transform: none;
font-size: 15px;
font-weight: 400;
letter-spacing: normal;
border-right: 0px solid;
transition: all 400ms ease-in-out;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
background-color: #00a3c8;
color: #fff;
padding: 8px 15px 8px 23px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
position: absolute;
top: 12px;
right: 12px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
min-width: 200px;
position: absolute;
left: 100%;
top: 0;
margin: 0px;
list-style: none;
padding: 0px;
background-color: #fff;
border: solid 1px #eee;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
position: relative;
margin: 0px;
padding: 0px;
display: block;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
background-image: none;
color: #888;
border-right: 0 none;
text-align: left;
display: block;
line-height: 22px;
padding: 8px 15px;
text-transform: none;
font-size: 14px;
font-weight: 400;
letter-spacing: normal;
border-right: 0px solid;
transition: all 400ms ease-in-out;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
background-color: #00a3c8;
color: #fff;
padding: 8px 15px 8px 23px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
margin-left: 9px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu {
width: 100%;
left: 0px;
position: absolute;
top: 70px;
color: #000;
z-index: 1000;
margin: 0px;
text-align: left;
padding: 20px 30px;
border: solid 1px #eee;
background-color: #fff;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
padding: 20px 20px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .title {
padding: 9px 5px 9px 0px;
color: #222;
font-size: 18px;
font-weight: 700;
margin: 0px 0px 7px 0px;
text-align: left;
height: 39px;
}    .wsmegamenu h5.h5-xs {
font-size: 1.05rem;
font-weight: 700;
margin-top: 18px;
}
.wsmegamenu h5.h5-xs a {
color: #555;
}
.wsmegamenu h5.h5-xs a:hover {
color: #272829;
text-decoration: underline;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-control-next, .wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-control-prev {
opacity: 0.8;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-caption {
bottom: 0px;
background-color: rgba(0, 0, 0, 0.7);
font-size: 13px;
height: 31px;
left: 0;
padding: 7px 0;
right: 0;
width: 100%;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .wsmwnutxt {
width: 100%;
color: #888;
font-size: 13px;
text-align: justify;
line-height: 20px;
margin-top: 5px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
display: block;
text-align: center;
white-space: nowrap;
text-align: left;
border-bottom: 1px dashed #c0c0c0;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.title, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li:last-child {
border-bottom: none;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a {
line-height: 18px;
border-right: none;
text-align: left;
padding: 15px 0px;
background: #fff;
background-image: none;
border-right: 0 none;
display: block;
background-color: #fff;
color: #888;
font-size: 15px;
font-weight: 400;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover {
color: #00a3c8;
padding: 15px 0 15px 10px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .mrgtop {
margin-top: 15px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .show-grid div {
padding-bottom: 10px;
padding-top: 10px;
background-color: #dbdbdb;
border: 1px solid #e7e7e7;
color: #6a6a6a;
margin: 2px 0px;
font-size: 13px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
width: 40%;
right: auto;
left: auto;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfdiv {
width: 35%;
right: auto;
left: auto;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form {
width: 100%;
display: block;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="text"] {
width: 100%;
border: 1px solid #e2e2e2;
color: #000;
font-size: 13px;
padding: 8px 5px;
margin-bottom: 8px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form textarea {
width: 100%;
border: 1px solid #e2e2e2;
color: #000;
font-size: 13px;
padding: 8px 5px;
margin-bottom: 8px;
min-height: 122px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="submit"] {
width: 25%;
display: block;
height: 32px;
float: right;
border: none;
margin-right: 15px;
cursor: pointer;
background-color: #e1e1e1;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="button"] {
width: 25%;
display: block;
height: 32px;
float: right;
border: none;
cursor: pointer;
background-color: #e1e1e1;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-inner .item img {
width: 100%;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .carousel-caption {
bottom: 0px;
background-color: rgba(0, 0, 0, 0.7);
font-size: 13px;
height: 31px;
left: 0;
padding: 7px 0;
right: 0;
width: 100%;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text {
padding: 0px 0px;
font-size: 14px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul {
padding: 0px 0px;
margin: 0px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text p {
text-align: justify;
line-height: 24px;
color: #656565;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul li {
display: block;
padding: 2px 0px;
line-height: 22px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .typography-text ul li a {
color: #656565;
}    .wsmobileheader {
display: none;
}
.overlapblackbg {
opacity: 0;
visibility: hidden;
}
.wsmenu .wsmenu-click, .wsmenu .wsmenu-click02 {
display: none;
}
.hometext {
display: none;
}  @media only screen and (max-width: 991px) { html {
overflow: hidden;
height: 100%;
-webkit-overflow-scrolling: touch;
}
body {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
body.wsactive {
overflow: hidden;
} .desktoplogo {
display: none;
}
.wsmainfull {
height: 0;
}
.wsmenucontainer {
background-attachment: local;
background-position: 33% 0%;
}
.wsmenu {
width: 100%;
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
left: 0;
overflow-y: hidden;
padding: 0;
top: 0;
visibility: hidden;
position: fixed;
margin: 0px;
}
.wsmenu > .wsmenu-list {
height: auto;
min-height: 100%;
width: 240px;
width: 300px;
background: #fff;
padding-bottom: 0;
margin-left: -240px;
margin-left: -300px;
display: block;
text-align: center;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.wsmenu > .wsmenu-list > li {
width: 100%;
display: block;
float: none;
border-right: none;
background-color: transparent;
position: relative;
white-space: inherit;
clear: right;
}
.wsmenu > .wsmenu-list > li > a {
padding: 12px 32px 12px 17px;
font-size: 15px;
text-align: left;
border-right: solid 0px;
background-color: transparent;
color: #666666;
line-height: 25px;
border-bottom: 1px solid;
border-bottom-color: rgba(0, 0, 0, 0.13);
position: static;
}
.wsmenu > .wsmenu-list > li a.menuhomeicon {
padding-left: 17px;
padding-right: 17px;
border-top: solid 1px rgba(0, 0, 0, 0.13);
}
.wsmenu > .wsmenu-list > li > a.menuhomeicon i {
margin-right: 2px;
font-size: 13px;
}
.wsmenu > .wsmenu-list > li > a > i {
font-size: 14px;
color: #bfbfbf;
}
.wsmenu > .wsmenu-list > li > a .wsarrow:after {
display: none;
}
.wsmenu > .wsmenu-list > li:hover > a {
background-color: rgba(0, 0, 0, 0.08);
text-decoration: none;
}
.wsmenu > .wsmenu-list > li > a > .hometext {
display: inline-block;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu {
display: none;
position: relative;
top: 0px;
background-color: #fff;
border: none;
padding: 0px;
opacity: 1;
visibility: visible;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
-webkit-transition: inherit;
-moz-transition: inherit;
transition: inherit;
-webkit-transform-style: flat;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
line-height: 20px;
font-size: 13px;
padding: 10px 0px 10px 16px;
color: #383838;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li span + a {
padding-right: 30px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > i {
display: none;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
background-color: #e7e7e7;
color: #666666;
text-decoration: underline;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu li:hover > a {
background-color: #e7e7e7;
color: #666666;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
width: 100%;
position: static;
left: 100%;
top: 0;
display: none;
margin: 0px;
padding: 0px;
border: solid 0px;
transform: none;
opacity: 1;
visibility: visible;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
-webkit-transition: inherit;
-moz-transition: inherit;
transition: inherit;
-webkit-transform-style: flat;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
margin: 0px 0px 0px 0px;
padding: 0px;
position: relative;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
line-height: 20px;
font-size: 13px;
padding: 10px 0px 10px 26px;
color: #383838;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li span + a {
padding-right: 30px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
display: none;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
background-color: #e7e7e7;
color: #666666;
text-decoration: underline;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
color: #000;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
color: #000;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
width: 100%;
position: static;
left: 100%;
top: 0;
display: none;
margin: 0px;
padding: 0px;
border: solid 0px;
transform: none;
opacity: 1;
visibility: visible;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
-webkit-transition: inherit;
-moz-transition: inherit;
transition: inherit;
-webkit-transform-style: flat;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
margin: 0px 0px 0px 0px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
line-height: 20px;
font-size: 13px;
padding: 10px 0px 10px 34px;
color: #383838;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li span + a {
padding-right: 30px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
display: none;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
background-color: #e7e7e7;
color: #666666;
text-decoration: underline;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
color: #000;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu {
color: #666666;
display: none;
position: relative;
top: 0px;
padding: 10px 0px;
border: solid 0px;
transform: none;
opacity: 1;
visibility: visible;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
-webkit-transition: inherit;
-moz-transition: inherit;
transition: inherit;
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
-webkit-transform-style: flat;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
width: 100%;
margin: 0px;
padding: 5px 0px 10px 0px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .title {
color: #666666;
font-size: 15px;
padding: 10px 8px 10px 0px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu > ul {
width: 100%;
margin: 0px;
padding: 0px;
font-size: 15px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu > ul > li > a {
padding: 9px 14px;
line-height: normal;
font-size: 13px;
background-color: #e7e7e7;
color: #666666;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu > ul > li > a:hover {
background-color: #000000;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu ul li.title {
line-height: 26px;
color: #666666;
margin: 0px;
font-size: 15px;
padding: 7px 0px;
background-color: transparent;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfdiv {
width: 100%;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form {
padding: 5px 0px 62px 0px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .show-grid div {
margin: 0px;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="button"], .wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type="submit"] {
width: 46%;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form textarea {
min-height: 100px;
}
@supports (-webkit-overflow-scrolling: touch) {
.wsmenu > .wsmenu-list > li:last-child {
padding-bottom: 110px;
}
}   .wsmobileheader {
width: 100%;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 10002;
height: 54px;
background-color: #eaecf0;
text-align: center;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.wsactive .wsmobileheader {
margin-left: 240px;
margin-left: 300px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.wsmobileheader .smllogo {
display: inline-block;
margin-top: 12px;
} .wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch {
width: 86%;
margin: 7% 7%;
padding: 0px;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input {
border-radius: 50px;
}
.wsmenu > .wsmenu-list > li.rightmenu > .topmenusearch input:focus {
width: 100%;
}
.callusbtn {
color: #a9a9a9;
font-size: 18px;
position: absolute;
right: 5px;
top: 0px;
transition: all 0.4s ease-in-out 0s;
z-index: 102;
padding: 12px 14px;
}
.callusbtn i {
vertical-align: top;
margin-top: 4px;
}
.callusbtn:hover i {
color: #a9a9a9;
} .wsanimated-arrow {
position: absolute;
left: 0;
top: 0;
z-index: 102;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
cursor: pointer;
padding: 16px 35px 16px 0px;
margin: 7px 0 0 15px;
}
.wsanimated-arrow span {
cursor: pointer;
height: 3px;
width: 22px;
background: #a9a9a9;
position: absolute;
display: block;
content: '';
transition: all 500ms ease-in-out;
}
.wsanimated-arrow span:before, .wsanimated-arrow span:after {
cursor: pointer;
height: 3px;
width: 22px;
background: #a9a9a9;
position: absolute;
display: block;
content: '';
}
.wsanimated-arrow span:before {
top: -7px;
width: 26px;
}
.wsanimated-arrow span:after {
bottom: -7px;
width: 20px;
}
.wsanimated-arrow span:before, .wsanimated-arrow span:after {
transition: all 500ms ease-in-out;
}
.wsactive .wsanimated-arrow span {
background-color: transparent;
}
.wsactive .wsanimated-arrow span:after {
width: 23px;
}
.wsactive .wsanimated-arrow span:before {
top: 7px;
}
.wsactive .wsanimated-arrow.active span:after {
top: 7px;
}
.wsactive .wsanimated-arrow span:before {
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
bottom: 0px;
}
.wsactive .wsanimated-arrow span:after {
transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
} .overlapblackbg {
right: 0;
width: calc(100% - 240px);
width: calc(100% - 300px);
height: 100vh;
min-height: 100%;
position: fixed;
top: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.45);
cursor: pointer;
}
.wsactive .wsmenu .overlapblackbg {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 1.5s ease-in-out;
-moz-transition: opacity 1.5s ease-in-out;
-ms-transition: opacity 1.5s ease-in-out;
-o-transition: opacity 1.5s ease-in-out;
}
.wsmenucontainer {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.wsactive .wsmenucontainer {
margin-left: 240px;
margin-left: 300px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.wsactive .wsmenu {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
visibility: visible;
z-index: 1000;
top: 0;
}
.wsactive .wsmenu > .wsmenu-list {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
margin-left: 0;
} .wsmenu > .wsmenu-list > li > .wsmenu-click {
height: 49px;
position: absolute;
top: 0;
right: 0;
display: block;
cursor: pointer;
width: 100%;
}
.wsmenu > .wsmenu-list > li .wsmenu-click.ws-activearrow > i {
transform: rotate(-45deg);
margin-top: 23px;
}
.wsmenu > .wsmenu-list > li > .wsmenu-click > i {
display: block;
height: 8px;
width: 8px;
float: right;
transform: rotate(-225deg);
margin: 18px 18px 0px 0px;
}
.wsmenu > .wsmenu-list > li > .wsmenu-click > i:before {
content: "";
width: 100%;
height: 100%;
border-width: 1.5px 1.5px 0 0;
border-style: solid;
border-color: rgba(0, 0, 0, 0.4);
transition: 0.2s ease;
display: block;
transform-origin: 100% 0;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 {
height: 41px;
position: absolute;
top: 0;
right: 0;
display: block;
cursor: pointer;
width: 100%;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 > i {
display: block;
height: 8px;
width: 8px;
float: right;
transform: rotate(-225deg);
margin: 14px 18px 0px 0px;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 > i:before {
content: "";
width: 100%;
height: 100%;
border-width: 1.5px 1.5px 0 0;
border-style: solid;
border-color: rgba(0, 0, 0, 0.4);
transition: 0.2s ease;
display: block;
transform-origin: 100% 0;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 > i.wsmenu-rotate {
transform: rotate(-45deg);
margin-top: 19px;
} } @media only screen and (min-width: 992px) and (max-width: 1162px) {
.desktoplogo {
margin-left: 12px;
}
.wsmenu > .wsmenu-list > li > a {
padding-left: 12px;
padding-right: 12px;
}
.wsmenu > .wsmenu-list > li > a > .wsarrow {
display: none;
}
.wsmenu > .wsmenu-list > li a.menuhomeicon {
padding-left: 22px;
padding-right: 22px;
}
}
@media only screen and (min-width: 992px) {
.navbar-dark .wsmenu > .wsmenu-list > li > a, .scrollbg-dark.scroll .wsmenu > .wsmenu-list > li > a {
color: #fff;
}
.navbar-light .wsmenu > .wsmenu-list > li > a, .scrollbg-light.scroll .wsmenu > .wsmenu-list > li > a {
color: #666;
}
}
@media only screen and (max-width: 992px) {
#header-2 .wsmenu > .wsmenu-list > li.header-btn a {
display: block;
padding-top: 0;
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.cd-schedule {
position: relative;
margin: 0;
}
.cd-schedule::before {
content: 'mobile';
display: none;
}
@media only screen and (min-width: 800px) {
.cd-schedule { width: 95%; max-width: 1400px; margin: 0 auto; }
.cd-schedule::after { clear: both; content: ""; display: block; }
.cd-schedule::before { content: 'desktop'; }
}
.cd-schedule .timeline {
display: none;
}
@media only screen and (min-width: 800px) {
.cd-schedule .timeline { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; padding-top: 50px; }
.cd-schedule .timeline li { position: relative; height: 50px; } .cd-schedule .timeline li::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #eaeaea; }
.cd-schedule .timeline li:last-of-type::after { display: none; }
.cd-schedule .timeline li span { display: none; }
}
@media only screen and (min-width: 1000px) {
.cd-schedule .timeline li::after { width: calc(100% - 60px); left: 60px; }
.cd-schedule .timeline li span { display: inline-block; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.cd-schedule .timeline li:nth-of-type(2n) span {display: none;}
}
.cd-schedule .events {
position: relative;
z-index: 1;
}
.cd-schedule .events .events-group {
margin-bottom: 30px;
}
.cd-schedule .events .top-info {
width: 100%;
padding: 0 5%;
}
.cd-schedule .events .top-info > span {
display: inline-block;
line-height: 1.2;
margin-bottom: 10px;
font-weight: bold;
}
.cd-schedule .events .events-group > ul {
position: relative;
padding: 0 5%; display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
}
.cd-schedule .events .events-group > ul::after { display: inline-block;
content: '-';
width: 1px;
height: 100%;
opacity: 0;
color: transparent;
}
.cd-schedule .events .single-event { -ms-flex-negative: 0;
flex-shrink: 0;
float: left;
height: 150px;
width: 70%;
max-width: 300px;
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
margin-right: 20px;
-webkit-transition: opacity .2s, background .2s;
transition: opacity .2s, background .2s;
}
.cd-schedule .events .single-event:last-of-type {
margin-right: 5%;
}
.cd-schedule .events .event-info {
display: block;
height: 100%;
padding: 30px 10px 10px 10px;
}
@media only screen and (min-width: 550px) {
.cd-schedule .events .single-event {
width: 40%;
}
}
@media only screen and (min-width: 800px) {
.cd-schedule .events {
float: left;
width: 100%;
}
.cd-schedule .events .events-group {
width: 20%;
float: left;
border: 1px solid #EAEAEA; margin-bottom: 0;
}
.cd-schedule .events .events-group:not(:first-of-type) {
border-left-width: 0;
}
.cd-schedule .events .top-info { display: table;
height: 50px;
border-bottom: 1px solid #EAEAEA; padding: 0;
}
.cd-schedule .events .top-info > span { display: table-cell;
vertical-align: middle;
padding: 0 .5em;
text-align: center; font-weight: normal;
margin-bottom: 0;
}
.cd-schedule .events .events-group > ul {
height: 950px; display: block;
overflow: visible;
padding: 0;
}
.cd-schedule .events .events-group > ul::after {
clear: both;
content: "";
display: block;
}
.cd-schedule .events .events-group > ul::after { display: none;
}
.cd-schedule .events .single-event {
position: absolute;
z-index: 3; width: calc(100% + 2px);
left: -1px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), inset 0 -3px 0 rgba(0, 0, 0, 0.2); -ms-flex-negative: 1;
flex-shrink: 1;
height: auto;
max-width: none;
margin-right: 0;
} .cd-schedule .events .single-event:last-of-type { margin-right: 0;
}
.cd-schedule .events .single-event.selected-event { visibility: hidden;
}
}
@media only screen and (min-width: 1000px) {
.cd-schedule .events { width: calc(100% - 60px);
margin-left: 60px;
}
}
.cd-schedule.loading .events .single-event {
opacity: 0;
}
.cd-schedule .event-name,
.cd-schedule .event-date {
text-align: center;
display: block;
color: white;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cd-schedule .event-name {
font-size: 0.9rem;
font-weight: 400;
line-height: 1.15;
font-style: normal;
margin-bottom: 4px;
}
.cd-schedule .event-name.event-doctor {
font-size: 1rem;
font-family: 'Lato', sans-serif;
font-weight: 900;
font-style: normal;
margin-bottom: 3px;
}
.cd-schedule .event-name.event-room {
font-size: 0.875rem;
font-weight: 400;
font-style: normal;
margin-top: 8px;
} .cd-schedule .event-date { font-size: 0.975rem;
font-weight: 900;
opacity: 1;
line-height: 1.2;
margin-bottom: 10px;
}
.cd-schedule .single-event[data-event="event-1"],
.cd-schedule [data-event="event-1"] .header-bg { background: #00a3c8;
}
.cd-schedule .single-event[data-event="event-1"]:hover {
background: #0092b3;
}
.cd-schedule .single-event[data-event="event-2"],
.cd-schedule [data-event="event-2"] .header-bg {
background: #6cc8df;
}
.cd-schedule .single-event[data-event="event-2"]:hover {
background: #61b3c8;
}
.cd-schedule .single-event[data-event="event-3"],
.cd-schedule [data-event="event-3"] .header-bg {
background: #b1d259;
}
.cd-schedule .single-event[data-event="event-3"]:hover {
background: #a2c051;
}
.cd-schedule .single-event[data-event="event-4"],
.cd-schedule [data-event="event-4"] .header-bg {
background: #929da7;
}
.cd-schedule .single-event[data-event="event-4"]:hover {
background: #86919a;
}
.cd-schedule .single-event[data-event="event-5"],
.cd-schedule [data-event="event-5"] .header-bg {
background: #56b0d2;
}
.cd-schedule .single-event[data-event="event-5"]:hover {
background: #4d9ebd;
}
.cd-schedule .single-event[data-event="event-6"],
.cd-schedule [data-event="event-5"] .header-bg {
background: #62d5b8;
}
.cd-schedule .single-event[data-event="event-6"]:hover {
background: #58c0a6;
}
.cd-schedule .single-event[data-event="event-7"],
.cd-schedule [data-event="event-5"] .header-bg {
background: #1977cc;
}
.cd-schedule .single-event[data-event="event-7"]:hover {
background: #176dba;
}
.cd-schedule .single-event[data-event="event-8"],
.cd-schedule [data-event="event-5"] .header-bg {
background: #e88d65;
}
.cd-schedule .single-event[data-event="event-8"]:hover {
background: #d2805c;
}
.cd-schedule .event-modal {
position: fixed;
z-index: 3;
top: 0;
right: 0;
height: 100%;
width: 100%;
visibility: hidden; -webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: visibility .4s, -webkit-transform .4s;
transition: visibility .4s, -webkit-transform .4s;
transition: transform .4s, visibility .4s;
transition: transform .4s, visibility .4s, -webkit-transform .4s;
-webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
}
.cd-schedule .event-modal .header {
position: relative;
height: 70px; display: table;
width: 100%;
}
.cd-schedule .event-modal .header .content {
position: relative;
z-index: 3; display: table-cell;
vertical-align: middle;
padding: .6em 5%;
}
.cd-schedule .event-modal .body {
position: relative;
width: 100%; height: calc(100% - 70px);
}
.cd-schedule .event-modal .event-info {
position: relative;
z-index: 2;
line-height: 1.4;
height: 100%;
overflow: hidden;
}
.cd-schedule .event-modal .event-info > div {
overflow: auto;
height: 100%;
padding: 1.4em 5%;
}
.cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg { position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.cd-schedule .event-modal .body-bg {
z-index: 1;
background: white;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
.cd-schedule .event-modal .header-bg {
z-index: 2;
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
}
.cd-schedule .event-modal .close { position: absolute;
top: 0;
right: 0;
z-index: 3;
background: rgba(0, 0, 0, 0.1); color: transparent;
white-space: nowrap;
text-indent: 100%;
height: 70px;
width: 70px;
}
.cd-schedule .event-modal .close::before, .cd-schedule .event-modal .close::after { content: '';
position: absolute;
top: 50%;
left: 50%;
width: 2px;
height: 22px;
background: white;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cd-schedule .event-modal .close::before {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-schedule .event-modal .close::after {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-schedule .event-modal .event-date {
display: none;
}
.cd-schedule .event-modal.no-transition {
-webkit-transition: none;
transition: none;
}
.cd-schedule .event-modal.no-transition .header-bg, .cd-schedule .event-modal.no-transition .body-bg {
-webkit-transition: none;
transition: none;
}
@media only screen and (min-width: 800px) {
.cd-schedule .event-modal { right: auto;
width: auto;
height: auto;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
will-change: transform, width, height;
-webkit-transition: height .4s, width .4s, visibility .4s, -webkit-transform .4s;
transition: height .4s, width .4s, visibility .4s, -webkit-transform .4s;
transition: height .4s, width .4s, transform .4s, visibility .4s;
transition: height .4s, width .4s, transform .4s, visibility .4s, -webkit-transform .4s;
-webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
}
.cd-schedule .event-modal .header {
position: absolute;
display: block;
top: 0;
left: 0;
height: 100%;
}
.cd-schedule .event-modal .header .content { display: block;
padding: .8em;
}
.cd-schedule .event-modal .event-info > div {
padding: 2em 3em 2em 2em;
}
.cd-schedule .event-modal .body {
height: 100%;
width: auto;
}
.cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg { -webkit-transform: translateZ(0);
transform: translateZ(0);
will-change: transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cd-schedule .event-modal .header-bg {
-webkit-transition: -webkit-transform .4s;
transition: -webkit-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s;
-webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
}
.cd-schedule .event-modal .body-bg {
opacity: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.cd-schedule .event-modal .event-date {
display: block;
}
.cd-schedule .event-modal .close, .cd-schedule .event-modal .event-info {
opacity: 0;
}
.cd-schedule .event-modal .close {
width: 40px;
height: 40px;
background: transparent;
}
.cd-schedule .event-modal .close::after, .cd-schedule .event-modal .close::before {
background: #222222;
height: 16px;
}
}
@media only screen and (min-width: 1000px) {
.cd-schedule .event-modal .header .content {
padding: 1.2em;
}
}
.cd-schedule.modal-is-open .event-modal { -webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
visibility: visible;
}
.cd-schedule.modal-is-open .event-modal .event-info > div { -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 800px) {
.cd-schedule.animation-completed .event-modal .close,
.cd-schedule.content-loaded.animation-completed .event-modal .event-info { opacity: 1;
-webkit-transition: opacity .2s;
transition: opacity .2s;
}
.cd-schedule.modal-is-open .body-bg {
opacity: 1;
-webkit-transition: -webkit-transform .4s;
transition: -webkit-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s;
-webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
}
}
.cd-schedule .cover-layer { position: fixed;
z-index: 2;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.8);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .4s, visibility .4s;
transition: opacity .4s, visibility .4s;
}
.cd-schedule.modal-is-open .cover-layer {
opacity: 1;
visibility: visible;
}
@media (min-width: 800px) and (max-width: 991px){
.medservice-booked-button .btn.btn-sm{
font-size: 0.785rem;
padding: 7px 8px;
}
}.wsmenu>.wsmenu-list>li>ul.sub-menu {
opacity: 0;
visibility: hidden;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-o-transition: -o-transform 0.3s, opacity 0.3s;
-ms-transition: -ms-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
opacity: 0;
visibility: hidden;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-o-transition: -o-transform 0.3s, opacity 0.3s;
-ms-transition: -ms-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
opacity: 0;
visibility: hidden;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-o-transition: -o-transform 0.3s, opacity 0.3s;
-ms-transition: -ms-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.wsmenu>.wsmenu-list>li>.wsmegamenu {
opacity: 0;
visibility: hidden;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-o-transition: -o-transform 0.3s, opacity 0.3s;
-ms-transition: -ms-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
opacity: 1;
visibility: visible;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}html {
-webkit-font-smoothing: antialiased;
font-size: 16px;
}
body {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
font-weight: 300;
}  @-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}  #page {
overflow: hidden;
}  .wide-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.wide-90 {
padding-top: 100px;
padding-bottom: 90px;
}
.wide-80 {
padding-top: 100px;
padding-bottom: 80px;
}
.wide-70 {
padding-top: 100px;
padding-bottom: 70px;
}
.wide-60 {
padding-top: 100px;
padding-bottom: 60px;
}
.wide-50 {
padding-top: 100px;
padding-bottom: 50px;
}
.wide-40 {
padding-top: 100px;
padding-bottom: 40px;
}
.wide-30 {
padding-top: 100px;
padding-bottom: 30px;
}
.wide-20 {
padding-top: 100px;
padding-bottom: 20px;
}  .mt-100 {
margin-top: 100px;
}
.mt-90 {
margin-top: 90px;
}
.mt-80 {
margin-top: 80px;
}
.mt-70 {
margin-top: 70px;
}
.mt-60 {
margin-top: 60px;
}
.mt-50 {
margin-top: 50px;
}
.mt-45 {
margin-top: 45px;
}
.mt-40 {
margin-top: 40px;
}
.mt-35 {
margin-top: 35px;
}
.mt-30 {
margin-top: 30px;
}
.mt-25 {
margin-top: 25px;
}
.mt-20 {
margin-top: 20px;
}
.mt-15 {
margin-top: 15px;
}
.mt-10 {
margin-top: 10px;
}
.mt-5 {
margin-top: 5px;
}  .mb-100 {
margin-bottom: 100px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-45 {
margin-bottom: 45px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-0 {
margin-bottom: 0;
}  .ms-70 {
margin-left: 70px;
}
.ms-60 {
margin-left: 60px;
}
.ms-50 {
margin-left: 50px;
}
.ms-45 {
margin-left: 45px;
}
.ms-40 {
margin-left: 40px;
}
.ms-35 {
margin-left: 35px;
}
.ms-30 {
margin-left: 30px;
}
.ms-25 {
margin-left: 25px;
}
.ms-20 {
margin-left: 20px;
}
.ms-15 {
margin-left: 15px;
}
.ms-10 {
margin-left: 10px;
}
.ms-5 {
margin-left: 5px;
}  .me-70 {
margin-right: 70px;
}
.me-60 {
margin-right: 60px;
}
.me-50 {
margin-right: 50px;
}
.me-45 {
margin-right: 45px;
}
.me-40 {
margin-right: 40px;
}
.me-35 {
margin-right: 35px;
}
.me-30 {
margin-right: 30px;
}
.me-25 {
margin-right: 25px;
}
.me-20 {
margin-right: 20px;
}
.me-15 {
margin-right: 15px;
}
.me-10 {
margin-right: 10px;
}
.me-5 {
margin-right: 5px;
}  .pt-100 {
padding-top: 100px;
}
.pt-90 {
padding-top: 90px;
}
.pt-80 {
padding-top: 80px;
}
.pt-70 {
padding-top: 70px;
}
.pt-60 {
padding-top: 60px;
}
.pt-50 {
padding-top: 50px;
}
.pt-45 {
padding-top: 45px;
}
.pt-40 {
padding-top: 40px;
}
.pt-35 {
padding-top: 35px;
}
.pt-30 {
padding-top: 30px;
}
.pt-25 {
padding-top: 25px;
}
.pt-20 {
padding-top: 20px;
}
.pt-15 {
padding-top: 15px;
}
.pt-10 {
padding-top: 10px;
}  .pb-100 {
padding-bottom: 100px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-0 {
padding-bottom: 0;
}  .ps-100 {
padding-left: 100px;
}
.ps-90 {
padding-left: 90px;
}
.ps-80 {
padding-left: 80px;
}
.ps-70 {
padding-left: 70px;
}
.ps-60 {
padding-left: 60px;
}
.ps-50 {
padding-left: 50px;
}
.ps-45 {
padding-left: 45px;
}
.ps-40 {
padding-left: 40px;
}
.ps-35 {
padding-left: 35px;
}
.ps-30 {
padding-left: 30px;
}
.ps-25 {
padding-left: 25px;
}
.ps-20 {
padding-left: 20px;
}
.ps-15 {
padding-left: 15px;
}
.ps-10 {
padding-left: 10px;
}
.ps-5 {
padding-left: 5px;
}
.ps-0 {
padding-left: 0px;
}  .pe-100 {
padding-right: 100px;
}
.pe-90 {
padding-right: 90px;
}
.pe-80 {
padding-right: 80px;
}
.pe-70 {
padding-right: 70px;
}
.pe-60 {
padding-right: 60px;
}
.pe-50 {
padding-right: 50px;
}
.pe-45 {
padding-right: 45px;
}
.pe-40 {
padding-right: 40px;
}
.pe-35 {
padding-right: 35px;
}
.pe-30 {
padding-right: 30px;
}
.pe-25 {
padding-right: 25px;
}
.pe-20 {
padding-right: 20px;
}
.pe-15 {
padding-right: 15px;
}
.pe-10 {
padding-right: 10px;
}
.pe-5 {
padding-right: 5px;
}
.pe-0 {
padding-right: 0px;
}  .pc-45 {
padding-right: 45px;
padding-left: 45px;
}
.pc-40 {
padding-right: 40px;
padding-left: 40px;
}
.pc-35 {
padding-right: 35px;
padding-left: 35px;
}
.pc-30 {
padding-right: 30px;
padding-left: 30px;
}
.pc-25 {
padding-right: 25px;
padding-left: 25px;
}
.pc-20 {
padding-right: 20px;
padding-left: 20px;
}
.pc-15 {
padding-right: 15px;
padding-left: 15px;
}  .bg-fixed {
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.bg-scroll {
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed !important;
}  .bg-white {
background-color: #fff !important;
}
.bg-lightdark {
background-color: #35363a;
}
.bg-dark {
background-color: #2e2f33 !important;
}
.bg-lightgrey {
background-color: #f8f9fb;
}
.bg-blue {
background-color: var(--bs-primary);
}
.bg-deepblue {
background-color: #004a91;
}
.bg-steelblue {
background-color: #004861;
}
.bg-darkgreen {
background-color: #0dc176;
}
.bg-lime {
background-color: #89be19;
}  .b-top {
border-top: 1px dashed #e9e9e9;
}
.b-left {
border-left: 1px dashed #e9e9e9;
}
.b-right {
border-right: 1px dashed #e9e9e9;
}   h1, h2, h3, h4, h5, h6 {
color: #222; font-weight: 700;
letter-spacing: -0.25px;
} h5.h5-xs {
font-size: 1.125rem;
}
h5.h5-sm {
font-size: 1.1875rem;
}
h5.h5-md {
font-size: 1.25rem;
}
h5.h5-lg {
font-size: 1.375rem;
}
h5.h5-xl {
font-size: 1.5rem;
}      h4.h4-xs {
font-size: 1.625rem;
}
h4.h4-sm {
font-size: 1.75rem;
}
h4.h4-md {
font-size: 1.875rem;
}
h4.h4-lg {
font-size: 2rem;
}
h4.h4-xl {
font-size: 2.125rem;
}      h3.h3-xs {
font-size: 2.375rem;
}
h3.h3-sm {
font-size: 2.5rem;
}
h3.h3-md {
font-size: 2.625rem;
}
h3.h3-lg {
font-size: 2.75rem;
}
h3.h3-xl {
font-size: 3rem;
}      h2.h2-xs {
font-size: 3.25rem;
}
h2.h2-sm {
font-size: 3.375rem;
}
h2.h2-md {
font-size: 3.5rem;
}
h2.h2-lg {
font-size: 3.75rem;
}
h2.h2-xl {
font-size: 4rem;
}
h2.h2-huge {
font-size: 5rem;
}        p {
font-size: 1rem;
}
p.p-sm {
font-size: 0.95rem;
}
p.p-md {
font-size: 1.125rem;
}
p.p-lg {
font-size: 1.25rem;
}
p.p-xl {
font-size: 1.3175rem;
}       a {
color: #333;
text-decoration: none;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
a:hover {
color: #666;
text-decoration: none;
}
a:focus {
outline: none;
text-decoration: none;
}  ul {
margin: 0;
padding: 0;
list-style: none;
}
ul.content-list {
list-style: disc;
margin-left: 15px;
}
ul.content-list li {
font-size: 1rem;
margin-bottom: 7px;
}
ul.content-list li p, ul.content-list li:last-child {
margin-bottom: 0;
}    .box-list-icon {
font-size: 0.75rem;
line-height: 1.5rem;
float: left;
margin-right: 7px;
}
.box-list p {
overflow: hidden;
margin-bottom: 8px;
}  .btn {
background-color: transparent;
color: #fff;
font-size: 0.915rem;
line-height: 1;
font-weight: 400;
letter-spacing: 0.25px;
padding: 12px 24px;
border: 2px solid transparent;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
.btn.btn-sm {
font-size: 0.78125rem;
line-height: 1;
padding: 10px 20px;
}
.btn.btn-md {
font-size: 1rem;
line-height: 1;
padding: 14px 42px;
}    .btn-white, .white-color .btn-white {
color: #333 !important;
background-color: #fff;
border-color: #fff;
}
.btn-black, .white-color .btn-black {
color: #fff !important;
background-color: #333;
border-color: #333;
}
.btn-tra-white, .white-color .btn-tra-white {
color: #fff;
background-color: transparent;
border-color: #fff;
}
.btn-tra-black, .white-color .btn-tra-black {
color: #333;
background-color: transparent;
border-color: #333;
}
.btn-tra-grey, .white-color .btn-tra-grey {
color: #555;
background-color: transparent;
border-color: #ccc;
}
.btn-blue, .white-color .btn-blue {
color: #fff;
background-color: var(--bs-primary);
border-color: var(--bs-primary);
}
.btn-darkgreen, .white-color .btn-darkgreen {
color: #fff;
background-color: #0dc176;
border-color: #0dc176;
}
.btn-orange, .white-color .btn-orange {
color: #fff;
background-color: #ffa12f;
border-color: #ffa12f;
}
.btn-lime, .white-color .btn-lime {
color: #fff;
background-color: #89be19;
border-color: #89be19;
}  .white-hover:hover {
color: #333;
background-color: #fff;
border-color: #fff;
}
.black-hover:hover {
color: #fff !important;
background-color: #333;
border-color: #333;
}
.tra-white-hover:hover {
color: #fff !important;
background-color: transparent;
border-color: #fff;
}
.grey-hover:hover, .white-color .grey-hover:hover {
color: #555;
background-color: #ddd;
border-color: #ddd;
}
.tra-black-hover:hover, .white-color .tra-black-hover:hover {
color: #333 !important;
background-color: transparent;
border-color: #333;
}
.blue-hover:hover, .white-color .blue-hover:hover {
color: #fff !important;
background-color: #0e8eab;
border-color: #0e8eab;
}  .video-preview {
position: relative;
text-align: center;
}
.video-block {
width: 100px;
height: 100px;
position: relative;
display: inline-block;
}  .video-btn {
width: 100px;
height: 100px;
position: absolute !important;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -50px;
display: inline-block;
text-align: center;
background-color: transparent;
color: #fff;
line-height: 90px !important;
border: 4px solid transparent;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.video-btn.video-btn-sm {
width: 80px;
height: 80px;
margin-top: -40px;
margin-left: -40px;
line-height: 70px !important;
}
.video-btn i {
font-size: 3rem;
line-height: 92px !important;
margin-left: 8px;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.video-btn.video-btn-sm i {
font-size: 38px;
line-height: 73px !important;
margin-left: 6px;
}
.video-btn:before {
content: '';
position: absolute;
left: -5px;
right: -5px;
top: -5px;
bottom: -5px;
background: rgba(255, 255, 255, 0.2);
opacity: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.video-btn:hover i {
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
.video-btn:hover:before {
opacity: .75;
left: -25px;
right: -25px;
top: -25px;
bottom: -25px;
}
.video-btn.play-icon-white {
background-color: #fff;
color: #333;
border-color: #fff;
}
.video-btn.play-icon-tra {
background-color: transparent;
color: #fff;
border-color: #fff;
}
.video-btn.play-icon-blue {
background-color: var(--bs-primary);
border-color: var(--bs-primary);
}
.video-btn.play-icon-lime {
background-color: #89be19;
border-color: #89be19;
}    .icon-xs [class*="flaticon-"]:before, .icon-xs [class*="flaticon-"]:after {
font-family: Flaticon;
font-size: 3.25rem;
line-height: 1 !important;
}
.icon-sm [class*="flaticon-"]:before, .icon-sm [class*="flaticon-"]:after {
font-family: Flaticon;
font-size: 3.75rem;
line-height: 1 !important;
}
.icon-md [class*="flaticon-"]:before, .icon-md [class*="flaticon-"]:after {
font-family: Flaticon;
font-size: 4.25rem;
line-height: 1 !important;
}
.icon-lg [class*="flaticon-"]:before, .icon-lg [class*="flaticon-"]:after {
font-family: Flaticon;
font-size: 4.5rem;
line-height: 1 !important;
}
.icon-xl [class*="flaticon-"]:before, .icon-xl [class*="flaticon-"]:after {
font-family: Flaticon;
font-size: 5rem;
line-height: 1 !important;
}  .img-110 {
width: 110px;
height: 110px;
}
.img-100 {
width: 100px;
height: 100px;
}
.img-95 {
width: 95px;
height: 95px;
}
.img-90 {
width: 90px;
height: 90px;
}
.img-85 {
width: 85px;
height: 85px;
}
.img-80 {
width: 80px;
height: 80px;
}
.img-75 {
width: 75px;
height: 75px;
}
.img-70 {
width: 70px;
height: 70px;
}
.img-65 {
width: 65px;
height: 65px;
}
.img-60 {
width: 60px;
height: 60px;
}
.img-50 {
width: 50px;
height: 50px;
}
.img-40 {
width: 40px;
height: 40px;
}
.img-30 {
width: 30px;
height: 30px;
}
.img-25 {
width: 25px;
height: 25px;
}  span.section-id {
font-size: 0.825rem;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
display: block;
letter-spacing: 0.5px;
margin-bottom: 28px;
color: var(--bs-primary);
}
span.id-color {
color: #ccc;
}
.bg-lightgrey span.id-color {
color: #aaa;
}  .section-title {
text-align: center;
margin-bottom: 60px;
}
.section-title h3.h3-md {
line-height: 1;
margin-bottom: 20px;
}
.section-title p {
color: #888;
padding: 0 20%;
margin-bottom: 0;
}  .txt-block h4.h4-xl, .txt-block h3.h3-md {
margin-bottom: 30px;
}
#pricing-3 .txt-block h3.h3-md {
margin-bottom: 15px;
}
.txt-block h5.h5-sm {
margin-top: 15px;
margin-bottom: 15px;
}  .content-block-img {
margin-top: 35px;
margin-bottom: 50px;
}
.content-block h5.h5-md {
margin-bottom: 20px;
}
.content-block p.p-md {
font-size: 1.05rem;
text-transform: uppercase;
margin-bottom: 20px;
}  .txt-300 {
font-weight: 300;
}
.txt-400 {
font-weight: 400;
}
.txt-500 {
font-weight: 500;
}
.txt-600 {
font-weight: 600;
}
.txt-700 {
font-weight: 700;
}
.txt-800 {
font-weight: 800;
}
.txt-900 {
font-weight: 900;
}
.txt-upper {
text-transform: uppercase;
}  .white-color {
color: #fff;
}
.white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color p, .white-color a, .white-color li, .white-color i, .white-color span {
color: #fff;
}
.grey-color {
color: #666;
}
.grey-color h2, .grey-color h3, .grey-color h4, .grey-color h5, .grey-color h6, .grey-color p, .grey-color a, .grey-color li, .grey-color i, .grey-color span {
color: #666;
}
.lightgrey-color {
color: #ccc;
}
.lightgrey-color h2, .lightgrey-color h3, .lightgrey-color h4, .lightgrey-color h5, .lightgrey-color h6, .lightgrey-color p, .lightgrey-color a, .lightgrey-color li, .lightgrey-color i {
color: #ccc;
}
.white-color .lightgrey-color, .lightgrey-color span {
color: #ccc;
}
.blue-color {
color: var(--bs-primary);
}
.blue-color h2, .blue-color h3, .blue-color h4, .blue-color h5, .blue-color h6, .blue-color p, .blue-color a, .blue-color li, .blue-color i {
color: var(--bs-primary);
}
.white-color .blue-color, .steelblue-color .blue-color, .blue-color span {
color: var(--bs-primary);
}
.darkblue-color {
color: #1d437b;
}
.darkblue-color h2, .darkblue-color h3, .darkblue-color h4, .darkblue-color h5, .darkblue-color h6, .darkblue-color p, .darkblue-color a, .darkblue-color li, .darkblue-color i {
color: #1d437b;
}
.white-color .darkblue-color, .darkblue-color span {
color: #1d437b;
}
.steelblue-color {
color: #004861;
}
.steelblue-color h2, .steelblue-color h3, .steelblue-color h4, .steelblue-color h5, .steelblue-color h6, .steelblue-color p, .steelblue-color a, .steelblue-color li, .steelblue-color i {
color: #004861;
}
.white-color .steelblue-color, .steelblue-color span {
color: #004861;
}
.lime-color {
color: #89be19;
}
.lime-color h2, .lime-color h3, .lime-color h4, .lime-color h5, .lime-color h6, .lime-color p, .lime-color a, .lime-color li, .lime-color i {
color: #89be19;
}
.white-color .lime-color, .lime-color span {
color: #89be19;
}
.pink-color {
color: #ff005a;
}
.pink-color h2, .pink-color h3, .pink-color h4, .pink-color h5, .pink-color h6, .pink-color p, .pink-color a, .pink-color li, .pink-color i {
color: #ff005a;
}
.white-color .pink-color, .pink-color span {
color: #ff005a;
} #loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background-color: #fff;
}
#loader {
width: 256px;
height: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -128px;
margin-top: -19px;
}
.loader-inner {
width: 256px;
height: 38px;
background: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/loader.gif) center center no-repeat;
} .header {
width: 100%;
display: block;
padding-top: 0px;
z-index: 999;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
.headerwp {
max-width: 1140px;
margin: 0 auto;
padding: 0;
}
.posrlt {
position: relative;
}
#header-2 .wsmainfull.cloned .wsmenu {
float: right;
}
#header-2 .wsmainfull.cloned .desktoplogo {
padding: 10px 0px 10px 0px;
display: block;
}
#header-2 .wsmainfull.cloned .wsmenu > .wsmenu-list > li > a {
padding: 10px 32px 10px 18px;
}
#header-2 .wsmainfull.cloned .wsmenu > .wsmenu-list > li.header-btn a {
display: block;
padding: 5px 15px 5px 15px;
margin-left: 0;
}
#header-2 .wsmainfull.cloned .header-button {
display: none;
}  .headtoppart {
display: block;
width: 100%;
height: 40px;
margin: 0px auto;
padding: 0px 0px;
min-width: 320px;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
.headtoppart.bg-lightgrey {
background-color: #f2f2f2;
}
.headertopleft {
width: 50%;
float: left;
padding-left: 15px;
}
.headertopright {
width: 50%;
float: right;
text-align: right;
padding-right: 15px;
}
.headertopright a {
height: 40px;
line-height: 40px;
color: #fff;
font-size: 14px;
margin-right: 5px;
}
.headertopright a i {
padding-right: 5px;
} .address a {
color: #fff;
font-size: 14px;
line-height: 40px;
}
.address span {
color: #fff;
font-size: 14px;
line-height: 40px;
margin-right: 9px;
}
.address i {
position: relative;
color: #fff;
font-size: 12px;
top: -1px;
margin-right: 7px;
margin-left: 5px;
}
.norlt {
position: static;
}
.menuwrapper {
position: relative;
}
.show-grid {
background-color: #fff;
}
.btn-border {
border: 2px solid;
border-radius: 40px;
display: inline-block;
font-size: 13px;
text-transform: uppercase;
-moz-user-select: none;
background-image: none;
text-align: center;
vertical-align: middle;
white-space: nowrap;
color: #fff;
padding: 15px 40px;
}
.btn-border:hover, .btn-border:focus {
color: #fff;
text-decoration: none;
opacity: 0.9;
}
.mobiletext02 {
display: none;
}
.bg-lightgrey .address a, .bg-lightgrey .address span {
color: #747373;
}
.bg-lightgrey .address i {
color: #5f5f5f;
}
.bg-lightgrey .headertopright a {
color: #5f5f5f;
}
@media only screen and (min-width: 230px) and (max-width: 991px) {
.headtoppart {
display: none;
}
.swichermainbx {
width: 96%;
margin: 25% 2%;
display: block;
background-color: rgba(0, 0, 0, 0.5);
padding: 15px 25px;
border-radius: 14px;
}
.swichermainleft, .swichermainright {
width: 98%;
margin: 1% 1%;
}
.wscolorcode {
width: 12.5%;
}
.swichertxt, .swichertxt02 span {
display: none;
}
}  .hero-widget {
padding: 15px 0;
border-bottom: 1px solid #eee;
}
.header-widget {
margin-top: 5px;
}
.header-widget span {
float: left;
margin-right: 8px;
}
.header-widget.icon-xs [class*="flaticon-"]:before, .header-widget.icon-xs [class*="flaticon-"]:after {
font-size: 2rem;
}
.header-widget p {
font-size: 14px;
line-height: 1;
margin-bottom: 5px;
}
p.header-widget-phone {
font-size: 17px;
font-family: 'Lato', sans-serif;
font-weight: 700;
margin-top: 3px;
margin-bottom: 0;
}  .wsmegamenu .latest-news li {
padding: 15px 0;
border-bottom: 1px dashed #c0c0c0;
}
.wsmegamenu .latest-news li:first-child {
padding: 0 0 15px;
}
.wsmegamenu .latest-news li:last-child {
padding: 15px 0 0;
border-bottom: 0;
}
.wsmegamenu .latest-news img {
text-align: center;
float: left;
width: 85px;
height: 85px;
}
.wsmegamenu .post-summary {
overflow: hidden;
padding-left: 20px;
}
.wsmegamenu .post-summary a {
color: #888;
font-size: 15px;
}
.wsmegamenu .latest-news .post-summary a:hover {
color: #333;
text-decoration: underline;
}
.wsmegamenu .latest-news p {
color: #999;
font-size: 14px;
margin-top: 6px;
margin-bottom: 0;
}   .hero-section .container {
position: relative;
z-index: 3;
}
#hero-1 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/hero-1.jpg);
padding-top: 80px;
}
#hero-4 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/hero-4.jpg);
padding-top: 100px;
padding-bottom: 40px;
}
#hero-5 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/hero-5.jpg);
padding-top: 90px;
padding-bottom: 210px;
}
#hero-12 {
position: relative;
padding-top: 100px;
padding-bottom: 200px;
}  .slider {
position: relative;
max-width: 100%;
height: 600px !important;
}
.slider .slides {
margin: 0;
height: 600px !important;
}
#hero-3 .slider, #hero-10 .slider, #hero-3 .slider .slides, #hero-10 .slider .slides {
height: 650px;
}
.slider .slides li {
opacity: 0;
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: inherit;
overflow: hidden;
}
.slider .slides li img {
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
}
.slider .slides li .caption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.slider .slides li.active {
z-index: 2;
}  .center-align {
text-align: center;
}  .slider .indicators {
position: absolute;
text-align: center;
left: 0;
right: 0;
bottom: 10px;
margin: 0;
z-index: 98;
}
.slider .indicators .indicator-item {
display: inline-block;
position: relative;
cursor: pointer;
background-color: transparent;
height: 10px;
width: 10px;
border: 2px solid #fff;
margin: 0 7px;
opacity: .5;
-webkit-transition: background-color .3s;
transition: background-color .3s;
border-radius: 50%;
}
.slider.blue-nav .indicators .indicator-item {
border: 2px solid #004861;
opacity: .5;
}
.slider.green-nav .indicators .indicator-item {
border: 2px solid #0dc176;
opacity: .5;
}
.slider .indicators .indicator-item.active {
background-color: #fff;
opacity: 1;
}
.slider.blue-nav .indicators .indicator-item.active {
background-color: #004861;
opacity: 1;
}
.slider.green-nav .indicators .indicator-item.active {
background-color: #0dc176;
opacity: 1;
}  #heroCarousel {
position: relative;
z-index: 1;
}
#heroCarousel .carousel-item {
height: 100%;
min-height: 620px;
}
#carousel-slide-1 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/carousel/slide-1.jpg);
background-position: top center;
}
#carousel-slide-2 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/carousel/slide-2.jpg);
}
#carousel-slide-3 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/carousel/slide-3.jpg);
}
#heroCarousel .mask {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.carousel-control-next, .carousel-control-prev {
height: 45px;
width: 45px;
padding: 5px;
top: 50%;
bottom: auto;
transform: translateY(-50%);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
width: 35px;
height: 35px;
}
.carousel-control-next-icon {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/next.svg);
}
.carousel-control-prev-icon {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/prev.svg);
}
.carousel-control-next {
right: 25px;
}
.carousel-control-prev {
left: 25px;
}  #hero-1 .hero-txt {
margin-top: -60px;
}
#hero-3 .caption-txt {
margin-top: -100px;
padding-left: 30px;
}
.hero-5-strip {
padding: 20px 40px;
display: inline-block;
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
#hero-5 .hero-txt {
background-color: #fff;
padding: 50px 40px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}
#hero-6 .caption-txt {
margin-top: -80px;
}
#hero-10 .caption-txt {
margin-top: -90px;
}
#hero-11 .caption-txt {
margin-top: -100px;
}
#hero-12 .hero-txt {
padding-right: 40px;
padding-left: 20px;
}  #hero-1 h2 {
font-size: 4.5rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0;
margin-bottom: 25px;
}
#hero-1 h5 {
font-size: 0.85rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 25px;
}
#hero-4 h5, .hero-5-strip h5, #hero-7 h5, #hero-8 h5, #hero-9 h5, #hero-12 h5 {
font-size: 0.85rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 25px;
}
#hero-2 h2, #hero-11 h2 {
font-size: 3.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0;
margin-bottom: 25px;
}
#hero-2 h2 span, #hero-6 h2 span, #hero-9 h2 span, #hero-11 h2 span {
font-weight: 900;
}
#hero-3 h2 {
font-size: 5.15rem;
font-weight: 900;
line-height: 1.1;
letter-spacing: -2px;
margin-bottom: 25px;
}
#hero-3 h2 span {
color: #ff005a;
}
#hero-4 h2 {
font-size: 3.65rem;
font-weight: 900;
line-height: 1.25;
text-transform: uppercase;
letter-spacing: -0.5px;
margin-bottom: 30px;
}
#hero-5 h3 {
font-size: 2.15rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 20px;
}
#hero-5 h4 {
font-size: 1.75rem;
line-height: 1;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 15px;
}
.hero-5-strip h5 {
line-height: 1;
margin-bottom: 0;
}
#hero-6 h2 {
font-size: 3.75rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 20px;
}
#hero-6 h5 {
font-size: 0.95rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 30px;
}
#hero-7 h2 {
font-size: 4rem;
font-weight: 900;
line-height: 1.15;
text-transform: uppercase;
letter-spacing: 0;
margin-bottom: 25px;
}
#hero-8 h2 {
font-size: 5.25rem;
font-weight: 700;
line-height: 1.15;
text-transform: uppercase;
letter-spacing: 2.5px;
margin-bottom: 25px;
}
#hero-9 h2 {
font-size: 3.5rem;
font-weight: 400;
line-height: 1.25;
text-transform: uppercase;
letter-spacing: -1.5px;
margin-bottom: 25px;
}
#hero-10 h2 {
font-size: 3.85rem;
text-transform: uppercase;
font-weight: 900;
line-height: 1.15;
letter-spacing: 4px;
margin-bottom: 25px;
}
#hero-11 h2 {
font-size: 6rem;
font-weight: 900;
letter-spacing: -0.5px;
text-transform: uppercase;
margin-bottom: 20px;
}
#hero-11 h3 {
font-size: 1.65rem;
line-height: 1;
font-weight: 400;
letter-spacing: 0.5px;
text-transform: uppercase;
display: inline-block;
background-color: transparent;
border: 2px solid #fff;
padding: 12px 20px;
margin-bottom: 30px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#hero-12 h2 {
font-size: 4rem;
letter-spacing: -0.5px;
text-transform: uppercase;
margin-bottom: 25px;
}
#hero-12 h2 span {
font-weight: 900;
letter-spacing: -1px;
}  #hero-1 .hero-txt p, #hero-2 .caption p, #hero-7 .caption p {
padding-right: 5%;
}
#hero-4 .hero-txt p, #hero-8 .caption p, #hero-9 .caption p, #hero-10 .caption p, #hero-12 .hero-txt p {
padding-right: 10%;
}
#hero-6 .caption p {
padding: 0 18%;
}  .hero-section .btn {
margin-top: 20px;
}  .hero-form {
padding: 45px 30px 40px;
margin: 0 20px 0 50px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.hero-form .col-md-12, .hero-form .col-lg-12 {
padding: 0;
}
.form-group {
margin-bottom: 0;
}  .hero-form h4 {
line-height: 1;
margin-bottom: 30px;
}
.hero-form .form-control {
background-color: #fff;
color: #333;
height: 48px;
font-size: 15px;
line-height: 1;
font-weight: 300;
padding: 4px 15px;
margin-bottom: 15px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.hero-form .custom-select {
background-color: #fff;
color: #333;
height: 48px;
font-size: 15px;
line-height: 1;
font-weight: 300;
padding: 4px 15px;
margin-bottom: 15px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
display: inline-block;
width: 100%;
margin-bottom: 20px;
}
.hero-form .form-control::-moz-placeholder, .hero-form .custom-select::-moz-placeholder, .hero-form .form-control:-ms-input-placeholder, .hero-form .custom-select:-ms-input-placeholder, .hero-form .form-control::-webkit-input-placeholder {
color: #555;
}    .heroe-form .custom-select::-webkit-input-placeholder {
color: #555;
}  .hero-form .form-control:focus {
background-color: #f0f0f0;
border-color: #ccc;
outline: 0px none;
box-shadow: none;
}
.hero-form .btn {
display: block;
width: 100%;
height: 50px;
margin-top: 0;
}
.hero-form .btn:focus {
outline: 0px none;
box-shadow: none;
}
.hero-form label.error {
color: #e74c3c;
font-size: 14px;
font-weight: 300;
margin-bottom: 20px;
}    .hero-form-msg {
width: 100% !important;
display: block;
text-align: center;
}
.hero-form .sending-msg {
margin-top: 20px;
}
.hero-form .loading {
color: #f0f0f0;
font-size: 17px;
font-family: 'Lato', sans-serif;
font-weight: 700;
}  .hero-1-img {
margin-left: -20px;
}
.hero-1-img img {
position: relative;
max-width: none;
display: inline-block;
}
.hero-12-img {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/hero-12-img.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: absolute;
top: 0;
bottom: 0;
width: 45%;
left: 55%;
} #about-1, #about-2, #about-3 {
position: relative;
margin-top: -120px;
z-index: 99;
}
#about-1 .col-lg-3, #about-2 .col-lg-4 {
padding: 0;
}
#about-1 .row, #about-2 .row {
margin-left: 0;
margin-right: 0;
}
.abox-2-holder {
background-color: #fff;
border: 1px solid #eee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.abox-3-holder {
background-color: #fff;
border: 1px solid #eee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border: 1px solid #f5f5f5;
padding: 50px 15px;
}
#about-5 .container, #about-6 .container {
overflow: hidden;
}  body {
--gradient-1:linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
--gradient-2:linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
--gradient-3:linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
}
#abox-1 {
background-color: var(--bs-primary);
border-radius: 6px 0 0 6px;
}
#abox-2 {
background-color: var(--bs-primary);
background-image: var(--gradient-1);
}
#abox-3 {
background-color: var(--bs-primary);
background-image: var(--gradient-2);
}
#abox-4 {
background-color: var(--bs-primary);
background-image: var(--gradient-3);
border-radius: 0 6px 6px 0;
}
.abox-1 {
height: 300px;
padding: 45px 30px;
overflow: hidden;
}
.abox-2 {
padding: 45px 30px 40px;
overflow: hidden;
}
.abox-3 {
padding: 0 30px;
}  .abox-4-txt {
margin-top: 25px;
}  .abox-1 h5 {
line-height: 1;
margin-bottom: 25px;
}
.abox-2 h5 {
line-height: 1;
margin-bottom: 25px;
margin-bottom: 30px;
}
.abox-3 h5, .abox-4 h5 {
font-size: 1.05rem;
line-height: 1;
font-weight: 900;
letter-spacing: 0.25px;
text-transform: uppercase;
margin-bottom: 15px;
}
.abox-1 p, .abox-2 p, .abox-3 p, .abox-4 p {
font-size: 0.925rem;
margin-bottom: 0;
}
.abox-3 p.blue-color {
font-size: 0.975rem;
font-weight: 400;
margin-bottom: 15px;
}
.abox-1 h5.emergency-call {
line-height: 1.15rem !important;
}
.abox-2 h4.emergency-call {
line-height: 1.5rem !important;
}
.abox-1 i {
font-size: 1.15rem;
line-height: 1 !important;
margin-right: 3px;
position: relative;
top: -2px;
}
.abox-2 i {
font-size: 1.15rem;
line-height: 1 !important;
margin-right: 3px;
position: relative;
top: -2px;
font-size: 1.5rem;
margin-right: 5px;
}  .abox-4-table {
background-color: #f9f9f9;
border: 1px solid #f5f5f5;
padding: 50px 30px 25px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.abox-4-table.blue-table {
background-color: var(--bs-primary);
border: 1px solid var(--bs-primary);
color: #fff;
box-shadow: none;
}
.abox-4-table h5, .abox-4-table h4 {
margin-bottom: 15px;
}
.abox-4-table.blue-table h5, .abox-4-table.blue-table h4, .abox-4-table.blue-table table {
color: #fff;
}
.abox-1 table, .abox-2 table {
margin-bottom: 0;
}
.abox-4-table table {
margin-top: 15px;
margin-bottom: 10px;
}
.abox-1 .table td, .abox-1 .table th {
font-size: 13px;
padding: 13px 0;
border-top: none;
border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.abox-2 .table td, .abox-2 .table th {
font-size: 15px;
padding: 13px 0;
border-top: none;
border-bottom: 1px dashed #aaa;
}
.abox-4-table .table td, .abox-4 .table th {
font-size: 16px;
padding: 16px 0;
border-top: none;
border-bottom: 1px dashed #aaa;
}
.abox-4-table.blue-table .table td, .abox-4-table.blue-table .table th {
border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.abox-2 .table .last-tr td, .abox-2 .table .last-tr th {
border-bottom: none;
}
.abox-1 .table .last-tr td, .abox-1 .table .last-tr th {
border-bottom: none;
}
.abox-4-table .table .last-tr td, .abox-4-table .table .last-tr th {
border-bottom: none;
}
td.text-right {
font-weight: 500;
} #services-6 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/banner-2.jpg);
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed !important;
}
#services-6 .container {
overflow: hidden;
}
#services-8 {
position: relative;
}
.services-8-bg {
background-color: #f8f9fb;
position: absolute;
top: 0;
bottom: 0;
width: 50%;
left: 50%;
z-index: 3;
}
.s8-holder {
z-index: 4;
}
.s8-boxes {
z-index: 4;
padding-left: 60px;
}  .sbox-1, .sbox-4, .sbox-6 {
margin-bottom: 50px;
}
.sbox-2 {
text-align: center;
margin-bottom: 30px;
background-color: #fff;
border: 1px solid #ccc;
padding: 60px 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.sbox-2:hover {
background-color: #fafafa;
border: 1px solid #f5f5f5;
-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.sbox-7:hover, .bg-lightgrey .sbox-7:hover {
background-color: #fafafa;
border: 1px solid #f5f5f5;
-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.sbox-2:hover .sbox-2-icon {
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
.sbox-2:hover h5.sbox-2-title {
-webkit-transform: translate3d(0, -110px, 0);
transform: translate3d(0, -110px, 0);
}
.bg-lightgrey .sbox-2:hover {
background-color: var(--bs-primary);
border: 1px solid var(--bs-primary);
}
.bg-lightgrey .sbox-2:hover .sbox-2-icon, .bg-lightgrey .sbox-2:hover h5.sbox-2-title {
color: #fff;
}
.sbox-3 {
text-align: center;
background-color: #fff;
border: 1px solid #ddd;
margin: 0 8px 40px;
padding: 40px 20px 40px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.sbox-5 {
text-align: center;
background-color: #fff;
border: 1px solid #ddd;
margin: 0 8px 40px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.sbox-5 img {
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
.sbox-7 {
background-color: #fff;
border: 1px solid #ddd;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding: 30px;
margin-bottom: 30px;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 450ms ease-in-out;
}
.bg-lightgrey .sbox-2, .bg-lightgrey .sbox-5, .bg-lightgrey .sbox-7 {
background-color: #fff;
border: 1px solid #f5f5f5;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.bg-lightgrey .sbox-3 {
background-color: #fff;
border: 1px solid #f5f5f5;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 450ms ease-in-out;
}
.bg-lightgrey .sbox-3:hover {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}  .sbox-4-txt {
margin-top: 15px;
}
.sbox-5-txt {
padding: 5px 20px 40px;
}
.sbox-7-txt {
overflow: hidden;
padding-left: 20px;
}  .sbox-1 h5 {
margin-top: 22px;
margin-bottom: 13px;
}
.sbox-2 h5 {
letter-spacing: -0.5px;
margin-top: 25px;
margin-bottom: 0;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.sbox-3 h5, .sbox-5 h5 {
font-size: 1.05rem;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
margin-top: 25px;
margin-bottom: 15px;
}
.sbox-4 h5 {
line-height: 1;
margin-top: 25px;
margin-bottom: 15px;
}
.sbox-6 h5 {
margin-bottom: 10px;
}
.sbox-7 h5 {
line-height: 1;
margin-bottom: 10px;
}  .sbox-1 p, .sbox-2 p, .sbox-4 p, .sbox-7 p {
line-height: 1.5;
margin-bottom: 0;
}
.sbox-3 p, .sbox-5 p {
color: #666;
font-size: 0.925rem;
line-height: 1.5;
margin-bottom: 0;
}  .sbox-2-icon {
color: var(--bs-primary);
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.sbox-3-icon {
background-color: #f8f9fb;
color: var(--bs-primary);
display: inline-block;
width: 110px;
height: 110px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.sbox-3-icon.st-blue-icon {
background-color: #004861;
}
.icon-sm .sbox-3-icon [class*="flaticon-"]:before, .icon-sm .sbox-3-icon [class*="flaticon-"]:after {
font-size: 3.45rem;
line-height: 110px !important;
}
.sbox-3.icon-sm:hover .sbox-3-icon [class*="flaticon-"]:before, .sbox-3.icon-sm:hover .sbox-3-icon [class*="flaticon-"]:after {
color: #fff;
}
.sbox-6-img {
position: relative;
text-align: center;
margin-bottom: 40px;
}
.sbox-7 span {
float: left;
text-align: center;
margin-top: 4px;
}  .services-7-table {
background-color: #f9f9f9;
border: 1px solid #f5f5f5;
padding: 35px 40px 30px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-bottom: 30px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.services-8-table {
padding: 0 80px 0 40px;
margin-bottom: 40px;
}
.services-7-table.blue-table {
background-color: var(--bs-primary);
border: 1px solid var(--bs-primary);
color: #fff;
box-shadow: none;
}
.services-7-table h5, .services-7-table h4 {
margin-bottom: 15px;
}
.services-8-table h4 {
margin-bottom: 20px;
}
.services-8-table h5 {
margin-bottom: 15px;
}
.services-8-table p {
margin-bottom: 0;
}
.services-7-table table {
margin-top: 15px;
margin-bottom: 20px;
}
.services-8-table table {
margin-top: 25px;
margin-bottom: 25px;
}
.services-7-table.blue-table h5, .services-7-table.blue-table h4, .services-7-table.blue-table table {
color: #fff;
}
.services-7-table .table td, .services-7-table .table th {
font-size: 16px;
padding: 16px 0;
border-top: none;
border-bottom: 1px dashed #aaa;
}
.services-7-table.blue-table .table td, .services-7-table.blue-table .table th {
border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.services-8-table .table td, .services-8-table .table th {
color: #fff;
font-size: 16px;
padding: 18px 0;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
border-top: none;
border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.services-7-table .table .last-tr td, .services-7-table .table .last-tr th {
border-bottom: none;
}
.services-8-table .table .last-tr td, .services-8-table .table .last-tr th {
border-bottom: none;
}  .services-section .owl-theme .owl-dots .owl-dot span {
background: transparent;
border: 2px solid #004861;
}
.services-section .owl-theme .owl-dots .owl-dot.active span, .services-section .owl-theme .owl-dots .owl-dot:hover span {
background: #004861;
}  .s1-page h3.h3-xl {
letter-spacing: -0.5px;
margin-bottom: 8px;
}
.s2-page h3.h3-md {
margin-bottom: 10px;
}
.s1-page h4.h4-md, .s2-page h4.h4-sm {
font-weight: 400;
margin-bottom: 25px;
}
.s1-page h4.h4-lg {
font-size: 1.5rem;
line-height: 2.25rem;
font-weight: 400;
margin-bottom: 8px;
}
.s1-page h4.h4-lg span {
font-size: 2.25rem;
line-height: 1;
font-weight: 900;
position: relative;
top: 4px;
left: 5px;
}
.s1-page h5 {
color: #757575;
font-weight: 400;
margin-bottom: 0;
}
.s2-page h5.h5-md {
margin-top: 15px;
margin-bottom: 25px;
}
.s1-page .btn {
margin-top: 35px;
margin-bottom: 35px;
}
.s2-page .btn {
margin-top: 20px;
margin-bottom: 0;
}
.s2-page .pricing-table {
margin-top: 40px;
margin-bottom: 40px;
} #info-5 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/info-5.jpg);
}
#info-6, #info-7, #info-8, #info-9 {
position: relative;
padding-top: 100px;
padding-bottom: 100px;
}
#info-5 .container {
overflow: hidden;
}  #info-8 .txt-block {
background-color: var(--bs-primary);
padding: 50px 60px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
position: relative;
margin-right: -100px;
z-index: 3;
}  .ibox-1-txt {
overflow: hidden;
padding-left: 5px;
}
.ibox-1-txt h5 {
margin-bottom: 10px;
}
.ibox-1-txt p {
margin-bottom: 0;
}  #info-8 .txt-block h4, #info-8 .txt-block h5 {
margin-bottom: 15px;
}
#info-8 .txt-block p {
margin-bottom: 0;
}
.ibox-1 span {
text-align: center;
float: left;
margin-top: 5px;
margin-right: 25px;
}  #info-8 table {
margin-top: 20px;
margin-bottom: 20px;
}
#info-8 .table td, #info-8 .table th {
font-size: 16px;
padding: 18px 0;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
border-top: none;
border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.info-9-table {
padding: 0 80px 0 40px;
}
.info-9-table h4 {
margin-bottom: 20px;
}
.info-9-table h5 {
margin-bottom: 15px;
}
.info-9-table p {
margin-bottom: 0;
}
.info-9-table table {
margin-top: 25px;
margin-bottom: 25px;
}
.info-9-table .table td, .info-9-table .table th {
color: #fff;
font-size: 16px;
padding: 18px 0;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
border-top: none;
border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.info-9-table .last-tr td, .info-9-table .table .last-tr th {
border-bottom: none;
}
#info-8 .table .last-tr td, #info-8 .table .last-tr th {
border-bottom: none;
}  .info-1-img {
text-align: center;
position: relative;
left: -50%;
margin-bottom: 40px;
}
.info-2-img {
text-align: center;
position: relative;
margin-bottom: 40px;
}
.info-1-img img, .info-2-img img {
max-width: none;
display: inline-block;
}
#info-6 ~ .vc_parallax-inner, .info-6-img {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/info-6.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: absolute;
top: 0;
bottom: 0;
width: 48%;
left: 0;
}
#info-7 ~ .vc_parallax-inner, .info-7-img {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/info-7.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: absolute;
top: 0;
bottom: 0;
width: 50%;
left: 50%;
}
.info-8-img {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/info-8.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: absolute;
top: 0;
bottom: 0;
width: 60%;
left: 40%;
}
.info-9-img {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/info-9.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: absolute;
top: 0;
bottom: 0;
width: 50%;
left: 50%;
} #tabs-1 .section-title {
margin-bottom: 40px;
}
#pills-tab {
margin: 0 auto 60px;
}
#tabs-2 #pills-tab {
width: 100%;
margin: 10px 0 0;
padding-right: 30px;
}
#tabs-2 .nav-item {
width: 100%;
margin: 0;
text-align: left;
}
.nav-pills .nav-link {
background-color: transparent;
border: 1px solid transparent;
color: #ccc;
font-size: 1rem;
font-weight: 400;
padding: 18px 35px;
margin-right: 15px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
#tabs-2 .nav-pills .nav-link {
background-color: transparent;
border: none;
border-right: 2px solid transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 17px 20px;
margin-right: 0;
margin-bottom: 4px;
}
.nav-pills .nav-link span {
float: left;
margin-top: -8px;
margin-right: 10px;
}
.nav-pills .icon-xs [class*="flaticon-"]:before, .nav-pills .icon-xs [class*="flaticon-"]:after {
font-size: 2.5rem;
line-height: 1 !important;
}
.nav-pills .nav-link a {
line-height: 2.5rem !important;
}
.nav-pills .nav-link.active {
background-color: var(--bs-primary);
border-color: var(--bs-primary);
color: #fff;
}
.nav-pills .nav-link.active:hover {
background-color: var(--bs-primary);
border-color: var(--bs-primary);
color: #fff;
}
#tabs-2 .nav-pills .nav-link.active {
background-color: #f8f8f8;
color: #333;
border: none;
border-right: 2px solid var(--bs-primary);
}
#tabs-2 .nav-pills .nav-link.active:hover {
background-color: #f8f8f8;
color: #333;
border: none;
border-right: 2px solid var(--bs-primary);
}
.nav-pills .nav-link:hover {
background-color: #f5f5f5;
border: 1px solid #f5f5f5;
color: #999;
}
#tabs-2 .tab-content h3 {
margin-bottom: 20px;
}
#tabs-2 .tab-img {
margin-top: 30px;
margin-bottom: 30px;
} #gallery-3 {
padding-top: 60px;
padding-bottom: 80px;
}
#gallery-3 .section-title {
margin-bottom: 30px;
}
.gallery-items-list {
margin: 0 -10px;
padding: 0;
}
#gallery-1 .gallery-items-list {
margin: 0;
}  .gallery-filter button {
background-color: transparent;
color: #888;
font-size: 1rem;
font-family: 'Lato', sans-serif;
font-weight: 700;
letter-spacing: -0;
margin: 0 30px;
padding: 0.5rem 0.1rem;
border: none;
cursor: pointer;
border-bottom: 2px solid transparent;
outline: 0px none;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.gallery-filter button:hover, .gallery-filter button:focus {
background-color: transparent;
color: var(--bs-primary);
border-bottom: 2px solid var(--bs-primary);
outline: 0px none;
}
.gallery-filter button.is-checked {
color: var(--bs-primary);
cursor: default;
border-bottom: 2px solid var(--bs-primary);
outline: 0px none;
}    .gallery-item {
position: relative;
text-align: center;
padding: 0 10px;
margin-bottom: 20px;
}
#gallery-1 .gallery-item {
padding: 0;
margin-bottom: 0;
}
.masonry-wrap .gallery-item {
text-align: center;
width: 33.33%;
padding: 0 10px;
margin-bottom: 20px;
}  .image-zoom {
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.image-zoom a {
width: 54px;
height: 54px;
font-size: 24px;
line-height: 50px !important;
color: #fff;
background-color: transparent;
border: 2px solid #fff;
display: inline-block;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
opacity: 0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
.image-zoom a:hover {
color: #757575;
background-color: #fff;
border: 2px solid #fff;
}  .hover-overlay {
width: 100%;
height: auto;
overflow: hidden;
position: relative;
}
.hover-overlay img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-moz-transform: scale(1.1);
overflow: hidden;
-webkit-transition: transform 400ms;
-moz-transition: transform 400ms;
-o-transition: transform 400ms;
transition: transform 400ms;
}  .item-overlay {
opacity: 0;
-moz-opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 163, 200, 0.85);
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.item-overlay.dark-overlay {
background-color: rgba(0, 0, 0, 0.7);
}
.item-overlay::before, .item-overlay::after {
position: absolute;
top: 25px;
right: 25px;
bottom: 25px;
left: 25px;
content: '';
opacity: 0;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
.item-overlay::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
.item-overlay::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}  .project-description {
position: absolute;
bottom: 10%;
left: 0;
z-index: 20;
width: 100%;
opacity: 0;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.project-description-inner {
padding: 0 30px;
}
.project-description h5.h5-sm {
margin-top: 3px;
}
.project-description span {
font-size: 1rem;
line-height: 1.1;
font-weight: 500;
}  .hover-overlay:hover img {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
}
.hover-overlay:hover .item-overlay {
opacity: 1;
-moz-opacity: 1;
}
.portfolio-item:hover .project-description {
left: 8%;
opacity: 1;
-moz-opacity: 1;
}  .gallery-item:hover img {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
}
.gallery-item:hover .item-overlay {
opacity: 1;
-moz-opacity: 1;
}
.gallery-item:hover .item-overlay::before, .gallery-item:hover .item-overlay::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.gallery-item:hover a {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} #statistic-1 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/statistic.jpg);
padding-top: 80px;
padding-bottom: 40px;
}
#statistic-2 {
padding-top: 80px;
padding-bottom: 40px;
}
.statistic-block {
text-align: center;
margin-bottom: 40px;
}
#statistic-2 .statistic-block {
text-align: center;
background-color: #fff;
border: 1px solid #eee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding: 40px 20px;
margin-bottom: 40px;
}
#statistic-2.bg-lightgrey .statistic-block {
background-color: #fff;
border: 1px solid #f5f5f5;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.statistic-holder {
margin-top: 45px;
}
.statistic-holder .statistic-block {
text-align: left;
margin-bottom: 0;
}  .statistic-block h5 {
font-size: 2.85rem;
line-height: 1;
font-weight: 900;
letter-spacing: 0.5px;
margin-top: 20px;
margin-bottom: 5px;
}
#statistic-2 .statistic-block h5 {
font-size: 2.35rem;
line-height: 1;
font-weight: 900;
letter-spacing: 0.5px;
margin-top: 25px;
margin-bottom: 10px;
}
.statistic-holder .statistic-block h5 {
font-size: 2rem;
line-height: 1;
font-weight: 900;
letter-spacing: 0.5px;
margin-top: 22px;
margin-bottom: 10px;
}
.statistic-block p {
font-size: 1.05rem;
font-family: 'Lato', sans-serif;
margin-bottom: 0;
}
#statistic-2 .statistic-block p {
color: #757575;
font-size: 1rem;
}
.statistic-holder .statistic-block p {
color: #757575;
font-size: 0.925rem;
}  .statistic-img {
text-align: center;
position: relative;
margin-bottom: 40px;
}
.statistic-img img {
max-width: none;
display: inline-block;
}   .doctor-1 {
position: relative;
z-index: 1;
margin-bottom: 60px;
overflow: hidden;
}
.doctor-2 {
text-align: center;
background-color: #fff;
border: 1px solid #eee;
padding: 40px;
margin-bottom: 40px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}  .doctor-meta {
padding-top: 18px;
padding-bottom: 0;
}
.doctor-meta h5.h5-sm, .doctor-meta h5.h5-md {
margin-bottom: 5px;
}
.doctor-meta span {
display: block;
color: #888;
font-size: 1rem;
font-weight: 400;
line-height: 1;
}
.bg-blue .doctor-meta span {
color: #f5f5f5;
}
.doctor-meta p {
margin-top: 10px;
margin-bottom: 0;
}  .profile-link {
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.profile-link a {
display: inline-block;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
opacity: 0;
}  .doctor-1 .item-overlay {
opacity: 0;
-moz-opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 163, 200, 0.85);
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.bg-blue .doctor-1 .item-overlay {
background: rgba(10, 10, 10, 0.55);
}  .doctor-1 .hover-overlay, .doctor-2 .hover-overlay {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.doctor-1 .hover-overlay > img, .doctor-2 .hover-overlay > img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-moz-transform: scale(1.1);
overflow: hidden;
-webkit-transition: transform 500ms;
-moz-transition: transform 500ms;
-o-transition: transform 500ms;
transition: transform 500ms;
}  .doctor-1:hover .hover-overlay > img, .doctor-2:hover .hover-overlay > img {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
}
.doctor-1:hover .item-overlay {
opacity: 1;
-moz-opacity: 1;
}
.doctor-1:hover a {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}  .all-doctors {
margin-bottom: 60px;
}  #doctor-breadcrumbs {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/doctor-profile.jpg);
padding-top: 130px;
padding-bottom: 60px;
}
#doctor-breadcrumbs .doctor-data {
padding-left: 45px;
}
#doctor-1-details {
padding-bottom: 70px;
}
#doctor-1-details .doctor-bio {
padding-top: 60px;
padding-left: 45px;
}  .doctor-bio h2 {
letter-spacing: -0.5px;
margin-bottom: 5px;
}
.doctor-bio h5.h5-lg {
font-weight: 400;
margin-bottom: 30px;
}
.doctor-bio h5.h5-md {
margin-top: 20px;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
}  #doctor-1-details .doctor-photo {
margin-top: -270px;
position: relative;
z-index: 3;
}  .doctor-contacts {
margin-top: 30px;
margin-bottom: 35px;
}
.doctor-contacts h4 {
font-weight: 400;
margin-bottom: 10px;
}
.doctor-contacts h4 i {
margin-right: 10px;
}
.doctor-photo .btn {
margin: 0 10px 15px;
}  .certificates {
margin-top: 30px;
}
.certificate-image {
margin-bottom: 20px;
}  .doctor-info {
background-color: #f9f9f9;
border: 1px solid #f5f5f5;
margin-top: 30px;
margin-bottom: 40px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.doctor-info table {
margin-top: 0;
margin-bottom: 0;
}
.doctor-info .table td, .doctor-info .table th {
font-size: 15px;
padding: 15px 25px;
border-top: none;
}
.doctor-info .table .last-tr td, .doctor-info .table .last-tr th {
border-bottom: none;
}
.doctor-info .table span {
display: block;
margin-bottom: 3px;
}
.doctor-info .table span i {
color: var(--bs-primary);
font-size: 12px;
margin-right: 3px;
}   .pricing-table, #pricing-1 .pricing-table {
text-align: center;
background-color: #fff;
border: 1px solid #d0d0d0;
padding: 60px 50px;
margin-top: 0;
margin-bottom: 40px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.pricing-table {
padding: 20px 25px 5px;
border: 1px solid #d0d0d0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
margin-top: 25px;
}
#pricing-1.bg-lightgrey .pricing-table {
background-color: #fff;
border: 1px solid #f5f5f5;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pricing-table .table td, .pricing-table .table th {
padding: 12px 10px;
border-top: none;
border-bottom: 1px solid #ddd;
}
.pricing-table .table .last-tr td, .pricing-table .table .last-tr th {
border-bottom: none;
}
.pricing-table td span {
font-weight: 700;
}  #pricing-1 .pricing-table h5 {
margin-top: 30px;
margin-bottom: 20px;
}
.pricing-table span.price {
font-size: 70px;
font-family: 'Lato', sans-serif;
line-height: 1;
font-weight: 700;
letter-spacing: -0.5px;
}
.pricing-table sup {
font-size: 45px;
font-family: 'Lato', sans-serif;
font-weight: 700;
top: -7px;
right: 2px;
}
.pricing-plan p {
color: #888;
margin-top: 10px;
margin-bottom: 0;
font-weight: 400;
}  #pricing-1 .pricing-table ul.features {
padding: 25px 0 35px;
}
#pricing-1 .pricing-table ul.features li {
color: #777;
font-size: 1rem;
line-height: 1;
font-weight: 300;
padding: 9px 0;
}
#pricing-1 .pricing-table ul.features li:last-child {
border-bottom: none;
}  .all-pricing-btn {
margin-top: 10px;
}
#pricing-1 .all-pricing-btn {
margin-top: 30px;
}  .all-pricing-btn p {
padding: 0 5%;
margin-bottom: 30px;
}
.all-pricing-btn p span {
font-weight: 700;
margin-right: 5px;
}  .pricing-img {
text-align: center;
position: relative;
margin-bottom: 40px;
}
.pricing-img img {
max-width: none;
display: inline-block;
} .brands-section {
padding-top: 60px;
padding-bottom: 30px;
}
.brands-section p {
color: #888;
font-size: 1.1rem;
font-weight: 400;
margin-bottom: 30px;
}  .brand-logo {
margin-bottom: 30px;
}
.brands-holder img {
padding: 0 2px;
} .review-1 {
margin: 0 5px 40px;
padding: 0 10px;
}
.review-2 {
position: relative;
background-color: #fff;
border: 1px solid #ddd;
margin: 0 10px 40px;
padding: 40px 30px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
.bg-lightgrey .review-2 {
background-color: #fff;
border: 1px solid #f5f5f5;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.bg-lightgrey .review-2:hover {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}  #reviews-1 .testimonial-avatar {
display: inline-block;
float: left;
}
#reviews-1 .testimonial-avatar img {
width: 55px;
height: 55px;
display: inline-block;
margin: 0 15px 0 0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}  #reviews-2 .testimonial-avatar img {
width: 55px;
height: 55px;
display: inline-block;
margin: 0 15px 0 0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
width: 70px;
height: 70px;
margin: 0 0 30px 0;
}  .review-1 p {
color: #757575;
font-size: 1rem;
line-height: 1.45;
font-weight: 300;
font-style: italic;
padding: 0 8px 6px;
}
.review-2 p {
color: #444;
font-size: 1.26rem;
font-family: 'Lato', sans-serif;
line-height: 1.35;
font-weight: 400;
}
.review-author h5 {
font-size: 1.05rem;
line-height: 1;
padding-top: 10px;
margin-bottom: 0px;
}
#reviews-2 .review-author h5 {
font-size: 0.775rem;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 5px;
padding-top: 10px;
margin-bottom: 0px;
}
.review-author span {
color: #777;
font-size: 0.915rem;
line-height: 1;
font-weight: 400;
}
#reviews-2 .review-author span {
color: #959595;
font-size: 0.7rem;
line-height: 1;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 4px;
}  .quote {
width: 60px;
height: 62px;
margin-left: 5px;
margin-bottom: -30px;
position: relative;
z-index: 3;
opacity: .15;
}
.review-2 .quote {
position: absolute;
top: 60%;
left: 50%;
width: 80px;
height: 90px;
margin-left: -62px;
margin-top: -60px;
opacity: .1;
}  .reviews-section .owl-theme .owl-dots .owl-dot span {
background: transparent;
border: 2px solid #004861;
}
.reviews-section .owl-theme .owl-dots .owl-dot.active span, .reviews-section .owl-theme .owl-dots .owl-dot:hover span {
background: #004861;
} #banner-1 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/banner-1.jpg);
padding-top: 120px;
padding-bottom: 120px;
}
#banner-2 .bg-image.bg-inner {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/banner-2.jpg);
position: relative;
z-index: 1;
}
#banner-4 {
padding-top: 120px;
padding-bottom: 120px;
position: relative;
z-index: 1;
}
#banner-6 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/banner-6.jpg);
padding-top: 60px;
padding-bottom: 60px;
}
#banner-7 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/banner-7.jpg);
padding-top: 120px;
padding-bottom: 120px;
}
#banner-8 {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/banner-8.jpg);
padding-top: 100px;
padding-bottom: 100px;
}
#banner-5 .container {
overflow: hidden;
}  #banner-4 .banner-txt {
padding-left: 60px;
}  #banner-1 .banner-txt h2 {
line-height: 1.15;
letter-spacing: -0.5px;
margin-bottom: 3px;
}
#banner-3 .banner-txt h2 {
line-height: 1.25;
letter-spacing: -0.5px;
margin-bottom: 0;
}
#banner-4 .banner-txt h2 {
letter-spacing: -1px;
}
#banner-6 .banner-txt h4 {
letter-spacing: 0px;
margin-bottom: 3px;
}
#banner-7 .banner-txt h2 {
line-height: 1.25;
letter-spacing: 0;
margin-bottom: 25px;
}
#banner-8 h3 {
margin-top: 30px;
}
#banner-8 h3:after {
display: block;
content: "";
height: 2px;
width: 100px;
background: #fff;
margin: 30px auto;
position: relative;
}
#banner-8 h4 {
letter-spacing: 0.5px;
}
#banner-8 h2 {
font-weight: 900;
letter-spacing: 1.5px;
margin-bottom: 0;
} #banner-3 .banner-txt h3.h3-md, #banner-4 .banner-txt h3.h3-xl {
font-weight: 900;
letter-spacing: 0.5px;
margin-top: 20px;
margin-bottom: 25px;
}
#banner-1 .banner-txt p {
margin-top: 30px;
padding-right: 10%;
}
#banner-2 .banner-txt p {
margin-top: 25px;
margin-bottom: 30px;
}  #banner-1 .banner-details h5 {
font-size: 2.5rem;
line-height: 2rem !important;
font-weight: 900;
letter-spacing: -1px;
margin-top: 20px;
margin-bottom: 0;
margin-left: 6px;
display: inline-block;
}
#banner-1 .banner-details span {
color: #444;
font-size: 1.1rem;
font-family: 'Lato', sans-serif;
line-height: 2.15rem !important;
font-weight: 400;
position: relative;
top: -6px;
}
#banner-1 .banner-txt p.p-md {
color: #888;
font-size: 0.875rem;
line-height: 1;
font-weight: 400;
margin-top: 0;
margin-bottom: 0;
position: relative;
top: -7px;
}  #banner-6 span {
text-align: center;
float: left;
}
#banner-6 .banner-txt {
overflow: hidden;
padding-left: 10px;
}  .banner-2-img {
text-align: center;
margin-top: -80px;
position: relative;
z-index: 999;
}
.banner-3-img {
text-align: center;
position: relative;
}
.banner-3-img img {
max-width: none;
display: inline-block;
}
.banner-4-img {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/banner-4.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: absolute;
top: 0;
bottom: 0;
width: 50%;
left: 0;
}   .blog-post {
margin-bottom: 40px;
}
#blog-page .blog-post {
margin-bottom: 70px;
}  .blog-post-txt span {
font-size: 0.95rem;
font-weight: 400;
line-height: 1;
}
.sblog-post-txt span, #blog-page .blog-post-txt span {
font-size: .875rem;
}
.blog-post-txt span span, .blog-post-txt a > span {
font-weight: 500;
}
.sblog-post-txt a > span, .sblog-post-txt span span {
font-weight: 500;
}
#blog-page .blog-post-txt span span {
font-weight: 500;
}
.blog-post-txt h5 {
margin-top: 5px;
line-height: 1.35;
margin-top: 20px;
margin-bottom: 2px;
}
.blog-post-txt p {
font-size: 0.975rem;
line-height: 1.5;
margin-top: 5px;
margin-bottom: 0;
}
#blog-page .blog-post-txt p {
font-size: 1rem;
margin-top: 10px;
}
.blog-post-txt h5 a:hover {
color: #666;
text-decoration: underline;
}
.sblog-post-txt h5.h5-md {
margin-top: 20px;
margin-bottom: 20px;
}  .all-posts-btn {
margin-top: 10px;
}  .post-share-links {
margin-top: 70px;
padding-top: 70px;
border-top: 1px solid #e5e5e5;
display: flex;
justify-content: space-between;
column-gap: 30px;
row-gap: 30px;
}
.post-navigation .nav-links {
display: flex;
justify-content: space-between;
column-gap: 30px;
}
.post-navigation .nav-links:before, .post-navigation .nav-links:after {
display: none;
}
.post-navigation .nav-links .nav-next {
text-align: right;
margin-left: auto;
}
@media (max-width: 640px) {
.post-navigation {
margin-top: 30px;
}
.post-share-links {
display: block;
}
}  .post-inner-img {
margin-top: 40px;
margin-bottom: 40px;
}
.post-inner-img h4 {
line-height: 1.35;
margin-bottom: 30px;
}
.post-inner-img h5 {
font-size: 1rem;
line-height: 1;
margin-bottom: 3px;
}
.post-inner-img p {
color: #999;
font-size: 0.95rem;
font-weight: 500;
margin-bottom: 0;
}  .post-tags-list {
margin-bottom: 40px;
display: flex;
}
.post-tags-list span a {
display: inline-block;
color: #999;
font-size: 0.925rem;
font-weight: 400;
line-height: 1.42857;
border: 2px solid #ccc;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
padding: 6px 16px;
margin-right: 4px;
margin-bottom: 4px;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.post-tags-list span a:hover {
background-color: var(--bs-primary);
border-color: var(--bs-primary);
color: #fff;
}  .share-social-icons {
display: inline-block;
padding-left: 0;
}
.share-social-icons li {
width: auto !important;
display: inline-block !important;
vertical-align: top;
clear: none !important;
padding: 0;
}
a.share-ico {
width: 100px;
height: 36px;
font-size: 1rem;
line-height: 36px !important;
text-align: center;
margin-right: 10px;
display: block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.share-social-icons i {
font-size: 14px;
margin-right: 8px;
}
a.share-ico.ico-like {
background-color: #f2f2f2;
color: #333;
}
a.share-ico.ico-facebook {
background-color: #3b5998;
color: #fff;
}
a.share-ico.ico-twitter {
background-color: #00a9ed;
color: #fff;
}
a.share-ico.ico-google-plus {
background-color: #dd4b39;
color: #fff;
}
a.share-ico.ico-pinterest {
background-color: #cb2027;
color: #fff;
}  .author-senoff {
background-color: #f8f9fb;
padding: 45px;
margin-top: 70px;
margin-bottom: 70px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.author-senoff img {
width: 100px;
height: 100px;
float: left;
text-align: center;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.author-senoff-txt {
overflow: hidden;
padding-left: 30px;
}
.author-senoff-txt h5 {
margin-bottom: 15px;
}
.author-senoff-txt p {
margin-bottom: 0;
}  .single-post-comments {
margin-top: 30px;
margin-bottom: 60px;
padding: 0 3%;
}
.left-sidebar .single-post-comments, .right-sidebar .single-post-comments {
padding: 0;
}
.related-posts h5.h5-md {
padding-bottom: 30px;
margin-bottom: 60px;
border-bottom: 1px solid #e5e5e5;
}
.single-post-comments h5.h5-md {
padding-bottom: 30px;
margin-bottom: 60px;
border-bottom: 1px solid #e5e5e5;
}
.single-post-comments img {
width: 55px;
height: 55px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.comment-meta {
margin-bottom: 10px;
}
.comment-meta h5 {
font-size: 1rem;
line-height: 1.1;
margin-bottom: 2px;
}
.comment-date {
color: #888;
font-size: 14px;
margin-bottom: 5px;
}
.btn-reply a {
color: #888;
font-size: 14px;
}
.btn-reply a i {
font-size: 13px;
margin-right: 1px;
}
.btn-reply a:hover {
color: #000;
}
.single-post-comments hr {
margin-bottom: 35px;
}  #leave-comment h5.h5-md {
margin-bottom: 3px;
}
.comment-form {
position: relative;
}
.comment-form p {
color: #333;
font-size: 15px;
line-height: 15px;
font-weight: 700;
margin-bottom: 10px;
padding-left: 5px;
display: block;
}
.comment-list .comment #respond {
margin-top: 0;
}
.comment-form .form-control {
height: 54px;
background-color: #fff;
border: 1px solid #ccc;
color: #333;
font-size: 1rem;
font-weight: 300;
padding: 0 20px;
margin-bottom: 22px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.comment-form .form-control:focus {
border-color: #16a2e0;
outline: 0px none;
box-shadow: none;
}
.comment-form textarea {
min-height: 200px;
}
.comment-form textarea.form-control {
padding: 20px;
}  .hero-form .btn:focus {
outline: 0px none;
box-shadow: none;
}  .comment-form label.error {
color: #e74c3c;
font-size: 14px;
font-weight: 300;
margin-bottom: 20px;
}
.comment-form-msg {
width: 100% !important;
display: block;
text-align: center;
}
.comment-form .sending-msg {
margin-top: 20px;
}
.comment-form .loading {
color: #666;
font-size: 17px;
font-family: 'Lato', sans-serif;
font-weight: 700;
} #contacts-1.bg-image {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/contacts-1.jpg);
}  .contact-box h5 {
line-height: 1;
font-weight: 700;
margin-bottom: 15px;
}
.contact-box p {
font-size: 0.975rem;
margin-bottom: 2px;
}
.contact-box p a {
font-weight: 500;
}
#contacts-2 h4.h4-md {
line-height: 1.25;
padding-right: 30px;
margin-top: 20px;
margin-bottom: 25px;
}
p.contact-notice {
padding-right: 30px;
margin-top: 25px;
margin-bottom: 40px;
}  #contacts-1 .contact-form {
margin-left: 20px;
}
#contacts-2 .contact-form {
padding: 40px 20px 35px;
margin: 0;
background-color: #f7f7f7;
border: 1px solid #ddd;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#contacts-2 .contact-form .col-md-6, #contacts-2 .contact-form .col-md-12 {
padding: 0;
}
.form-group {
margin-bottom: 0;
}  .contact-form .form-control {
background-color: #fff; color: #333;
height: 52px;
font-size: 15px;
line-height: 1;
font-weight: 300;
padding: 4px 15px;
margin-bottom: 15px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.contact-form .custom-select {
background-color: #fff; color: #333;
height: 52px;
font-size: 15px;
line-height: 1;
font-weight: 300;
padding: 4px 15px;
margin-bottom: 15px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
display: inline-block;
width: 100%;
color: #777;
}
.contact-form textarea {
min-height: 200px;
}  #contacts-2 .contact-form textarea {
min-height: 140px;
}
.contact-form textarea.form-control {
padding: 20px 15px;
}
.contact-form .form-control::-moz-placeholder, .contact-form .custom-select::-moz-placeholder, .contact-form .form-control:-ms-input-placeholder, .contact-form .custom-select:-ms-input-placeholder, .contact-form .form-control::-webkit-input-placeholder, .contact-form .custom-select::-webkit-input-placeholder {
color: #777;
}
.contact-form .form-control:focus {
background-color: #fff;
border-color: var(--bs-primary);
outline: 0px none;
box-shadow: none;
}
.contact-form .btn:focus {
outline: 0px none;
box-shadow: none;
}
.contact-form label.error {
color: #e74c3c;
font-size: 14px;
font-weight: 300;
margin-bottom: 20px;
}        .contact-form-msg {
width: 100% !important;
display: block;
text-align: center;
}
.contact-form .sending-msg {
margin-top: 20px;
}
.contact-form .loading {
color: #666;
font-size: 17px;
font-family: 'Lato', sans-serif;
font-weight: 700;
} #gmap {
width: 100%;
height: 450px;
} #footer-1 .footer-box {
padding-left: 10%;
}
.footer.bg-image {
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/footer-bg.jpg);
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.footer h5.h5-xs {
line-height: 1;
letter-spacing: 0;
margin-bottom: 25px;
}  #footer-2 .footer-info p {
font-weight: 400;
margin-bottom: 3px;
}
.footer-box p {
font-size: 0.975rem;
margin-bottom: 3px;
}
.footer-box p span { font-size: 0.925rem;
font-weight: 500;
}
.footer-box h5.h5-xl {
font-weight: 900;
letter-spacing: 0.5px;
margin-bottom: 0;
}
#footer-2 p.foo-email {
margin-top: 30px;
margin-bottom: 5px;
}
p.foo-email a {
font-weight: 500;
text-decoration: underline;
}
p.footer-copyright {
font-size: 0.95rem;
margin-bottom: 0;
}
p.footer-copyright span {
font-weight: 700;
}
.footer.bg-image h5.h5-xs, .footer.bg-image p.foo-email a {
color: #fff;
}
.footer.bg-image .footer-box p, .footer.bg-image .footer-info p, .footer.bg-image .footer-links li a, .footer.bg-image p.footer-copyright {
color: #c5d1dc;
}
.footer.bg-image .footer-box p span, .footer.bg-image p.footer-copyright span {
color: #fff;
}  .footer-links > ul > li {
font-size: 0.975rem;
width: auto !important;
display: block !important;
vertical-align: top;
clear: none !important;
margin: 0 0 9px 0;
padding: 0;
}
.footer-links li a:hover {
color: #000;
text-decoration: underline;
}
.white-color .footer-links li a:hover {
color: #fff;
}  .foo-socials {
display: inline-block;
padding-left: 0;
margin: 0 auto 0;
}
.foo-socials li {
width: auto !important;
display: inline-block !important;
vertical-align: top;
clear: none !important;
margin: 0 0 8px 0;
padding: 0;
}
.foo-socials a {
display: block;
background-color: transparent;
border: 2px solid #666;
width: 36px;
height: 36px;
color: #666;
font-size: 16px;
line-height: 34px !important;
margin-right: 4px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.footer.bg-image .foo-socials a {
border: 2px solid #c5d1dc;
color: #c5d1dc;
}
.foo-socials a.ico-facebook:hover {
background-color: #3b5998;
border-color: #3b5998;
color: #fff;
}
.foo-socials a.ico-twitter:hover {
background-color: #00a9ed;
border-color: #00a9ed;
color: #fff;
}
.foo-socials a.ico-instagram:hover {
background-color: #dc3c59;
border-color: #dc3c59;
color: #fff;
}
.foo-socials a.ico-dribbble:hover {
background-color: #d92d84;
border-color: #d92d84;
color: #fff;
}
.foo-socials a.ico-behance:hover {
background-color: #2473f6;
border-color: #2473f6;
color: #fff;
}
.foo-socials a.ico-pinterest:hover {
background-color: #ac281a;
border-color: #ac281a;
color: #fff;
}
a.ico-linkedin.share-ico {
background-color: #015886;
border-color: #015886;
color: #fff;
}
.foo-socials a.ico-linkedin:hover {
background-color: #015886;
border-color: #015886;
color: #fff;
}
.foo-socials a.ico-google-plus:hover {
background-color: #cd1111;
border-color: #cd1111;
color: #fff;
}
.foo-socials a.ico-youtube:hover {
background-color: #cd1b20;
border-color: #cd1b20;
color: #fff;
}
.foo-socials a.ico-tumblr:hover {
background-color: #3a5976;
border-color: #3a5976;
color: #fff;
}
.foo-socials a.ico-vk:hover {
background-color: #3b5998;
border-color: #3b5998;
color: #fff;
}
.foo-socials a.ico-yahoo:hover {
background-color: #7b0099;
border-color: #7b0099;
color: #fff;
}
.foo-socials a.ico-yelp:hover {
background-color: #d32323;
border-color: #d32323;
color: #fff;
}  .footer-form .form-control {
height: 48px;
background-color: #fff;
border: 1px solid #ccc;
border-right: none;
color: #333;
font-size: 1rem;
padding: 0 15px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.footer-form .form-control:focus {
border: 1px solid #ccc;
border-right: none;
outline: 0;
box-shadow: none;
}
.footer-form .btn {
height: 48px;
border-left: none;
font-size: 1.45rem;
line-height: 1 !important;
padding: 0 15px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.footer-form .btn:hover {
color: var(--secondary);
}
.footer-form .form-notification {
font-size: 0.925rem;
font-weight: 400;
line-height: 1;
margin-top: 15px;
margin-left: 5px;
}      .newsletter-form .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
height: 100%;
}
@media (min-width: 768px) {
.newsletter-form-wrap {
padding: 0 15%;
}
}  .bottom-footer {
border-top: 1px solid #ddd;
margin-top: 20px;
padding-top: 40px;
}
.footer.bg-image .bottom-footer {
border-top: 1px solid #16739d;
} #sidebar h5.h5-sm {
padding-bottom: 20px;
margin-bottom: 25px;
border-bottom: 1px solid #ddd;
}  #search-field .form-control {
background-color: #f0f0f0;
height: 54px;
padding-left: 20px;
border: none;
-webkit-border-radius: 6px 0 0 6px;
-moz-border-radius: 6px 0 0 6px;
border-radius: 6px 0 0 6px;
}
#search-field .btn {
background-color: #f0f0f0;
border: none;
height: 54px;
padding: 0 18px;
margin-top: 0;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
-webkit-border-radius: 0px 6px 6px 0;
-moz-border-radius: 0px 6px 6px 0;
border-radius: 0px 6px 6px 0;
}
#search-field .form-control:focus {
border-color: #999;
outline: 0px none;
box-shadow: none;
}  ul.blog-category-list > li {
padding: 12px 0;
border-bottom: 1px dashed #c0c0c0;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
ul.blog-category-list > li:first-child {
padding: 0 0 12px;
}
ul.blog-category-list > li:last-child {
padding: 12px 0 0;
border-bottom: none;
}
ul.blog-category-list > li a {
color: #555;
}
ul.blog-category-list > li a i {
font-size: 0.875rem;
margin-right: 5px;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
ul.blog-category-list > li span {
color: #444;
font-weight: 500;
}
ul.blog-category-list li:hover {
padding-left: 12px;
}  .popular-posts li {
padding: 14px 0;
border-bottom: 1px dashed #c0c0c0;
}
.popular-posts li:first-child {
padding: 0 0 14px;
}
.popular-posts li:last-child {
padding: 14px 0 0;
border-bottom: 0;
}
.popular-posts img {
text-align: center;
float: left;
}
.post-summary {
overflow: hidden;
padding-left: 20px;
}
.post-summary a {
color: #555;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}  .popular-posts .post-summary a:hover {
text-decoration: underline;
}
.popular-posts p {
color: #888;
font-size: 0.875rem;
margin-top: 6px;
margin-bottom: 0;
}  .badge {
font-size: 0.75rem;
font-weight: 600;
color: #999;
border: none;
background-color: #fff;
border: 2px solid #ccc;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
margin-bottom: 8px;
padding: 4px 14px;
margin-right: 2px;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
.badge a {
color: #999 !important;
font-size: 0.925rem;
font-weight: 400;
line-height: 1.42857;
}
.badge:hover {
background-color: var(--bs-primary);
border-color: var(--bs-primary);
}
.badge:hover a {
color: #fff !important;
}  .sidebar-table {
background-color: #f9f9f9;
border: 1px solid #f5f5f5;
padding: 50px 30px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sidebar-table.blue-table {
background-color: var(--bs-primary);
border: 1px solid var(--bs-primary);
color: #fff;
box-shadow: none;
}
.sidebar-table h5, .sidebar-table h4 {
margin-bottom: 15px;
}
.sidebar-table h5.h5-xs {
margin-top: 20px;
}
.sidebar-table p {
margin-bottom: 0;
}
.sidebar-table.blue-table h5, .sidebar-table.blue-table h4, .sidebar-table.blue-table table {
color: #fff;
}
.sidebar-table table {
margin-top: 15px;
margin-bottom: 0;
}
.sidebar-table .table td, .sidebar-table .table th {
font-size: 16px;
padding: 16px 0;
border-top: none;
border-bottom: 1px dashed #aaa;
}
.sidebar-table.blue-table .table td, .sidebar-table.blue-table .table th {
border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.sidebar-table .table .last-tr td, .sidebar-table .table .last-tr th {
border-bottom: none;
}  .sidebar-timetable {
border: 1px solid #ccc;
padding: 40px 30px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}  .txt-widget-avatar {
display: inline-block;
float: left;
}
.txt-widget-avatar img {
width: 100px;
height: 100px;
display: inline-block;
margin: 0 15px 0 0;
}    .txt-widget-data h5 {
font-size: 1.2rem;
line-height: 1;
padding-top: 10px;
margin-bottom: 5px;
}
.txt-widget-data span {
color: #666;
font-size: 0.915rem;
}
.txt-widget-data p {
font-size: 1.25rem;
line-height: 1;
font-weight: 900;
margin-top: 4px;
margin-bottom: 0;
} #breadcrumb {
background-position: center center;
}
#breadcrumb nav {
display: inline-block;
}
.navbar-fixed #breadcrumb {
margin-top: 70px;
}
.breadcrumb-holder {
padding-top: 40px;
padding-bottom: 45px;
}
.breadcrumb {
padding: 0;
margin-bottom: 0;
background-color: transparent;
border-radius: 0;
}  .breadcrumb-holder h4 {
line-height: 1;
font-weight: 900;
letter-spacing: 0;
margin-top: 10px;
}
.breadcrumb-item a {
color: #333;
font-size: 0.95rem;
font-weight: 400;
text-decoration: underline;
}
.breadcrumb-item a:hover {
color: var(--bs-primary);
}
.breadcrumb-item.active {
color: #666;
font-size: 0.95rem;
font-weight: 400;
margin-top: 2px;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
font-size: 1.05rem;
display: inline-block;
padding-right: 8px;
margin-top: -2px;
color: #858585;
content: "\00bb";
} .blog-page-pagination {
margin-top: 70px;
padding-top: 60px;
}
.page-link {
color: #666;
font-weight: 500;
padding: .65rem .95rem;
margin: 0 5px;
background-color: #fff;
border-color: #e5e5e5;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
.page-item:first-child .page-link {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.page-item:last-child .page-link {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.page-item.disabled .page-link {
color: #aaa;
background-color: #fff;
border-color: #e5e5e5;
}
.next-page.page-link1 {
margin-left: 30px;
}
.page-link:hover, .page-link:focus {
background-color: #5496ff;
color: #fff;
border-color: #5496ff;
-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
}
.page-item.active .page-link {
background-color: #5496ff;
color: #fff;
border-color: #5496ff;
-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
}
.primary-theme .page-link:hover, .primary-theme .page-link:focus {
background-color: var(--bs-primary);
border-color: var(--bs-primary);
}
.primary-theme .page-item.active .page-link {
background-color: var(--bs-primary);
border-color: var(--bs-primary);
} #appointment-form-holder {
margin: 40px 0 25px;
}  .appointment-form .form-control {
background-color: #fff;
border: 2px solid #ddd;
color: #333;
height: 54px;
font-size: 16px;
line-height: 1;
font-weight: 400;
padding: 4px 15px;
margin-bottom: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.appointment-form .custom-select {
background-color: #fff;
border: 2px solid #ddd;
color: #333;
height: 54px;
font-size: 16px;
line-height: 1;
font-weight: 400;
padding: 4px 15px;
margin-bottom: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: none;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
display: inline-block;
width: 100%;
color: #777;
margin-bottom: 20px;
}
.appointment-form textarea {
min-height: 160px;
}
.appointment-form textarea.form-control {
padding: 20px 15px;
}
.appointment-form .form-control:focus {
background-color: #fff;
border-color: var(--bs-primary);
outline: 0px none;
box-shadow: none;
}
.appointment-form .btn {
display: block;
width: 100%;
height: 52px;
font-size: 16px;
margin-top: 15px;
}
.appointment-form .btn:focus {
outline: 0px none;
box-shadow: none;
}
.appointment-form label.error {
color: #e74c3c;
font-size: 14px;
font-weight: 300;
margin-bottom: 20px;
}        .appointment-form-msg {
width: 100% !important;
display: block;
text-align: center;
}
.appointment-form .sending-msg {
margin-top: 20px;
}
.appointment-form .loading {
color: #666;
font-size: 17px;
font-family: 'Lato', sans-serif;
font-weight: 700;
} #timetable-page {
padding-top: 100px;
padding-bottom: 175px;
}
.single-event {
padding: 0;
}
.cd-schedule .timeline {
padding-top: 65px;
}
.cd-schedule .timeline span {
font-family: 'Lato', sans-serif;
font-weight: 700;
} .questions-holder h3 {
margin-bottom: 30px;
}
#faqs-page h5.h5-xl {
margin-top: 40px;
margin-bottom: 35px;
}
#faqs-page .card-header {
padding: 22px 0;
background-color: transparent;
border: none;
position: relative;
}
#faqs-page .accordion [data-bs-toggle="collapse"].collapsed:after, #faqs-page .accordion [data-bs-toggle="collapse"]:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f068";
position: absolute;
font-size: 13px;
top: 25px;
right: 5px;
}
#faqs-page #accordion [data-bs-toggle="collapse"].collapsed:after, #faqs-page #accordion [data-bs-toggle="collapse"]:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f068";
position: absolute;
font-size: 13px;
top: 25px;
right: 5px;
}
#faqs-page .accordion [data-bs-toggle="collapse"].collapsed:after, #faqs-page .accordion [data-bs-toggle="collapse"]:after {
color: var(--bs-primary);
font-size: 13px;
top: 25px;
right: 5px;
}
#faqs-page #accordion [data-bs-toggle="collapse"].collapsed:after, #faqs-page #accordion [data-bs-toggle="collapse"]:after {
color: var(--bs-primary);
font-size: 13px;
top: 25px;
right: 5px;
}
#faqs-page .accordion [data-bs-toggle="collapse"].collapsed:after, #faqs-page #accordion [data-bs-toggle="collapse"].collapsed:after {
color: var(--bs-primary);
content: "\f067";
}    .accordion .card, #accordion .card {
background-color: transparent;
border: none;
border-bottom: 1px solid #ccc;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.accordion .card.no-border, #accordion .card.no-border {
border-bottom: none;
}
.accordion .card-header h5, #accordion .card-header h5 {
font-weight: 600;
line-height: 1;
padding-right: 5%;
margin-bottom: 0;
}
#faqs-page .accordion .card-header a, #faqs-page #accordion .card-header a {
color: #555;
}  .accordion .card-body, #accordion .card-body {
padding: 5px 0 15px 0;
}
.accordion .card-body p, #accordion .card-body p {
color: #666;
}
.accordion .card-body .content-list, #accordion .card-body .content-list {
margin-bottom: 1rem;
}   #terms-page p.p-notice {
font-size: 0.915rem;
font-family: 'Lato', sans-serif;
font-weight: 900;
letter-spacing: 0.5px;
}
.terms-box {
margin-bottom: 30px;
}
.terms-box h5 {
margin-bottom: 25px;
}
.terms-box p span {
font-size: 1.1rem;
line-height: 1;
font-weight: 700;
margin-right: 5px;
}
.terms-box p a {
color: #5496ff;
font-weight: 700;
text-decoration: underline;
}
.terms-box p a:hover {
color: #444;
}  ul.terms-list {
list-style: disc;
margin: 20px 0 20px 25px;
}
ul.terms-list li {
margin-bottom: 10px;
}
ul.terms-list li:last-child {
margin-bottom: 0;
} .nb-form {
position: fixed;
z-index: 9999;
min-width: 270px;
max-width: 270px;
background: #fff;
right: 100px;
bottom: -320px;
cursor: pointer;
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
transition: all 0.7s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
}
.nb-form.open {
bottom: 0px;
}  p.nb-form-title {
color: #666;
font-size: 15px;
font-family: 'Noto Sans TC', sans-serif;
line-height: 1;
margin-bottom: 0;
padding: 20px 20px 0;
}  .nb-form .assistant-avatar {
position: absolute;
top: -49px;
right: 20px;
display: block;
width: 60px;
height: 60px;
margin: 20px auto 15px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}  .bottom-form-holder {
padding: 25px 15px;
}
.bottom-form-control {
width: 100%;
border: 1px solid #ddd;
color: #666;
font-size: 0.915rem;
padding: 8px 10px;
margin-bottom: 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
.quick-contact-form textarea {
min-height: 60px;
}
.quick-form .btn {
font-size: 0.75rem;
padding: 0.7rem 1.5rem;
margin-top: 5px;
margin-right: 5px;
}
.newsletter-form-simple .input-group > .form-control {
height: auto;
}
#banner-8 .input-group .form-control {
line-height: 3rem !important;
}
.newsletter-form-simple .input-group > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
} #scrollUp {
display: none;
width: 45px;
height: 45px;
position: fixed;
bottom: 20px;
right: 30px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background-image: url(//shalbymultispecialityhospitals.com/wp-content/themes/medservice/images/back-to-top.png);
background-repeat: no-repeat;
background-position: 50% 48%;
background-color: rgba(10, 10, 10, 0.65);
-webkit-transition: all 250ms linear;
-moz-transition: all 250ms linear;
transition: all 250ms linear;
}
#scrollUp:hover {
background-color: rgba(var(--bs-primary-rgb), 0.95);
}
nav a#pull {
display: none;
} #stlChanger {
position: fixed;
z-index: 9999;
font-size: 13px;
font-family: 'Lato', sans-serif;
overflow: hidden;
right: -230px;
top: 125px;
cursor: pointer;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
#stlChanger.open {
right: 0px;
}
#stlChanger .bgChanger {
min-width: 280px;
min-height: 280px;
}
#stlChanger .blockChanger {
width: 230px;
}
#stlChanger .chBody {
background: #f9f9f9;
width: 230px;
position: relative;
overflow: hidden;
border: 1px solid #e0e0e0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
height: 600px;
overflow: scroll;
overflow-x: hidden;
direction: rtl;
margin-left: 50px;
}
#stlChanger .chBut {
background: var(--bs-primary);
width: 50px;
height: 50px;
position: absolute;
top: 15px;
left: 0;
z-index: 1000000;
text-align: center;
border: 1px solid var(--bs-primary);
border-left: none;
border-radius: 6px 0px 0px 6px;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}
#stlChanger .chBut i {
color: #fff;
font-size: 33px;
line-height: 46px;
}
#stlChanger p {
color: #444;
font-size: 15px;
font-family: 'Lato', sans-serif;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 20px;
}
#stlChanger .stBgs a {
text-decoration: none;
width: 50px;
height: 50px;
float: left;
padding: 0;
margin: 0 4px 8px;
cursor: pointer;
opacity: 1;
}
#stlChanger .stBgs a:hover {
opacity: 0.7;
}
.stBlock1 {
margin: 0 20px 25px 20px;
}
.stBlock1 .btn {
width: 100%;
font-size: 13px;
line-height: 1;
padding: 10px 22px;
}
.s_1 img {
opacity: 1;
margin-bottom: 12px;
border: 1px solid #ddd;
-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
.s_1 img:hover {
opacity: 0.8;
}
.contact-form-2 .col-lg-12 {
padding-right: 0;
padding-left: 0;
}
.vc_editor.compose-mode #loader-wrapper {
display: none;
}