@charset "UTF-8";

@-webkit-keyframes autofill {
    to {
        color: #666 !important;
        background: #fff !important
    }
}

@keyframes civi-ldef-circle {

    0%,
    to {
        animation-timing-function: cubic-bezier(.5, 0, 1, .5)
    }

    0% {
        transform: rotateY(0deg)
    }

    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, .5, .5, 1)
    }

    to {
        transform: rotateY(3600deg)
    }
}

@keyframes civi-ldef-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes civi-ldef-facebook {
    0% {
        top: 6px;
        height: 51px
    }

    50%,
    to {
        top: 19px;
        height: 26px
    }
}

@keyframes civi-ldef-heart {

    0%,
    60% {
        transform: scale(.95)
    }

    5% {
        transform: scale(1.1)
    }

    39% {
        transform: scale(.85)
    }

    45% {
        transform: scale(1)
    }

    to {
        transform: scale(.9)
    }
}

@keyframes civi-ldef-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes civi-ldef-roller {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes civi-ldef-default {

    0%,
    20%,
    80%,
    to {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

@keyframes civi-ldef-ellipsis1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes civi-ldef-ellipsis3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes civi-ldef-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    to {
        transform: translate(19px, 0)
    }
}

@keyframes civi-ldef-grid {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@keyframes civi-ldef-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    to {
        transform: rotate(1800deg)
    }
}

@keyframes civi-ldef-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    to {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

@keyframes civi-ldef-spinner {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes civi-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes civi-spinner {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes effect_radius {
    0% {
        opacity: 1;
        transform: scale(0)
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes ring {

    0%,
    43%,
    to {
        -webkit-transform: rotateZ(0)
    }

    1%,
    9% {
        -webkit-transform: rotateZ(30deg)
    }

    11%,
    3% {
        -webkit-transform: rotateZ(-28deg)
    }

    5% {
        -webkit-transform: rotateZ(34deg)
    }

    7% {
        -webkit-transform: rotateZ(-32deg)
    }

    13% {
        -webkit-transform: rotateZ(26deg)
    }

    15% {
        -webkit-transform: rotateZ(-24deg)
    }

    17% {
        -webkit-transform: rotateZ(22deg)
    }

    19% {
        -webkit-transform: rotateZ(-20deg)
    }

    21% {
        -webkit-transform: rotateZ(18deg)
    }

    23% {
        -webkit-transform: rotateZ(-16deg)
    }

    25% {
        -webkit-transform: rotateZ(14deg)
    }

    27% {
        -webkit-transform: rotateZ(-12deg)
    }

    29% {
        -webkit-transform: rotateZ(10deg)
    }

    31% {
        -webkit-transform: rotateZ(-8deg)
    }

    33% {
        -webkit-transform: rotateZ(6deg)
    }

    35% {
        -webkit-transform: rotateZ(-4deg)
    }

    37% {
        -webkit-transform: rotateZ(2deg)
    }

    39% {
        -webkit-transform: rotateZ(-1deg)
    }

    41% {
        -webkit-transform: rotateZ(1deg)
    }
}

@-moz-keyframes ring {

    0%,
    43%,
    to {
        -moz-transform: rotate(0)
    }

    1%,
    9% {
        -moz-transform: rotate(30deg)
    }

    11%,
    3% {
        -moz-transform: rotate(-28deg)
    }

    5% {
        -moz-transform: rotate(34deg)
    }

    7% {
        -moz-transform: rotate(-32deg)
    }

    13% {
        -moz-transform: rotate(26deg)
    }

    15% {
        -moz-transform: rotate(-24deg)
    }

    17% {
        -moz-transform: rotate(22deg)
    }

    19% {
        -moz-transform: rotate(-20deg)
    }

    21% {
        -moz-transform: rotate(18deg)
    }

    23% {
        -moz-transform: rotate(-16deg)
    }

    25% {
        -moz-transform: rotate(14deg)
    }

    27% {
        -moz-transform: rotate(-12deg)
    }

    29% {
        -moz-transform: rotate(10deg)
    }

    31% {
        -moz-transform: rotate(-8deg)
    }

    33% {
        -moz-transform: rotate(6deg)
    }

    35% {
        -moz-transform: rotate(-4deg)
    }

    37% {
        -moz-transform: rotate(2deg)
    }

    39% {
        -moz-transform: rotate(-1deg)
    }

    41% {
        -moz-transform: rotate(1deg)
    }
}

@keyframes ring {

    0%,
    43%,
    to {
        transform: rotate(0)
    }

    1%,
    9% {
        transform: rotate(30deg)
    }

    11%,
    3% {
        transform: rotate(-28deg)
    }

    5% {
        transform: rotate(34deg)
    }

    7% {
        transform: rotate(-32deg)
    }

    13% {
        transform: rotate(26deg)
    }

    15% {
        transform: rotate(-24deg)
    }

    17% {
        transform: rotate(22deg)
    }

    19% {
        transform: rotate(-20deg)
    }

    21% {
        transform: rotate(18deg)
    }

    23% {
        transform: rotate(-16deg)
    }

    25% {
        transform: rotate(14deg)
    }

    27% {
        transform: rotate(-12deg)
    }

    29% {
        transform: rotate(10deg)
    }

    31% {
        transform: rotate(-8deg)
    }

    33% {
        transform: rotate(6deg)
    }

    35% {
        transform: rotate(-4deg)
    }

    37% {
        transform: rotate(2deg)
    }

    39% {
        transform: rotate(-1deg)
    }

    41% {
        transform: rotate(1deg)
    }
}

@keyframes civi-animation-buzz-out {

    10%,
    30% {
        transform: translateX(3px) rotate(2deg)
    }

    20%,
    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50%,
    70% {
        transform: translateX(2px) rotate(1deg)
    }

    60%,
    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    to {
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes civi-loop-move-vertical {
    0% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 5px, 0)
    }
}

@keyframes civi-loop-move-horizontal {
    0% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translate3d(5px, 0, 0)
    }
}

@keyframes civi-loop-rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

@keyframes CiviAnimationFadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes CiviAnimationFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -30px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes CiviAnimationFadeInleft {
    0% {
        opacity: 0;
        transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes CiviAnimationFadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(30px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes moveHorizontal {
    to {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@keyframes moveHorizontal {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes bottotop {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 10px
    }

    to {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0
    }
}

@keyframes bottotop {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 10px
    }

    to {
        -webkit-transform: translateY(-1000px) rotate(720deg);
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes moving01 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-50px);
        transform: translateX(50px) translateY(-50px)
    }

    75% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }

    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes moving02 {

    0%,
    to {
        transform: translatey(0)
    }

    20% {
        transform: translateX(-50px)
    }

    50% {
        transform: translatey(-40px)
    }
}

@keyframes moving03 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    to {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes moving04 {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes moving05 {

    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.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
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .5rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    clear: both
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !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
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !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
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !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
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !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
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !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
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !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
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.clearfix::after,
.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.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-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
}

.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
}

@media (min-width:576px) {
    .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-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
    }

    .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
    }
}

@media (min-width:768px) {
    .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-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
    }

    .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
    }
}

@media (min-width:992px) {
    .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-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
    }

    .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
    }
}

@media (min-width:1200px) {
    .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-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
    }

    .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
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: 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
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0,
.site-menu.desktop-menu .sub-menu.mega-menu .elementor-widget-civi-jobs-category .civi-layout-01 .icon-cate {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    overflow: visible;
    margin-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1.125em;
    height: 1px;
    border: 0;
    background-color: #ccc
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

dl,
p {
    margin-top: 0
}

address,
dl,
hr,
ol,
p,
ul {
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit;
    display: block;
    margin: 0 0 1.125em
}

dt {
    color: var(--civi-color-primary);
    font-weight: 500;
    margin-bottom: .3rem
}

dd {
    margin-left: 0;
    margin: 0 0 1.625rem
}

blockquote,
figure {
    margin: 0 0 1rem
}

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

b,
strong {
    font-weight: bolder
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: var(--civi-color-text)
}

a:hover {
    color: #0056b3
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

caption,
table {
    text-align: left
}

table {
    margin: 0 0 1.625em;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #eee
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: 0
}

button,
input,
optgroup {
    font-size: inherit
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

body.demo_01 .jobs-type.list-item b,
body.demo_02 .jobs-type.list-item b,
body.demo_03 .jobs-type.list-item b,
body.demo_04 .jobs-type.list-item b,
template {
    display: none
}

[hidden] {
    display: none !important
}

.display-1,
.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    line-height: 1.2
}

.display-2,
.display-3,
.display-4 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3,
.display-4 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    color: #e83e8c;
    word-break: break-word
}

a>code,
pre code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    color: #212529
}

pre code {
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2,
.site-layout.has-sidebar.left-sidebar #primary {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title)")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.civi-grid-pagination .navigation-buttons .nav-link,
.civi-grid-wrapper.filter-style-01 .filter-counter,
.civi-image,
.civi-swiper .swiper-pagination-bullet:before,
.civi-swiper.pagination-style-05 .swiper-pagination-bullet:after,
.civi-swiper:hover .swiper-nav-button,
.dialog-widget .dialog-close-button i,
.full-page-numbers,
.full-page-numbers .numbers .total:before,
.full-page-share-list .stalk,
.full-page-share-list .stalk:before {
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.elementor-section.elementor-section-content-align-right::after {
    content: "";
    display: table;
    clear: both
}

.civi-grid-sorting .ordering .civi-fake-select-current .label:before,
.dialog-widget .dialog-close-button i,
.elementor-form .elementor-message-success:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}

.civi-grid-sorting .ordering .civi-fake-select-current .label:before,
.elementor-form .elementor-message-success:before {
    font-weight: 400
}

body {
    color: var(--civi-color-text);
    font-family: "Inter";
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: var(--civi-color-primary);
    font-family: "Inter";
    font-weight: 500
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

body,
h6 {
    font-size: 16px
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

a:hover {
    color: var(--civi-color-accent);
    text-decoration: none
}

a:focus {
    text-decoration: none;
    outline: 0
}

a,
button,
input,
svg {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url] {
    font-size: 16px
}

input[type=date],
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    border: 1px solid #ddd;
    padding: 10.5px 16px;
    color: var(--civi-color-text);
    border-radius: 4px;
    width: 100%;
    background-color: #fff
}

input[type=date],
input[type=file],
input[type=number],
input[type=search],
textarea {
    font-size: 16px
}

input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=file]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    color: var(--civi-color-secondary)
}

input[type=password] {
    font: small-caption;
    font-size: 16px
}

button,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: var(--civi-color-accent);
    outline: 0
}

select {
    padding: 12.5px 36px 12.5px 16px;
    font-size: 16px;
    color: var(--civi-color-text);
    border: 1px solid #ddd;
    border-radius: 4px
}

select:focus {
    outline: 0
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #5d5d5d
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

figure {
    margin-bottom: 0
}

ul {
    padding-left: 0
}

.rtl {
    direction: rtl
}

.align-center,
.popup-account .civi-new-password-wrap form {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media only screen and (max-width:1199px) {
    .container {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media only screen and (max-width:567px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.page-loading-effect {
    display: block
}

.page-loading-effect .bg-overlay,
.page-loading-effect .entry-loading,
.page-loading-effect.visibility .bg-overlay,
.page-loading-effect.visibility .entry-loading {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.page-loading-effect .bg-overlay,
.page-loading-effect .entry-loading {
    opacity: 1;
    visibility: visible
}

.page-loading-effect .bg-overlay {
    background: #fff;
    z-index: 999999
}

.page-loading-effect .entry-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.civi-ldef-circle {
    display: inline-block;
    transform: translateZ(1px)
}

.civi-ldef-circle>span,
.civi-ldef-facebook span {
    display: inline-block;
    background: var(--civi-color-accent)
}

.civi-ldef-circle>span {
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    animation: civi-ldef-circle 2.4s cubic-bezier(0, .2, .8, 1) infinite
}

.civi-ldef-dual-ring,
.civi-ldef-facebook {
    display: inline-block;
    width: 64px;
    height: 64px
}

.civi-ldef-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: var(--civi-color-accent) transparent var(--civi-color-accent) transparent;
    animation: civi-ldef-dual-ring 1.2s linear infinite
}

.civi-ldef-facebook {
    position: relative
}

.civi-ldef-facebook span {
    position: absolute;
    left: 6px;
    width: 13px;
    animation: civi-ldef-facebook 1.2s cubic-bezier(0, .5, .5, 1) infinite
}

.civi-ldef-facebook span:nth-child(1) {
    left: 6px;
    animation-delay: -.24s
}

.civi-ldef-facebook span:nth-child(2) {
    left: 26px;
    animation-delay: -.12s
}

.civi-ldef-facebook span:nth-child(3) {
    left: 45px;
    animation-delay: 0
}

.civi-ldef-heart {
    left: 8px !important;
    top: 6px !important;
    transform: rotate(45deg) !important;
    transform-origin: 32px 32px
}

.civi-ldef-heart span {
    top: 22px;
    left: 25px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: var(--civi-color-accent);
    animation: civi-ldef-heart 1.2s infinite cubic-bezier(.215, .61, .355, 1)
}

.civi-ldef-heart span:after,
.civi-ldef-heart span:before {
    content: " ";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    background: var(--civi-color-accent)
}

.civi-ldef-heart span:before {
    left: -17px;
    border-radius: 50%0 0 50%
}

.civi-ldef-heart span:after {
    top: -17px;
    border-radius: 50% 50%0 0
}

.civi-ldef-default,
.civi-ldef-ellipsis,
.civi-ldef-grid,
.civi-ldef-heart,
.civi-ldef-hourglass,
.civi-ldef-ring,
.civi-ldef-ripple,
.civi-ldef-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.civi-ldef-ring span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid var(--civi-color-accent);
    border-radius: 50%;
    animation: civi-ldef-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: var(--civi-color-accent) transparent transparent transparent
}

.civi-ldef-ring span:nth-child(1) {
    animation-delay: -.45s
}

.civi-ldef-ring span:nth-child(2) {
    animation-delay: -.3s
}

.civi-ldef-ring span:nth-child(3) {
    animation-delay: -.15s
}

.civi-ldef-roller span {
    display: block;
    animation: civi-ldef-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    transform-origin: 32px 32px
}

.civi-ldef-roller span:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--civi-color-accent);
    margin: -3px 0 0-3px
}

.civi-ldef-roller span:nth-child(1) {
    animation-delay: -.036s
}

.civi-ldef-roller span:nth-child(1):after {
    top: 50px;
    left: 50px
}

.civi-ldef-roller span:nth-child(2) {
    animation-delay: -.072s
}

.civi-ldef-roller span:nth-child(2):after {
    top: 54px;
    left: 45px
}

.civi-ldef-roller span:nth-child(3) {
    animation-delay: -.108s
}

.civi-ldef-roller span:nth-child(3):after {
    top: 57px;
    left: 39px
}

.civi-ldef-roller span:nth-child(4) {
    animation-delay: -.144s
}

.civi-ldef-roller span:nth-child(4):after {
    top: 58px;
    left: 32px
}

.civi-ldef-roller span:nth-child(5) {
    animation-delay: -.18s
}

.civi-ldef-roller span:nth-child(5):after {
    top: 57px;
    left: 25px
}

.civi-ldef-roller span:nth-child(6) {
    animation-delay: -.216s
}

.civi-ldef-roller span:nth-child(6):after {
    top: 54px;
    left: 19px
}

.civi-ldef-roller span:nth-child(7) {
    animation-delay: -.252s
}

.civi-ldef-roller span:nth-child(7):after {
    top: 50px;
    left: 14px
}

.civi-ldef-roller span:nth-child(8) {
    animation-delay: -.288s
}

.civi-ldef-roller span:nth-child(8):after {
    top: 45px;
    left: 10px
}

.civi-ldef-default span {
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--civi-color-accent);
    border-radius: 50%;
    animation: civi-ldef-default 1.2s linear infinite
}

.civi-ldef-default span:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px
}

.civi-ldef-default span:nth-child(2) {
    animation-delay: -.1s;
    top: 18px;
    left: 50px
}

.civi-ldef-default span:nth-child(3) {
    animation-delay: -.2s;
    top: 9px;
    left: 41px
}

.civi-ldef-default span:nth-child(4) {
    animation-delay: -.3s;
    top: 6px;
    left: 29px
}

.civi-ldef-default span:nth-child(5) {
    animation-delay: -.4s;
    top: 9px;
    left: 18px
}

.civi-ldef-default span:nth-child(6) {
    animation-delay: -.5s;
    top: 18px;
    left: 9px
}

.civi-ldef-default span:nth-child(7) {
    animation-delay: -.6s;
    top: 29px;
    left: 6px
}

.civi-ldef-default span:nth-child(8) {
    animation-delay: -.7s;
    top: 41px;
    left: 9px
}

.civi-ldef-default span:nth-child(9) {
    animation-delay: -.8s;
    top: 50px;
    left: 18px
}

.civi-ldef-default span:nth-child(10) {
    animation-delay: -.9s;
    top: 53px;
    left: 29px
}

.civi-ldef-default span:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px
}

.civi-ldef-default span:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px
}

.civi-ldef-ellipsis span {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--civi-color-accent);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.civi-ldef-ellipsis span:nth-child(1) {
    left: 6px;
    animation: civi-ldef-ellipsis1 .6s infinite
}

.civi-ldef-ellipsis span:nth-child(2),
.civi-ldef-ellipsis span:nth-child(3) {
    left: 6px;
    animation: civi-ldef-ellipsis2 .6s infinite
}

.civi-ldef-ellipsis span:nth-child(3) {
    left: 26px
}

.civi-ldef-ellipsis span:nth-child(4) {
    left: 45px;
    animation: civi-ldef-ellipsis3 .6s infinite
}

.civi-ldef-grid span {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--civi-color-accent);
    animation: civi-ldef-grid 1.2s linear infinite
}

.civi-ldef-grid span:nth-child(1) {
    top: 6px;
    left: 6px;
    animation-delay: 0s
}

.civi-ldef-grid span:nth-child(2) {
    top: 6px;
    left: 26px;
    animation-delay: -.4s
}

.civi-ldef-grid span:nth-child(3) {
    top: 6px;
    left: 45px;
    animation-delay: -.8s
}

.civi-ldef-grid span:nth-child(4) {
    top: 26px;
    left: 6px;
    animation-delay: -.4s
}

.civi-ldef-grid span:nth-child(5) {
    top: 26px;
    left: 26px;
    animation-delay: -.8s
}

.civi-ldef-grid span:nth-child(6) {
    top: 26px;
    left: 45px;
    animation-delay: -1.2s
}

.civi-ldef-grid span:nth-child(7) {
    top: 45px;
    left: 6px;
    animation-delay: -.8s
}

.civi-ldef-grid span:nth-child(8) {
    top: 45px;
    left: 26px;
    animation-delay: -1.2s
}

.civi-ldef-grid span:nth-child(9) {
    top: 45px;
    left: 45px;
    animation-delay: -1.6s
}

.civi-ldef-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid var(--civi-color-accent);
    border-color: var(--civi-color-accent) transparent var(--civi-color-accent) transparent;
    animation: civi-ldef-hourglass 1.2s infinite
}

.civi-ldef-ripple span {
    position: absolute;
    border: 4px solid var(--civi-color-accent);
    opacity: 1;
    border-radius: 50%;
    animation: civi-ldef-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

.civi-ldef-ripple span:nth-child(2) {
    animation-delay: -.5s
}

.civi-ldef-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.civi-ldef-spinner span {
    display: block;
    transform-origin: 32px 32px;
    animation: civi-ldef-spinner 1.2s linear infinite
}

.civi-ldef-spinner span:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: var(--civi-color-accent)
}

.civi-ldef-spinner span:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s
}

.civi-ldef-spinner span:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s
}

.civi-ldef-spinner span:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -.9s
}

.civi-ldef-spinner span:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -.8s
}

.civi-ldef-spinner span:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -.7s
}

.civi-ldef-spinner span:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -.6s
}

.civi-ldef-spinner span:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -.5s
}

.civi-ldef-spinner span:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -.4s
}

.civi-ldef-spinner span:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -.3s
}

.civi-ldef-spinner span:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -.2s
}

.civi-ldef-spinner span:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -.1s
}

.civi-ldef-spinner span:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s
}

.body,
.civi-swiper.v-stretch>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide>div {
    height: 100%
}

body.open-popup .site-header {
    z-index: 1
}

body.demo_05 .jobs-term .jobs-type {
    display: none
}

body.demo_05 .jobs-term .jobs-city:before {
    content: "";
    display: none
}

body.demo_05 .jobs-item .entry-head .jobs-type+.jobs-city {
    margin-left: 0;
    padding-left: 0
}

#home-blog .post-categories li a,
#home-blog .post-categories li a:hover {
    color: #fff;
    border-color: #fff
}

#blog-background {
    position: absolute;
    z-index: 1;
    bottom: 0
}

.grid {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    list-style-type: none
}

.svg-resize svg {
    width: 100%;
    height: auto
}

.select-arrow {
    position: relative
}

.select-arrow:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 15px;
    right: 18px
}

.select-arrow select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.slick-dots li {
    margin: 0
}

.slick-dots li,
.slick-dots li button {
    width: auto;
    height: auto
}

.slick-dots li button:before {
    position: static;
    width: auto;
    height: auto;
    font-size: 8px
}

.modern-grid {
    display: grid
}

.columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.gap-xl-60 {
    margin-left: -30px;
    margin-right: -30px
}

.gap-xl-60 .col-gap {
    padding-left: 30px;
    padding-right: 30px
}

.container-fluid {
    padding-left: 25px;
    padding-right: 25px
}

footer.site-footer .container-fluid {
    padding-left: 50px;
    padding-right: 50px
}

.glf-repeater {
    width: 100%
}

.site-layout.has-sidebar {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.site-layout.has-sidebar #primary {
    padding-left: 15px;
    flex: 1;
    max-width: calc(100% - 400px);
    padding-right: 15px
}

.site-layout.has-sidebar aside#secondary {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 400px;
    max-width: 400px
}

.site-layout.has-sidebar.left-sidebar aside#secondary {
    order: 1;
    padding-right: 30px
}

.select2-container .select2-dropdown .select2-results li[data-level="2"],
.site-layout.has-sidebar.right-sidebar aside#secondary {
    padding-left: 30px
}

.site-layout.no-sidebar aside#secondary {
    display: none
}

.main-content .site-layout.has-sidebar.right-sidebar #primary {
    padding-right: 45px
}

.main-content .site-layout.has-sidebar.left-sidebar #primary {
    padding-left: 45px
}

.site-footer {
    overflow: hidden
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

#wrapper {
    margin: 0 auto;
    overflow-x: hidden
}

.search-results #wrapper,
.single.single-jobs #wrapper,
body.tax-jobs-city #wrapper {
    overflow: inherit
}

.page-dashboard {
    background-color: #fafafa
}

#wrapper.container .container,
#wrapper.container .container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.main-content {
    position: relative;
    z-index: 3;
    padding-top: 50px;
    padding-bottom: 70px
}

.elementor-page .main-content {
    padding-top: 0;
    padding-bottom: 0
}

body:not(.elementor-page) .content-page article .entry-content {
    margin-bottom: 20px;
    line-height: 28px
}

.bg-overlay,
.open .bg-overlay {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.bg-overlay {
    background: rgba(17, 17, 17, .8);
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.open .bg-overlay {
    opacity: 1;
    visibility: visible
}

.list-item a,
.list-item span,
.slick-dots li {
    display: inline-block
}

.list-item a:after,
.list-item span:after {
    content: ","
}

.list-item a:last-child:after,
.list-item span:last-child:after {
    content: ""
}

.btn-civi {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    padding: 9px 25px;
    color: #fff;
    background: var(--civi-color-accent);
    border: solid 1px var(--civi-color-accent);
    outline: 0;
    cursor: pointer
}

.btn-civi:hover {
    background: 0 0;
    color: var(--civi-color-accent)
}

.btn-civi:focus {
    outline: 0
}

.dropdown-select {
    color: var(--civi-color-primary);
    display: inline-block;
    position: relative;
    cursor: pointer
}

.dropdown-select .entry-show {
    font-weight: 500
}

.dropdown-select .entry-show i {
    font-size: 12px
}

.dropdown-select .entry-select {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 4;
    top: 100%;
    left: -10px;
    right: 0;
    min-width: 150px;
    max-width: 200px;
    max-height: 370px;
    margin-top: 50px;
    background: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    font-size: 15px;
    overflow: auto;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .3)
}

.dropdown-select ul li {
    list-style: none;
    margin-bottom: 0
}

.dropdown-select ul li a {
    padding: 8px 10px;
    display: block
}

.dropdown-select ul li.active a {
    color: var(--civi-color-accent)
}

.dropdown-select .entry-select,
.dropdown-select.active .entry-select,
.gl-button,
.wpcf7-submit {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.dropdown-select.active .entry-select {
    opacity: 1;
    visibility: visible;
    margin-top: 10px
}

.gl-button,
.wpcf7-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    padding: 9px 26px;
    color: #fff;
    outline: 0;
    cursor: pointer;
    border: solid 1px var(--civi-color-accent);
    background-color: var(--civi-color-accent)
}

.gl-button i,
.wpcf7-submit i {
    margin-right: 10px;
    font-size: 15px
}

.gl-button:focus,
.wpcf7-submit:focus {
    color: #fff
}

.gl-button:hover,
.gl-button:hover svg path,
.wpcf7-submit:hover,
.wpcf7-submit:hover svg path {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.gl-button:hover,
.wpcf7-submit:hover {
    color: var(--civi-color-accent);
    background-color: transparent
}

.gl-button:hover svg path,
.wpcf7-submit:hover svg path {
    fill: var(--civi-color-accent)
}

.civi_breadcrumb,
.page-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.page-title {
    padding-top: 60px;
    padding-bottom: 10px;
    min-height: 150px
}

.page-title .entry-detail .entry-title {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0
}

.page-title .entry-detail .entry-title+.sub-title {
    margin-top: 5px
}

.page-title .entry-detail p {
    line-height: 22px;
    margin-bottom: 0
}

.civi_breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 5px;
    padding-left: 0
}

.civi_breadcrumb .current,
.civi_breadcrumb li a {
    color: var(--civi-color-secondary)
}

.civi_breadcrumb a:hover,
strong {
    color: var(--civi-color-primary)
}

.civi_breadcrumb li:not(:first-child)::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    padding-left: 10px;
    padding-right: 10px;
    color: var(--civi-color-secondary)
}

.slick-carousel {
    visibility: hidden
}

.slick-arrow,
.slick-carousel.slick-initialized {
    visibility: visible
}

.slick-carousel .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.slick-carousel .slick-track {
    margin-left: unset;
    margin-right: unset
}

.slick-slider .slick-track {
    display: flex
}

.slick-arrow {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, .8);
    line-height: 36px;
    color: var(--civi-color-secondary);
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slick-arrow i.la.large {
    font-size: 20px;
    vertical-align: middle
}

.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.slick-arrow.gl-prev {
    left: 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slick-arrow.gl-next {
    right: 15px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.slick-arrow:hover {
    color: var(--civi-color-accent)
}

.slick-nav .slick-arrow {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: rgba(255, 255, 255, .8);
    color: var(--civi-color-secondary)
}

.slick-nav .slick-arrow.gl-next,
.slick-nav .slick-arrow.gl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slick-nav .slick-arrow.gl-prev {
    left: 20px
}

.slick-nav .slick-arrow.gl-next {
    right: 20px
}

.slick-nav .slick-arrow i {
    vertical-align: -3px
}

.block-heading {
    margin-bottom: 30px
}

.block-heading .entry-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0
}

.block-panel+.block-panel {
    margin-top: 15px
}

.block-panel {
    background: #f9f9f9;
    border-radius: 5px
}

.block-panel .block-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 55px 15px 20px;
    position: relative;
    cursor: pointer
}

.block-panel .block-tab:after {
    content: "";
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    font-family: "Line Awesome Free";
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px
}

.block-panel.active .block-tab:after {
    content: ""
}

.block-panel .block-panel:first-child .block-content {
    display: block
}

.block-panel .block-panel:first-child .block-tab {
    border-top: 0
}

.block-panel .block-tab h4 {
    font-size: 16px;
    line-height: 1.44;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0
}

.block-panel .block-content {
    padding: 0 55px 20px 20px;
    display: none
}

.block-panel .block-content p:last-child,
.toggle-social .list-social-icon a:last-child {
    margin-bottom: 0
}

.toggle-social {
    position: relative;
    cursor: pointer
}

.toggle-social .social-share {
    display: none;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-top: 10px;
    background: rgba(255, 255, 255, .4);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.toggle-social .list-social-icon a {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px 10px
}

a.facebook {
    background: #3b5999;
    color: #fff
}

a.twitter {
    background: #55acee;
    color: #fff
}

a.whatapp {
    background-color: #8a2be2;
    color: #fff
}

a.google-plus {
    background: #dd4b39;
    color: #fff
}

a.linkedin,
a.tumblr {
    background-color: #0077b5;
    color: #fff
}

a.tumblr {
    background-color: #34465d
}

a.pinterest {
    background-color: #bd081c;
    color: #fff
}

a.instagram {
    background-color: #e4405f;
    color: #fff
}

a.skype,
a.youtube {
    background-color: #cd201f;
    color: #fff
}

a.skype {
    background-color: #00aff0
}

.block-heading .entry-count,
.civi-marker .jobs-cate a:hover,
.popup-account .accept-account a,
.popup-account .forgot-password a {
    color: var(--civi-color-accent)
}

.civi-pagination {
    margin-top: 32px
}

.civi-pagination .pagination {
    list-style: none;
    display: flex;
    align-items: center
}

.civi-pagination .pagination.loadmore {
    justify-content: center
}

.civi-pagination .pagination.loadmore .page-numbers {
    height: inherit;
    width: inherit;
    line-height: inherit;
    border-radius: 25px;
    padding: 8px 25px
}

.civi-pagination .pagination.loadmore .page-numbers,
.civi-pagination .pagination.loadmore .page-numbers.current.next {
    border: 1px solid var(--civi-color-accent);
    background-color: transparent;
    color: var(--civi-color-accent)
}

.civi-pagination .pagination.loadmore .page-numbers:hover {
    background-color: var(--civi-color-accent);
    color: #fff
}

.civi-pagination .pagination.loadmore .btn-loading {
    display: none;
    margin-left: 5px;
    position: relative;
    top: 2px
}

.civi-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 7px;
    font-weight: 500;
    color: var(--civi-color-secondary)
}

.civi-pagination .page-numbers i {
    position: relative;
    top: -1px
}

.civi-pagination .page-numbers:last-child {
    margin-right: 0
}

.civi-pagination .page-numbers.current,
.posts-pagination ul li .page-numbers.current,
.posts-pagination ul li .page-numbers.current:hover {
    background: var(--civi-color-accent);
    color: #fff
}

.civi-pagination .page-numbers.current.next,
.civi-pagination .page-numbers.current.prev {
    background: unset;
    color: unset
}

.posts-pagination {
    display: flex;
    margin-top: 50px;
    text-align: center
}

.posts-pagination ul {
    list-style-type: none;
    border: 0;
    margin: 0;
    padding-left: 0
}

.posts-pagination ul li {
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block
}

.posts-pagination ul li .page-numbers {
    font-size: 15px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: var(--civi-color-text)
}

.posts-pagination ul li .page-numbers.current {
    min-width: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.posts-pagination ul li .page-numbers:focus,
.posts-pagination ul li .page-numbers:hover {
    background: inherit;
    color: var(--civi-color-accent)
}

i.large,
i.medium,
i.small {
    font-size: 12px;
    font-style: normal
}

i.large,
i.medium {
    font-size: 16px
}

i.large {
    font-size: 18px
}

i.fa-trash-alt {
    font-size: 14px;
    padding: 0 3px
}

.icon-small {
    font-size: 12px
}

.icon-medium,
i.fa-spin.large {
    font-size: 16px
}

.icon-large {
    font-size: 18px
}

.custom-checkbox {
    position: relative;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 15px;
    width: 15px;
    margin-bottom: 0;
    margin-right: 0 !important;
    vertical-align: -2px;
    border: 1px solid #5d5d5d;
    background-color: #fff;
    color: #565a5c;
    box-sizing: border-box
}

.custom-checkbox:checked:before {
    content: "";
    position: absolute;
    top: -1px;
    font-size: 14px;
    line-height: 1;
    width: 14px;
    display: inline-block;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    color: var(--civi-color-accent)
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.civi-dual-ring {
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 15
}

.civi-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid var(--civi-color-accent);
    border-color: var(--civi-color-accent) transparent var(--civi-color-accent) transparent;
    animation: civi-dual-ring 1.2s linear infinite
}

.loading-effect {
    display: none;
    position: relative;
    bottom: -2px
}

.civi-dual-ring.small,
.loading-effect .civi-dual-ring {
    width: 28px;
    height: 28px
}

.civi-dual-ring.small:after,
.loading-effect .civi-dual-ring:after {
    width: 24px;
    height: 24px;
    border-width: 3px
}

.civi-dual-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.text-success {
    color: #20d706 !important
}

.text-warning {
    color: #f2d23d !important
}

.text-danger,
.text-error {
    color: #e74807 !important
}

.popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20
}

.popup,
.popup .inner-popup,
.popup.open,
.popup.open .inner-popup {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.popup,
.popup .inner-popup {
    position: fixed;
    opacity: 0;
    visibility: hidden
}

.popup .inner-popup {
    z-index: 5;
    top: 150px;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 3px
}

.popup.open,
.popup.open .inner-popup {
    opacity: 1;
    visibility: visible
}

.popup.open .inner-popup {
    top: 100px;
    max-height: calc(100vh - 200px);
    overflow: auto
}

.logged-in .popup-account.open .inner-popup {
    top: 112px
}

.form-search-canvas {
    position: relative;
    z-index: 9;
    background-color: #fff;
    border-radius: 16px;
    width: 320px;
    border: 1px solid var(--civi-color-border);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .03);
    box-shadow: 0 0 15px rgba(0, 0, 0, .03)
}

.form-search-canvas .form-group:last-child {
    padding: 20px
}

.form-search-canvas i:not(.fa-times) {
    font-size: 20px;
    color: var(--civi-color-secondary);
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-search-canvas input {
    border-radius: 16px 16px 0 0;
    border: 0;
    height: 72px;
    line-height: 72px;
    padding-left: 50px
}

.form-search-canvas .civi-button {
    width: 100%
}

.popup-account input.input-field {
    border-radius: 8px
}

.popup-account .row {
    margin-left: -8px;
    margin-right: -8px
}

.popup-account .col-6 {
    padding-left: 8px;
    padding-right: 8px
}

.popup-account .demo-sign-in {
    font-size: 15px;
    padding: 15px 20px;
    background-color: #edf2f1;
    margin-bottom: 24px;
    border-radius: 8px
}

.popup-account .demo-sign-in p {
    margin-bottom: 0
}

.popup-account .demo-sign-in p:first-child {
    margin-bottom: 5px
}

.popup-account .demo-sign-in span,
.sign-in-demo-notice b {
    color: var(--civi-color-accent);
    font-weight: 500
}

.popup-account .civi-new-password-wrap input {
    border-radius: 5px;
    border: 1px solid #333;
    padding: 8px 50px 8px 15px;
    width: 100%;
    font: inherit;
    font-size: 15px
}

.popup-account .civi-new-password-wrap .button-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.popup-account .civi-new-password-wrap .generate-password {
    border: 1px solid var(--civi-color-accent);
    border-radius: 25px;
    padding: 9px 25px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: var(--civi-color-accent)
}

.popup-account .civi-new-password-wrap .generate-password:hover {
    color: #fff;
    background-color: var(--civi-color-accent)
}

.popup-account .civi-new-password-wrap .control-password {
    position: relative;
    margin-bottom: 25px
}

.popup-account .civi-new-password-wrap .control-password span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 25px;
    padding: 0 10px;
    cursor: pointer
}

.popup-account .civi-new-password-wrap .control-password span i {
    vertical-align: -10px
}

.popup-account .civi-new-password-wrap .control-password span.active i:before {
    content: ""
}

.popup-account .civi-new-password-wrap p.msg {
    display: none;
    text-align: center;
    margin: 20px auto 0
}

.popup-account .inner-popup,
form #text_area,
form #text_field {
    max-width: 400px;
    width: 100%
}

.popup-account .btn-close {
    position: absolute;
    right: 30px
}

.popup-account .head-popup .tabs-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px
}

.popup-account .head-popup .tabs-form a {
    color: #8d8d8d;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    margin-right: 20px
}

.popup-account .head-popup .tabs-form a.active {
    color: var(--civi-color-primary);
    border-color: var(--civi-color-primary)
}

#comments .comment-meta>a:last-child,
.popup-account .head-popup .tabs-form a:last-child {
    margin-right: 0
}

.popup-account .head-popup p.notice {
    padding: 15px 15px 15px 45px
}

.popup-account .head-popup p.notice i {
    top: 16px;
    left: 12px
}

.popup-account .head-popup>p {
    position: relative;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.popup-account .head-popup>p span {
    padding-right: 23px
}

.popup-account .accept-account {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.popup-account .accept-account label {
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 10px
}

.popup-account .accept-account .custom-checkbox {
    top: 3px;
    border-radius: 3px;
    border: solid 1px #ddd;
    min-width: 15px
}

.popup-account .accept-account label.error {
    flex: 0 0 100%;
    order: 3;
    margin-left: 0
}

.popup-account .form-group+.form-group,
.ux-verify button[type=submit] {
    margin-top: 24px
}

.popup-account .forgot-password {
    font-size: 15px
}

.addon-login-wrap {
    text-align: center;
    margin-top: 18px
}

.addon-login-wrap .addon-login,
.form-account p {
    margin-top: 15px;
    margin-bottom: 15px
}

.addon-login-wrap ul {
    padding: 0
}

.addon-login-wrap ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.addon-login-wrap ul a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%
}

.addon-login-wrap ul .facebook-login {
    background-color: #4267b2
}

.addon-login-wrap ul .google-login {
    background-color: #ea4335
}

.addon-login-wrap ul .linkedin-login {
    background-color: #0077b5
}

.form-account,
.ux-verify .resend .btn-loading {
    display: none
}

.form-account.active {
    display: block
}

.form-account p.msg {
    display: none;
    color: #20d706;
    margin-top: 15px;
    margin-bottom: 15px
}

.form-account p.msg+.form-group {
    margin-top: 15px;
    margin-bottom: 15px
}

.form-account label.radio-field {
    position: static;
    display: block
}

.form-account label.radio-field span {
    height: 48px;
    line-height: 48px;
    display: block;
    border-radius: 4px;
    background-color: #f2f2f2;
    text-align: center;
    cursor: pointer
}

.form-account label.radio-field i {
    margin-right: 5px
}

.form-account label.radio-field input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.form-account label.radio-field input:checked~span {
    background-color: var(--civi-color-accent);
    color: #fff
}

.form-account label[for=civi_user_candidate],
.form-account label[for=civi_user_employer] {
    margin-bottom: 0
}

.form-account #ip_reg_phone-error,
p.notice i {
    position: absolute
}

.elementor-element .form-account p,
.ux-verify .form-group {
    margin-bottom: 10px
}

.ux-verify .resend {
    position: absolute;
    right: 0;
    top: 32px;
    background-color: var(--civi-color-accent);
    color: #fff;
    border-radius: 0 5px 5px 0;
    height: 47px;
    line-height: 47px;
    padding: 0 15px
}

p.notice {
    font-family: "Inter";
    font-weight: 500;
    padding: 22px 22px 22px 66px;
    border: solid 1px #ffe180;
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    margin-top: 32px
}

p.notice i {
    display: inline-block;
    vertical-align: middle;
    top: 23px;
    left: 22px;
    font-size: 20px;
    color: #ffe180
}

p.notice a {
    color: var(--civi-color-accent)
}

p.notice.success {
    border-color: green
}

p.notice.success i {
    color: green
}

.sign-in-demo-notice {
    display: block;
    padding: 13px 20px;
    margin: -5px 0 25px;
    font-size: 14px;
    line-height: 22px;
    background-color: #d5f3f3;
    color: #5d5d5d;
    border-radius: 4px
}

.form-group,
.form-group .col-group,
p.notice {
    position: relative
}

.form-group label.error {
    font-size: 12px;
    color: #ea4335 !important;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
    display: block
}

.form-group .label-field {
    color: var(--civi-color-primary);
    font-weight: 500;
    margin-bottom: 8px
}

.form-group .btn.button {
    width: 100%
}

input.input-field.error {
    border-color: #ea4335
}

.error404 .main-content {
    padding-top: 100px;
    padding-bottom: 130px;
    background-color: #fff
}

.area-404 h2 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 15px
}

.area-404 p {
    font-size: 24px;
    margin-bottom: 58px
}

.area-404 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px
}

.area-404 .civi-button i {
    font-size: 12px
}

.page-title-other {
    background-image: url(assets/images/banner-other.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: scroll
}

.civi-popup,
.civi-popup .inner-popup {
    opacity: 0;
    visibility: hidden;
    z-index: 5
}

.civi-popup .inner-popup {
    position: fixed;
    max-width: 570px;
    background: #fff;
    top: 100%;
    left: 20px;
    right: 20px;
    padding: 30px;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.civi-popup .inner-popup .btn-close {
    position: absolute;
    right: 30px
}

.civi-popup,
.civi-popup .inner-popup,
.civi-popup.active,
.civi-popup.active .bg-overlay,
.civi-popup.active .inner-popup {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.civi-popup.active,
.civi-popup.active .bg-overlay,
.civi-popup.active .inner-popup {
    opacity: 1;
    visibility: visible
}

.civi-popup.active .inner-popup {
    top: 50%
}

.copyright .area-copyright {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #eee;
    color: var(--civi-color-secondary);
    text-align: right
}

.civi-form,
.civi-popup {
    position: relative
}

.civi-field label span.menu-541,
.wpcf7 .civi-field label span.menu-541 {
    margin-top: 10px;
    display: block
}

.civi-field input,
.civi-field select,
.civi-field textarea,
.wpcf7 .civi-field input,
.wpcf7 .civi-field select,
.wpcf7 .civi-field textarea {
    font-size: 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #2d2d2d;
    border-radius: 0 !important;
    margin-top: 0 !important;
    padding: 0 0 5px
}

.civi-field input:focus,
.civi-field input:visited,
.civi-field select:focus,
.civi-field select:visited,
.civi-field textarea:focus,
.civi-field textarea:visited,
.wpcf7 .civi-field input:focus,
.wpcf7 .civi-field input:visited,
.wpcf7 .civi-field select:focus,
.wpcf7 .civi-field select:visited,
.wpcf7 .civi-field textarea:focus,
.wpcf7 .civi-field textarea:visited {
    outline: 0;
    border-color: var(--civi-color-accent)
}

.civi-field textarea,
.wpcf7 .civi-field textarea {
    max-height: 100px
}

#comments .comment-list #respond,
#comments .comment-list+#respond,
.civi-field+.civi-field,
.civi-submit {
    margin-top: 30px
}

.chosen-container {
    width: 100% !important
}

.icon-search {
    cursor: pointer
}

.icon-search i {
    font-size: 20px;
    font-weight: 500
}

.canvas-search {
    opacity: 0;
    visibility: hidden;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center
}

.canvas-search .bg-overlay {
    background: rgba(0, 0, 0, .9)
}

.canvas-search .search-form {
    position: relative;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    top: -20px;
    width: 100%;
    max-width: 600px;
    margin-left: 25px;
    margin-right: 25px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.canvas-search .search-form input {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding: 8px 60px 8px 20px;
    text-overflow: ellipsis
}

.canvas-search .search-form .icon-search,
.civi-loading-effect {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.canvas-search .search-form .icon-search {
    background: 0 0;
    border: 0;
    height: 50px;
    width: 55px;
    border-radius: 30px
}

.canvas-search .btn-close {
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 9;
    font-size: 20px
}

.canvas-search.on {
    display: flex
}

.canvas-search.on .bg-overlay {
    opacity: 1;
    visibility: visible
}

.canvas-search.on,
.canvas-search.on .search-form {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.canvas-search.on .search-form {
    top: -50px
}

.canvas-search.civi-ajax-search .search-result ul {
    max-height: 210px
}

.canvas-search.civi-ajax-search .civi-loading-effect {
    right: 60px
}

.canvas-search~.select2-container {
    z-index: 99999
}

.select2-container .select2-dropdown .select2-results li {
    transition: all .1s
}

.select2-container .select2-dropdown .select2-results li[data-level="3"] {
    padding-left: 42px
}

.block-search.search-icon {
    line-height: 1
}

.civi-ajax-search .civi-loading-effect {
    opacity: 0;
    visibility: hidden;
    left: inherit;
    right: 35px
}

.civi-loading-effect {
    left: 0;
    bottom: 0;
    z-index: 15
}

.civi-loading-effect:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .6)
}

.civi-reset-password-wrap {
    display: none;
    margin-top: 30px;
    text-align: center
}

.civi-reset-password-wrap.active {
    display: block
}

.civi-reset-password-wrap input#el_user_login,
.civi-reset-password-wrap input#user_login {
    border-radius: 5px;
    border: 1px solid #333;
    padding: 8px 15px;
    width: 100%;
    margin-bottom: 25px
}

.civi-reset-password-wrap p.msg {
    margin-top: 0;
    margin-bottom: 20px
}

.civi-reset-password-wrap button {
    margin-left: auto;
    margin-right: auto
}

.civi-reset-password-wrap .back-to-login {
    display: flex;
    align-items: center;
    margin-top: 25px;
    color: var(--civi-color-accent)
}

.civi-reset-password-wrap .back-to-login i {
    margin-right: 8px
}

.form-captcha {
    display: flex;
    flex-wrap: nowrap;
    height: 42px
}

.form-captcha .civi-captcha {
    height: 42px;
    border-radius: 4px 0 0 4px
}

.form-captcha img {
    height: 42px;
    border-radius: 0 4px 4px 0
}

.wpcf7 .wpcf7-response-output {
    margin-top: 0
}

#growls-br {
    bottom: 50px;
    right: 15px;
    left: 15px;
    z-index: 999
}

.growl.growl-default {
    color: #111;
    background: #fff;
    max-width: 1070px;
    opacity: 1;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
    border-radius: 50px;
    padding: 19px 28px;
    margin: 0 auto;
    width: 100%
}

.growl.growl-default .growl-close,
.growl.growl-default .growl-title {
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.growl.growl-default .growl-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.2;
    color: #555
}

.growl.growl-default .growl-message p {
    margin: 0 12px;
    flex: 1
}

.growl.growl-default .growl-message a {
    color: #111
}

.growl.growl-default .growl-message a:hover {
    text-decoration: underline
}

.growl.growl-default .civi-button {
    font-size: 16px
}

.growl.growl-default .civi-button.text {
    background-color: transparent;
    color: #555;
    padding: 0;
    border: 0
}

.growl.growl-default .civi-button.text:hover {
    color: #111;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
    background-image: none
}

.dark-scheme .widget_rss ul li cite,
.growl.growl-default .civi-button.full-filled,
.newsletter-area.dark-scheme h3,
.widget_calendar tbody tr>td#today a {
    color: #fff
}

.growl.growl-default .civi-button.full-filled:hover {
    color: #fff;
    text-decoration: none
}

.growl.growl-default .civi-button+.civi-button {
    margin-left: 24px
}

section.is-relative .elementor-column,
section.is-relative .elementor-container,
section.is-relative .elementor-widget-wrap {
    position: static
}

@media only screen and (min-width:1200px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media only screen and (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }

    .site-layout.has-sidebar #primary {
        max-width: calc(100% - 400px)
    }

    .site-layout.has-sidebar aside#secondary {
        flex: 0 0 400px;
        max-width: 400px
    }

    header.site-header {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
}

@media only screen and (max-width:991px) {
    .columns-md-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .copyright .area-copyright {
        padding-left: 15px;
        padding-right: 15px
    }

    .main-content .site-layout.has-sidebar {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .main-content .site-layout.has-sidebar #primary,
    .main-content .site-layout.has-sidebar.left-sidebar #primary,
    .main-content .site-layout.has-sidebar.right-sidebar #primary {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .main-content .site-layout.has-sidebar aside#secondary {
        max-width: inherit;
        padding-left: 0;
        padding-right: 0;
        margin-top: 24px
    }

    .main-content .site-layout.has-sidebar.left-sidebar aside#secondary,
    .main-content .site-layout.has-sidebar.right-sidebar aside#secondary {
        max-width: inherit;
        padding-left: 0;
        padding-right: 0;
        margin-top: 40px
    }

    .page-title {
        background-image: none !important
    }

    footer.site-footer .container-fluid {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media only screen and (max-width:767px) {

    #popup-amenities .grid,
    .columns-sm-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    #popup-amenities .grid {
        display: grid;
        grid-column-gap: 20px;
        grid-row-gap: 30px
    }

    #popup-amenities .grid li {
        margin-right: 0
    }

    #growls-br {
        bottom: 20px
    }

    .growl.growl-default {
        padding: 20px;
        border-radius: 20px
    }

    .growl.growl-default .growl-message {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }

    .growl.growl-default .growl-message p {
        margin: 12px 0
    }

    .form-search-canvas .select2-field .select2.select2-container .select2-selection {
        padding-left: 45px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        height: 72px
    }
}

@media only screen and (max-width:650px) {
    .grid {
        grid-column-gap: 15px
    }
}

@media only screen and (max-width:600px) {
    .popup.open .inner-popup {
        top: 30px;
        max-height: calc(100vh - 60px)
    }
}

@media only screen and (max-width:479px) {
    .columns-xs-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .columns-xs-1 {
        grid-template-columns: repeat(1, 1fr)
    }

    .page-title .entry-detail .entry-title {
        font-size: 32px;
        line-height: 46px
    }

    .popup-account .inner-popup {
        max-width: inherit;
        width: inherit
    }

    .popup.open .inner-popup {
        top: 20px;
        padding: 20px 15px
    }

    .site-header.float-header+.popup.open .inner-popup {
        top: 100px
    }
}

@media only screen and (max-width:374px) {
    .grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

.mapboxgl-map .marker {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%
}

.mapboxgl-popup-content {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter";
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 16px
}

.mapboxgl-popup-content .jobs-archive-header {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse
}

.mapboxgl-popup-content .civi-jobs-item.layout-grid .days {
    margin-top: 20px;
    margin-bottom: 0
}

.mapboxgl-popup-content .civi-jobs-featured {
    border-color: var(--civi-color-border)
}

.mapboxgl-popup-content .civi-jobs-item .logo-comnpany {
    display: none
}

.mapboxgl-popup-content .civi-jobs-item.layout-grid,
cite {
    border: 0
}

.mapboxgl-popup-content .civi-jobs-item.layout-grid .jobs-logo-company-warpper {
    justify-content: right;
    margin-bottom: -20px
}

.mapboxgl-popup-content .civi-jobs-item .jobs-title {
    padding-right: 60px
}

.mapboxgl-popup-close-button {
    font-size: 20px;
    top: 5px;
    right: 5px
}

.mapboxgl-map .mapboxgl-popup {
    max-width: 386px !important
}

#geocoder {
    position: absolute;
    top: 31px;
    left: 25px;
    right: 40px;
    bottom: 0
}

#geocoder .mapboxgl-ctrl-geocoder {
    width: 100%;
    max-width: 100%;
    box-shadow: none
}

.mapboxgl-ctrl-geocoder--icon-search,
.mapboxgl-ctrl-geocoder--pin-right {
    display: none
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    height: 60px
}

#geocoder .mapboxgl-ctrl-geocoder--input[type=text] {
    border: 0;
    padding: 0;
    height: 42px
}

.leaflet-popup-content-wrapper {
    border-radius: 0 !important
}

.leaflet-popup-content {
    width: 325px !important;
    margin: 0 !important
}

.leaflet-popup-content .entry-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px
}

.archive-layout .leaflet-container {
    z-index: 1
}

.leaflet-marker-icon-wrap:after,
.leaflet-marker-icon:after,
.marker.mapboxgl-marker:after,
div[title]:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .1);
    transition: all .3s;
    border-radius: 50%;
    width: 0;
    height: 0
}

.form-account .civi-toggle-password {
    position: absolute;
    top: 47px;
    right: 25px;
    cursor: pointer
}

.form-account #ip_password,
.form-account #ip_reg_password {
    padding-right: 55px
}

.leaflet-marker-icon-wrap.zoom:after,
.leaflet-marker-icon.zoom:after,
.marker.mapboxgl-marker.zoom:after,
div[title].zoom:after {
    width: 60px;
    height: 60px
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    width: 100%
}

@media only screen and (max-width:567px) {
    .civi-pagination .page-numbers {
        margin-right: 2px
    }

    .area-404 h2 {
        font-size: 32px
    }

    .area-404 p {
        font-size: 20px
    }
}

body.elementor-page .main-content .container {
    padding-left: 0;
    padding-right: 0
}

body.elementor-page .main-content .elementor-section.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container {
    max-width: 1200px !important
}

.bypostauthor {
    font-weight: 500
}

.comment-list .h1,
.comment-list .h2,
.comment-list .h3,
.comment-list .h4,
.comment-list .h5,
.comment-list .h6,
.comment-list h1,
.comment-list h2,
.comment-list h3,
.comment-list h4,
.comment-list h5,
.comment-list h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.post-content .h1,
.post-content .h2,
.post-content .h3,
.post-content .h4,
.post-content .h5,
.post-content .h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-bottom: 1.425rem
}

.entry-content h2 {
    line-height: 1.3
}

.page .entry-content a,
.post-content:not(.elementor-content) a {
    font-weight: 500;
    text-decoration: none
}

p {
    margin-bottom: 1.725em
}

ol,
ul {
    margin: 0 0 1.625em;
    padding-left: 1.625rem
}

li {
    line-height: 1.8
}

li>ol,
li>ul {
    margin-top: 10px;
    padding-left: 2rem
}

ul {
    list-style: square
}

ol {
    list-style-type: decimal
}

ol ol {
    list-style: upper-alpha
}

.comment-list ol ol ol,
ol ol ol {
    list-style: lower-roman
}

.comment-list ol ol ol ol,
ol ol ol ol {
    list-style: lower-alpha
}

#commentform label,
.comment-list ol ol,
.comment-list ol ul,
.comment-list ul ol,
.comment-list ul ul,
.post-password-form label,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.comment-list ol,
.comment-list ul {
    margin: 0 0 1.625em 2.5em
}

.comment-list ul {
    list-style: square
}

.comment-list ol {
    list-style-type: decimal
}

.comment-list ol ol {
    list-style: upper-alpha
}

big {
    font-size: 131.25%
}

.wp-block-button,
.wp-block-cover,
.wp-block-media-text {
    margin-bottom: 1.125em
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover.has-left-content .wp-block-cover-text strong {
    color: #fff
}

#comments .comment-content ol,
#comments .comment-content ul,
.wp-block-gallery {
    margin-left: 0
}

.wp-block-gallery:not(.has-nested-images).alignleft {
    margin-right: 15px
}

.wp-block-group.has-background {
    padding: 20px;
    margin-bottom: 1.125em
}

.post-content a.wp-block-button__link,
.wp-block-archives-list li a,
.wp-block-categories-list li a {
    text-decoration: none
}

.wp-block-button__link {
    color: #fff !important
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.post-content figcaption.blocks-gallery-caption {
    margin-bottom: 15px
}

.post-content figure {
    margin-bottom: 1.625em
}

.post-content figure.wp-block-pullquote.has-background {
    padding: 3em 0
}

.wp-block-pullquote {
    border: 4px solid
}

.post-content select {
    height: 42px;
    padding: 7px;
    border-radius: 5px
}

.wp-block-archives-dropdown,
.wp-block-categories-list {
    margin-bottom: 1rem
}

.wp-block-archives-dropdown ul.children,
.wp-block-categories-list ul.children {
    margin-top: .625rem
}

.wp-block-archives-list li+li,
.wp-block-categories-list li+li {
    margin-top: .825rem
}

.gallery {
    margin-bottom: 1.6em;
    margin-left: -10px;
    margin-right: -10px
}

.gallery-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 1.125em;
    padding-left: 10px;
    padding-right: 10px
}

.gallery-item .gallery-icon img {
    width: 100%;
    object-fit: cover
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block;
    margin-top: .8em
}

.mceContentBody blockquote,
.mceContentBody blockquote p {
    margin: 0 3em;
    font-weight: 400;
    font-style: italic !important;
    font-family: Georgia, "Bitstream Charter", serif !important
}

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

.mceContentBody blockquote cite {
    color: #666;
    text-transform: uppercase;
    letter-spacing: .05em;
    font: 12px"Helvetica Neue", Helvetica, Arial, sans-serif
}

.wp-caption.aligncenter,
blockquote.aligncenter {
    clear: both;
    margin-top: .4em;
    margin-bottom: 1.6em
}

img.aligncenter {
    clear: both
}

.wp-caption.alignleft,
blockquote.alignleft,
img.alignleft {
    margin: .4em 1.6em 1.6em 0
}

.wp-caption.alignright,
blockquote.alignright,
img.alignright {
    margin: .4em 0 1.6em 1.6em
}

blockquote {
    font-weight: 400;
    background: #f8f8f8;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    background: 0 0;
    padding: 5px 20px;
    position: relative;
    margin-bottom: 0
}

blockquote cite {
    margin-top: 1.4rem;
    display: block
}

#comments .comment-content p:last-child,
.widget ul>li:last-child,
blockquote>p:last-child,
form p label:last-child {
    margin-bottom: 0
}

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

.wp-block-latest-comments li,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
pre {
    margin-bottom: 1.125em
}

pre {
    margin-top: 1.125em;
    padding: 1.625em;
    background: #f4f4f4;
    font: 13px"Courier 10 Pitch", Courier, monospace;
    line-height: 1.5
}

code,
kbd,
samp,
var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym,
dfn {
    border-bottom: 1px dotted #666;
    cursor: help
}

sub,
sup {
    position: relative;
    height: 0;
    vertical-align: baseline;
    font-size: 10px;
    line-height: 1
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

.alignleft {
    float: left;
    margin-right: 1.125em
}

.alignright {
    float: right;
    margin-left: 1.125em
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto
}

tr th {
    font-weight: 500
}

td,
tr th {
    padding: 10px;
    border: 1px solid #eee
}

.civi-swiper.v-stretch>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide,
img[class*=wp-image-] {
    height: auto
}

img.size-full {
    width: auto
}

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

.wp-caption {
    margin-top: .4em;
    max-width: 100%;
    margin-bottom: 1.125em;
    border: 0
}

img.aligncenter,
img.alignleft,
img.alignright {
    margin-top: 1.125em;
    margin-bottom: 1.625em
}

.wp-caption img {
    display: block
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
    position: relative;
    margin: .6em 0;
    text-align: left
}

.entry-content .wp-caption .wp-caption-text,
.entry-content .wp-caption-dd,
.entry-content figcaption,
.post-content .wp-caption .wp-caption-text,
.post-content .wp-caption-dd,
.post-content figcaption {
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 10px;
    text-align: center;
    background: #f5f5f5
}

.wp-caption a:active img,
.wp-caption a:focus img,
.wp-caption a:hover img {
    border-color: #eee;
    background: #fff
}

.entry-content:after,
.entry-content:before {
    content: "";
    display: table
}

.entry-content:after {
    clear: both
}

.page-links {
    clear: both
}

.page-links .post-page-numbers {
    font-size: 15px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center
}

.page-links .post-page-numbers.current {
    min-width: 40px;
    border-radius: 30px
}

.page-links .post-page-numbers.current,
.page-links .post-page-numbers.current:hover,
.post-password-form input[type=submit] {
    background: var(--civi-color-accent);
    color: #fff
}

.post-password-form input {
    height: 40px
}

.post-password-form input[type=submit] {
    border: 1px solid var(--civi-color-accent);
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    cursor: pointer
}

.post-password-form p:last-child {
    display: flex;
    align-items: end
}

.post-password-form label input {
    border-color: var(--civi-color-accent);
    background: #f8f8f8;
    outline: 0;
    border-radius: 4px 0 0 4px
}

#comments .comments-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px
}

#comments .comment-list {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

#comments .comment-list li.comment,
#comments .comment-list li.pingback,
#comments .comment-list li.trackback {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #eee
}

#comments .comment-list>li.comment:first-child,
#comments .comment-list>li.pingback:first-child,
#comments .comment-list>li.trackback:first-child {
    border-top: 0;
    padding-top: 0
}

#comments .comment-list>li.comment:last-child,
#comments .comment-list>li.pingback:last-child,
#comments .comment-list>li.trackback:last-child {
    border-bottom: 1px solid #eee
}

#comments .comment-list ol.children {
    margin: 0 0 0 60px;
    padding-left: 0;
    list-style-type: none
}

#comments .comment-author,
#comments .comment-meta>a {
    display: flex;
    align-items: center
}

#comments .comment-author .entry-avatar img {
    border-radius: 50%
}

#comments .comment-author .entry-avatar+.entry-detail {
    padding-left: 15px
}

#comments .comment-author .entry-detail .author-name {
    font-size: 15px;
    font-weight: 500
}

#comments .comment-author .entry-detail .comment-time {
    font-size: 13px;
    color: #9d9d9d;
    font-style: italic
}

#comments .comment-content {
    margin-top: 20px
}

#comments .comment-meta {
    display: flex;
    font-size: 15px;
    margin-top: 20px
}

#comments .comment-meta>a {
    margin-right: 20px
}

#comments .comment-meta i {
    font-size: 24px;
    font-style: normal;
    margin-right: 5px
}

#comments .no-comments {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center
}

#respond .comment-reply-title {
    font-size: 18px;
    margin-bottom: 15px
}

#respond .comment-reply-title small {
    margin-left: 5px
}

#commentform p {
    margin-bottom: 20px
}

#commentform .comment-form-comment {
    display: flex
}

#commentform input[type=email],
#commentform input[type=text],
#commentform textarea {
    width: 100%;
    border-color: #ccc
}

#commentform .form-submit,
.listing-posts .post .inner-post-wrap .post-categories,
.listing-posts .post .post-categories li,
.widget .mc4wp-response p,
.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .variation .variation-SoldBy,
header.site-header .left-header .site-logo p {
    margin-bottom: 0
}

#commentform .comment-form-cookies-consent,
#commentform .comment-notes,
#commentform .form-submit,
#commentform .logged-in-as {
    padding-left: 15px;
    padding-right: 15px
}

#commentform .comment-form-cookies-consent {
    display: -ms-flexbox;
    display: flex
}

#commentform .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: 3px
}

#commentform #wp-comment-cookies-consent {
    position: relative;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 15px;
    width: 15px;
    margin-bottom: 0;
    margin-right: 5px;
    vertical-align: -2px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #565a5c
}

#commentform #wp-comment-cookies-consent:checked:before {
    content: "";
    position: absolute;
    top: -1px;
    font-size: 14px;
    width: 14px;
    display: inline-block;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    color: var(--civi-color-accent)
}

#commentform .form-submit {
    flex: 0 0 100%
}

.wp-block-latest-comments,
.wp-block-latest-posts {
    padding-left: 0
}

.wp-block-latest-comments .avatar {
    margin-right: 20px
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt {
    margin-left: 60px
}

.wp-block-latest-posts.is-grid li {
    margin-bottom: 1.325rem
}

.wp-block-latest-posts li+li {
    margin-top: 1.125em
}

.wp-block-calendar {
    font-weight: 500;
    text-align: center;
    max-width: 420px
}

.wp-block-calendar thead tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500
}

.wp-block-calendar tbody td,
.wp-block-calendar thead th {
    text-align: center;
    border: 0
}

.custom-form-search button.search-submit,
.wp-block-calendar table caption,
.wp-block-calendar tbody tr>td#today,
.wp-block-calendar thead tr th,
.wp-block-tag-cloud a:hover {
    color: #fff;
    background: var(--civi-color-accent)
}

.wp-block-calendar table caption {
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown,
.wp-block-categories-list {
    margin-bottom: 1.125em
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select,
.wp-block-categories-list select {
    max-width: 320px
}

.wp-block-latest-comments__comment-date {
    font-size: 13px;
    margin-top: 5px
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 15px
}

.wp-block-search {
    max-width: 400px;
    margin-bottom: 1.125em
}

.custom-form-search button.search-submit span,
.wp-block-search label {
    display: none
}

.wp-block-search .wp-block-search__input {
    height: 50px;
    border: 0;
    background: #f8f8f8;
    padding-left: 15px;
    padding-right: 15px
}

.wp-block-search .wp-block-search__button {
    color: #fff;
    margin-left: 0;
    background: var(--civi-color-accent);
    padding-left: 20px;
    padding-right: 20px
}

.wp-block-tag-cloud a {
    font-size: 16px !important;
    padding: 8px;
    font-weight: 400 !important;
    border-radius: 4px;
    border: 1px solid #eee;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 6px
}

.wp-block-tag-cloud a:hover {
    color: #fff !important
}

form select[name=select_element] {
    max-width: 400px
}

.block-editor-block-list__block a {
    font-weight: 500;
    color: #555
}

.custom-form-search {
    position: relative;
    max-width: 420px;
    width: 100%;
    margin: 0 auto
}

.custom-form-search .ip-search {
    width: 100%;
    height: 50px;
    border-color: #eee;
    background: #eee;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 75px
}

.custom-form-search button.search-submit {
    border: 0;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer
}

.custom-form-search button.search-submit i {
    vertical-align: -3px
}

@media only screen and (max-width:767px) {
    .has-large-font-size {
        font-size: 20px
    }
}

section.widget:not(.widget_elementor-library) {
    max-width: 420px
}

.widget+.widget {
    margin-top: 32px
}

.widget a {
    font-weight: 500
}

.widget ol,
.widget ul,
.widget ul>li {
    padding-left: 0;
    margin-bottom: 0
}

.widget .widget-title,
.widget_block>h2,
.wp-block-group__inner-container>h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px
}

.widget select {
    height: 42px;
    padding: 7px 20px 7px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    max-width: 300px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 7px
}

.widget .screen-reader-text {
    display: none
}

.widget .cat-item a,
.widget a {
    color: var(--civi-color-text)
}

.widget .current-cat a {
    color: var(--civi-color-primary)
}

.widget .slick-dots {
    position: static;
    margin-top: 20px
}

.widget .slick-dots li {
    display: inline-block;
    margin: 0
}

.listing-posts .post+.post {
    margin-top: 20px
}

.listing-posts .post .inner-post-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.listing-posts .post .entry-post-thumbnail {
    flex: 0 0 100px
}

.listing-posts .post .entry-post-thumbnail+.entry-post-detail {
    padding-left: 12px
}

.listing-posts .post .entry-post-detail {
    flex: 1
}

.listing-posts .post .post-date {
    margin-bottom: 4px;
    color: var(--civi-color-secondary);
    font-weight: 500
}

.listing-posts .post .post-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--civi-color-primary)
}

.listing-posts .post .post-title a,
.widget_categories li a {
    display: inline-block
}

.civi-widget-popular_posts .listing-posts .post .inner-post-wrap .post-categories {
    margin-bottom: 3px
}

.civi-widget-popular_posts .listing-posts .post .inner-post-wrap .post-categories li,
.widget_text strong {
    display: inline-block;
    margin-bottom: 8px
}

.gallery-columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
    font-size: 15px !important;
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    background-color: #f8f8f8;
    color: #7e7e7e;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 6px
}

.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
    background: var(--civi-color-accent);
    color: #fff !important
}

.widget ul>li {
    display: block;
    position: relative;
    margin-bottom: 14px;
    line-height: 1.3
}

.widget ul>li,
.widget ul>li a,
.widget ul>li a:hover,
.widget_calendar tfoot td#next a:hover,
.widget_calendar tfoot td#prev a:hover,
.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a.remove {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.listing-posts .post .post-title a:hover,
.widget ul>li a:hover,
.widget_calendar tfoot td#next a:hover,
.widget_calendar tfoot td#prev a:hover {
    color: var(--civi-color-accent)
}

.widget ul>li .icon-right-menu,
.widget ul>li.active>.icon-right-menu {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.widget ul>li.active>.icon-right-menu {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.widget ul>li.menu-item-has-children>a {
    padding-right: 30px
}

.widget ul>li .icon-right-menu {
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1
}

.widget .star-rating,
.widget .star-rating:before,
.widget ul>li .icon-right-menu:hover,
.widget_rss ul li cite {
    color: var(--civi-color-accent)
}

.widget ul>li .children,
.widget ul>li .sub-menu {
    padding-left: 25px
}

.widget ul>li .children li,
.widget ul>li .sub-menu li {
    margin-top: 10px;
    position: relative
}

.widget ins {
    text-decoration: none;
    font-size: 18px
}

.widget del span.amount {
    font-weight: 400
}

.widget ul.product_list_widget li {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px
}

.widget ul.product_list_widget li a img {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    width: 70px
}

.widget ul.product_list_widget li ins {
    float: left;
    margin-right: 7px
}

.widget .star-rating {
    font-size: 10px;
    margin-top: 7px;
    margin-bottom: 7px
}

.widget .screen-reader-text {
    margin-bottom: 10px
}

.widget_search .search-form {
    line-height: 50px;
    position: relative;
    overflow: hidden;
    max-width: 420px
}

.widget_search .search-form label {
    width: 100%;
    margin-bottom: 0
}

.widget_search .search-form label span {
    display: none
}

.widget_search .search-form input.search-field {
    height: 50px;
    border: 0;
    background: #f8f8f8;
    width: 100%;
    padding: 10px 90px 10px 20px;
    outline: 0
}

.widget_search .search-form,
.widget_search .search-form input.search-submit {
    height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.widget_search .search-form input.search-submit {
    position: absolute;
    padding-left: 35px;
    padding-right: 35px;
    border: 0;
    top: 0;
    right: 0;
    outline: 0;
    background: var(--civi-color-accent);
    color: #fff;
    cursor: pointer;
    font-size: 0
}

.widget_search .search-form:after {
    content: "";
    font-family: "Line Awesome Free";
    display: inline-block;
    position: absolute;
    font-weight: 900;
    font-size: 24px;
    top: 0;
    right: 22px;
    color: #fff
}

.widget_rss .widget-title a {
    font-size: 21px
}

.widget_rss .widget-title a .rss-widget-icon {
    margin-right: 5px
}

.widget_rss ul li,
.widget_text p {
    margin-bottom: 20px
}

.widget_rss ul li a {
    display: block;
    color: var(--civi-color-primary);
    margin-bottom: 5px
}

.widget_rss ul li .rss-date {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    color: #ababab
}

.widget_rss ul li cite {
    display: block;
    text-align: right;
    margin-top: 8px
}

.main-sidebar .widget_rss .rssSummary,
.widget_categories li a,
.widget_categories li i,
.widget_pages a {
    color: var(--civi-color-text)
}

.dark-scheme .widget_rss .rsswidget {
    color: #fff !important
}

.dark-scheme .widget_rss .rss-date {
    color: var(--civi-color-text) !important
}

.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li {
    padding: 0;
    margin-bottom: 20px
}

.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a {
    margin-bottom: 5px
}

.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a img {
    margin-right: 18px
}

.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a.remove {
    margin-bottom: 0;
    background: var(--civi-color-primary);
    visibility: hidden
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a,
.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a.remove,
.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a.remove:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    color: #fff !important
}

.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li a.remove:hover {
    background: var(--civi-color-accent)
}

.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .variation {
    padding-left: 0;
    border-left: 0;
    display: table-cell;
    margin-bottom: 15px
}

.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .quantity {
    display: block;
    padding-left: 88px
}

.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .quantity span.amount {
    font-size: 14px;
    color: var(--civi-color-primary)
}

.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li .quantity span.amount>span {
    position: relative;
    top: 0
}

.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li:hover a.remove {
    visibility: visible
}

.widget_shopping_cart .widget_shopping_cart_content .total {
    text-align: right;
    font-size: 14px;
    margin-top: 0;
    padding-top: 10px
}

.widget_shopping_cart .widget_shopping_cart_content .total span {
    color: var(--civi-color-accent);
    position: relative
}

.widget_shopping_cart .widget_shopping_cart_content .total span>span {
    position: relative;
    font-size: 14px;
    top: 0
}

.widget_shopping_cart .widget_shopping_cart_content .buttons {
    margin-top: 10px
}

.widget_shopping_cart .widget_shopping_cart_content .buttons a {
    float: right;
    width: 100px;
    height: 35px;
    text-align: center;
    padding: 0 10px;
    line-height: 35px;
    font-weight: 400;
    background: var(--civi-color-primary);
    margin-right: 0;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.attachment-template-default .comments-area .comment-form .form-submit input:hover,
.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
    background: var(--civi-color-accent);
    color: #fff
}

.widget_media_gallery .gallery {
    margin-right: -6px
}

.widget_media_gallery .gallery .gallery-item {
    margin-top: 0 !important;
    padding-right: 6px;
    padding-bottom: 6px
}

.widget_media_gallery .gallery .gallery-item a {
    display: block;
    overflow: hidden
}

.widget_calendar tfoot td#next a,
.widget_calendar tfoot td#prev a,
.widget_media_gallery .gallery .gallery-item img,
.widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li:hover a.remove {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.widget_media_gallery .gallery .gallery-item img {
    border: 0 !important
}

.widget_media_gallery .gallery .gallery-item:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.attachment-template-default .inner-content {
    padding-top: 40px;
    padding-bottom: 40px
}

.attachment-template-default .attachment {
    line-height: normal;
    display: inline-block;
    float: left
}

.attachment-template-default .comments-area {
    display: inline-block;
    float: left;
    width: 100%;
    background: #fff
}

.attachment-template-default .comments-area .comment-reply-title {
    font-size: 18px
}

.attachment-template-default .comments-area .comment-form .logged-in-as {
    padding-top: 5px;
    padding-bottom: 5px
}

.attachment-template-default .comments-area .comment-form .comment-form-comment label {
    font-size: 18px;
    display: block;
    margin-bottom: 5px
}

.attachment-template-default .comments-area .comment-form .comment-form-comment textarea {
    display: block;
    width: 100%
}

.attachment-template-default .comments-area .comment-form .form-submit input {
    float: right;
    margin-top: 10px;
    width: 150px;
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    background: #103243;
    font-weight: 400;
    border: 0
}

.widget_price_filter .price_slider .ui-slider-range,
.widget_price_filter .price_slider .ui-state-default {
    background-color: var(--civi-color-accent) !important;
    border: 0 !important
}

.widget_price_filter .price_slider_amount .button {
    padding: 11px 25px;
    background: var(--civi-color-primary);
    color: #fff
}

.widget_calendar caption,
.widget_calendar tbody tr>td#today,
.widget_price_filter .price_slider_amount .button:hover {
    color: #fff;
    background: var(--civi-color-accent)
}

.widget_calendar tbody tr>td a,
.widget_price_filter .price_slider_amount .price_label span {
    color: var(--civi-color-primary)
}

.widget_calendar,
.widget_categories li a:hover::after,
.widget_text form select,
.widget_text option {
    width: 100%
}

.widget_calendar .calendar_wrap {
    max-width: 420px
}

.widget_calendar caption {
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.widget_calendar thead th {
    font-weight: 500;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #eee
}

.widget_calendar tbody tr>td.pad,
.widget_calendar tfoot td {
    border: 0
}

.widget_calendar tfoot td#next a,
.widget_calendar tfoot td#prev a {
    color: var(--civi-color-text);
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    display: block
}

.widget_calendar tfoot td#prev a {
    text-align: left
}

.widget_calendar tfoot td#next a,
header.site-header.rtl .site-menu.desktop-menu.main-menu .sub-menu.mega-menu .civi-modern-heading {
    text-align: right
}

.widget_calendar tbody tr {
    margin: 5px 0
}

.widget_calendar tbody tr>td {
    text-align: center;
    padding: 10px;
    color: var(--civi-color-text);
    border: 0
}

.widget_calendar tbody tr>td#today {
    font-weight: 700
}

.widget_calendar tbody tr>td:hover,
.widget_rating_filter ul .wc-layered-nav-rating .star-rating,
.widget_rating_filter ul .wc-layered-nav-rating .star-rating:before {
    color: var(--civi-color-accent)
}

.dark-scheme .widget_calendar thead th {
    color: #fff;
    border-color: rgba(255, 255, 255, .1)
}

.widget_rating_filter ul .wc-layered-nav-rating .star-rating {
    top: 2px;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0
}

.widget_categories ul {
    list-style-type: circle
}

.widget_categories li {
    padding-left: 20px
}

.widget_categories li a::after {
    content: "";
    height: 1px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    width: 0;
    display: block;
    background-color: var(--civi-color-accent)
}

.site-menu.mobile-menu .account .user-control ul,
.widget_categories li li {
    padding-left: 0
}

.widget_archive li,
.widget_categories li {
    font-weight: 500;
    color: var(--civi-color-accent)
}

.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul {
    max-width: 420px
}

.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li {
    position: relative
}

.widget_categories li>i,
.widget_nav_menu li>i,
.widget_pages li>i {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 18px
}

.widget_categories .children,
.widget_categories .sub-menu,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu,
.widget_pages .children,
.widget_pages .sub-menu {
    display: none
}

.widget_categories li.active .children,
.widget_categories li.active .sub-menu,
.widget_nav_menu li.active .children,
.widget_nav_menu li.active .sub-menu,
.widget_pages li.active .children,
.widget_pages li.active .sub-menu {
    display: block
}

.widget_categories li.active i:before,
.widget_nav_menu li.active i:before,
.widget_pages li.active i:before {
    content: ""
}

.widget_text strong {
    margin-bottom: 15px;
    margin-top: 15px
}

.widget_text strong:first-child {
    margin-top: 0
}

.widget_text strong:last-child {
    margin-bottom: 0
}

.widget_recent_reviews .product_list_widget li {
    padding-top: 0;
    padding-bottom: 20px
}

.area-menu .dropdown-select ul li:last-child a,
.widget_recent_reviews .product_list_widget li:last-child {
    padding-bottom: 0
}

.widget_recent_reviews .product_list_widget li a {
    font-weight: 400 !important;
    margin-bottom: 5px
}

.widget_recent_reviews .product_list_widget li .reviewer {
    font-size: 14px;
    float: right
}

.footer.dark-scheme .widget_recent_comments ul li,
.widget_recent_comments ul li span a {
    color: var(--civi-color-text)
}

.widget_recent_comments ul li a {
    color: var(--civi-color-primary);
    font-weight: 500;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word
}

.widget_recent_comments ul li a:hover {
    color: var(--civi-color-accent);
    text-decoration: underline
}

.widget_recent_entries ul li a {
    display: block;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.widget_recent_entries ul li .post-date,
.widget_recent_entries ul li a:hover {
    color: var(--civi-color-accent)
}

.newsletter-area,
.newsletter-area input {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.newsletter-area {
    display: block;
    padding: 40px 35px 175px;
    background-image: url(assets/images/new-sletter.png);
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.newsletter-area>h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px
}

.newsletter-area input {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 20px
}

.newsletter-area .input-control {
    width: 100%;
    background: #fff
}

.newsletter-area .input-control::-webkit-input-placeholder {
    font-style: italic;
    font-size: 14px
}

.newsletter-area .submit-control {
    background-color: var(--civi-color-accent);
    color: #fff;
    border: 0;
    text-align: center
}

.newsletter-area .form-control+.form-control {
    margin-top: 20px
}

.newsletter-area.dark-scheme {
    color: #fff;
    background-color: var(--civi-color-primary)
}

.widget .mc4wp-response {
    margin-top: 10px
}

.civi-swiper {
    z-index: 1
}

.civi-swiper:hover .swiper-nav-button {
    opacity: 1;
    visibility: visible
}

.civi-swiper,
.civi-swiper .swiper-inner {
    position: relative
}

.archive-post .post .post-date .post-categories li:hover::after,
.civi-swiper .swiper-container {
    width: 100%
}

.civi-swiper .swiper-slide {
    box-sizing: border-box;
    text-align: left;
    overflow: visible
}

.civi-swiper.v-top>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
    display: flex;
    align-self: start
}

.civi-swiper.v-middle>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
    display: flex;
    align-self: center
}

.civi-swiper.v-bottom>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
    display: flex;
    align-self: flex-end
}

.civi-swiper.h-left>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
    display: flex;
    justify-content: flex-start
}

.civi-swiper.h-center>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
    display: flex;
    justify-content: center
}

.civi-swiper.h-right>.swiper-inner>.swiper-container>.swiper-wrapper>.swiper-slide {
    display: flex;
    justify-content: flex-end
}

.civi-swiper[data-autoplay="1"] .swiper-wrapper {
    transition-timing-function: linear !important
}

.civi-swiper.highlight-centered-items .swiper-slide {
    transition: opacity .25s linear
}

.civi-swiper.highlight-centered-items .swiper-slide:not(.swiper-slide-active) {
    opacity: .4
}

.civi-swiper:not(.bullets-v-align-below) .swiper-pagination-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.civi-swiper .swiper-pagination-container .col-md-12,
.civi-swiper .swiper-pagination-container .container,
.civi-swiper .swiper-pagination-container .row {
    height: 100%
}

.civi-swiper .swiper-pagination-wrap {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.civi-swiper .swiper-pagination-inner {
    pointer-events: auto
}

.civi-swiper .swiper-pagination {
    position: relative;
    user-select: none;
    outline: 0;
    width: auto
}

.civi-swiper .swiper-pagination.swiper-pagination-progressbar {
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background: #bbb
}

.civi-swiper .swiper-pagination.swiper-pagination-custom {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto
}

.civi-swiper.bullets-v-align-below .swiper-pagination-wrap {
    position: static;
    margin-top: 40px
}

.civi-swiper .swiper-pagination-bullets {
    font-size: 0
}

.civi-swiper .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 2px;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 0;
    background: 0 0;
    opacity: 1;
    position: relative;
    outline: 0;
    color: #d8d8d8
}

.civi-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.civi-swiper .swiper-pagination-bullet:hover:before {
    border-color: var(--civi-color-accent);
    background-color: var(--civi-color-accent)
}

.civi-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    cursor: default
}

.civi-swiper .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 8px;
    height: 8px;
    border: 1px solid var(--civi-color-primary);
    background: 0 0;
    z-index: 1
}

.civi-swiper .swiper-pagination-bullet:only-child {
    visibility: hidden
}

.civi-swiper .fraction,
.civi-swiper.pagination-style-04 .fraction div {
    display: inline-block
}

.civi-swiper.bullets-vertical .swiper-pagination-bullet {
    display: block;
    margin: 0
}

.civi-swiper.bullets-vertical .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-top: 10px
}

.civi-swiper.pagination-style-02 .swiper-pagination-bullet {
    width: 22px;
    margin: 0 4px
}

.civi-swiper.pagination-style-02 .swiper-pagination-bullet:before {
    border-radius: 0;
    width: 22px;
    height: 4px
}

.civi-swiper.pagination-style-03 .fraction {
    font-size: 18px;
    font-weight: 500;
    color: #2d2d2d
}

.civi-swiper.pagination-style-03 .fraction * {
    display: inline-block;
    vertical-align: middle
}

.civi-swiper.pagination-style-03 .fraction .separator {
    width: 40px;
    height: 1px;
    background: #ababab;
    margin-left: 13px;
    margin-right: 13px
}

.civi-swiper.pagination-style-04 .swiper-pagination-inner {
    width: 94px;
    height: 94px;
    line-height: 94px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .05)
}

.civi-swiper.pagination-style-04 .fraction {
    font-size: 17px;
    font-weight: 500;
    color: var(--civi-color-accent);
    letter-spacing: 1.31px
}

.civi-swiper.pagination-style-04 .swiper-pagination-inner {
    position: relative
}

.civi-swiper.pagination-style-04 .swiper-alt-arrow-button {
    position: absolute;
    width: 21px;
    height: 21px;
    left: 50%;
    top: 50%;
    z-index: 12;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.civi-swiper.pagination-style-04 .swiper-alt-arrow-prev {
    transform: translate(-10px, -35px);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAAXNSR0IArs4c6QAAAJZJREFUGBltjUEKwyAURNVCs4klTREUWnsAz5P75LRZZCMFCVoj1lkk2LSz8H/nzfAJOWgYhpNS6ol5QOTHsNZq7/1lmqbGOfeqC19hKaUIIdwQWNe16boul8KyFfawEKKNMT42gJlSajnnS9Ebf4bHGHMuQGM/Cj44fDaOI5vnWeec9yt1AT44crTv+3sxrnXg304ptR/PET/We1JFoAAAAABJRU5ErkJggg==)
}

.civi-swiper.pagination-style-04 .swiper-alt-arrow-next {
    transform: translate(-10px, 15px);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAAXNSR0IArs4c6QAAAKBJREFUGBmFjb0KwyAUhWsaqoUMUcgQ6FLo5iv4TL6tW6FLiWKGhiIWgmK9BUNxaO9y7s93zkWMsVNKie7+FELo0Ugpp7ZtX79YuAOHAOKcH7TWl/xhX5tyYhzH8aqUWj8wAMMwdCGEcw3n1Ns8zw72W5L3fu37PsUYu2LAGBtr7VLmDYaFc85TSo/5AyaEPI0xUwFBm+8BeiHEHUDQ+vYGfjU7ajWU+XYAAAAASUVORK5CYII=)
}

.civi-swiper.pagination-style-04.bullets-horizontal .swiper-alt-arrow-prev {
    transform: translate(-40px, -11px) rotate(-90deg)
}

.civi-swiper.pagination-style-04.bullets-horizontal .swiper-alt-arrow-next {
    transform: translate(20px, -11px) rotate(-90deg)
}

.civi-swiper.pagination-style-05 .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    margin: 0 4px;
    color: #2d2d2d
}

.civi-swiper.pagination-style-05 .swiper-pagination-bullet:before {
    width: 6px;
    height: 6px
}

.civi-swiper.pagination-style-05 .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    opacity: 0;
    border: 1px solid transparent;
    border-radius: 50%
}

.civi-swiper.pagination-style-05 .swiper-pagination-bullet:hover:after {
    opacity: 1;
    border-color: var(--civi-color-accent)
}

.civi-swiper.pagination-style-05 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    border-color: var(--civi-color-accent);
    opacity: .5;
    width: 100%;
    height: 100%
}

.civi-swiper.pagination-style-05 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--civi-color-accent)
}

.civi-swiper.pagination-style-06 .fraction {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3.2px;
    color: var(--civi-color-accent)
}

.civi-swiper.pagination-style-06 .fraction * {
    display: inline-block;
    vertical-align: top
}

.civi-swiper.pagination-style-06 .fraction .current {
    font-size: 60px;
    line-height: 1
}

.civi-swiper .swiper-nav-buttons-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.civi-swiper .swiper-nav-buttons-wrap .col-md-12,
.civi-swiper .swiper-nav-buttons-wrap .container,
.civi-swiper .swiper-nav-buttons-wrap .row {
    height: 100%
}

.civi-swiper .swiper-nav-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.civi-swiper .swiper-nav-button {
    transition: all .25s cubic-bezier(.645, .045, .355, 1), visibility .25s linear 2s, opacity .25s linear 2s;
    background-image: none;
    text-align: center;
    user-select: none;
    outline: 0;
    width: 48px;
    height: 48px;
    font-size: 24px;
    color: var(--civi-color-primary);
    border: 1px solid var(--civi-color-primary);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .01);
    opacity: 0;
    visibility: hidden;
    transform: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 10px;
    pointer-events: auto
}

.civi-swiper .swiper-nav-button.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.civi-swiper .swiper-nav-button:hover {
    border-color: var(--civi-color-accent);
    background: var(--civi-color-accent);
    color: #fff
}

.civi-swiper .nav-button-text,
.civi-swiper .swiper-nav-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.civi-swiper .swiper-nav-button i {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.civi-swiper .swiper-nav-button:after {
    display: none
}

.civi-swiper.nav-show-always .swiper-nav-button {
    opacity: 1;
    visibility: visible
}

.civi-swiper .swiper-button-prev i:before {
    content: ""
}

.civi-swiper .swiper-button-next i:before {
    content: ""
}

.civi-swiper .nav-button-text {
    display: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px
}

.civi-swiper.nav-style-02 .swiper-nav-button {
    border: 1px solid #eee;
    height: 50px;
    width: 60px;
    border-radius: 0
}

.civi-swiper.nav-style-02 .nav-button-text {
    display: block
}

.account .user-show a.avatar i.fa-chevron-down,
.civi-swiper.nav-style-02 .nav-button-icon {
    display: none
}

.civi-swiper.nav-style-03 .swiper-nav-button {
    border: 0;
    height: 48px;
    width: 48px;
    background-color: #fff
}

.civi-swiper.nav-style-03 .swiper-nav-button:hover {
    background-color: var(--civi-color-accent)
}

@media (max-width:1199px) {
    .swiper-nav-buttons-wrap {
        display: none
    }
}

@media (max-width:766px) {
    .civi-swiper[data-sm-items=auto] .swiper-slide {
        width: auto !important
    }

    .civi-swiper[data-sm-items=auto] .swiper-slide img {
        width: auto
    }
}

@media (min-width:767px) {
    .civi-swiper[data-md-items=auto] .swiper-slide {
        width: auto !important
    }

    .civi-swiper[data-md-items=auto] .swiper-slide img {
        width: auto
    }
}

@media (min-width:1024px) {
    .civi-swiper[data-lg-items=auto] .swiper-slide {
        width: auto !important
    }

    .civi-swiper[data-lg-items=auto] .swiper-slide img {
        width: auto
    }
}

header.site-header {
    padding: 7px 0;
    font-weight: 500;
    color: var(--civi-color-primary);
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 4;
    position: fixed;
    width: 100%;
    top: 0;
}

header.site-header.rtl .right-header {
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 0
}

header.site-header.rtl .right-header .account,
header.site-header.rtl .right-header .add-job {
    margin-left: 0;
    margin-right: 25px
}

header.site-header.rtl .left-header .site-logo,
header.site-header.rtl .mb-menu {
    margin-right: 0;
    margin-left: 25px
}

header.site-header.rtl .site-menu .menu li i {
    padding: 5px 5px 5px 0
}

header.site-header.rtl .site-menu.desktop-menu .children,
header.site-header.rtl .site-menu.desktop-menu .sub-menu {
    left: auto;
    right: 0
}

header.site-header.rtl .site-menu.desktop-menu.main-menu .sub-menu.mega-menu {
    left: auto !important;
    right: 0
}

header.site-header.rtl .account .user-show a.avatar img {
    margin-right: 0;
    margin-left: 8px
}

header.site-header.rtl .area-menu .btn-close {
    right: 0;
    left: 25px
}

header.site-header .row {
    align-items: center
}

header.site-header.header-light .right-header .add-job,
header.site-header.header-light .right-header .btn-login.add-job-login {
    color: var(--civi-color-accent) !important;
    background-color: #fff;
    border-color: #fff
}

header.site-header.header-light .right-header .add-job:hover,
header.site-header.header-light .right-header .btn-login.add-job-login:hover {
    background-image: none
}

header.site-header.header-light .account.logged-out .btn-login,
header.site-header.header-light .canvas-menu a.icon-menu,
header.site-header.header-light .right-header .account .avatar,
header.site-header.header-light .right-header .icon-noti,
header.site-header.header-light .right-header .icon-search,
header.site-header.header-light .site-menu.desktop-menu.main-menu .menu>li>a {
    color: #fff
}

header.site-header.float-header,
header.site-header.sticky-header.on {
    z-index: 20;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

header.site-header.sticky-header.on {
    background: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .2)
}

header.site-header.sticky-header.on.has-wpadminbar {
    top: 32px
}

header.site-header.sticky-header.on .main-header {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.page-dashboard #civi-content-dashboard header.site-header {
    width: calc(100% - 260px);
}

@media only screen and (max-width: 991px) {
    .page-dashboard #civi-content-dashboard header.site-header {
        width: 100%;
    }
}

header.site-header.float-header {
    background: #fff;
    position: fixed;
    width: 100%;
    border-bottom: 0
}

header.site-header .left-header,
header.site-header .right-header {
    display: flex;
    align-items: center
}

header.site-header .right-header {
    margin-left: auto;
    justify-content: flex-end
}

header.site-header .left-header .site-logo {
    margin-right: 25px
}

header.site-header .right-header .account {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px
}

header.site-header .right-header .account a {
    margin-right: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

header.site-header .right-header .account a::hover i {
    color: var(--civi-color-accent)
}

.archive-post .post .post-meta>div:last-child,
header.site-header .right-header .account a:last-child {
    margin-right: 0
}

header.site-header .right-header .account i {
    font-weight: 500;
    font-size: 15px;
    margin-right: 5px
}

header.site-header .right-header .add-job,
header.site-header .right-header .dropdown-categories {
    margin-left: 25px
}

.area-menu .add-jobs svg,
header.site-header .right-header .add-job svg {
    position: relative;
    bottom: -2px
}

header.site-header .right-header .add-job-login {
    color: #fff !important
}

.account,
.block-search,
.civi-notification {
    position: relative
}

.civi-notification .icon-noti {
    font-size: 22px;
    color: var(--civi-color-secondary);
    position: relative
}

.civi-notification .icon-noti span {
    height: 18px;
    width: 18px;
    background-color: #d63638;
    display: block;
    position: absolute;
    line-height: 18px;
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    top: -3px;
    right: -8px
}

.civi-notification .content-noti,
.civi-notification .content-noti.active {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.civi-notification .content-noti {
    position: absolute;
    top: calc(100% + 12px);
    right: calc(100% - 20px);
    z-index: 4;
    min-width: 400px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    font-size: 14px;
    font-weight: 500;
    color: var(--civi-color-secondary);
    max-height: 300px;
    overflow: auto;
    opacity: 0;
    margin-top: 50px;
    visibility: hidden
}

.civi-notification .content-noti.active {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.civi-notification .content-noti .empty {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #d63638
}

.civi-notification .content-noti ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px
}

.civi-notification .content-noti li {
    line-height: 1.6;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 10px;
    border-radius: 8px;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.civi-notification .content-noti li:hover .action-setting {
    opacity: 1
}

.civi-notification .content-noti li .link-page {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.civi-notification .content-noti li .content-wrapper a,
.civi-notification .content-noti li .icon-setting {
    position: relative;
    z-index: 2
}

.civi-notification .content-noti .action-setting {
    margin-left: auto;
    position: relative;
    opacity: 0
}

.civi-notification .content-noti .action-setting .icon-setting {
    padding-left: 10px;
    font-size: 24px;
    cursor: pointer
}

.civi-notification .content-noti .action-setting i {
    margin-right: 0
}

.civi-notification .content-noti .action {
    font-size: 18px
}

.civi-notification .content-noti .action+.action {
    margin-left: 30px
}

.civi-notification .content-noti .action-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    list-style: none;
    right: 100%;
    top: 7px;
    text-align: right;
    z-index: 2;
    padding-left: 0;
    border: 1px solid var(--civi-color-border);
    margin-bottom: 0
}

.civi-notification .content-noti .action-dropdown a {
    padding: 5px 15px;
    font-size: 14px
}

.civi-notification .content-noti .action-dropdown a:hover,
.civi-notification .content-noti li:hover {
    background-color: rgba(0, 116, 86, .05);
    cursor: pointer
}

.civi-notification .content-noti .head-noti {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15px 12px;
    padding-left: 10px;
    padding-right: 10px
}

.civi-notification .content-noti .noti-clear,
.civi-notification .content-noti .noti-refresh {
    color: var(--civi-color-accent);
    font-size: 14px;
    cursor: pointer
}

.civi-notification .content-noti .noti-clear {
    padding-left: 15px
}

.civi-notification .content-noti .close-noti i {
    font-size: 16px
}

.civi-notification .content-noti .close-noti:hover {
    cursor: pointer;
    color: var(--civi-color-accent)
}

.civi-notification .content-noti .date {
    font-style: italic;
    font-size: 13px
}

.area-menu .menu li a,
.civi-notification .content-noti .content,
.site-menu .menu li a {
    display: block
}

.archive-post .post .post-date .post-categories a,
.archive-post .post .post-meta .post-author a:hover,
.civi-notification .content-noti .athour {
    color: var(--civi-color-accent)
}

.civi-notification .content-noti .avatar {
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    min-width: 48px;
    line-height: 48px;
    height: 48px;
    object-fit: cover;
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 50%;
    margin-right: 12px
}

header.site-header.show-popup {
    z-index: -1
}

.account .user-show,
.dropdown-categories .entry-show {
    display: flex;
    align-items: center
}

.dropdown-categories .entry-show i {
    margin-left: 6px
}

.account .user-show .price {
    display: block;
    font-size: 12px;
    color: red
}

.account .user-show a.avatar {
    margin-right: 8px
}

.account .user-control .inner-control,
.account .user-show a.avatar img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.account .user-show a.avatar img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    object-fit: cover
}

.account .user-show a.username {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0
}

.account .user-control {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 4;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    padding-top: 30px;
    min-width: 215px
}

.account .user-control .inner-control {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    height: auto
}

.account .user-control ul {
    padding: 20px;
    margin-bottom: 0
}

.account .user-control,
.account:hover .user-control {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.account:hover .user-control {
    opacity: 1;
    visibility: visible;
    padding-top: 10px
}

.block-search .search-form,
.single .post-thumbnail figure {
    margin-bottom: 0
}

.block-search.search-input {
    min-width: 270px;
    width: 100%
}

.block-search.search-input .icon-search {
    position: absolute;
    font-size: 24px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px
}

.block-search.search-input .icon-clear {
    display: none !important
}

.block-search.search-input .icon-clear a {
    color: #686868
}

.block-search.search-input .input-search {
    background: 0;
    text-overflow: ellipsis
}

.block-search.search-input .input-search:focus {
    border-color: var(--civi-color-accent)
}

.block-search.has-clear .icon-clear,
.site-menu.desktop-menu .menu>li {
    display: inline-block
}

.site-header .block-search.search-input.civi-ajax-search .search-result {
    font-weight: 400;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.site-header .block-search.search-input.civi-ajax-search .search-result ul {
    font-size: 15px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: 298px
}

.site-header .block-search.search-input.civi-ajax-search .search-result ul li a i {
    top: -1px
}

.site-header .block-search.search-input.civi-ajax-search .civi-loading-effect {
    right: 0;
    left: inherit
}

.site-header .block-search.search-input.civi-ajax-search .civi-loading-effect .civi-dual-ring {
    width: 22px;
    height: 22px;
    left: inherit
}

.site-header .block-search.search-input.civi-ajax-search .civi-loading-effect .civi-dual-ring:after {
    width: 18px;
    height: 18px;
    border-width: 2px
}

.site-header .container>.row {
    position: relative;
    margin-left: 0;
    margin-right: 0
}

.site-header .container>.row>div {
    position: static
}

@media only screen and (max-width:1199px) {
    header.site-header .right-header .icon-noti {
        margin-right: 25px
    }

    header.site-header.rtl .right-header .icon-noti {
        margin-right: 0;
        margin-left: 25px
    }
}

@media only screen and (max-width:991px) {
    header.site-header .container-fluid {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media only screen and (max-width:567px) {
    header.site-header .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:420px) {
    header.site-header .right-header .content-noti {
        min-width: 320px;
        right: calc(100% - 60px);
        max-height: 330px
    }

    header.site-header.rtl .right-header .content-noti {
        left: calc(100% - 60px);
        right: auto
    }
}

@media only screen and (max-width:320px) {
    header.site-header .right-header .content-noti {
        right: calc(100% - 80px)
    }

    header.site-header.rtl .right-header .content-noti {
        left: calc(100% - 80px);
        right: auto
    }
}

.site-menu .menu li i {
    font-size: 12px
}

.site-menu .menu .menu-item-has-children>a,
.site-menu .menu .page_item_has_children>a {
    display: flex;
    align-items: center
}

.elementor-widget-wp-widget-civi-core-bmw ul,
.elementor-widget-wp-widget-nav_menu ul,
.menu,
.site-menu.desktop-menu .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.site-menu.desktop-menu .menu>li>a {
    font-weight: 500;
    padding: 18px 8px
}

.site-menu.desktop-menu .menu>li>a i {
    font-weight: 700
}

.site-menu.desktop-menu .menu li .children,
.site-menu.desktop-menu .menu li .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 50px;
    z-index: 5;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    pointer-events: none
}

.site-menu.desktop-menu .menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    pointer-events: all
}

.site-menu.desktop-menu .children,
.site-menu.desktop-menu .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    z-index: 2
}

.site-menu.desktop-menu .mega-menu,
.site-menu.desktop-menu.main-menu .sub-menu li a,
.site-menu.desktop-menu.main-menu li {
    position: relative
}

.site-menu.desktop-menu.main-menu li a {
    display: flex;
    line-height: 23px
}

#menu-mobie-menu .chevron,
.site-menu.desktop-menu.main-menu .menu>li>a .chevron {
    padding-left: 5px
}

#menu-mobie-menu .chevron i,
.site-menu.desktop-menu.main-menu .menu>li>a i {
    top: -1px;
    position: relative;
    -webkit-transition: transform .5s cubic-bezier(.65, 0, .35, 1);
    -moz-transition: transform .5s cubic-bezier(.65, 0, .35, 1);
    -o-transition: transform .5s cubic-bezier(.65, 0, .35, 1);
    transition: transform .5s cubic-bezier(.65, 0, .35, 1)
}

#menu-mobie-menu li.active>a i,
.site-menu.desktop-menu.main-menu .menu>li>a:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.site-menu.desktop-menu.main-menu .sub-menu {
    font-size: 15px;
    min-width: 240px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05)
}

.site-menu.desktop-menu.main-menu .sub-menu li {
    padding: 6px 15px
}

.site-menu.desktop-menu.main-menu .sub-menu li i {
    top: 8px;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.site-menu.desktop-menu.main-menu .sub-menu .menu-item-title {
    display: inline-block;
    position: relative
}

.site-menu.desktop-menu.main-menu .sub-menu .menu-item-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-top: 1px solid var(--civi-color-accent);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform .25s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: transform .25s cubic-bezier(.785, .135, .15, .86);
    -o-transition: transform .25s cubic-bezier(.785, .135, .15, .86);
    transition: transform .25s cubic-bezier(.785, .135, .15, .86)
}

.site-menu.desktop-menu.main-menu .sub-menu .menu-item-title:hover:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.site-menu.desktop-menu.main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%
}

.site-menu.desktop-menu .sub-menu.mega-menu {
    position: absolute;
    left: 0;
    width: max-content;
    background-color: transparent;
    box-shadow: none
}

.site-menu.desktop-menu .sub-menu.mega-menu>.menu-item {
    margin-top: -15px
}

.site-menu.desktop-menu .sub-menu.mega-menu .row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

.site-menu.desktop-menu .sub-menu.mega-menu .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.site-menu.desktop-menu .sub-menu.mega-menu .elementor-section {
    padding-bottom: 10px
}

.site-menu.desktop-menu .sub-menu.mega-menu .civi-link-item {
    position: absolute
}

.site-menu.desktop-menu .sub-menu.mega-menu .elementor-widget-civi-jobs-category .cate-inner:hover {
    background-color: rgba(0, 116, 86, .05);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.site-menu.desktop-menu .sub-menu.mega-menu .modern-tabs-item .elementor-section {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.site-menu.desktop-menu .sub-menu.mega-menu .nav-modern-tabs {
    border-bottom: 2px solid var(--civi-color-border)
}

.site-menu.desktop-menu .sub-menu.mega-menu .nav-modern-tabs .nav-item {
    padding: 0
}

.site-menu.desktop-menu .sub-menu.mega-menu .nav-modern-tabs .nav-item a {
    padding: 16px
}

.site-menu.desktop-menu .sub-menu.mega-menu .nav-modern-tabs .nav-item a:before {
    left: 0;
    bottom: -2px
}

.site-menu.desktop-menu .sub-menu.mega-menu .elementor-widget-civi-companies-category .cate-content:hover {
    background-color: rgba(0, 116, 86, .05)
}

.site-menu.desktop-menu .mega-menu .children,
.site-menu.desktop-menu .mega-menu .sub-menu {
    right: 0;
    min-width: 240px;
    width: auto
}

.site-menu.desktop-menu .mega-menu .elementor-section {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    border-radius: 16px
}

.area-menu .account .user-control .inner-control ul li,
.site-menu.desktop-menu .mega-menu .container {
    padding-left: 0;
    padding-right: 0
}

.site-menu.desktop-menu .mega-menu.mega-menu-default .children,
.site-menu.desktop-menu .mega-menu.mega-menu-default .sub-menu {
    padding: 20px 15px;
    background: #fff
}

.site-menu.desktop-menu .mega-menu.mega-menu-full-width .mega-menu-content.container {
    max-width: 100%
}

.site-menu.desktop-menu .mega-menu.mega-menu-default .children,
.site-menu.desktop-menu .mega-menu.mega-menu-default .sub-menu,
.site-menu.desktop-menu .mega-menu.mega-menu-full-width .children,
.site-menu.desktop-menu .mega-menu.mega-menu-full-width .sub-menu {
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 30px rgba(0, 0, 0, .05)
}

.site-menu.desktop-menu .mega-menu.mega-menu-container,
.site-menu.desktop-menu .mega-menu.mega-menu-full-width {
    position: inherit
}

.site-menu.desktop-menu .mega-menu.mega-menu-container .container {
    padding-left: 15px;
    padding-right: 15px
}

.site-header .row .site-menu.desktop-menu .mega-menu-container .children,
.site-header .row .site-menu.desktop-menu .mega-menu-container .sub-menu,
.site-header .row .site-menu.desktop-menu .mega-menu-full-width .children,
.site-header .row .site-menu.desktop-menu .mega-menu-full-width .sub-menu {
    margin-left: 15px;
    margin-right: 15px
}

.mb-menu {
    margin-right: 25px
}

.canvas-menu {
    display: inline-block
}

.canvas-menu a.icon-menu {
    font-size: 24px;
    display: flex
}

.canvas-menu.canvas-left .area-menu {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.canvas-menu.canvas-right .area-menu {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.canvas-menu.active .bg-overlay {
    opacity: 1;
    visibility: visible
}

.area-menu,
.canvas-menu.active .area-menu,
.canvas-menu.active .bg-overlay {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.canvas-menu.active .area-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.canvas-menu.d-hidden {
    display: none
}

.area-menu {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 320px;
    z-index: 5;
    font-size: 15px;
    font-weight: 500;
    color: #2d2d2d
}

.area-menu .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 24px;
    line-height: 1;
    z-index: 1
}

.area-menu .inner-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 6;
    background: #fff;
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-touch-action: auto;
    touch-action: auto
}

.area-menu .menu {
    padding: 30px 25px;
    margin-bottom: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.area-menu .menu ul {
    margin: 0;
    padding: 0
}

.area-menu .menu li {
    list-style: none;
    display: block;
    margin-bottom: 25px;
    line-height: inherit
}

.area-menu .menu li:last-child,
.single .post .inner-post-wrap .post-content p:last-child {
    margin-bottom: 0
}

.area-menu .menu .children,
.area-menu .menu .sub-menu {
    margin-top: 25px;
    padding-left: 22px;
    display: none
}

.area-menu .top-mb-menu {
    display: flex;
    padding: 25px
}

.area-menu .account a+a {
    margin-left: 25px
}

.area-menu .account .user-control {
    display: block;
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    padding-top: 0
}

.area-menu .account .user-control .inner-control {
    box-shadow: none;
    padding: 0
}

.area-menu .account .user-control .inner-control .logout {
    display: inline-block;
    padding: 0;
    border: 0
}

.area-menu .account.active .user-control {
    display: block
}

.area-menu .mb-destinations {
    padding: 25px
}

.area-menu .add-jobs {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px
}

.area-menu .dropdown-select {
    display: block
}

.area-menu .dropdown-select ul li a {
    padding-top: 10px;
    padding-bottom: 10px
}

.area-menu .dropdown-select .entry-select {
    display: none;
    position: relative;
    margin-top: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    max-width: inherit;
    min-width: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.area-menu .dropdown-select.active .entry-select {
    margin-top: 10px;
    margin-bottom: 0;
    display: block
}

.site-menu.mobile-menu .account .user-control {
    text-align: left
}

.site-menu.mobile-menu .account .user-show i.fa-chevron-down {
    display: inline-block;
    font-size: 12px;
    margin-left: 3px
}

.site-menu.mobile-menu .account.active .user-show i.fa-chevron-down::before {
    content: ""
}

.site-menu.mobile-menu .dropdown-categories ul.entry-select {
    padding-left: 10px
}

.site-menu.mobile-menu .site-logo {
    padding: 25px;
    margin-right: 0
}

.site-menu.mobile-menu .site-logo img {
    max-width: 100px
}

.site-menu.mobile-menu .add-job,
.site-menu.mobile-menu .add-job-login {
    margin: 25px
}

.admin-bar .area-menu .inner-menu {
    top: 32px
}

@media only screen and (max-width:374px) {
    .area-menu {
        width: 270px
    }
}

@media only screen and (max-width:1199px) {
    .canvas-menu.d-hidden {
        display: block
    }
}

.civi-top-bar {
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 14px
}

.civi-top-bar.rtl .right-top-bar {
    text-align: left
}

.civi-top-bar.rtl .top-bar-email {
    margin-right: 25px;
    margin-left: 0
}

.civi-top-bar.rtl i {
    margin-left: 10px
}

.civi-top-bar i {
    margin-right: 10px;
    font-weight: 500
}

.civi-top-bar .top-bar-email {
    margin-left: 25px
}

.civi-top-bar .right-top-bar,
.civi-top-bar.rtl .left-top-bar {
    text-align: right
}

.civi-top-bar p {
    margin-bottom: 0
}

.civi-top-bar .top-bar-text a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.civi-top-bar .top-bar-text a .icon-ringbell {
    display: inline-block;
    margin-right: 4px;
    background-size: 24px;
    background-repeat: no-repeat;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite
}

.civi-top-bar .top-bar-text a .icon-ringbell img {
    width: 24px
}

@media (max-width:991px) {
    .civi-top-bar .left-top-bar {
        margin-bottom: 10px;
        text-align: center !important
    }

    .civi-top-bar,
    .civi-top-bar .right-top-bar {
        text-align: center !important
    }
}

.archive-post .post .entry-post-thumbnail+.entry-post-detail {
    margin-top: 20px
}

.archive-post .post .entry-title {
    margin-bottom: 12px
}

.archive-post .post .post-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    display: inline-block
}

.archive-post .post .post-date {
    font-weight: 500;
    color: var(--civi-color-accent);
    margin-bottom: 8px
}

.archive-post .post .post-date .post-categories,
.civi-top-bar p {
    display: inline-block
}

.archive-post .post .post-date .post-categories li::after {
    content: "";
    height: 1px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    width: 0;
    display: block;
    background-color: var(--civi-color-accent)
}

.archive-post .post .post-date span:not(.text) {
    color: var(--civi-color-secondary);
    position: relative;
    display: inline-block;
    padding-left: 15px
}

.archive-post .post .post-date span:not(.text)::after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ddd;
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.archive-post .post .is-sticky {
    background: var(--civi-color-accent);
    color: #fff;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    display: inline-block;
    margin-left: 5px
}

.archive-post .post .post-meta {
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    color: #8d8d8d
}

.archive-post .post .post-meta>div,
.single .post .inner-post-wrap .post-meta>div {
    margin-right: 24px;
    position: relative
}

.archive-post .post .post-meta>div:last-child:after,
.single .post .inner-post-wrap .post-meta>div:last-child:after {
    display: none
}

.archive-post .post .post-meta>div:after,
.single .post .inner-post-wrap .post-meta>div:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #d8d8d8;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    display: block;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -2px
}

.archive-post .post .post-meta .post-time {
    display: none
}

.archive-post .post .post-meta .post-author span,
.single .post .inner-post-wrap .post-meta .post-author span {
    margin-right: 5px
}

.archive-post .post .post-meta .post-author a {
    font-weight: 600;
    color: var(--civi-color-text)
}

.archive-post .post .post-excerpt {
    margin-bottom: 22px
}

.archive-post .post .post-excerpt p {
    margin-bottom: 0;
    line-height: 1.8
}

.archive-post .post .btn-readmore a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 3px;
    color: var(--civi-color-accent)
}

.archive-post .post .btn-readmore a::after,
.archive-post .post .btn-readmore a::before {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    background-color: var(--civi-color-accent);
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.archive-post .post .btn-readmore a::after {
    right: 0;
    width: 100%;
    bottom: 0
}

.archive-post .post .btn-readmore a::before {
    left: 0;
    bottom: 0;
    width: 0;
    transition-delay: .3s
}

.archive-post .post .btn-readmore a:hover {
    background-image: none
}

.archive-post .post .btn-readmore a:hover::after {
    width: 0
}

.archive-post .post .btn-readmore a:hover::before {
    width: 100%
}

.post-categories {
    margin-bottom: 10px;
    padding-left: 0;
    display: table;
    line-height: 28px
}

.post-categories li,
.single .post .inner-post-wrap .post-categories li {
    display: inline-block;
    margin-right: 10px
}

.post-categories li:last-child,
.single .post .inner-post-wrap .post-author .author-socials-profile li:last-child,
.single .post .inner-post-wrap .post-categories li:last-child,
.single .post .inner-post-wrap .post-meta>div:last-child {
    margin-right: 0
}

#civi-custom-blog .post-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 40px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, transparent 2%, #000 200%)
}

.list-posts .post {
    padding-left: 15px;
    padding-right: 15px
}

.count-posts {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

.archive-post.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.archive.category .main-content {
    padding-top: 60px
}

.civi-categories {
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap
}

.civi-categories .civi-list-categories,
.civi-categories .list-categories {
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    list-style-type: none;
    display: table;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -16px;
    margin-right: -16px
}

.civi-categories .civi-list-categories li,
.civi-categories .list-categories li {
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px
}

.civi-categories .civi-list-categories li a:hover,
.civi-categories .civi-list-categories li.active a,
.civi-categories .list-categories li a:hover,
.civi-categories .list-categories li.active a {
    color: var(--civi-color-primary)
}

.civi-categories .civi-list-categories li a,
.civi-categories .list-categories li a {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize
}

.archive-post.layout-list .inner-post-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.archive-post.layout-list .entry-post-thumbnail {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%
}

.archive-post.layout-list .entry-post-detail {
    padding-left: 40px;
    margin-top: 0
}

.archive-post.layout-list .post+.post {
    margin-top: 40px
}

.no-results .page-header {
    margin-bottom: 15px
}

.no-results .page-content>p {
    margin-bottom: 30px
}

.no-results .screen-reader-text {
    display: none
}

@media only screen and (max-width:991px) {
    .main-content.content-blog .site-layout.has-sidebar {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .main-content.content-blog .site-layout.has-sidebar #primary {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .main-content.content-blog .site-layout.has-sidebar aside#secondary {
        max-width: inherit;
        padding-left: 0;
        padding-right: 0;
        margin-top: 40px
    }
}

@media only screen and (max-width:767px) {
    .archive-post.layout-list .inner-post-wrap {
        display: block
    }

    .archive-post.layout-list .entry-post-detail {
        padding-left: 0
    }
}

.single .site-layout.has-thumbnail #primary #main {
    padding-right: 30px;
    background: #fff
}

.single .post-thumbnail img {
    width: 100%;
    min-height: 400px;
    max-height: 450px;
    object-fit: cover
}

.single .post .inner-post-wrap .post-categories {
    display: table;
    margin-bottom: 15px
}

.single .post .inner-post-wrap .post-categories a {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--civi-color-accent)
}

.single .post .inner-post-wrap .post-title {
    margin-bottom: 20px
}

.single .post .inner-post-wrap .post-title .entry-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.single .post .inner-post-wrap .post-meta {
    font-size: 15px;
    line-height: 23px;
    font-style: italic;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    color: #8d8d8d
}

.single .post .inner-post-wrap .post-meta .post-author a {
    font-weight: 600;
    color: #2d2d2d
}

.single .post .inner-post-wrap .post-author .head-author .entry-title a:hover,
.single .post .inner-post-wrap .post-meta .post-author a:hover {
    color: var(--civi-color-accent)
}

.single .post .inner-post-wrap .post-content {
    padding-bottom: 40px;
    line-height: 1.625
}

.single .post .inner-post-wrap .post-content:after {
    content: "";
    clear: both;
    display: block
}

.single .post .inner-post-wrap .post-tags {
    display: flex;
    padding-bottom: 30px
}

.single .post .inner-post-wrap .post-tags i {
    font-size: 18px;
    position: relative;
    bottom: -4px
}

.single .post .inner-post-wrap .post-tags .entry-tag {
    display: table;
    padding-left: 10px;
    line-height: 1.8
}

.single .post .inner-post-wrap .post-tags .entry-tag a {
    margin-right: 6px
}

.single .post .inner-post-wrap .post-author {
    display: flex
}

.single .post .inner-post-wrap .post-author .entry-avatar {
    display: inline-block;
    overflow: hidden
}

.single .post .inner-post-wrap .post-author .entry-avatar img,
.single .post .inner-post-wrap .related-post .entry-post-thumbnail img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.single .post .inner-post-wrap .post-author .entry-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover
}

.single .post .inner-post-wrap .post-author .inner-left {
    display: inline-flex;
    flex: 0 0 100px
}

.single .post .inner-post-wrap .post-author .inner-left+.inner-right {
    padding-left: 20px
}

.single .post .inner-post-wrap .post-author .head-author {
    display: flex;
    align-items: center
}

.single .post .inner-post-wrap .post-author .head-author .entry-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0
}

.single .post .inner-post-wrap .post-author .head-author .entry-title a {
    color: var(--civi-color-primary)
}

.single .post .inner-post-wrap .post-author .author-socials-profile {
    margin-left: 20px
}

.single .post .inner-post-wrap .post-author .author-socials-profile ul {
    display: flex;
    line-height: 28px;
    padding-left: 0;
    margin-bottom: 0
}

.single .post .inner-post-wrap .post-author .author-socials-profile li {
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
    line-height: 1
}

.single .post .inner-post-wrap .post-author .entry-bio {
    margin-bottom: 0
}

.single .post .inner-post-wrap .post-author .head-author+.entry-bio {
    margin-top: 15px
}

.single .post .inner-post-wrap .related-post .entry-post-thumbnail img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.single .post .inner-post-wrap .related-post .entry-post-thumbnail+.entry-post-detail {
    margin-top: 20px
}

.single .post .inner-post-wrap .related-post .post-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

.single .block-line {
    border-top: 1px solid #eee;
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (max-width:479px) {
    .single .post .inner-post-wrap .post-author {
        align-items: inherit
    }

    .single .post .inner-post-wrap .post-author .inner-left {
        flex: 0 0 50px;
        position: absolute
    }

    .single .post .inner-post-wrap .post-author .inner-left+.inner-right {
        padding-left: 0
    }

    .single .post .inner-post-wrap .post-author .entry-avatar img {
        width: 50px;
        height: 50px
    }

    .single .post .inner-post-wrap .post-author .head-author {
        display: block;
        padding-left: 70px
    }

    .single .post .inner-post-wrap .post-author .author-socials-profile {
        margin-left: 0;
        margin-top: 10px
    }

    .single .post .inner-post-wrap .related-post .post-title {
        font-size: 16px;
        line-height: 25px
    }
}

.elementor-editor-active .page-header {
    pointer-events: none
}

.elementor-editor-active .page-header * {
    pointer-events: none !important
}

.elm-section-static>.elementor-container {
    position: static !important
}

.elementor-column.elm-column-static,
.elementor-column.elm-column-static>.elementor-widget-wrap {
    position: static
}

.elementor-element-editable.civi-heading-wrapper-editing .civi-modern-heading {
    outline: 1px dashed #eee
}

.elementor-element-editable.elementor-widget-civi-image-layers .artboard {
    outline: 2px dashed #d5dadf
}

.elementor-element-editable.civi-swiper-arrows-editing .civi-swiper .swiper-nav-button {
    transition-delay: 0s !important;
    opacity: 1 !important;
    visibility: visible !important
}

.elementor-element-editable.civi-map-marker-overlay-editing .civi-map-overlay-content {
    display: block !important
}

.elementor-widget-civi-flip-box.civi-flip-box--flipped .elementor-widget-container .front-side {
    display: none
}

.elementor-widget-civi-flip-box.civi-flip-box--flipped .elementor-widget-container .back-side {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro" !important
}

.elementor-widget-heading .elementor-heading-title {
    margin-bottom: 0
}

body.home {
    overflow-x: hidden
}

.hover-svg-white .elementor-widget-icon svg {
    transition: all .3s
}

.hover-svg-white .elementor-widget-icon:hover svg,
.hover-svg-white .elementor-widget-icon:hover svg path {
    fill: #fff
}

.dialog-widget.elementor-popup-modal .dialog-message {
    max-width: 90vw
}

.dialog-widget.elementor-popup-modal .dialog-close-button {
    top: 14px
}

.dialog-widget .dialog-close-button {
    font-size: 32px
}

.dialog-widget .dialog-close-button i:before {
    content: ""
}

.loop-move-vertical {
    animation: 3s civi-loop-move-vertical linear infinite alternate
}

.loop-move-horizontal {
    animation: 3s civi-loop-move-horizontal linear infinite alternate
}

.loop-rotate {
    animation: 3s civi-loop-rotate linear infinite
}

.civi-animation-zoom-in .civi-image,
.civi-animation-zoom-out .civi-image {
    overflow: hidden
}

.civi-animation-zoom-in .civi-image .image,
.civi-animation-zoom-in .civi-image img {
    width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1)
}

.civi-animation-zoom-in .civi-box:hover .civi-image .image,
.civi-animation-zoom-in .civi-box:hover .civi-image img {
    transform: scale3d(1.1, 1.1, 1.1)
}

.civi-animation-zoom-out .civi-image .image,
.civi-animation-zoom-out .civi-image img {
    width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.civi-animation-zoom-out .civi-box:hover .civi-image .image,
.civi-animation-zoom-out .civi-box:hover .civi-image img {
    transform: scale3d(1, 1, 1)
}

.civi-animation-move-up .civi-box .civi-image {
    transition: all .3s cubic-bezier(0, 0, .2, 1)
}

.civi-animation-move-up .civi-box:hover .civi-image,
.civi-animation-move-up-drop-shadow .civi-box:hover .civi-image {
    transform: translateY(-10px)
}

.civi-animation-move-up-drop-shadow .civi-box .civi-image {
    position: relative;
    transition: all .3s cubic-bezier(0, 0, .2, 1)
}

.civi-animation-move-up-drop-shadow .civi-box .civi-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 10%;
    right: 10%;
    box-shadow: 0 10px 50px rgba(51, 51, 51, .22);
    z-index: -1;
    opacity: 0;
    transition: opacity .3s linear
}

.civi-animation-move-up-drop-shadow .civi-box:hover .civi-image:after {
    opacity: 1
}

.CiviFadeInUp {
    animation-name: CiviAnimationFadeInUp
}

.CiviFadeInDown.animated,
.CiviFadeInLeft.animated,
.CiviFadeInRight.animated,
.CiviFadeInUp.animated {
    animation-duration: 1s
}

.CiviFadeInDown {
    animation-name: CiviAnimationFadeInDown
}

.CiviFadeInLeft {
    animation-name: CiviAnimationFadeInleft
}

.CiviFadeInRight {
    animation-name: CiviAnimationFadeInRight
}

.civi-elementor-loading:not(.elementor-section-boxed) {
    overflow: hidden
}

.civi-elementor-loading:not(.elementor-section-boxed) .elementor-invisible {
    visibility: visible
}

.civi-elementor-loading:not(.elementor-section-boxed) .elementor-video,
.civi-elementor-loading:not(.elementor-section-boxed) .slide-bg,
.civi-elementor-loading:not(.elementor-section-boxed) img {
    transform: scale(1.2);
    transform-origin: center center;
    transition: transform 0s .6s;
    will-change: transform
}

.civi-elementor-loading:not(.elementor-section-boxed)>.elementor-container,
.civi-elementor-loading:not(.elementor-section-boxed)>.elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed)>.elementor-widget-wrap {
    transition: transform .6s cubic-bezier(.7, .085, .79, .415) .35s !important;
    overflow: hidden
}

.civi-elementor-loading:not(.elementor-section-boxed)>.elementor-container:after,
.civi-elementor-loading:not(.elementor-section-boxed)>.elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed)>.elementor-widget-wrap:after {
    content: "";
    background-color: var(--civi-color-accent);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    transform: scaleX(1);
    transform-origin: right center;
    transition: transform .6s cubic-bezier(.7, .085, .79, .415);
    will-change: transform;
    z-index: 1
}

.civi-elementor-loading:not(.elementor-section-boxed) .elementor-wrapper {
    opacity: 0;
    transition: transform .6s cubic-bezier(.7, .085, .79, .415) .35s;
    will-change: transform
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up>.elementor-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up>.elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up>.elementor-widget-wrap {
    transform: translate3d(0, 100%, 0) !important
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up>.elementor-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up>.elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up>.elementor-widget-wrap:after {
    transform-origin: left bottom
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up .elementor-wrapper {
    transform: translate3d(0, 100%, 0)
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left>.elementor-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left>.elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left>.elementor-widget-wrap {
    transform: translate3d(100%, 0, 0) !important
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left>.elementor-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left>.elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left>.elementor-widget-wrap:after {
    transform-origin: left center
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left .elementor-wrapper {
    transform: translate3d(100%, 0, 0)
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right>.elementor-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right>.elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right>.elementor-widget-wrap {
    transform: translate3d(-100%, 0, 0) !important
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right>.elementor-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right>.elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right>.elementor-widget-wrap:after {
    transform-origin: right center
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right .elementor-wrapper {
    transform: translate3d(-100%, 0, 0)
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down>.elementor-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down>.elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down>.elementor-widget-wrap {
    transform: translate3d(0, -100%, 0) !important
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down>.elementor-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down>.elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down>.elementor-widget-wrap:after {
    transform-origin: left top
}

.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down .elementor-wrapper {
    transform: translate3d(0, -100%, 0)
}

.civi-elementor-loading:not(.elementor-section-boxed).animated .elementor-video,
.civi-elementor-loading:not(.elementor-section-boxed).animated .slide-bg,
.civi-elementor-loading:not(.elementor-section-boxed).animated img {
    transform: scale(1);
    transition: transform 1.3s cubic-bezier(.34, .615, .4, .985) .3s
}

.civi-elementor-loading:not(.elementor-section-boxed).animated>.elementor-container,
.civi-elementor-loading:not(.elementor-section-boxed).animated>.elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).animated>.elementor-widget-wrap {
    transform: translate3d(0, 0, 0) !important;
    transition: transform .6s cubic-bezier(.565, .43, .24, .92) .2s !important
}

.civi-elementor-loading:not(.elementor-section-boxed).animated>.elementor-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated>.elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated>.elementor-widget-wrap:after {
    transition: transform .8s cubic-bezier(.565, .43, .24, .92) .65s
}

.civi-elementor-loading:not(.elementor-section-boxed).animated .elementor-wrapper {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform .6s cubic-bezier(.565, .43, .24, .92)
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-down>.elementor-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-down>.elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-down>.elementor-widget-wrap:after {
    transform-origin: left bottom;
    transform: scaleY(0)
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-right>.elementor-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-right>.elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-right>.elementor-widget-wrap:after {
    transform-origin: right center;
    transform: scaleX(0)
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-left>.elementor-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-left>.elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-left>.elementor-widget-wrap:after {
    transform-origin: left center;
    transform: scaleX(0)
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-up>.elementor-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-up>.elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-up>.elementor-widget-wrap:after {
    transform-origin: left top;
    transform: scaleY(0)
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-bottom-to-top {
    -webkit-animation: 20s linear infinite bottotop;
    animation: 20s linear infinite bottotop;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-bottom-to-top .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-01 .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-02 .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-03 .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-04 .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-05 .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-spin .elementor-widget-container:after {
    display: none
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-bottom-to-top.animated-fast {
    -webkit-animation: 15s linear infinite bottotop;
    animation: 15s linear infinite bottotop
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-bottom-to-top.animated-slow {
    -webkit-animation: 25s linear infinite bottotop;
    animation: 25s linear infinite bottotop
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-spin {
    -webkit-animation: 8s linear infinite spin;
    animation: 8s linear infinite spin
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-spin.animated-fast {
    -webkit-animation: 5s linear infinite spin;
    animation: 5s linear infinite spin
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-spin.animated-slow {
    -webkit-animation: 12s linear infinite spin;
    animation: 12s linear infinite spin
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-01 {
    -webkit-animation: moving01 infinite 18s;
    animation: moving01 infinite 18s
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-01.animated-fast {
    -webkit-animation: moving01 infinite 8s;
    animation: moving01 infinite 8s
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-01.animated-slow {
    -webkit-animation: moving01 infinite 28s;
    animation: moving01 infinite 28s
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-02 {
    -webkit-animation: moving02 9s linear infinite;
    animation: moving02 9s linear infinite
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-02.animated-fast {
    -webkit-animation: moving02 4s linear infinite;
    animation: moving02 4s linear infinite
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-02.animated-slow {
    -webkit-animation: moving02 15s linear infinite;
    animation: moving02 15s linear infinite
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-03 {
    -webkit-animation: moving03 4s infinite alternate;
    animation: moving03 4s infinite alternate
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-03.animated-fast {
    -webkit-animation: moving03 2s infinite alternate;
    animation: moving03 2s infinite alternate
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-03.animated-slow {
    -webkit-animation: moving03 6s infinite alternate;
    animation: moving03 6s infinite alternate
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-04 {
    -webkit-animation: moving04 1.5s infinite alternate;
    animation: moving04 1.5s infinite alternate
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-04.animated-fast {
    -webkit-animation: moving04 .5s infinite alternate;
    animation: moving04 .5s infinite alternate
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-04.animated-slow {
    -webkit-animation: moving04 3s infinite alternate;
    animation: moving04 3s infinite alternate
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-05 {
    -webkit-animation: moving05 12s infinite linear;
    animation: moving05 12s infinite linear
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-05.animated-fast {
    -webkit-animation: moving05 6s infinite linear;
    animation: moving05 6s infinite linear
}

.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-moving-05.animated-slow {
    -webkit-animation: moving05 18s infinite linear;
    animation: moving05 18s infinite linear
}

.civi-elementor-loading.elementor-section-boxed {
    overflow: hidden
}

.civi-elementor-loading.elementor-section-boxed .elementor-invisible {
    visibility: visible
}

.civi-elementor-loading.elementor-section-boxed:after {
    content: "";
    background-color: var(--civi-color-accent);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    transform: scaleX(1);
    transform-origin: right center;
    transition: transform .6s cubic-bezier(.7, .085, .79, .415);
    will-change: transform;
    z-index: 1
}

.civi-elementor-loading.elementor-section-boxed>.elementor-container {
    transition: transform .6s cubic-bezier(.7, .085, .79, .415) .35s !important
}

.civi-elementor-loading.elementor-section-boxed .elementor-wrapper {
    opacity: 0;
    transition: transform .6s cubic-bezier(.7, .085, .79, .415) .35s;
    will-change: transform
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-up:after {
    transform-origin: left bottom
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-up>.elementor-container {
    transform: translate3d(0, 100%, 0) !important
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-up .elementor-wrapper {
    transform: translate3d(0, 100%, 0)
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-left:after {
    transform-origin: left center
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-left>.elementor-container {
    transform: translate3d(100%, 0, 0) !important
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-left .elementor-wrapper {
    transform: translate3d(100%, 0, 0)
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-right:after {
    transform-origin: right center
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-right>.elementor-container {
    transform: translate3d(-100%, 0, 0) !important
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-right .elementor-wrapper {
    transform: translate3d(-100%, 0, 0)
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-down:after {
    transform-origin: left top
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-down>.elementor-container {
    transform: translate3d(0, -100%, 0) !important
}

.civi-elementor-loading.elementor-section-boxed.civi-slide-in-down .elementor-wrapper {
    transform: translate3d(0, -100%, 0)
}

.civi-elementor-loading.elementor-section-boxed.animated:after {
    transition: transform .8s cubic-bezier(.565, .43, .24, .92) .45s
}

.civi-elementor-loading.elementor-section-boxed.animated>.elementor-container {
    transform: translate3d(0, 0, 0) !important;
    transition: transform .6s cubic-bezier(.565, .43, .24, .92) .2s !important
}

.civi-elementor-loading.elementor-section-boxed.animated .elementor-wrapper {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform .6s cubic-bezier(.565, .43, .24, .92)
}

.civi-elementor-loading.elementor-section-boxed.animated.civi-slide-in-down:after {
    transform-origin: left bottom;
    transform: scaleY(0)
}

.civi-elementor-loading.elementor-section-boxed.animated.civi-slide-in-right:after {
    transform-origin: right center;
    transform: scaleX(0)
}

.civi-elementor-loading.elementor-section-boxed.animated.civi-slide-in-left:after {
    transform-origin: left center;
    transform: scaleX(0)
}

.civi-elementor-loading.elementor-section-boxed.animated.civi-slide-in-up:after {
    transform-origin: left top;
    transform: scaleY(0)
}

.civi-grid .grid-item {
    opacity: 0;
    transform: translate3d(0, 30px, 0)
}

.civi-grid .grid-item.animate {
    transform: none;
    opacity: 1;
    transition: transform 1s ease-in-out, opacity 1s linear
}

.civi-grid-filter {
    padding-bottom: 61px
}

.civi-grid-filter .container {
    padding-left: 0;
    padding-right: 0
}

.civi-grid-wrapper .civi-grid-filter-buttons {
    margin-left: -15px;
    margin-right: -15px
}

.civi-grid-wrapper.filter-style-01 .btn-filter {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 5px 17px;
    color: inherit;
    border-bottom: 1px solid transparent
}

.civi-grid-wrapper.filter-style-01 .btn-filter:hover .filter-counter {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -100%)
}

.civi-grid-wrapper.filter-style-01 .btn-filter.current {
    border-color: currentColor
}

.civi-grid-wrapper.filter-style-01 .btn-filter.current .filter-text {
    font-weight: 500
}

.civi-grid-wrapper.filter-style-01 .filter-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.34;
    text-transform: uppercase;
    letter-spacing: 1.38px
}

.civi-grid-wrapper.filter-style-01 .filter-counter {
    position: absolute;
    top: 0;
    left: 50%;
    visibility: hidden;
    margin: 0 auto;
    min-width: 34px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    font-size: 12px;
    background-color: var(--civi-color-primary);
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%)
}

.civi-grid-wrapper.filter-style-01 .filter-counter:before {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 4px solid var(--civi-color-primary);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

.civi-grid-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: var(--civi-color-primary);
    background: rgba(255, 255, 255, .3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.civi-grid-loader.show {
    pointer-events: auto;
    z-index: 2;
    opacity: 1;
    visibility: visible
}

.civi-grid-loader .sk-wrap {
    margin: 0 auto
}

.civi-grid-loader .sk-circle {
    width: 80px;
    height: 80px
}

.civi-infinite-loader {
    display: none;
    margin: 0
}

.civi-infinite-loader .sk-wrap {
    margin: 0 auto
}

.civi-grid-pagination .page-pagination,
.civi-grid-pagination .pagination-wrapper,
.civi-infinite-loader.show {
    display: inline-block
}

.civi-grid-pagination {
    padding-top: 50px;
    text-align: center
}

.civi-grid-pagination .navigation-buttons {
    display: flex;
    align-items: center;
    color: var(--civi-color-primary)
}

.civi-grid-pagination .navigation-buttons .nav-line {
    width: 150px;
    height: 1px;
    flex-shrink: 0;
    background: currentColor;
    margin: 0 30px
}

.civi-grid-pagination .navigation-buttons .nav-link {
    user-select: none;
    cursor: pointer;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 500
}

.civi-grid-pagination .navigation-buttons .disabled {
    opacity: .5;
    cursor: not-allowed
}

.civi-load-more-button.civi-button {
    min-width: 250px
}

.civi-load-more-button.civi-button.style-border {
    border-color: #eee
}

.civi-load-more-button.civi-button.style-border:hover {
    border-color: transparent
}

.civi-grid-messages {
    margin: 50px 0;
    text-align: center
}

.civi-grid-sorting {
    margin-bottom: 10px
}

.civi-grid-sorting .result-count {
    margin: 0 0 20px;
    color: #7e7e7e
}

.civi-grid-sorting .result-count .count {
    font-weight: 500;
    color: #333
}

.civi-grid-sorting .ordering {
    text-align: right;
    margin: 0 0 20px
}

.civi-grid-sorting .ordering .civi-fake-select-wrap {
    width: 260px
}

.civi-grid-sorting .ordering .civi-fake-select-current .label:before {
    content: "";
    vertical-align: middle;
    font-size: 16px
}

.civi-grid-metro .grid-item-height .civi-box,
.civi-grid-metro .grid-item-height .civi-image {
    height: 100%
}

.civi-grid-metro .grid-item-height .civi-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lazy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

.lazy-grid .grid-sizer {
    display: none
}

.lazy-grid.loaded,
.lazy-grid.loaded .grid-sizer {
    display: block
}

@media (max-width:767.98px) {
    .civi-grid-wrapper .civi-grid-filter-buttons {
        display: block
    }

    .civi-grid-sorting,
    .civi-grid-sorting .ordering {
        text-align: left
    }
}

.has-admin-bar.fp-enabled {
    height: calc(100% - 32px) !important
}

.civi-full-page .fp-section:not(.page-footer-wrapper) .elementor-section-stretched {
    left: 0 !important
}

.full-page-numbers,
.full-page-share-list {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%)
}

.full-page-share-list {
    right: 60px;
    padding-top: 110px
}

.full-page-share-list .stalk {
    position: absolute;
    top: 0;
    left: 7px;
    padding-left: 63px;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--civi-color-primary);
    transform: translateX(-50%) translateY(100%) rotate(-90deg)
}

.full-page-share-list .stalk:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #ddd
}

.full-page-share-list a {
    display: block;
    font-size: 17px
}

.full-page-share-list a+a {
    margin-top: 22px
}

.full-page-numbers {
    left: 48px;
    color: var(--civi-color-primary)
}

.full-page-numbers .numbers {
    display: flex;
    align-items: flex-end
}

.full-page-numbers .numbers .current {
    font-size: 70px;
    font-weight: 300;
    line-height: .6
}

.full-page-numbers .numbers .total {
    position: relative;
    padding-left: 28px;
    font-size: 27px;
    line-height: 1
}

.full-page-numbers .numbers .total:before {
    position: absolute;
    content: "";
    width: 1px;
    left: 12px;
    bottom: 0;
    height: 64px;
    background: #ccc
}

.full-page-numbers .title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 12px
}

[data-fp-section-skin=light] #fp-nav ul li a span,
[data-fp-section-skin=light] .fp-slidesNav ul li a span {
    background: #fff
}

[data-fp-section-skin=light] .full-page-numbers,
[data-fp-section-skin=light] .full-page-share-list .stalk,
[data-fp-section-skin=light] .full-page-share-list a {
    color: #fff
}

[data-fp-section-skin=light] .full-page-share-list .stalk:before {
    background: rgba(221, 221, 221, .27)
}

[data-fp-section-skin=light] .full-page-numbers .total:before {
    background: rgba(204, 204, 204, .2)
}

.elementor-section-gap-beside-no>.elementor-container>.elementor-row {
    flex-grow: 1
}

.elementor-section-gap-beside-no>.elementor-column-gap-narrow>.elementor-row {
    margin-left: -5px;
    margin-right: -5px
}

.elementor-section-gap-beside-no>.elementor-column-gap-default>.elementor-row {
    margin-left: -10px;
    margin-right: -10px
}

.elementor-section-gap-beside-no>.elementor-column-gap-extended>.elementor-row {
    margin-left: -15px;
    margin-right: -15px
}

.elementor-section-gap-beside-no>.elementor-column-gap-wide>.elementor-row {
    margin-left: -20px;
    margin-right: -20px
}

.elementor-section-gap-beside-no>.elementor-column-gap-wider>.elementor-row {
    margin-left: -30px;
    margin-right: -30px
}

.elementor-section.elementor-inner-section,
.elementor-section.elementor-section-content-align-left>.elementor-container {
    margin-left: 0;
    margin-right: 0
}

.elementor-section.elementor-section-content-align-right>.elementor-container {
    margin-left: 0;
    margin-right: 0;
    float: right;
    width: 100%
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
    border-color: #eee
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    font-size: 18px
}

.elementor-element .elementor-widget-heading.elementor-widget-heading .elementor-heading-title>a:hover,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title a {
    color: inherit
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-icon {
    position: relative;
    top: 3px;
    font-size: 16px
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    border-color: #eee;
    font-size: 16px;
    line-height: 1.75
}

.elementor-accordion-style-02 .elementor-accordion .elementor-accordion-item {
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.elementor-accordion-style-02 .elementor-accordion .elementor-tab-title {
    padding: 17px 0 21px
}

.elementor-accordion-style-02 .elementor-accordion .elementor-tab-content {
    padding: 22px 0 33px
}

.elementor-accordion-style-03 .elementor-accordion .elementor-accordion-item {
    border: 0 !important
}

.elementor-accordion-style-03 .elementor-accordion .elementor-tab-content {
    border: 0 !important;
    padding: 16px 0 33px
}

.elementor-accordion-style-03 .elementor-accordion .elementor-tab-title {
    padding: 15px 0;
    font-size: 24px
}

.elementor-accordion-style-03 .elementor-accordion .elementor-tab-title a {
    border-bottom: 2px solid currentColor;
    padding-bottom: 4px
}

.elementor-accordion-style-03 .elementor-accordion .elementor-accordion-icon {
    top: 9px
}

.civi-button {
    display: inline-block;
    background-color: var(--civi-color-accent);
    border: solid 1px var(--civi-color-accent);
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 10px 26px;
    font-size: 16px;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    font-weight: 500;
    cursor: pointer
}

.civi-button:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .2)0 0);
    color: #fff
}

.civi-button.button-outline {
    background-color: transparent;
    color: var(--civi-color-primary);
    border-color: #ddd
}

.civi-button.button-outline-accent:hover,
.civi-button.button-outline:hover {
    background-image: none;
    background-color: var(--civi-color-accent);
    color: #fff;
    border-color: var(--civi-color-accent)
}

.civi-button.button-outline-accent {
    background-color: transparent;
    color: var(--civi-color-accent);
    border-color: var(--civi-color-accent)
}

.civi-button.button-border-bottom,
.civi-button.button-link {
    color: var(--civi-color-accent);
    background-color: transparent;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    padding: 0;
    line-height: 1.3
}

.civi-button.button-link {
    text-decoration: none
}

.civi-button.button-border-bottom::after,
.civi-button.button-border-bottom::before,
.civi-button.button-link::after {
    content: "";
    height: 1px;
    display: block;
    background-color: var(--civi-color-accent);
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.civi-button.button-link::after {
    width: 0
}

.civi-button.button-border-bottom:hover,
.civi-button.button-link:hover {
    background-image: none
}

.civi-button.button-link:hover::after {
    width: 100%
}

.civi-button.button-border-bottom {
    position: relative
}

.civi-button.button-border-bottom::after,
.civi-button.button-border-bottom::before {
    position: absolute
}

.civi-button.button-border-bottom::after {
    right: 0;
    width: 100%;
    bottom: 0
}

.civi-button.button-border-bottom::before {
    left: 0;
    bottom: 0;
    width: 0;
    transition-delay: .3s
}

.civi-button.button-border-bottom:hover::after {
    width: 0
}

.civi-button.button-border-bottom:hover::before {
    width: 100%
}

.civi-button.button-block {
    display: block;
    width: 100%;
    text-align: center
}

.civi-button.button-disbale {
    cursor: not-allowed
}

.civi-button.button-disbale:hover {
    background-color: var(--civi-color-accent);
    color: #fff
}

.civi-button.button-xs {
    padding: 6px 22px;
    font-size: 12px
}

.civi-button.button-sm {
    padding: 8px 24px;
    font-size: 14px
}

.civi-button.button-lg {
    padding: 12px 28px;
    font-size: 18px
}

.civi-button.button-xl {
    padding: 14px 30px;
    font-size: 20px
}

.civi-button.button-rounded,
.civi-button.button-square {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

.civi-button.button-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.civi-button i:not(.fa-spin),
.civi-button svg {
    margin-right: 10px
}

.civi-button.button-icon-right i,
.civi-button.button-icon-right svg {
    margin-left: 10px
}

.elementor-widget-countdown.civi-countdown-style-01 .elementor-countdown-digits {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.elementor-widget-countdown.civi-countdown-style-01 .elementor-countdown-item {
    vertical-align: middle;
    padding: 0;
    line-height: 1
}

.elementor-element .elementor-form-fields-wrapper,
.elementor-widget-countdown.civi-countdown-style-01 .elementor-countdown-item+.elementor-countdown-item {
    position: relative
}

.elementor-widget-countdown.civi-countdown-style-01 .elementor-countdown-item+.elementor-countdown-item:before {
    position: absolute;
    top: 50%;
    left: -8px;
    content: ":";
    font-size: 18px;
    font-weight: 700;
    color: #3f3a64;
    transform: translateY(-50%)
}

.elementor-element .elementor-field.elementor-field::-webkit-input-placeholder {
    opacity: 1
}

.elementor-element .elementor-field.elementor-field:-moz-placeholder {
    opacity: 1
}

.elementor-element .elementor-field.elementor-field::-moz-placeholder {
    opacity: 1
}

.elementor-element .elementor-field.elementor-field:-ms-input-placeholder {
    opacity: 1
}

.elementor-element .elementor-field-group .elementor-field-textual:focus {
    box-shadow: none
}

.elementor-form-no-wrap .elementor-form-fields-wrapper {
    flex-wrap: nowrap
}

.elementor-field-group.elementor-col-fit {
    flex-grow: 1
}

.elementor-field-group.elementor-col-custom {
    flex-shrink: 0
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 48px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 52px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 56px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 60px
}

.elementor-form .elementor-field-textual.elementor-size-lg,
.elementor-form .elementor-field-textual.elementor-size-md,
.elementor-form .elementor-field-textual.elementor-size-sm,
.elementor-form .elementor-field-textual.elementor-size-xl,
.elementor-form .elementor-field-textual.elementor-size-xs {
    border-radius: 5px
}

.elementor-form .elementor-field-textual.elementor-size-xs {
    min-height: 40px
}

.elementor-form .elementor-field-textual.elementor-size-sm {
    min-height: 48px;
    font-size: 16px
}

.elementor-form .elementor-field-textual.elementor-size-md {
    min-height: 52px;
    padding: 3px 20px
}

.elementor-form .elementor-field-textual.elementor-size-lg {
    min-height: 56px
}

.elementor-form .elementor-field-textual.elementor-size-xl {
    min-height: 60px
}

.elementor-form .elementor-message-success:before {
    content: ""
}

.elementor-field-group .elementor-select-wrapper:before {
    display: none
}

.elementor-widget-animated-headline .elementor-headline {
    margin-bottom: 0
}

.elementor-widget-animated-headline .elementor-headline-plain-text {
    display: inline !important
}

.elementor-widget-animated-headline .elementor-headline-text-wrapper {
    display: inline-block !important
}

.elementor-widget-animated-headline .elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
    padding: 0
}

.elementor-widget-icon .elementor-icon-wrapper {
    line-height: 0
}

.elementor .elementor-progress-bar,
.elementor .elementor-progress-wrapper {
    border-radius: 0
}

.elementor .elementor-progress-wrapper {
    background: #f5f5f5
}

.elementor .elementor-progress-percentage-outside .elementor-widget-container {
    position: relative
}

.elementor .elementor-progress-percentage-outside .elementor-progress-wrapper {
    position: static
}

.elementor .elementor-progress-percentage-outside .elementor-progress-percentage {
    position: absolute;
    top: 9px;
    right: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1;
    color: var(--civi-color-primary)
}

.elementor .elementor-widget-tabs .elementor-tab-title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.47em;
    letter-spacing: 1.38px;
    color: #777
}

.elementor .elementor-widget-tabs .elementor-tab-title.elementor-active {
    color: var(--civi-color-primary)
}

.elementor .elementor-widget-tabs .elementor-tab-title a {
    color: inherit
}

.elementor .elementor-widget-tabs .elementor-tab-content,
.elementor .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active,
.elementor .elementor-widget-tabs .elementor-tab-mobile-title,
.elementor .elementor-widget-tabs .elementor-tab-title:after,
.elementor .elementor-widget-tabs .elementor-tab-title:before,
.elementor .elementor-widget-tabs .elementor-tabs-content-wrapper {
    border-color: var(--civi-color-primary)
}

img.tag_popu {
    height: 65px;
    width: 65px;
    max-width: 100%;
    float: left;
    z-index: 1;
    position: absolute;
    left: 0;
}